Skip to main content

Class ErpSyncActorTypeMapping

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for ErpSyncActorTypeMapping. Mapping information for one Actor, contains array of field mappings (ERP <-> SuperOffice)

Inheritance

objectCarrierErpSyncActorTypeMapping

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

ErpSyncActorTypeMapping()

Default constructor - defaults any enum props to 0.

Properties

ActorTypeCrm

The actor type (CRM side) NULL if unknown enum value.

Property Value

CrmActorType?

See Also

ErpSyncActorTypeMapping.ActorTypeCrm_String

ActorTypeCrm_String

The actor type (CRM side) Raw string enum value.

Property Value

string

See Also

ErpSyncActorTypeMapping.ActorTypeCrm

ActorTypeErp

The actor type (ERP side) NULL if unknown enum value.

Property Value

ErpActorType?

See Also

ErpSyncActorTypeMapping.ActorTypeErp_String

ActorTypeErp_String

The actor type (ERP side) Raw string enum value.

Property Value

string

See Also

ErpSyncActorTypeMapping.ActorTypeErp

ErpConnectionId

Primary key

Property Value

int

FieldMappings

Array of individual field mappings; explicitly map to empty CrmFieldKey to indicate non-sync

Property Value

ErpSyncFieldMapping[]

IsActive

Is this sync mapping active

Property Value

bool

See Also

ErpSyncAgent