Click or drag to resize
YesNoNAInputMethod Class

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

Allows the user to select Yes, No or NA.
Inheritance Hierarchy
SystemObject
  Documentation.Objects.InputMethodsYesNoNAInputMethod

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

The YesNoNAInputMethod type exposes the following members.

Constructors
  NameDescription
Public methodYesNoNAInputMethod
Initializes a new instance of the YesNoNAInputMethod class
Top
Examples
JSON
{
    "QueuedObjectTypeName": "Biome.Library.Objects.InputMethods.YesNoNAInputMethod",
    "Active": true,
    "Guid": "20ce5f4e-a120-4434-9003-b00353fd9ea4",
    "RowVersion": 0,
    "IntegrationInfo": null,
    "PermanentIdentifier": "6f28d4a3-46f2-44a0-a07f-8e26d899e71d",
    "LastCacheIdentifier": "00000000-0000-0000-0000-000000000000",
    "QueuePriority": 10,
    "QOVersion": "1.0",
    "CommentAllowed": true,
    "RequireDualEntry": false,
    "AnswerType": "Boolean_NA",
    "AnswerSubType": "Yes/No/NA",
    "DataType": {
        "QueuedObjectTypeName": "Biome.Library.Objects.BiomeType",
        "Active": true,
        "Guid": "f1e28b81-018c-48b5-83a0-18a172768b45",
        "RowVersion": 0,
        "IntegrationInfo": null,
        "PermanentIdentifier": "65cd3991-5a01-4b92-84b6-e569dcadccbc",
        "LastCacheIdentifier": "00000000-0000-0000-0000-000000000000",
        "QueuePriority": 10,
        "QOVersion": "1.0",
        "BiomeTypeName": "Biome.Library.Enums.Tristate"
    },
    "RoamingDefault": false
}
See Also