Show / Hide Table of Contents

Enum FieldMetadataTypeInfoWS

Describes the different widgets that the QuoteConnector can use in its configuration dialog.
Note: 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

Namespace: SuperOffice.ErpSync
Assembly: SuperOffice.Plugins.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/EIS/Connector/1.0")]
public enum FieldMetadataTypeInfoWS

Fields

Name Description
Checkbox

Checkbox widget: Boolean value

Datetime

Datetime

Double

Single line decimal number field.

Integer

Single line integer number field.

Label

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

List

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

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

Text

Single line textbox.

Extension Methods

EnumUtil.MapEnums<FieldMetadataTypeInfoWS, To>(FieldMetadataTypeInfoWS)
Converters.MapEnums<FieldMetadataTypeInfoWS, To>(FieldMetadataTypeInfoWS)
ObjectExtensions.AssignByReflection<FieldMetadataTypeInfoWS>(FieldMetadataTypeInfoWS, FieldMetadataTypeInfoWS)
ObjectExtensions.GraphCopy<FieldMetadataTypeInfoWS>(FieldMetadataTypeInfoWS)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top