Show / Hide Table of Contents

Class DBC.UserCandidateFields

Fields for UserCandidate, This table will hold user candidate secrets

Inheritance
Object
DBC.UserCandidateFields
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class UserCandidateFields

Fields

PersonId

UserCandidate.PersonId:

Declaration
public const string PersonId = "person_id"
Field Value
Type Description
String

SecretKey

UserCandidate.SecretKey:

Declaration
public const string SecretKey = "secret_key"
Field Value
Type Description
String

SecretValue

UserCandidate.SecretValue:

Declaration
public const string SecretValue = "secret_value"
Field Value
Type Description
String

UserCandidateId

UserCandidate.UserCandidateId: Primary key

Declaration
public const string UserCandidateId = "id"
Field Value
Type Description
String
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top