public class DeputiesManagementSettingsProvider : IDeputiesManagementSettingsProvider,
IDisposable
Public Class DeputiesManagementSettingsProvider
Implements IDeputiesManagementSettingsProvider, IDisposable
public ref class DeputiesManagementSettingsProvider : IDeputiesManagementSettingsProvider,
IDisposable
type DeputiesManagementSettingsProvider =
class
interface IDeputiesManagementSettingsProvider
interface IDisposable
end
DeputiesManagementSettingsProvider | Инициализирует новый экземпляр класса DeputiesManagementSettingsProvider |
CreateNewSettingsAsync | Метод для создания нового объекта настроек. Вызывается только один раз при первом запросе настроек через GetSettingsAsync(CancellationToken). |
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
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) |
GetSettingsAsync | Метод для получения настроек замещения. |
GetType | Gets the Type of the current instance. (Унаследован от Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
ResetSettingsAsync | Метод для сброса настроек замещения. |
ToString | Returns a string that represents the current object. (Унаследован от Object) |