Click or drag to resize
IntegerInputMethod Class

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

Allows the user to enter an Integer.
Inheritance Hierarchy
SystemObject
  Documentation.Objects.InputMethodsIntegerInputMethod

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

The IntegerInputMethod type exposes the following members.

Constructors
  NameDescription
Public methodIntegerInputMethod
Initializes a new instance of the IntegerInputMethod class
Top
Properties
  NameDescription
Public propertyMaximumValue
The minimum value to accept.
Public propertyMinimumValue
The minimum value to accept.
Top
Examples
JSON
{
    "QueuedObjectTypeName": "Biome.Library.Objects.InputMethods.IntegerInputMethod",
    "Active": true,
    "Guid": "791da776-45a4-4461-8f3e-c4837c4e03f0",
    "RowVersion": 0,
    "IntegrationInfo": null,
    "PermanentIdentifier": "256c519f-dcc7-4188-8327-4c9e9819da0b",
    "LastCacheIdentifier": "00000000-0000-0000-0000-000000000000",
    "QueuePriority": 10,
    "QOVersion": "1.0",
    "CommentAllowed": true,
    "RequireDualEntry": false,
    "AnswerType": "Numerical Value Entry",
    "AnswerSubType": "Integer",
    "DataType": {
        "QueuedObjectTypeName": "Biome.Library.Objects.BiomeType",
        "Active": true,
        "Guid": "c882067c-5088-4e11-a7c1-5d9ef1062128",
        "RowVersion": 0,
        "IntegrationInfo": null,
        "PermanentIdentifier": "d6d959eb-3546-4e15-9712-4c3ac3e2e12c",
        "LastCacheIdentifier": "00000000-0000-0000-0000-000000000000",
        "QueuePriority": 10,
        "QOVersion": "1.0",
        "BiomeTypeName": "System.Int32"
    },
    "RoamingDefault": false,
    "UnitOfMeasureListTypeGuid": null,
    "UnitOfMeasureAnswerGuid": null,
    "HighAlarm": null,
    "LowAlarm": null,
    "MinimumValue": null,
    "MaximumValue": null
}
See Also