public sealed class SettingsUnitRepository : ISettingsUnitRepositoryPublic NotInheritable Class SettingsUnitRepository
Implements ISettingsUnitRepositorypublic ref class SettingsUnitRepository sealed : ISettingsUnitRepository[<SealedAttribute>]
type SettingsUnitRepository =
class
interface ISettingsUnitRepository
end| 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. |
| Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
| GetHashCode | Serves 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. |
| GetType | Gets the Type of the current instance. (Унаследован от Object) |
| MemberwiseClone | Creates 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. |
| ToString | Returns 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. |