Skip to main content Skip to complementary content

LowLevelSelectAsync Method

Overloads

LowLevelSelectAsync(IEnumerable<Int32>, Boolean, Boolean)

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

LowLevelSelectAsync(AsyncHandle, IEnumerable<Int32>, Boolean, Boolean)

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

LowLevelSelectAsync<T>(AsyncHandle, Func<Response, T>, IEnumerable<Int32>, Boolean, Boolean)

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

LowLevelSelectAsync(IEnumerable<Int32>, Boolean, Boolean)

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

Declaration

      [QixName("LowLevelSelect")]
Task<bool> LowLevelSelectAsync([QixName("qValues")] IEnumerable<int> values, [QixName("qToggleMode")] bool toggleMode, [QixName("qSoftLock")] bool softLock = false)
    

Parameters

Type Name Description
System.Collections.Generic.IEnumerable<System.Int32> values

Indexes (or element numbers) of the values to select.

System.Boolean toggleMode

Set to true to keep any selections present in the list object. If this parameter is set to false, selections made before accepting the list object search become alternative.

System.Boolean softLock

Set to true to ignore locks; in that case, locked fields can be selected. The default value is false.

Returns

Type Description
System.Threading.Tasks.Task<System.Boolean>

Remarks

The operation is successful if qReturn is set to true.

LowLevelSelectAsync(AsyncHandle, IEnumerable<Int32>, Boolean, Boolean)

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

Declaration

      [QixName("LowLevelSelect")]
Task<bool> LowLevelSelectAsync(AsyncHandle asyncHandle, [QixName("qValues")] IEnumerable<int> values, [QixName("qToggleMode")] bool toggleMode, [QixName("qSoftLock")] bool softLock = false)
    

Parameters

Type Name Description
AsyncHandle asyncHandle

Handle to asynchronous method request

System.Collections.Generic.IEnumerable<System.Int32> values

Indexes (or element numbers) of the values to select.

System.Boolean toggleMode

Set to true to keep any selections present in the list object. If this parameter is set to false, selections made before accepting the list object search become alternative.

System.Boolean softLock

Set to true to ignore locks; in that case, locked fields can be selected. The default value is false.

Returns

Type Description
System.Threading.Tasks.Task<System.Boolean>

Remarks

The operation is successful if qReturn is set to true.

LowLevelSelectAsync<T>(AsyncHandle, Func<Response, T>, IEnumerable<Int32>, Boolean, Boolean)

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

Declaration

      [QixName("LowLevelSelect")]
Task<T> LowLevelSelectAsync<T>(AsyncHandle asyncHandle, Func<Response, T> onResult, [QixName("qValues")] IEnumerable<int> values, [QixName("qToggleMode")] bool toggleMode, [QixName("qSoftLock")] bool softLock = false)
    

Parameters

Type Name Description
AsyncHandle asyncHandle

Handle to asynchronous method request

System.Func<Response, T> onResult

Continuation function

System.Collections.Generic.IEnumerable<System.Int32> values

Indexes (or element numbers) of the values to select.

System.Boolean toggleMode

Set to true to keep any selections present in the list object. If this parameter is set to false, selections made before accepting the list object search become alternative.

System.Boolean softLock

Set to true to ignore locks; in that case, locked fields can be selected. The default value is false.

Returns

Type Description
System.Threading.Tasks.Task<T>

Type Parameters

Name Description
T

Remarks

The operation is successful if qReturn is set to true.

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!