| FieldValueState Enumeration |
Represents the various field value states available.
Namespace: PIX.QMSAPI.DataObjects.EnumsAssembly:
Syntax[FlagsAttribute]
public enum FieldValueState
<FlagsAttribute>
Public Enumeration FieldValueState
Members|
| Member name | Value | Description |
|---|
| InternalUnknown | 1 | |
| Selected | 2 |
Green values (Selected)
|
| Optional | 4 |
White values (Not selected, but possible to select within the current total selections)
|
| Excluded | 8 |
Grey values (Not selected, and not possible to select within the current selections)
|
| Locked | 16 |
Locked
|
| Alternative | 32 |
White values (Not selected, but possible to select within the current total selections)
|
| Deselected | 64 |
Items that was not selectable (for AddSelections)
|
| InternalSelectedExcluded | 10 |
Grey values (selected excluded)
|
| All | 127 |
All values, regardless of their state
|
See Also