public sealed class FormattingSettingsCardRepository : IFormattingSettingsCardRepository
Public NotInheritable Class FormattingSettingsCardRepository
Implements IFormattingSettingsCardRepository
public ref class FormattingSettingsCardRepository sealed : IFormattingSettingsCardRepository
[<SealedAttribute>]
type FormattingSettingsCardRepository =
class
interface IFormattingSettingsCardRepository
end
FormattingSettingsCardRepository | Создаёт экземпляр класса с указанием его зависимостей. |
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) |
GetAllAsync | Возвращает все доступные объекты с настройками форматирования IFormattingSettings. |
GetHashCode | Serves as the default hash function. (Унаследован от Object) |
GetType | Gets the Type of the current instance. (Унаследован от Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
ToString | Returns a string that represents the current object. (Унаследован от Object) |
TryGetAsync | Возвращает объект настроек, полученный по идентификатору карточки, или null, если карточка не найдена. |