FormEditorModelsRepositoryQueryAsync - метод

Queries all forms using given parameters.

Definition

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

Параметры

bundleID  NullableGuid
Bundle identifier.
alias  String
form name.
cardTypeID  NullableGuid
Card type identifier.
taskTypeID  NullableGuid
Task type identifier.
cancellationToken  CancellationToken  (Optional)
Propagates notification that operations should be canceled.

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

ValueTaskListFormEditorRootModel
List of forms.

Реализации

IFormEditorModelsRepositoryQueryAsync(NullableGuid, String, NullableGuid, NullableGuid, CancellationToken)

См. также