Class FieldMetadataTypeInfo
Describes the different widgets that the Connector can use in its configuration dialog.
Namespace: SuperOffice.CRM
Assembly: SuperOffice.Plugins.dll
Syntax
public sealed class FieldMetadataTypeInfo : Enum
Remarks
Note #1: Enum is mirrored in C++ code, update iEnum.h when it changes
Note #2: Enum is mirrored in data model (Enums.cs), which also needs to be updated if this changesFields
Checkbox
Checkbox widget: Boolean value
Declaration
public const FieldMetadataTypeInfo Checkbox
Field Value
Type | Description |
---|---|
FieldMetadataTypeInfo |
Remarks
Note #1: Enum is mirrored in C++ code, update iEnum.h when it changes
Note #2: Enum is mirrored in data model (Enums.cs), which also needs to be updated if this changesDatetime
Datetime
Declaration
public const FieldMetadataTypeInfo Datetime
Field Value
Type | Description |
---|---|
FieldMetadataTypeInfo |
Remarks
Note #1: Enum is mirrored in C++ code, update iEnum.h when it changes
Note #2: Enum is mirrored in data model (Enums.cs), which also needs to be updated if this changesDouble
Single line decimal number field.
Declaration
public const FieldMetadataTypeInfo Double
Field Value
Type | Description |
---|---|
FieldMetadataTypeInfo |
Remarks
Note #1: Enum is mirrored in C++ code, update iEnum.h when it changes
Note #2: Enum is mirrored in data model (Enums.cs), which also needs to be updated if this changesInteger
Single line integer number field.
Declaration
public const FieldMetadataTypeInfo Integer
Field Value
Type | Description |
---|---|
FieldMetadataTypeInfo |
Remarks
Note #1: Enum is mirrored in C++ code, update iEnum.h when it changes
Note #2: Enum is mirrored in data model (Enums.cs), which also needs to be updated if this changesLabel
Static text - has no input widget associated with it. Can be used for spacing/layout.
Declaration
public const FieldMetadataTypeInfo Label
Field Value
Type | Description |
---|---|
FieldMetadataTypeInfo |
Remarks
Note #1: Enum is mirrored in C++ code, update iEnum.h when it changes
Note #2: Enum is mirrored in data model (Enums.cs), which also needs to be updated if this changesList
Dropdown listbox. The list name must be provided. The list items are provided by another method. The default value should be the list key, not the text of the list item.
Declaration
public const FieldMetadataTypeInfo List
Field Value
Type | Description |
---|---|
FieldMetadataTypeInfo |
Remarks
Note #1: Enum is mirrored in C++ code, update iEnum.h when it changes
Note #2: Enum is mirrored in data model (Enums.cs), which also needs to be updated if this changesPassword
Single line edit field with password characters - input is hidden.
Declaration
public const FieldMetadataTypeInfo Password
Field Value
Type | Description |
---|---|
FieldMetadataTypeInfo |
Remarks
Note #1: Enum is mirrored in C++ code, update iEnum.h when it changes
Note #2: Enum is mirrored in data model (Enums.cs), which also needs to be updated if this changesText
Single line textbox.
Declaration
public const FieldMetadataTypeInfo Text
Field Value
Type | Description |
---|---|
FieldMetadataTypeInfo |
Remarks
Note #1: Enum is mirrored in C++ code, update iEnum.h when it changes
Note #2: Enum is mirrored in data model (Enums.cs), which also needs to be updated if this changesvalue__
Describes the different widgets that the Connector can use in its configuration dialog.
Declaration
public int value__
Field Value
Type | Description |
---|---|
Int32 |
Remarks
Note #1: Enum is mirrored in C++ code, update iEnum.h when it changes
Note #2: Enum is mirrored in data model (Enums.cs), which also needs to be updated if this changes