ISettingsUnitRepositoryGetRecordsAsync - метод
Retrieves all settings unit records that match the specified filter.
Пространство имён: Tessa.SettingsUnitsСборка: Tessa (в Tessa.dll) Версия: 4.2.1+2efecbe35c10dec386bb05925f2876c4acbb708d
Task<List<SettingsUnitRecord>> GetRecordsAsync(
SettingsUnitFilter? filter = null,
bool omitData = false,
CancellationToken cancellationToken = default
)
Function GetRecordsAsync (
Optional filter As SettingsUnitFilter = Nothing,
Optional omitData As Boolean = false,
Optional cancellationToken As CancellationToken = Nothing
) As Task(Of List(Of SettingsUnitRecord))
Task<List<SettingsUnitRecord^>^>^ GetRecordsAsync(
SettingsUnitFilter^ filter = nullptr,
bool omitData = false,
CancellationToken cancellationToken = CancellationToken()
)
abstract GetRecordsAsync :
?filter : SettingsUnitFilter *
?omitData : bool *
?cancellationToken : CancellationToken
(* Defaults:
let _filter = defaultArg filter null
let _omitData = defaultArg omitData false
let _cancellationToken = defaultArg cancellationToken new CancellationToken()
*)
-> Task<List<SettingsUnitRecord>>
- filter SettingsUnitFilter (Optional)
Represents a filter used to query settings units based on various properties.
- omitData Boolean (Optional)
-
Indicates whether the Data field will be omitted from the query and the returned record.
- cancellationToken CancellationToken (Optional)
Propagates notification that operations should be canceled.
TaskListSettingsUnitRecordCollection of filtered
SettingsUnitRecord objects available to the current session.
This method performs a permissions check for the current session only if it is not an admin session.
The returned values are not normalized.