Field MembersQlik Sense .NET SDK - API Reference
The Field type exposes the following members.
Constructors

  NameDescription
Public methodField
Initializes a new instance of the Field class
Back to Top
Methods

  NameDescription
Public methodClear

Clears the selections in a specific field.

Public methodClearAllButThis

Maintains the selections in the current field while clearing the selections in the other fields.

Public methodClearAllButThisAsync(Boolean, String)

Maintains the selections in the current field while clearing the selections in the other fields.

Public methodClearAllButThisAsync T (Boolean, Func Response, T , String)

Maintains the selections in the current field while clearing the selections in the other fields.

Public methodClearAsync(String)

Clears the selections in a specific field.

Public methodClearAsync T (Func Response, T , String)

Clears the selections in a specific field.

Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from QixClassBase.)
Public methodGetAndMode

Returns the AND mode status of a field.

Public methodGetAndModeAsync(String)

Returns the AND mode status of a field.

Public methodGetAndModeAsync T (Func Response, T , String)

Returns the AND mode status of a field.

Public methodGetCardinal

Retrieves the number of distinct values in a field.

Public methodGetCardinalAsync(String)

Retrieves the number of distinct values in a field.

Public methodGetCardinalAsync T (Func Response, T , String)

Retrieves the number of distinct values in a field.

Public methodGetNxProperties

Gets the properties of a field or a variable.

Public methodGetNxPropertiesAsync(String)

Gets the properties of a field or a variable.

Public methodGetNxPropertiesAsync T (Func Response, T , String)

Gets the properties of a field or a variable.

Public methodLock

* Locks all selected values of a specific field if the target (or handle ) is a field

* Locks selected values of a generic object if the target (or handle ) is a generic object

Public methodLockAsync(String)

* Locks all selected values of a specific field if the target (or handle ) is a field

* Locks selected values of a generic object if the target (or handle ) is a generic object

Public methodLockAsync T (Func Response, T , String)

* Locks all selected values of a specific field if the target (or handle ) is a field

* Locks selected values of a generic object if the target (or handle ) is a generic object

Public methodLowLevelSelect

Selects some values in a field.

Public methodLowLevelSelectAsync(IEnumerable Int32 , Boolean, Boolean, String)

Selects some values in a field.

Public methodLowLevelSelectAsync T (IEnumerable Int32 , Boolean, Boolean, Func Response, T , String)

Selects some values in a field.

Public methodSelect
Public methodSelectAll

Selects all values of a field. Excluded values are also selected.

Public methodSelectAllAsync(Boolean, String)

Selects all values of a field. Excluded values are also selected.

Public methodSelectAllAsync T (Boolean, Func Response, T , String)

Selects all values of a field. Excluded values are also selected.

Public methodSelectAlternative

Selects all alternatives values in a specific field.

In a field that contains at least one selected value, the values that are neither selected nor excluded are alternatives values.
Public methodSelectAlternativeAsync(Boolean, String)

Selects all alternatives values in a specific field.

In a field that contains at least one selected value, the values that are neither selected nor excluded are alternatives values.
Public methodSelectAlternativeAsync T (Boolean, Func Response, T , String)

Selects all alternatives values in a specific field.

In a field that contains at least one selected value, the values that are neither selected nor excluded are alternatives values.
Public methodSelectAsync(String, Boolean, Int32, String)
Public methodSelectAsync T (String, Boolean, Int32, Func Response, T , String)
Public methodSelectExcluded

Inverts the current selections.

Public methodSelectExcludedAsync(Boolean, String)

Inverts the current selections.

Public methodSelectExcludedAsync T (Boolean, Func Response, T , String)

Inverts the current selections.

Public methodSelectPossible

Selects all possible values in a specific field.

Public methodSelectPossibleAsync(Boolean, String)

Selects all possible values in a specific field.

Public methodSelectPossibleAsync T (Boolean, Func Response, T , String)

Selects all possible values in a specific field.

Public methodSelectValues
Public methodSelectValuesAsync(IEnumerable FieldValue , Boolean, Boolean, String)
Public methodSelectValuesAsync T (IEnumerable FieldValue , Boolean, Boolean, Func Response, T , String)
Public methodSetAndMode

Sets a field in the AND mode.

Public methodSetAndModeAsync

Sets a field in the AND mode.

Public methodSetNxProperties

Sets some properties to a field.

Public methodSetNxPropertiesAsync

Sets some properties to a field.

Public methodToggleSelect

Toggle selects field values matching a search string.

Public methodToggleSelectAsync(String, Boolean, Int32, String)

Toggle selects field values matching a search string.

Public methodToggleSelectAsync T (String, Boolean, Int32, Func Response, T , String)

Toggle selects field values matching a search string.

Public methodUnlock

* Unlocks all selected values of a specific field if the target (or handle ) is a field

* Unlocks selected values of a generic object if the target (or handle ) is a generic object

Public methodUnlockAsync(String)

* Unlocks all selected values of a specific field if the target (or handle ) is a field

* Unlocks selected values of a generic object if the target (or handle ) is a generic object

Public methodUnlockAsync T (Func Response, T , String)

* Unlocks all selected values of a specific field if the target (or handle ) is a field

* Unlocks selected values of a generic object if the target (or handle ) is a generic object

Back to Top
Properties

  NameDescription
Public propertyHandle
The handle of the generic object.
(Inherited from QixClassBase.)
Public propertyId
(Inherited from QixClassBase.)
Public propertySession
The session this object resides in.
(Inherited from QixClassBase.)
Public propertyType
The type of the generic object.
(Inherited from QixClassBase.)
Back to Top
Events

  NameDescription
Public eventChanged
(Inherited from QixClassBase.)
Public eventClosed
(Inherited from QixClassBase.)
Back to Top
See Also