Click or drag to resize
DecimalInputMethod Class

[This is preliminary documentation and is subject to change.]

Allows the user to enter a Decimal.
Inheritance Hierarchy
SystemObject
  Documentation.Objects.InputMethodsDecimalInputMethod

Namespace: Documentation.Objects.InputMethods
Assembly: meFoundationDocumentation (in meFoundationDocumentation.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class DecimalInputMethod

The DecimalInputMethod type exposes the following members.

Constructors
  NameDescription
Public methodDecimalInputMethod
Initializes a new instance of the DecimalInputMethod class
Top
Properties
  NameDescription
Public propertyMaximumValue
The maximum value to accept.
Public propertyMinimumValue
The minimum value to accept.
Top
Examples
JSON
{
    "QueuedObjectTypeName": "Biome.Library.Objects.InputMethods.DecimalInputMethod",
    "Active": true,
    "Guid": "6b3e71e7-86f6-47b1-b5a1-7ee9679358b6",
    "RowVersion": 0,
    "IntegrationInfo": null,
    "PermanentIdentifier": "105dbd02-246d-452a-aebd-b7c075c120a1",
    "LastCacheIdentifier": "00000000-0000-0000-0000-000000000000",
    "QueuePriority": 10,
    "QOVersion": "1.0",
    "CommentAllowed": true,
    "RequireDualEntry": false,
    "AnswerType": "Numerical Value Entry",
    "AnswerSubType": "Decimal",
    "DataType": {
        "QueuedObjectTypeName": "Biome.Library.Objects.BiomeType",
        "Active": true,
        "Guid": "fec043ca-a7ac-4cf4-b3aa-c1b372114357",
        "RowVersion": 0,
        "IntegrationInfo": null,
        "PermanentIdentifier": "bf6c1035-a801-431a-8159-a1fb9ed2d994",
        "LastCacheIdentifier": "00000000-0000-0000-0000-000000000000",
        "QueuePriority": 10,
        "QOVersion": "1.0",
        "BiomeTypeName": "System.Double"
    },
    "RoamingDefault": false,
    "UnitOfMeasureListTypeGuid": "3e0941e9-5c2a-4341-aaf9-a0b7ff65991b",
    "UnitOfMeasureAnswerGuid": "23323361-0ec8-4c3d-aa5c-8f04b7467cd8",
    "NumberOfDecimalPlaces": 14,
    "HighAlarm": null,
    "LowAlarm": null,
    "MinimumValue": null,
    "MaximumValue": null
}
See Also