Skip to main content

Class ErpConnectionData

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for ErpConnectionData. Contains connection data and field labels for one connection

Inheritance

objectCarrierErpConnectionData

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

ErpConnectionData()

Default constructor - defaults any enum props to 0.

Properties

Connected

True if this entity instance has syncronized connection

Property Value

bool

ConnectionName

The name of the connection

Property Value

string

CrmActorType

The crm actor type which these fields belongs to NULL if unknown enum value.

Property Value

CrmActorType?

See Also

ErpConnectionData.CrmActorType_String

CrmActorType_String

The crm actor type which these fields belongs to Raw string enum value.

Property Value

string

See Also

ErpConnectionData.CrmActorType

ErpActorType

The erp actor type which these fields belongs to NULL if unknown enum value.

Property Value

ErpActorType?

See Also

ErpConnectionData.ErpActorType_String

ErpActorType_String

The erp actor type which these fields belongs to Raw string enum value.

Property Value

string

See Also

ErpConnectionData.ErpActorType

ErpActorTypes

Contains all mapped ErpActorType for this CrmActorType NULL if unknown enum value.

Property Value

ErpActorType?[]

See Also

ErpConnectionData.ErpActorTypes_String

ErpActorTypes_String

Contains all mapped ErpActorType for this CrmActorType Raw string enum values.

Property Value

string[]

See Also

ErpConnectionData.ErpActorTypes

ErpConnectionId

The id of the connection

Property Value

int

ErpFields

The ERP fields that should be displayed

Property Value

FieldMetadata[]

See Also

ErpSyncAgent