Show / Hide Table of Contents

Class ContactFieldKeys

Inheritance
object
FieldKeysBase
ContactFieldKeys
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 ContactFieldKeys : FieldKeysBase

Fields

BUSINESS

Declaration
public static readonly FieldMetadataInfo BUSINESS
Field Value
Type Description
FieldMetadataInfo

CATEGORY

Declaration
public static readonly FieldMetadataInfo CATEGORY
Field Value
Type Description
FieldMetadataInfo

CONTACTID

Declaration
public static readonly FieldMetadataInfo CONTACTID
Field Value
Type Description
FieldMetadataInfo

COUNTRY

Declaration
public static readonly FieldMetadataInfo COUNTRY
Field Value
Type Description
FieldMetadataInfo

DEPARTMENT

Declaration
public static readonly FieldMetadataInfo DEPARTMENT
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

NAME

Declaration
public static readonly FieldMetadataInfo NAME
Field Value
Type Description
FieldMetadataInfo

NOMAILING

Declaration
public static readonly FieldMetadataInfo NOMAILING
Field Value
Type Description
FieldMetadataInfo

NUMBER1

Declaration
public static readonly FieldMetadataInfo NUMBER1
Field Value
Type Description
FieldMetadataInfo

NUMBER2

Declaration
public static readonly FieldMetadataInfo NUMBER2
Field Value
Type Description
FieldMetadataInfo

OURCONTACT

Declaration
public static readonly FieldMetadataInfo OURCONTACT
Field Value
Type Description
FieldMetadataInfo

PHONE

Declaration
public static readonly FieldMetadataInfo PHONE
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

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

STREETAD1

Declaration
public static readonly FieldMetadataInfo STREETAD1
Field Value
Type Description
FieldMetadataInfo

STREETAD2

Declaration
public static readonly FieldMetadataInfo STREETAD2
Field Value
Type Description
FieldMetadataInfo

STREETAD3

Declaration
public static readonly FieldMetadataInfo STREETAD3
Field Value
Type Description
FieldMetadataInfo

STREETCITY

Declaration
public static readonly FieldMetadataInfo STREETCITY
Field Value
Type Description
FieldMetadataInfo

STREETCOUNTY

Declaration
public static readonly FieldMetadataInfo STREETCOUNTY
Field Value
Type Description
FieldMetadataInfo

STREETSTATE

Declaration
public static readonly FieldMetadataInfo STREETSTATE
Field Value
Type Description
FieldMetadataInfo

STREETZIP

Declaration
public static readonly FieldMetadataInfo STREETZIP
Field Value
Type Description
FieldMetadataInfo

URL

Declaration
public static readonly FieldMetadataInfo URL
Field Value
Type Description
FieldMetadataInfo

VATNO

Declaration
public static readonly FieldMetadataInfo VATNO
Field Value
Type Description
FieldMetadataInfo

XSTOP

Declaration
public static readonly FieldMetadataInfo XSTOP
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