Show / Hide Table of Contents

Class EISActor

Carrier object for EISActor. Services for the EISActor Carrier is available from the EIS Agent.

Inheritance
object
EISActor
Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.1.0.0")]
public class EISActor : Carrier

Constructors

EISActor()

Default constructor

Declaration
public EISActor()

Properties

CrmActorType

The Crm Actor type

Declaration
[DataMember]
public CrmActorType CrmActorType { get; set; }
Property Value
Type Description
CrmActorType

CrmRecordId

Primary key of the Crm entity

Declaration
[DataMember]
public int CrmRecordId { get; set; }
Property Value
Type Description
int

ErpActorType

The Erp Actor type

Declaration
[DataMember]
public ErpActorType ErpActorType { get; set; }
Property Value
Type Description
ErpActorType

ErpConnectionId

The Erp connection id

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

ErpKey

The primary key of the Erp Actor

Declaration
[DataMember]
public string ErpKey { get; set; }
Property Value
Type Description
string

FieldValues

Field values used when connecting Crm and Erp actors

Declaration
[DataMember]
public EisFieldValue[] FieldValues { get; set; }
Property Value
Type Description
EisFieldValue[]

Methods

ToString()

Returns the carrier contents as a formatted string.

Declaration
public override string ToString()
Returns
Type Description
string

The carrier contents.

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.

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