Click or drag to resize
TrueFalseNAInputMethod Class

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

Allows the user to select True, False or NA.
Inheritance Hierarchy
SystemObject
  Documentation.Objects.InputMethodsTrueFalseNAInputMethod

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

The TrueFalseNAInputMethod type exposes the following members.

Constructors
  NameDescription
Public methodTrueFalseNAInputMethod
Initializes a new instance of the TrueFalseNAInputMethod class
Top
Examples
JSON
{
    "QueuedObjectTypeName": "Biome.Library.Objects.InputMethods.TrueFalseNAInputMethod",
    "Active": true,
    "Guid": "9af75cbf-c7b0-4955-8469-e4378218d9da",
    "RowVersion": 0,
    "IntegrationInfo": null,
    "PermanentIdentifier": "2f1fcbdf-38c4-41af-b109-5b9db04647b0",
    "LastCacheIdentifier": "00000000-0000-0000-0000-000000000000",
    "QueuePriority": 10,
    "QOVersion": "1.0",
    "CommentAllowed": true,
    "RequireDualEntry": false,
    "AnswerType": "Boolean_NA",
    "AnswerSubType": "True/False/NA",
    "DataType": {
        "QueuedObjectTypeName": "Biome.Library.Objects.BiomeType",
        "Active": true,
        "Guid": "376d3597-0f0e-4d6c-b378-fdaee3425958",
        "RowVersion": 0,
        "IntegrationInfo": null,
        "PermanentIdentifier": "87166fa9-7939-4935-b5a8-3263e9f8c79d",
        "LastCacheIdentifier": "00000000-0000-0000-0000-000000000000",
        "QueuePriority": 10,
        "QOVersion": "1.0",
        "BiomeTypeName": "Biome.Library.Enums.Tristate"
    },
    "RoamingDefault": false
}
See Also