ISettingsUnitRepository - интерфейс

Repository for managing settings unit records in persistent storage.

Definition

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

Методы

CheckExistsAsync(Guid, CancellationToken) Determines whether the settings unit record exists by its unique identifier.
CheckExistsAsync(SettingsUnitFilter, 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.
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 Retrieves a settings unit record by its unique identifier. If multiple records match, the first one found is returned.
TryGetRecordDataAsync Attempts to retrieve the data content of a settings unit record by its unique identifier.
UpdateRecordAsync Updates an existing settings unit record.

См. также