Class EisActorTypeMapping
Carrier object for EisActorTypeMapping. Services for the EisActorTypeMapping Carrier is available from the ErpSync Agent.
Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.6.0.0")]
public class EisActorTypeMapping : Carrier
Constructors
EisActorTypeMapping()
Default constructor
Declaration
public EisActorTypeMapping()
Properties
ActorTypeCrm
The actor type (CRM side)
Declaration
[DataMember]
public CrmActorType ActorTypeCrm { get; set; }
Property Value
| Type | Description |
|---|---|
| CrmActorType |
ActorTypeErp
The actor type (ERP side)
Declaration
[DataMember]
public ErpActorType ActorTypeErp { get; set; }
Property Value
| Type | Description |
|---|---|
| ErpActorType |
ErpConnectionId
Primary key
Declaration
[DataMember]
public int ErpConnectionId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
FieldMappings
Array of individual field mappings; explicitly map to empty CrmFieldKey to indicate non-sync
Declaration
[DataMember]
public EisFieldMapping[] FieldMappings { get; set; }
Property Value
| Type | Description |
|---|---|
| EisFieldMapping[] |
IsActive
Is this sync mapping active
Declaration
[DataMember]
public bool IsActive { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
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. |