Class CrmActorType
Actor type within the CRM, system, a subset of the SuperOffice Entity types This Enum is used by: ErpConnectionActorType.ActorTypeCrm
Inheritance
System.Object
CrmActorType
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public sealed class CrmActorType : Enum
Fields
Contact
1: Crm Customer
Declaration
public const CrmActorType Contact
Field Value
Type | Description |
---|---|
CrmActorType |
Person
2: Person
Declaration
public const CrmActorType Person
Field Value
Type | Description |
---|---|
CrmActorType |
Project
3: Project
Declaration
public const CrmActorType Project
Field Value
Type | Description |
---|---|
CrmActorType |
Sale
4: Sale
Declaration
public const CrmActorType Sale
Field Value
Type | Description |
---|---|
CrmActorType |
Unknown
0: Unknown - used when initializing
Declaration
public const CrmActorType Unknown
Field Value
Type | Description |
---|---|
CrmActorType |
value__
Declaration
public short value__
Field Value
Type | Description |
---|---|
System.Int16 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)