SettingsUnitRepository - класс

Repository for managing settings unit records in persistent storage.

Definition

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

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

SettingsUnitRepository Repository for managing settings unit records in persistent storage.

Методы

AddRecordAsync Creates a new settings unit record.
CheckExistsAsync Determines whether the settings unit record exists by its unique identifier.
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 category.
GetRecordsIDsAsync Retrieves the identifiers of all settings unit records that match the specified category.
GetTypeGets the Type of the current instance.
(Унаследован от Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Унаследован от Object)
ModifyRecordAsync Updates an existing settings unit record.
RemoveAsync Permanently removes a settings unit record by its unique identifier.
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.

См. также