Class UserCredentialInfo
Information about a user.
Inheritance
System.Object
UserCredentialInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.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 |
---|---|
System.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 |
---|---|
System.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 |
---|---|
System.String |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()
Extension Methods
EnumUtil.MapEnums<From, To>(From)