Class CredentialUser
Information about a users credentials in a foregin system that can be bound to a SuperOffice user (i.e. associate)
Carrier object for CredentialUser. Services for the CredentialUser Carrier is available from the IUserAgent.Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
public class CredentialUser : Carrier
Constructors
CredentialUser()
Default constructor
Declaration
public CredentialUser()
See Also
Properties
CanCreatePerson
Information about a users credentials in a foregin system that can be bound to a SuperOffice user (i.e. associate)
Carrier object for CredentialUser. Services for the CredentialUser Carrier is available from the IUserAgent.Declaration
public virtual bool CanCreatePerson { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
See Also
Columns
Columns, matching CredentialUsers.Headings
Declaration
public virtual string[] Columns { get; set; }
Property Value
Type | Description |
---|---|
String[] |
See Also
DisplayValue
Display value of the user. This value needs to be applied to the Credential.DisplayValue field.
Declaration
public virtual string DisplayValue { get; set; }
Property Value
Type | Description |
---|---|
String |
See Also
Value
Identification of user in the foreign system. This value needs to be applied to the Credential.Value field
Declaration
public virtual string Value { get; set; }
Property Value
Type | Description |
---|---|
String |
See Also
Methods
ToString()
Returns the carrier contents as a formatted string.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String | The carrier contents. |
See Also
ToString(String)
Returns the carrier contents as a formatted string, useful for debugging. Each line in the output is prefixed with the input value.
Declaration
public string ToString(string prefix)
Parameters
Type | Name | Description |
---|---|---|
String | prefix | The line prefix (typically used for indenting) |
Returns
Type | Description |
---|---|
String | The carrier contents. |