Class ErpSyncConnectionSummary
Summary of the current setup of the ERP Integration, for one ERP connection
Carrier object for ErpSyncConnectionSummary. Services for the ErpSyncConnectionSummary Carrier is available from the IErpSyncAgent.Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
public class ErpSyncConnectionSummary : Carrier
Constructors
ErpSyncConnectionSummary()
Default constructor
Declaration
public ErpSyncConnectionSummary()
See Also
Properties
Active
Is the connection currently active
Declaration
public virtual bool Active { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
See Also
Actors
Summaries of the configuration of the actors configured for this connection
Declaration
public virtual ErpSyncActorSummary[] Actors { get; set; }
Property Value
Type | Description |
---|---|
ErpSyncActorSummary[] |
See Also
Deleted
Is the connection deleted
Declaration
public virtual bool Deleted { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
See Also
DisplayDescription
Tooltip/description shown to user; multi-language support
Declaration
public virtual string DisplayDescription { get; set; }
Property Value
Type | Description |
---|---|
String |
See Also
DisplayName
Connection name shown to user; multi-language support
Declaration
public virtual string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
String |
See Also
LastSync
The time of the last sync
Declaration
public virtual DateTime LastSync { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
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. |