Show / Hide Table of Contents

Class UserCredentialInfo

Information about a user.

Inheritance
Object
UserCredentialInfo
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.CRM.Administration
Assembly: SoDataBase.dll
Syntax
public class UserCredentialInfo

Constructors

UserCredentialInfo()

Declaration
public UserCredentialInfo()

Properties

CanCreatePerson

Can a person be created from this credential.

Declaration
public bool CanCreatePerson { get; set; }
Property Value
Type Description
Boolean

Columns

Colums matching Headings containing information about the user to be displied on an archive.

Declaration
public string[] Columns { get; set; }
Property Value
Type Description
String[]

DisplayValue

The value displayed to the user. this will typically be the users login name in active directory.

Declaration
public string DisplayValue { get; set; }
Property Value
Type Description
String

Value

This is the actuall value of the credentials. This will typically be the password or teh users SID in active directory.

Declaration
public string Value { get; set; }
Property Value
Type Description
String

Methods

ToString()

Declaration
public override string ToString()
Returns
Type Description
String
Overrides
Object.ToString()

Extension Methods

EnumUtil.MapEnums<From, To>(From)
ObjectExtensions.AssignByReflection<T>(T, T)
ObjectExtensions.GraphCopy<T>(T)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top