Class SelectionContactPersonExtender.IncludePersonType
This enum specifies the possible values for the include person option in dynamic selection and add selection members. The values correspond to published database values. Note that the comment in the dictionary is wrong if it disagrees with the enum values defined here :-)
Inheritance
System.Object
SelectionContactPersonExtender.IncludePersonType
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public sealed class IncludePersonType : Enum
Fields
All
Declaration
public const SelectionContactPersonExtender.IncludePersonType All
Field Value
Type | Description |
---|---|
SelectionContactPersonExtender.IncludePersonType |
First
Declaration
public const SelectionContactPersonExtender.IncludePersonType First
Field Value
Type | Description |
---|---|
SelectionContactPersonExtender.IncludePersonType |
None
Declaration
public const SelectionContactPersonExtender.IncludePersonType None
Field Value
Type | Description |
---|---|
SelectionContactPersonExtender.IncludePersonType |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)