Class MDOType
Type of MDO list
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class MDOType : Enum
Fields
AppointmentTask
Default appointment type
Declaration
public const MDOType AppointmentTask
Field Value
Type | Description |
---|---|
MDOType |
Business
Contact's business
Declaration
public const MDOType Business
Field Value
Type | Description |
---|---|
MDOType |
Category
Contact's category
Declaration
public const MDOType Category
Field Value
Type | Description |
---|---|
MDOType |
DocumentType
Default document type
Declaration
public const MDOType DocumentType
Field Value
Type | Description |
---|---|
MDOType |
PhoneCallTask
Default phone call type
Declaration
public const MDOType PhoneCallTask
Field Value
Type | Description |
---|---|
MDOType |
ProjectStatus
Project's status.
Declaration
public const MDOType ProjectStatus
Field Value
Type | Description |
---|---|
MDOType |
ProjectType
Project's type.
Declaration
public const MDOType ProjectType
Field Value
Type | Description |
---|---|
MDOType |
SaleType
Default sale type
Declaration
public const MDOType SaleType
Field Value
Type | Description |
---|---|
MDOType |
SelectionSearchCategory
Type of MDO list
Declaration
public const MDOType SelectionSearchCategory
Field Value
Type | Description |
---|---|
MDOType |
TodoTask
Default task type
Declaration
public const MDOType TodoTask
Field Value
Type | Description |
---|---|
MDOType |
value__
Type of MDO list
Declaration
public int value__
Field Value
Type | Description |
---|---|
Int32 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)