Class EisConnectionSummary
Carrier object for EisConnectionSummary. Services for the EisConnectionSummary Carrier is available from the IErpSyncAgent.
Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
public class EisConnectionSummary : Carrier
Constructors
EisConnectionSummary()
Default constructor
Declaration
public EisConnectionSummary()
Properties
Active
Is the connection currently active
Declaration
public bool Active { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
Actors
Summaries of the configuration of the actors configured for this connection
Declaration
public EisActorSummary[] Actors { get; set; }
Property Value
Type | Description |
---|---|
EisActorSummary[] |
Deleted
Is the connection deleted
Declaration
public bool Deleted { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
DisplayDescription
Tooltip/description shown to user; multi-language support
Declaration
public string DisplayDescription { get; set; }
Property Value
Type | Description |
---|---|
String |
DisplayName
Connection name shown to user; multi-language support
Declaration
public string DisplayName { 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. |