Show / Hide Table of Contents

Class ErpConnectionData

Contains connection data and field labels for one connection

Carrier object for ErpConnectionData. Services for the ErpConnectionData Carrier is available from the ErpSync Agent.
Inheritance
object
ErpConnectionData
Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.7.0.0")]
public class ErpConnectionData : Carrier

Constructors

ErpConnectionData()

Default constructor

Declaration
public ErpConnectionData()
See Also
IErpSyncAgent

Properties

Connected

True if this entity instance has syncronized connection

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

ConnectionName

The name of the connection

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

CrmActorType

The crm actor type which these fields belongs to

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

ErpActorType

The erp actor type which these fields belongs to

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

ErpActorTypes

Contains all mapped ErpActorType for this CrmActorType

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

ErpConnectionId

The id of the connection

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

ErpFields

The ERP fields that should be displayed

Declaration
[DataMember]
public virtual FieldMetadata[] ErpFields { get; set; }
Property Value
Type Description
FieldMetadata[]
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