Class ProvidedCredential
Summary description for ProvidedCredential.
Namespace: SuperOffice.CRM.Services
Assembly: SoCore.dll
Syntax
public class ProvidedCredential : Object
Constructors
ProvidedCredential()
Summary description for ProvidedCredential.
Declaration
public ProvidedCredential()
Fields
CredentialId
The credential row that allowed us access
Declaration
public int CredentialId
Field Value
Type | Description |
---|---|
Int32 |
DisplayName
The display name used in display fields
Declaration
public string DisplayName
Field Value
Type | Description |
---|---|
String |
SearchName
The search name used for looking up
Declaration
public string SearchName
Field Value
Type | Description |
---|---|
String |
Type
The type of credential. This will reflect the value in Credential.Type
Declaration
public string Type
Field Value
Type | Description |
---|---|
String |
Extension Methods
EnumUtil.MapEnums<From, To>(From)