Class EisActorTypeMapping
Carrier object for EisActorTypeMapping. Services for the EisActorTypeMapping Carrier is available from the IErpSyncAgent.
Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
public class EisActorTypeMapping : Carrier
Constructors
EisActorTypeMapping()
Default constructor
Declaration
public EisActorTypeMapping()
Properties
ActorTypeCrm
The actor type (CRM side)
Declaration
public CrmActorType ActorTypeCrm { get; set; }
Property Value
Type | Description |
---|---|
CrmActorType |
ActorTypeErp
The actor type (ERP side)
Declaration
public ErpActorType ActorTypeErp { get; set; }
Property Value
Type | Description |
---|---|
ErpActorType |
ErpConnectionId
Primary key
Declaration
public int ErpConnectionId { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
FieldMappings
Array of individual field mappings; explicitly map to empty CrmFieldKey to indicate non-sync
Declaration
public EisFieldMapping[] FieldMappings { get; set; }
Property Value
Type | Description |
---|---|
EisFieldMapping[] |
IsActive
Is this sync mapping active
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
Methods
ToString()
Returns the carrier contents as a formatted string.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String | The carrier contents. |
ToString(String)
Returns the carrier contents as a formatted string, useful for debugging. Each line in the output is prefixed with the input value.
Declaration
public string ToString(string prefix)
Parameters
Type | Name | Description |
---|---|---|
String | prefix | The line prefix (typically used for indenting) |
Returns
Type | Description |
---|---|
String | The carrier contents. |