ISettingsUnitRepositoryCheckExistsAsync(SettingsUnitFilter, Boolean, CancellationToken) - метод

Determines whether the settings unit record(s) exists that match the specified filter.

Definition

Пространство имён: Tessa.SettingsUnits
Сборка: Tessa (в Tessa.dll) Версия: 4.2.2+a8f0dd3c063817b2e3f05a923303d808e447c338
C#
Task<bool> CheckExistsAsync(
	SettingsUnitFilter filter,
	bool checkPermissions = false,
	CancellationToken cancellationToken = default
)

Параметры

filter  SettingsUnitFilter
Represents a filter used to query settings units based on various properties.
checkPermissions  Boolean  (Optional)
Performs a permissions check for the current session only if it is not an admin session
cancellationToken  CancellationToken  (Optional)
Propagates notification that operations should be canceled.

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

TaskBoolean
if a matching record(s) exists; otherwise, .

См. также