IFormEditorModelsRepositoryQueryAsync - метод
Queries all forms using given parameters.
Пространство имён: Tessa.FormEditorСборка: Tessa (в Tessa.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
ValueTask<List<FormEditorRootModel>> QueryAsync(
Guid? bundleID = null,
string? alias = null,
Guid? cardTypeID = null,
Guid? taskTypeID = null,
CancellationToken cancellationToken = default
)
Function QueryAsync (
Optional bundleID As Guid? = Nothing,
Optional alias As String = Nothing,
Optional cardTypeID As Guid? = Nothing,
Optional taskTypeID As Guid? = Nothing,
Optional cancellationToken As CancellationToken = Nothing
) As ValueTask(Of List(Of FormEditorRootModel))
ValueTask<List<FormEditorRootModel^>^> QueryAsync(
Nullable<Guid> bundleID = nullptr,
String^ alias = nullptr,
Nullable<Guid> cardTypeID = nullptr,
Nullable<Guid> taskTypeID = nullptr,
CancellationToken cancellationToken = CancellationToken()
)
abstract QueryAsync :
?bundleID : Nullable<Guid> *
?alias : string *
?cardTypeID : Nullable<Guid> *
?taskTypeID : Nullable<Guid> *
?cancellationToken : CancellationToken
(* Defaults:
let _bundleID = defaultArg bundleID null
let _alias = defaultArg alias null
let _cardTypeID = defaultArg cardTypeID null
let _taskTypeID = defaultArg taskTypeID null
let _cancellationToken = defaultArg cancellationToken new CancellationToken()
*)
-> ValueTask<List<FormEditorRootModel>>
- bundleID NullableGuid (Optional)
- Bundle identifier.
- alias String (Optional)
- form name.
- cardTypeID NullableGuid (Optional)
- Card type identifier.
- taskTypeID NullableGuid (Optional)
- Task type identifier.
- cancellationToken CancellationToken (Optional)
Propagates notification that operations should be canceled.
ValueTaskListFormEditorRootModelList of forms.