Class FormType
What kind of form is this This Enum is used by: form.type
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public sealed class FormType : Enum
Fields
Normal
0: A form instance
Declaration
public const FormType Normal
Field Value
Type | Description |
---|---|
FormType |
Template
1: A form template
Declaration
public const FormType Template
Field Value
Type | Description |
---|---|
FormType |
value__
What kind of form is this This Enum is used by: form.type
Declaration
public short value__
Field Value
Type | Description |
---|---|
Int16 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)