Show / Hide Table of Contents

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 ErpSync Agent.
Inheritance
object
ErpSyncConnectionSummary
Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.6.0.0")]
public class ErpSyncConnectionSummary : Carrier

Constructors

ErpSyncConnectionSummary()

Default constructor

Declaration
public ErpSyncConnectionSummary()
See Also
IErpSyncAgent

Properties

Active

Is the connection currently active

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

Actors

Summaries of the configuration of the actors configured for this connection

Declaration
[DataMember]
public virtual ErpSyncActorSummary[] Actors { get; set; }
Property Value
Type Description
ErpSyncActorSummary[]
See Also
IErpSyncAgent

Deleted

Is the connection deleted

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

DisplayDescription

Tooltip/description shown to user; multi-language support

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

DisplayName

Connection name shown to user; multi-language support

Declaration
[DataMember]
public virtual string DisplayName { get; set; }
Property Value
Type Description
string
See Also
IErpSyncAgent

LastSync

The time of the last sync

Declaration
[DataMember]
public virtual DateTime LastSync { get; set; }
Property Value
Type Description
DateTime
See Also
IErpSyncAgent

Methods

ToString()

Returns the carrier contents as a formatted string.

Declaration
public override string ToString()
Returns
Type Description
string

The carrier contents.

See Also
IErpSyncAgent

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.

See Also
IErpSyncAgent

See Also

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