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.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
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
ConnectionName
The name of the connection
Declaration
[DataMember]
public virtual string ConnectionName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
See Also
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
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
ErpActorTypes
Contains all mapped ErpActorType for this CrmActorType
Declaration
[DataMember]
public virtual ErpActorType[] ErpActorTypes { get; set; }
Property Value
| Type | Description |
|---|---|
| ErpActorType[] |
See Also
ErpConnectionId
The id of the connection
Declaration
[DataMember]
public virtual int ErpConnectionId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
See Also
ErpFields
The ERP fields that should be displayed
Declaration
[DataMember]
public virtual FieldMetadata[] ErpFields { get; set; }
Property Value
| Type | Description |
|---|---|
| FieldMetadata[] |
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. |