Show / Hide Table of Contents

Class PersonFieldKeys

Inheritance
object
FieldKeysBase
PersonFieldKeys
Inherited Members
FieldKeysBase.InitFieldsAsync(CancellationToken)
FieldKeysBase.GetFieldsAsync(CrmActorType, CancellationToken)
FieldKeysBase.Flush()
FieldKeysBase.Fields
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.ErpSync
Assembly: SuperOffice.Services.Implementation.dll
Syntax
public class PersonFieldKeys : FieldKeysBase

Fields

BIRTHDATE

Declaration
public static readonly FieldMetadataInfo BIRTHDATE
Field Value
Type Description
FieldMetadataInfo

EMAIL

Declaration
public static readonly FieldMetadataInfo EMAIL
Field Value
Type Description
FieldMetadataInfo

FAX

Declaration
public static readonly FieldMetadataInfo FAX
Field Value
Type Description
FieldMetadataInfo

FIRSTNAME

Declaration
public static readonly FieldMetadataInfo FIRSTNAME
Field Value
Type Description
FieldMetadataInfo

LASTNAME

Declaration
public static readonly FieldMetadataInfo LASTNAME
Field Value
Type Description
FieldMetadataInfo

MIDDLENAME

Declaration
public static readonly FieldMetadataInfo MIDDLENAME
Field Value
Type Description
FieldMetadataInfo

NUMBER

Declaration
public static readonly FieldMetadataInfo NUMBER
Field Value
Type Description
FieldMetadataInfo

PERSONID

Declaration
public static readonly FieldMetadataInfo PERSONID
Field Value
Type Description
FieldMetadataInfo

PHONE_DIRECT

Declaration
public static readonly FieldMetadataInfo PHONE_DIRECT
Field Value
Type Description
FieldMetadataInfo

PHONE_MOBILE

Declaration
public static readonly FieldMetadataInfo PHONE_MOBILE
Field Value
Type Description
FieldMetadataInfo

PHONE_OTHER

Declaration
public static readonly FieldMetadataInfo PHONE_OTHER
Field Value
Type Description
FieldMetadataInfo

PHONE_PRIVATE

Declaration
public static readonly FieldMetadataInfo PHONE_PRIVATE
Field Value
Type Description
FieldMetadataInfo

POSITION

Declaration
public static readonly FieldMetadataInfo POSITION
Field Value
Type Description
FieldMetadataInfo

POSTALAD1

Declaration
public static readonly FieldMetadataInfo POSTALAD1
Field Value
Type Description
FieldMetadataInfo

POSTALAD2

Declaration
public static readonly FieldMetadataInfo POSTALAD2
Field Value
Type Description
FieldMetadataInfo

POSTALAD3

Declaration
public static readonly FieldMetadataInfo POSTALAD3
Field Value
Type Description
FieldMetadataInfo

POSTALCITY

Declaration
public static readonly FieldMetadataInfo POSTALCITY
Field Value
Type Description
FieldMetadataInfo

POSTALCOUNTRY

Declaration
public static readonly FieldMetadataInfo POSTALCOUNTRY
Field Value
Type Description
FieldMetadataInfo

POSTALCOUNTY

Declaration
public static readonly FieldMetadataInfo POSTALCOUNTY
Field Value
Type Description
FieldMetadataInfo

POSTALSTATE

Declaration
public static readonly FieldMetadataInfo POSTALSTATE
Field Value
Type Description
FieldMetadataInfo

POSTALZIP

Declaration
public static readonly FieldMetadataInfo POSTALZIP
Field Value
Type Description
FieldMetadataInfo

TITLE

Declaration
public static readonly FieldMetadataInfo TITLE
Field Value
Type Description
FieldMetadataInfo

URL

Declaration
public static readonly FieldMetadataInfo URL
Field Value
Type Description
FieldMetadataInfo

Properties

Udef

Subclass must tell what udef type it has, if any

Declaration
protected override UDefType Udef { get; }
Property Value
Type Description
UDefType
Overrides
FieldKeysBase.Udef

Methods

GetFieldAsync(string, CancellationToken)

Declaration
public static Task<FieldMetadataInfo> GetFieldAsync(string fieldKey, CancellationToken cancellationToken = default)
Parameters
Type Name Description
string fieldKey
CancellationToken cancellationToken
Returns
Type Description
Task<FieldMetadataInfo>

GetFieldsAsync(CancellationToken)

Declaration
public static Task<FieldMetadataInfo[]> GetFieldsAsync(CancellationToken cancellationToken = default)
Parameters
Type Name Description
CancellationToken cancellationToken
Returns
Type Description
Task<FieldMetadataInfo[]>
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top