SettingsUnitRepository - класс

Repository for managing settings unit records in persistent storage.

Definition

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

Конструкторы

SettingsUnitRepository Repository for managing settings unit records in persistent storage.

Методы

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.
EqualsDetermines whether the specified object is equal to the current object.
(Унаследован от Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Унаследован от Object)
GetHashCodeServes as the default hash function.
(Унаследован от Object)
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.
GetTypeGets the Type of the current instance.
(Унаследован от Object)
InsertRecordAsync Inserts a new settings unit record.
MemberwiseCloneCreates a shallow copy of the current Object.
(Унаследован от Object)
ToStringReturns a string that represents the current object.
(Унаследован от Object)
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.

См. также