Skip to main content

Class UserCandidate

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for UserCandidate. The UserCandidate carrier is used to represent a Customer Centre User.

Inheritance

objectCarrierUserCandidate

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

UserCandidate()

Default constructor - defaults any enum props to 0.

Properties

PersonId

Foreign key. Id of a person representing Customer Center User.

Property Value

int

SecretKey

Username of a Customer Centre User.

Property Value

string

SecretValue

Password of a Customer Centre User.

Property Value

string

UserCandidateId

Primary key

Property Value

int