Enum FieldMetadataType
Describes the different types of controls that can appear in the Configure connection dialog This Enum is used by: ErpField.FieldType
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public enum FieldMetadataType : short
Fields
Name | Description |
---|---|
Checkbox | 0: Checkbox widget: Boolean value |
Date | 6: Date |
Double | 4: Single line decimal number field. |
Integer | 3: Single line integer number field. |
Label | 99: Static text - has no input widget associated with it. Can be used for spacing/layout. |
List | 5: Dropdown listbox. The list name must be provided. The list items are provided by another interface. The default value should be the list key, not the text of the list item. |
Password | 2: Single line edit field with password characters - input is hidden. |
Text | 1: Single line textbox. |
Extension Methods
EnumUtil.ConvertToFieldMetadataTypeInfo()
EnumUtil.MapEnums<SuperOffice.Data.FieldMetadataType, To>()