ISettingsUnitRepository - интерфейс

Repository for managing settings unit records in persistent storage.

Definition

Пространство имён: Tessa.SettingsUnits
Сборка: Tessa (в Tessa.dll) Версия: 4.2.2+a8f0dd3c063817b2e3f05a923303d808e447c338
C#
public interface ISettingsUnitRepository

Методы

CheckExistsAsync(Guid, Boolean, CancellationToken) Determines whether the settings unit record exists by its unique identifier.
CheckExistsAsync(SettingsUnitFilter, Boolean, CancellationToken) Determines whether the settings unit record(s) exists that match the specified filter.
DeleteAsync Permanently deletes a settings unit record by its unique identifier.
DeleteBulkAsync Permanently deletes a settings unit records by their unique identifiers.
GetRecordAsync Retrieves a settings unit record by its unique identifier.
GetRecordDataAsync Retrieves the data content of a settings unit record by its unique identifier.
GetRecordsAsync Retrieves all settings unit records that match the specified filter.
GetRecordsIDsAsync Retrieves the identifiers of all settings unit records that match the specified filter.
InsertRecordAsync Inserts a new settings unit record.
TryGetRecordAsync Attempts to retrieve a settings unit record by its unique identifier.
TryGetRecordDataAsync Attempts to retrieve the data content of a settings unit record by its unique identifier.
UpdateRecordAsync Updates an existing settings unit record.

См. также