Class ErpConnectionData
Contains connection data and field labels for one connection
Carrier object for ErpConnectionData. Services for the ErpConnectionData Carrier is available from the IErpSyncAgent.Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
public class ErpConnectionData : Carrier
Constructors
ErpConnectionData()
Default constructor
Declaration
public ErpConnectionData()
See Also
Properties
Connected
True if this entity instance has syncronized connection
Declaration
public virtual bool Connected { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
See Also
ConnectionName
The name of the connection
Declaration
public virtual string ConnectionName { get; set; }
Property Value
Type | Description |
---|---|
String |
See Also
CrmActorType
The crm actor type which these fields belongs to
Declaration
public virtual CrmActorType CrmActorType { get; set; }
Property Value
Type | Description |
---|---|
CrmActorType |
See Also
ErpActorType
The erp actor type which these fields belongs to
Declaration
public virtual ErpActorType ErpActorType { get; set; }
Property Value
Type | Description |
---|---|
ErpActorType |
See Also
ErpActorTypes
Contains all mapped ErpActorType for this CrmActorType
Declaration
public virtual ErpActorType[] ErpActorTypes { get; set; }
Property Value
Type | Description |
---|---|
ErpActorType[] |
See Also
ErpConnectionId
The id of the connection
Declaration
public virtual int ErpConnectionId { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
See Also
ErpFields
The ERP fields that should be displayed
Declaration
public virtual FieldMetadata[] ErpFields { get; set; }
Property Value
Type | Description |
---|---|
FieldMetadata[] |
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. |