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. |
| 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. |
| 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 filter. |
| GetRecordsIDsAsync | Retrieves the identifiers of all settings unit records that match the specified filter. |
| GetType | Gets the Type of the current instance. (Унаследован от Object) |
| InsertRecordAsync | Inserts a new settings unit record. |
| MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
| 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. |
| UpdateRecordAsync | Updates an existing settings unit record. |