Show / Hide Table of Contents

Class EisConnectionSummary

Carrier object for EisConnectionSummary. Services for the EisConnectionSummary Carrier is available from the ErpSync Agent.

Inheritance
object
EisConnectionSummary
Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.7.0.0")]
public class EisConnectionSummary : Carrier

Constructors

EisConnectionSummary()

Default constructor

Declaration
public EisConnectionSummary()

Properties

Active

Is the connection currently active

Declaration
[DataMember]
public bool Active { get; set; }
Property Value
Type Description
bool

Actors

Summaries of the configuration of the actors configured for this connection

Declaration
[DataMember]
public EisActorSummary[] Actors { get; set; }
Property Value
Type Description
EisActorSummary[]

Deleted

Is the connection deleted

Declaration
[DataMember]
public bool Deleted { get; set; }
Property Value
Type Description
bool

DisplayDescription

Tooltip/description shown to user; multi-language support

Declaration
[DataMember]
public string DisplayDescription { get; set; }
Property Value
Type Description
string

DisplayName

Connection name shown to user; multi-language support

Declaration
[DataMember]
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.

© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top