Skip to main content

Class CredentialUser

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for CredentialUser. Information about a users credentials in a foregin system that can be bound to a SuperOffice user (i.e. associate)

Inheritance

objectCarrierCredentialUser

Inherited Members

Carrier.TableRight, Carrier.FieldProperties, object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

CredentialUser()

Default constructor - defaults any enum props to 0.

Properties

CanCreatePerson

Property Value

bool

Columns

Columns, matching CredentialUsers.Headings

Property Value

string[]

DisplayValue

Display value of the user. This value needs to be applied to the Credential.DisplayValue field.

Property Value

string

Value

Identification of user in the foreign system. This value needs to be applied to the Credential.Value field

Property Value

string

See Also

UserAgent