Skip to main content Skip to complementary content

SelectListObjectExcludedAsync Method

Overloads

SelectListObjectExcludedAsync(String, Boolean)

Inverts the current selections in a specific field.

The member Change returns the handles of the objects that are updated following the selections.

qSuccess is set to true if the selections are successful and is set to false in the following cases:

* The object contains some invalid fields (fields that are not in the data model).

* The selection applies to a locked field.

* A range selection is performed and the parameter OneAndOnlyOne is set to true in the definition of the object.

SelectListObjectExcludedAsync(AsyncHandle, String, Boolean)

Inverts the current selections in a specific field.

The member Change returns the handles of the objects that are updated following the selections.

qSuccess is set to true if the selections are successful and is set to false in the following cases:

* The object contains some invalid fields (fields that are not in the data model).

* The selection applies to a locked field.

* A range selection is performed and the parameter OneAndOnlyOne is set to true in the definition of the object.

SelectListObjectExcludedAsync<T>(AsyncHandle, Func<Response, T>, String, Boolean)

Inverts the current selections in a specific field.

The member Change returns the handles of the objects that are updated following the selections.

qSuccess is set to true if the selections are successful and is set to false in the following cases:

* The object contains some invalid fields (fields that are not in the data model).

* The selection applies to a locked field.

* A range selection is performed and the parameter OneAndOnlyOne is set to true in the definition of the object.

SelectListObjectExcludedAsync(String, Boolean)

Inverts the current selections in a specific field.

The member Change returns the handles of the objects that are updated following the selections.

qSuccess is set to true if the selections are successful and is set to false in the following cases:

  • The object contains some invalid fields (fields that are not in the data model).
  • The selection applies to a locked field.
  • A range selection is performed and the parameter OneAndOnlyOne is set to true in the definition of the object.

Declaration

      Task<bool> SelectListObjectExcludedAsync([QixName("qPath")] string path, [QixName("qSoftLock")] bool softLock = false)
    

Parameters

Type Name Description
System.String path

Path to the definition of the object to be selected. For example, /qListObjectDef .

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

This method applies to list objects (objects with one dimension).

SelectListObjectExcludedAsync(AsyncHandle, String, Boolean)

Inverts the current selections in a specific field.

The member Change returns the handles of the objects that are updated following the selections.

qSuccess is set to true if the selections are successful and is set to false in the following cases:

  • The object contains some invalid fields (fields that are not in the data model).
  • The selection applies to a locked field.
  • A range selection is performed and the parameter OneAndOnlyOne is set to true in the definition of the object.

Declaration

      Task<bool> SelectListObjectExcludedAsync(AsyncHandle asyncHandle, [QixName("qPath")] string path, [QixName("qSoftLock")] bool softLock = false)
    

Parameters

Type Name Description
AsyncHandle asyncHandle

Handle to asynchronous method request

System.String path

Path to the definition of the object to be selected. For example, /qListObjectDef .

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

This method applies to list objects (objects with one dimension).

SelectListObjectExcludedAsync<T>(AsyncHandle, Func<Response, T>, String, Boolean)

Inverts the current selections in a specific field.

The member Change returns the handles of the objects that are updated following the selections.

qSuccess is set to true if the selections are successful and is set to false in the following cases:

  • The object contains some invalid fields (fields that are not in the data model).
  • The selection applies to a locked field.
  • A range selection is performed and the parameter OneAndOnlyOne is set to true in the definition of the object.

Declaration

      Task<T> SelectListObjectExcludedAsync<T>(AsyncHandle asyncHandle, Func<Response, T> onResult, [QixName("qPath")] string path, [QixName("qSoftLock")] bool softLock = false)
    

Parameters

Type Name Description
AsyncHandle asyncHandle

Handle to asynchronous method request

System.Func<Response, T> onResult

Continuation function

System.String path

Path to the definition of the object to be selected. For example, /qListObjectDef .

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

This method applies to list objects (objects with one dimension).

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!