Skip to main content Skip to complementary content

GetAllFieldValues Method

Overloads

GetAllFieldValues(Int32)

Get all values for the field.

GetAllFieldValues(StateEnumType, Int32)

Get all values for the field that have a specific state.

GetAllFieldValues(Int32)

Get all values for the field.

Declaration

      IEnumerable<NxCell> GetAllFieldValues(int pageSize = 20)
    

Parameters

Type Name Description
System.Int32 pageSize

The number of field values to retrieve per iteration.

Returns

Type Description
System.Collections.Generic.IEnumerable<NxCell>

The lazily evaluated complete set of values for the field.

GetAllFieldValues(StateEnumType, Int32)

Get all values for the field that have a specific state.

Declaration

      IEnumerable<NxCell> GetAllFieldValues(StateEnumType state, int pageSize = 20)
    

Parameters

Type Name Description
StateEnumType state

The state of the values to retrieved (e.g.,

StateEnumType.SELECTED
,
StateEnumType.ALTERNATIVE
)

System.Int32 pageSize

The number of field values to retrieve per iteration.

Returns

Type Description
System.Collections.Generic.IEnumerable<NxCell>

The lazily evaluated complete set of values for the field for the specified state.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!