Click or drag to resize
SinglePickListInputMethod Class

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

Allows the user to select a single value from a list.
Inheritance Hierarchy
SystemObject
  Documentation.Objects.InputMethodsSinglePickListInputMethod

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

The SinglePickListInputMethod type exposes the following members.

Constructors
  NameDescription
Public methodSinglePickListInputMethod
Initializes a new instance of the SinglePickListInputMethod class
Top
Examples
JSON
{
    "QueuedObjectTypeName": "Biome.Library.Objects.InputMethods.SinglePickListInputMethod",
    "Active": true,
    "Guid": "ed4fb8aa-abec-4f37-862c-3ec62ea84dc5",
    "RowVersion": 0,
    "IntegrationInfo": null,
    "PermanentIdentifier": "9a3bb117-ffd1-49c7-a512-2176a459a59d",
    "LastCacheIdentifier": "00000000-0000-0000-0000-000000000000",
    "QueuePriority": 10,
    "QOVersion": "1.0",
    "CommentAllowed": true,
    "RequireDualEntry": false,
    "AnswerType": "Single Pick List",
    "AnswerSubType": "Simple",
    "DataType": {
        "QueuedObjectTypeName": "Biome.Library.Objects.BiomeType",
        "Active": true,
        "Guid": "a46f03f8-816a-4113-b115-00790b857f49",
        "RowVersion": 0,
        "IntegrationInfo": null,
        "PermanentIdentifier": "41b7676d-5c4e-4665-8672-b9c4a133c54d",
        "LastCacheIdentifier": "00000000-0000-0000-0000-000000000000",
        "QueuePriority": 10,
        "QOVersion": "1.0",
        "BiomeTypeName": "System.String"
    },
    "RoamingDefault": false,
    "UnitOfMeasureListTypeGuid": null,
    "UnitOfMeasureAnswerGuid": null,
    "Depleting": false,
    "DepletionID": null
}
See Also