Click or drag to resize
FieldValueState Enumeration
Represents the various field value states available.

Namespace: PIX.QMSAPI.DataObjects.Enums
Assembly: 
Syntax
[FlagsAttribute]
public enum FieldValueState
Members
  Member nameValueDescription
InternalUnknown1
Selected2 Green values (Selected)
Optional4 White values (Not selected, but possible to select within the current total selections)
Excluded8 Grey values (Not selected, and not possible to select within the current selections)
Locked16 Locked
Alternative32 White values (Not selected, but possible to select within the current total selections)
Deselected64 Items that was not selectable (for AddSelections)
InternalSelectedExcluded10 Grey values (selected excluded)
All127 All values, regardless of their state
See Also