Class DocTmplType
Value for field 'record_type' in table 'doctmpl'. This Enum is used by: DocTmpl.record_type
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public sealed class DocTmplType : Enum
Fields
Appointment
1: (not used for document templates)
Declaration
public const DocTmplType Appointment
Field Value
Type | Description |
---|---|
DocTmplType |
Document
2: Generic text document (for instance, a letter)
Declaration
public const DocTmplType Document
Field Value
Type | Description |
---|---|
DocTmplType |
3: Email message
Declaration
public const DocTmplType Email
Field Value
Type | Description |
---|---|
DocTmplType |
Fax
4: Facsimile
Declaration
public const DocTmplType Fax
Field Value
Type | Description |
---|---|
DocTmplType |
MergeDraft
7: Template for mailmerge operations
Declaration
public const DocTmplType MergeDraft
Field Value
Type | Description |
---|---|
DocTmplType |
MergeFinal
8: Result of a mailmerge operation
Declaration
public const DocTmplType MergeFinal
Field Value
Type | Description |
---|---|
DocTmplType |
Phone
5: (not used for document templates)
Declaration
public const DocTmplType Phone
Field Value
Type | Description |
---|---|
DocTmplType |
SavedReport
9: Saved result of running a report (output from Reporter)
Declaration
public const DocTmplType SavedReport
Field Value
Type | Description |
---|---|
DocTmplType |
Todo
6: (not used for document templates)
Declaration
public const DocTmplType Todo
Field Value
Type | Description |
---|---|
DocTmplType |
Unknown
0: The document type is unknown/undecided
Declaration
public const DocTmplType Unknown
Field Value
Type | Description |
---|---|
DocTmplType |
value__
Value for field 'record_type' in table 'doctmpl'. This Enum is used by: DocTmpl.record_type
Declaration
public short value__
Field Value
Type | Description |
---|---|
Int16 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)