Class ErpSyncActorSummary
Summary of the current setup of the ERP Integration, for one ERP actor
Carrier object for ErpSyncActorSummary. Services for the ErpSyncActorSummary 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.1.0.0")]
public class ErpSyncActorSummary : Carrier
Constructors
ErpSyncActorSummary()
Default constructor
Declaration
public ErpSyncActorSummary()
See Also
Properties
ActorType
Actor type
Declaration
[DataMember]
public virtual ErpActorType ActorType { get; set; }
Property Value
Type | Description |
---|---|
ErpActorType |
See Also
Defaults
A summary of fields that have defaults/rules for link creation
Declaration
[DataMember]
public virtual string Defaults { get; set; }
Property Value
Type | Description |
---|---|
string |
See Also
HasMappings
Does this actor type have field mappings
Declaration
[DataMember]
public virtual bool HasMappings { get; set; }
Property Value
Type | Description |
---|---|
bool |
See Also
Mappings
A summary of fields that have mappings to or from the ERP system
Declaration
[DataMember]
public virtual string Mappings { get; set; }
Property Value
Type | Description |
---|---|
string |
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. |