IFormEditorModelsRepositoryQueryAsync - метод

Queries all forms using given parameters.

Definition

Пространство имён: Tessa.FormEditor
Сборка: Tessa (в Tessa.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
C#
ValueTask<List<FormEditorRootModel>> QueryAsync(
	Guid? bundleID = null,
	string? alias = null,
	Guid? cardTypeID = null,
	Guid? taskTypeID = null,
	CancellationToken cancellationToken = default
)

Параметры

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.

Возвращаемое значение

ValueTaskListFormEditorRootModel
List of forms.

См. также