Class SelectionMemberType
Member type of a selection
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public sealed class SelectionMemberType : Enum
Fields
Appointment
4: Selection of Appointments
Declaration
public const SelectionMemberType Appointment
Field Value
Type | Description |
---|---|
SelectionMemberType |
ContactPerson
0: Selection of ContactPersons
Declaration
public const SelectionMemberType ContactPerson
Field Value
Type | Description |
---|---|
SelectionMemberType |
Document
2: Selection of Documents
Declaration
public const SelectionMemberType Document
Field Value
Type | Description |
---|---|
SelectionMemberType |
Project
3: Selection of Projects
Declaration
public const SelectionMemberType Project
Field Value
Type | Description |
---|---|
SelectionMemberType |
Relation
5: Selection of Relations
Declaration
public const SelectionMemberType Relation
Field Value
Type | Description |
---|---|
SelectionMemberType |
Sale
1: Selection of Sales
Declaration
public const SelectionMemberType Sale
Field Value
Type | Description |
---|---|
SelectionMemberType |
value__
Member type of a selection
Declaration
public int value__
Field Value
Type | Description |
---|---|
Int32 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)