Click or drag to resize
IField Interface
This class describes all the methods that apply at field level.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public interface IField : IQixClassBase, IDisposable, 
	IChangeNotifier

The IField type exposes the following members.

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)

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

Public methodClearAllButThisAsync(AsyncHandle, Boolean)

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

Public methodClearAllButThisAsyncT(AsyncHandle, FuncResponse, T, Boolean)

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

Public methodClearAsync

Clears the selections in a specific field.

Public methodClearAsync(AsyncHandle)

Clears the selections in a specific field.

Public methodClearAsyncT(AsyncHandle, FuncResponse, T)

Clears the selections in a specific field.

Public methodGetAndMode

Returns the AND mode status of a field.

Public methodGetAndModeAsync

Returns the AND mode status of a field.

Public methodGetAndModeAsync(AsyncHandle)

Returns the AND mode status of a field.

Public methodGetAndModeAsyncT(AsyncHandle, FuncResponse, T)

Returns the AND mode status of a field.

Public methodGetCardinal

Retrieves the number of distinct values in a field.

Public methodGetCardinalAsync

Retrieves the number of distinct values in a field.

Public methodGetCardinalAsync(AsyncHandle)

Retrieves the number of distinct values in a field.

Public methodGetCardinalAsyncT(AsyncHandle, FuncResponse, T)

Retrieves the number of distinct values in a field.

Public methodGetNxProperties

Gets the properties of a field.

Public methodGetNxPropertiesAsync

Gets the properties of a field.

Public methodGetNxPropertiesAsync(AsyncHandle)

Gets the properties of a field.

Public methodGetNxPropertiesAsyncT(AsyncHandle, FuncResponse, T)

Gets the properties of a field.

Public methodLock

Locks all selected values of a specific field.

Public methodLockAsync

Locks all selected values of a specific field.

Public methodLockAsync(AsyncHandle)

Locks all selected values of a specific field.

Public methodLockAsyncT(AsyncHandle, FuncResponse, T)

Locks all selected values of a specific field.

Public methodLowLevelSelect

Selects some values in a field, by entering the element numbers related to the values to select.

Public methodLowLevelSelectAsync(IEnumerableInt32, Boolean, Boolean)

Selects some values in a field, by entering the element numbers related to the values to select.

Public methodLowLevelSelectAsync(AsyncHandle, IEnumerableInt32, Boolean, Boolean)

Selects some values in a field, by entering the element numbers related to the values to select.

Public methodLowLevelSelectAsyncT(AsyncHandle, FuncResponse, T, IEnumerableInt32, Boolean, Boolean)

Selects some values in a field, by entering the element numbers related to the values to select.

Public methodSelect

Selects field values matching a search string.

Public methodSelectAll

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

Public methodSelectAllAsync(Boolean)

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

Public methodSelectAllAsync(AsyncHandle, Boolean)

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

Public methodSelectAllAsyncT(AsyncHandle, FuncResponse, T, Boolean)

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)

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(AsyncHandle, Boolean)

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 methodSelectAlternativeAsyncT(AsyncHandle, FuncResponse, T, Boolean)

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)

Selects field values matching a search string.

Public methodSelectAsync(AsyncHandle, String, Boolean, Int32)

Selects field values matching a search string.

Public methodSelectAsyncT(AsyncHandle, FuncResponse, T, String, Boolean, Int32)

Selects field values matching a search string.

Public methodSelectExcluded

Inverts the current selections.

Public methodSelectExcludedAsync(Boolean)

Inverts the current selections.

Public methodSelectExcludedAsync(AsyncHandle, Boolean)

Inverts the current selections.

Public methodSelectExcludedAsyncT(AsyncHandle, FuncResponse, T, Boolean)

Inverts the current selections.

Public methodSelectPossible

Selects all possible values in a specific field.

Public methodSelectPossibleAsync(Boolean)

Selects all possible values in a specific field.

Public methodSelectPossibleAsync(AsyncHandle, Boolean)

Selects all possible values in a specific field.

Public methodSelectPossibleAsyncT(AsyncHandle, FuncResponse, T, Boolean)

Selects all possible values in a specific field.

Public methodSelectValues

Selects some values in a field, by entering the values to select.

Public methodSelectValuesAsync(IEnumerableFieldValue, Boolean, Boolean)

Selects some values in a field, by entering the values to select.

Public methodSelectValuesAsync(AsyncHandle, IEnumerableFieldValue, Boolean, Boolean)

Selects some values in a field, by entering the values to select.

Public methodSelectValuesAsyncT(AsyncHandle, FuncResponse, T, IEnumerableFieldValue, Boolean, Boolean)

Selects some values in a field, by entering the values to select.

Public methodSetAndMode

Sets a field in the AND mode.

Public methodSetAndModeAsync(Boolean)

Sets a field in the AND mode.

Public methodSetAndModeAsync(AsyncHandle, Boolean)

Sets a field in the AND mode.

Public methodSetNxProperties

Sets some properties to a field.

Public methodSetNxPropertiesAsync(NxFieldProperties)

Sets some properties to a field.

Public methodSetNxPropertiesAsync(AsyncHandle, NxFieldProperties)

Sets some properties to a field.

Public methodToggleSelect

Toggle selects field values matching a search string.

Public methodToggleSelectAsync(String, Boolean, Int32)

Toggle selects field values matching a search string.

Public methodToggleSelectAsync(AsyncHandle, String, Boolean, Int32)

Toggle selects field values matching a search string.

Public methodToggleSelectAsyncT(AsyncHandle, FuncResponse, T, String, Boolean, Int32)

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.

Public methodUnlockAsync

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

Public methodUnlockAsync(AsyncHandle)

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

Public methodUnlockAsyncT(AsyncHandle, FuncResponse, T)

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

Top
Properties
  NameDescription
Public propertyConsiderDirty
Forces send of GetProperties and GetLayout calls to engine for this object even when the layout and properties are up to date.
(Inherited from IQixClassBase.)
Public propertyConsideredDirty
Forces send of GetProperties and GetLayout calls to engine for this object even when the layout and properties are up to date. Resume normal behavior when disposed.
(Inherited from IQixClassBase.)
Public propertyHandle
The handle of the Qlik Sense entity.
(Inherited from IQixClassBase.)
Public propertyId
The id of the Qlik Sense entity.
(Inherited from IQixClassBase.)
Public propertyType
The type of the Qlik Sense entity.
(Inherited from IQixClassBase.)
Top
Events
  NameDescription
Public eventChanged
This event fires when to notify subscribers that a change has occured.
(Inherited from IChangeNotifier.)
Public eventClosed
This event fires when the Qlik Sense entity has been removed or deleted.
(Inherited from IQixClassBase.)
Top
See Also