Show / Hide Table of Contents

Class FieldMetadataType

Describes the different types of controls that can appear in the Configure connection dialog This Enum is used by: ErpField.FieldType

Inheritance
Object
FieldMetadataType
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public sealed class FieldMetadataType : Enum

Fields

Checkbox

0: Checkbox widget: Boolean value

Declaration
public const FieldMetadataType Checkbox
Field Value
Type Description
FieldMetadataType

Date

6: Date

Declaration
public const FieldMetadataType Date
Field Value
Type Description
FieldMetadataType

Double

4: Single line decimal number field.

Declaration
public const FieldMetadataType Double
Field Value
Type Description
FieldMetadataType

Integer

3: Single line integer number field.

Declaration
public const FieldMetadataType Integer
Field Value
Type Description
FieldMetadataType

Label

99: Static text - has no input widget associated with it. Can be used for spacing/layout.

Declaration
public const FieldMetadataType Label
Field Value
Type Description
FieldMetadataType

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.

Declaration
public const FieldMetadataType List
Field Value
Type Description
FieldMetadataType

Password

2: Single line edit field with password characters - input is hidden.

Declaration
public const FieldMetadataType Password
Field Value
Type Description
FieldMetadataType

Text

1: Single line textbox.

Declaration
public const FieldMetadataType Text
Field Value
Type Description
FieldMetadataType

value__

Describes the different types of controls that can appear in the Configure connection dialog This Enum is used by: ErpField.FieldType

Declaration
public short value__
Field Value
Type Description
Int16

Extension Methods

EnumUtil.ConvertToFieldMetadataTypeInfo(SuperOffice.Data.FieldMetadataType)
EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top