Show / Hide Table of Contents

Class ErpSyncActorTypeMapping

Mapping information for one Actor, contains array of field mappings (ERP <-> SuperOffice)

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

Constructors

ErpSyncActorTypeMapping()

Default constructor

Declaration
public ErpSyncActorTypeMapping()
See Also
IErpSyncAgent

Properties

ActorTypeCrm

The actor type (CRM side)

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

ActorTypeErp

The actor type (ERP side)

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

ErpConnectionId

Primary key

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

FieldMappings

Array of individual field mappings; explicitly map to empty CrmFieldKey to indicate non-sync

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

IsActive

Is this sync mapping active

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