Class ImportEntityType
Entitys type for import This Enum consists of flag values that can be combined.
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public sealed class ImportEntityType : Enum
Fields
Contact
2: Contact
Declaration
public const ImportEntityType Contact
Field Value
Type | Description |
---|---|
ImportEntityType |
Person
1: Person
Declaration
public const ImportEntityType Person
Field Value
Type | Description |
---|---|
ImportEntityType |
Product
4: Product
Declaration
public const ImportEntityType Product
Field Value
Type | Description |
---|---|
ImportEntityType |
Unknown
0: Unknown
Declaration
public const ImportEntityType Unknown
Field Value
Type | Description |
---|---|
ImportEntityType |
value__
Entitys type for import This Enum consists of flag values that can be combined.
Declaration
public int value__
Field Value
Type | Description |
---|---|
Int32 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)