Click or drag to resize
YesNoInputMethod Class

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

Allows the user to select Yes or No.
Inheritance Hierarchy
SystemObject
  Documentation.Objects.InputMethodsYesNoInputMethod

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

The YesNoInputMethod type exposes the following members.

Constructors
  NameDescription
Public methodYesNoInputMethod
Initializes a new instance of the YesNoInputMethod class
Top
Examples
JSON
{
    "QueuedObjectTypeName": "Biome.Library.Objects.InputMethods.YesNoInputMethod",
    "Active": true,
    "Guid": "65d17c97-2bdb-45d9-b5ba-5ddd4d072f42",
    "RowVersion": 0,
    "IntegrationInfo": null,
    "PermanentIdentifier": "a1bee722-8e41-4f61-ba46-f448b7e46323",
    "LastCacheIdentifier": "00000000-0000-0000-0000-000000000000",
    "QueuePriority": 10,
    "QOVersion": "1.0",
    "CommentAllowed": true,
    "RequireDualEntry": false,
    "AnswerType": "Boolean",
    "AnswerSubType": "Yes/No",
    "DataType": {
        "QueuedObjectTypeName": "Biome.Library.Objects.BiomeType",
        "Active": true,
        "Guid": "e75b9ce0-7a09-4fa5-b2c6-543683d4d873",
        "RowVersion": 0,
        "IntegrationInfo": null,
        "PermanentIdentifier": "c755438c-a8ac-4441-b514-b6058d4502e9",
        "LastCacheIdentifier": "00000000-0000-0000-0000-000000000000",
        "QueuePriority": 10,
        "QOVersion": "1.0",
        "BiomeTypeName": "Biome.Library.Enums.Tristate"
    },
    "RoamingDefault": false
}
See Also