Class ErpSyncActorTypeMapping
Mapping information for one Actor, contains array of field mappings (ERP <-> SuperOffice)
Carrier object for ErpSyncActorTypeMapping. Services for the ErpSyncActorTypeMapping Carrier is available from the IErpSyncAgent.Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
public class ErpSyncActorTypeMapping : Carrier
Constructors
ErpSyncActorTypeMapping()
Default constructor
Declaration
public ErpSyncActorTypeMapping()
See Also
Properties
ActorTypeCrm
The actor type (CRM side)
Declaration
public virtual CrmActorType ActorTypeCrm { get; set; }
Property Value
Type | Description |
---|---|
CrmActorType |
See Also
ActorTypeErp
The actor type (ERP side)
Declaration
public virtual ErpActorType ActorTypeErp { get; set; }
Property Value
Type | Description |
---|---|
ErpActorType |
See Also
ErpConnectionId
Primary key
Declaration
public virtual int ErpConnectionId { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
See Also
FieldMappings
Array of individual field mappings; explicitly map to empty CrmFieldKey to indicate non-sync
Declaration
public virtual ErpSyncFieldMapping[] FieldMappings { get; set; }
Property Value
Type | Description |
---|---|
ErpSyncFieldMapping[] |
See Also
IsActive
Is this sync mapping active
Declaration
public virtual bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
See Also
Methods
ToString()
Returns the carrier contents as a formatted string.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String | The carrier contents. |
See Also
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. |