Class DocTmplInvitationType
Is this document template some kind of appointment document, and if so what This Enum is used by: DocTmpl.invitationDocType
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public sealed class DocTmplInvitationType : Enum
Fields
Cancelled
3: 3 - Cancelled appointment
Declaration
public const DocTmplInvitationType Cancelled
Field Value
Type | Description |
---|---|
DocTmplInvitationType |
Changed
2: 2 - Changed appointment
Declaration
public const DocTmplInvitationType Changed
Field Value
Type | Description |
---|---|
DocTmplInvitationType |
New
1: 1 - New appointment
Declaration
public const DocTmplInvitationType New
Field Value
Type | Description |
---|---|
DocTmplInvitationType |
None
0: None - Not an appointment type
Declaration
public const DocTmplInvitationType None
Field Value
Type | Description |
---|---|
DocTmplInvitationType |
value__
Is this document template some kind of appointment document, and if so what This Enum is used by: DocTmpl.invitationDocType
Declaration
public short value__
Field Value
Type | Description |
---|---|
Int16 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)