Click or drag to resize
TrueFalseInputMethod Class

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

Allows the user to select True or False.
Inheritance Hierarchy
SystemObject
  Documentation.Objects.InputMethodsTrueFalseInputMethod

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

The TrueFalseInputMethod type exposes the following members.

Constructors
  NameDescription
Public methodTrueFalseInputMethod
Initializes a new instance of the TrueFalseInputMethod class
Top
Examples
JSON
{
    "QueuedObjectTypeName": "Biome.Library.Objects.InputMethods.TrueFalseInputMethod",
    "Active": true,
    "Guid": "087b21b4-3df0-42e1-8140-f0972ac903d7",
    "RowVersion": 0,
    "IntegrationInfo": null,
    "PermanentIdentifier": "0e49f639-9f53-44ff-9448-b77216ce0825",
    "LastCacheIdentifier": "00000000-0000-0000-0000-000000000000",
    "QueuePriority": 10,
    "QOVersion": "1.0",
    "CommentAllowed": true,
    "RequireDualEntry": false,
    "AnswerType": "Boolean",
    "AnswerSubType": "True/False",
    "DataType": {
        "QueuedObjectTypeName": "Biome.Library.Objects.BiomeType",
        "Active": true,
        "Guid": "d04ac20b-7c36-4e86-8a13-21b907d2fceb",
        "RowVersion": 0,
        "IntegrationInfo": null,
        "PermanentIdentifier": "021329f3-3d50-437b-8727-2d11119e28f5",
        "LastCacheIdentifier": "00000000-0000-0000-0000-000000000000",
        "QueuePriority": 10,
        "QOVersion": "1.0",
        "BiomeTypeName": "Biome.Library.Enums.Tristate"
    },
    "RoamingDefault": false
}
See Also