Show / Hide Table of Contents

Class ErpSyncActorSummary

Summary of the current setup of the ERP Integration, for one ERP actor

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

Constructors

ErpSyncActorSummary()

Default constructor

Declaration
public ErpSyncActorSummary()
See Also
IErpSyncAgent

Properties

ActorType

Actor type

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

Defaults

A summary of fields that have defaults/rules for link creation

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

HasMappings

Does this actor type have field mappings

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

Mappings

A summary of fields that have mappings to or from the ERP system

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