View full article

FieldValueState Enum

Namespace: PIX.QMSAPI.DataObjects.Enums
Assembly: PIX.dll

Represents the various field value states available.

Syntax

[Flags]
public enum FieldValueState

Fields

Name Description
All

All values, regardless of their state

Alternative

White values (Not selected, but possible to select within the current total selections)

Deselected

Items that was not selectable (for AddSelections)

Excluded

Grey values (Not selected, and not possible to select within the current selections)

InternalSelectedExcluded

Grey values (selected excluded)

InternalUnknown
Locked

Locked

Optional

White values (Not selected, but possible to select within the current total selections)

Selected

Green values (Selected)

Extension Methods

ApiFilter.FilterFor<FieldValueState>(Nullable<ApiVersion>)
Conversion.Convert()
Conversion.ToPIXFieldValueState()