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