Class ErpActorType
Actor type within the ERP system, related but not identitcal to SuperOffice Entity type This Enum is used by: ErpConnectionActorType.ActorTypeErp; ErpExternalKey.ActorType
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public sealed class ErpActorType : Enum
Fields
Customer
1: Erp Customer
Declaration
public const ErpActorType Customer
Field Value
Type | Description |
---|---|
ErpActorType |
Employee
6: Employee, often mapped to associate
Declaration
public const ErpActorType Employee
Field Value
Type | Description |
---|---|
ErpActorType |
Partner
3: Both customer and supplier
Declaration
public const ErpActorType Partner
Field Value
Type | Description |
---|---|
ErpActorType |
Person
4: Contact person
Declaration
public const ErpActorType Person
Field Value
Type | Description |
---|---|
ErpActorType |
Project
5: Project
Declaration
public const ErpActorType Project
Field Value
Type | Description |
---|---|
ErpActorType |
Sale
7: Sale
Declaration
public const ErpActorType Sale
Field Value
Type | Description |
---|---|
ErpActorType |
Supplier
2: Supplier or Vendor
Declaration
public const ErpActorType Supplier
Field Value
Type | Description |
---|---|
ErpActorType |
Unknown
0: Unknown - used when initializing
Declaration
public const ErpActorType Unknown
Field Value
Type | Description |
---|---|
ErpActorType |
value__
Actor type within the ERP system, related but not identitcal to SuperOffice Entity type This Enum is used by: ErpConnectionActorType.ActorTypeErp; ErpExternalKey.ActorType
Declaration
public short value__
Field Value
Type | Description |
---|---|
Int16 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)