SelectListObjectContinuousRangeAsync Method
Overloads
SelectListObjectContinuousRangeAsync(String, IEnumerable<Range>, Boolean) |
The following is returned in the output: |
|
SelectListObjectContinuousRangeAsync(AsyncHandle, String, IEnumerable<Range>, Boolean) |
The following is returned in the output: |
|
SelectListObjectContinuousRangeAsync<T>(AsyncHandle, Func<Response, T>, String, IEnumerable<Range>, Boolean) |
The following is returned in the output: |
SelectListObjectContinuousRangeAsync(String, IEnumerable<Range>, Boolean)
The following is returned in the output:
Declaration
Task<bool> SelectListObjectContinuousRangeAsync([QixName("qPath")] string path, [QixName("qRanges")] IEnumerable<Range> ranges, [QixName("qSoftLock")] bool softLock = false)
Parameters
Type | Name | Description |
---|---|---|
System.String | path |
Path to the definition of the object.
For example, |
System.Collections.Generic.IEnumerable<Range> | ranges |
Selects ranges in a hypercube in (Ranges[N].Min,Ranges[N].Max) intervals.
If either Ranges[N].MinInclEq or Ranges[N].MaxInclEq, or both flags are set to |
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 qSuccess is set to true.
SelectListObjectContinuousRangeAsync(AsyncHandle, String, IEnumerable<Range>, Boolean)
The following is returned in the output:
Declaration
Task<bool> SelectListObjectContinuousRangeAsync(AsyncHandle asyncHandle, [QixName("qPath")] string path, [QixName("qRanges")] IEnumerable<Range> ranges, [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.
For example, |
System.Collections.Generic.IEnumerable<Range> | ranges |
Selects ranges in a hypercube in (Ranges[N].Min,Ranges[N].Max) intervals.
If either Ranges[N].MinInclEq or Ranges[N].MaxInclEq, or both flags are set to |
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 qSuccess is set to true.
SelectListObjectContinuousRangeAsync<T>(AsyncHandle, Func<Response, T>, String, IEnumerable<Range>, Boolean)
The following is returned in the output:
Declaration
Task<T> SelectListObjectContinuousRangeAsync<T>(AsyncHandle asyncHandle, Func<Response, T> onResult, [QixName("qPath")] string path, [QixName("qRanges")] IEnumerable<Range> ranges, [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.
For example, |
System.Collections.Generic.IEnumerable<Range> | ranges |
Selects ranges in a hypercube in (Ranges[N].Min,Ranges[N].Max) intervals.
If either Ranges[N].MinInclEq or Ranges[N].MaxInclEq, or both flags are set to |
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 qSuccess 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!