public sealed class SettingsUnitEditorService : ISettingsUnitEditorServicePublic NotInheritable Class SettingsUnitEditorService
Implements ISettingsUnitEditorServicepublic ref class SettingsUnitEditorService sealed : ISettingsUnitEditorService[<SealedAttribute>]
type SettingsUnitEditorService =
class
interface ISettingsUnitEditorService
end| SettingsUnitEditorService | Инициализирует новый экземпляр класса SettingsUnitEditorService |
| Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
| ExportUnitRecordsAsync | Exports settings unit available for current session with specified key. |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
| GetCategoryDescriptorAsync | Retrieves descriptor of settings unit category available for the current session with specified category. |
| GetCategoryDescriptorsAsync | Retrieves descriptors of settings units categories available for the current session. |
| GetHashCode | Serves as the default hash function. (Унаследован от Object) |
| GetType | Gets the Type of the current instance. (Унаследован от Object) |
| GetUnitDescriptorAsync | Retrieves descriptor of settings unit available for the current session with specified key. |
| GetUnitDescriptorsAsync | Retrieves descriptors of settings units available for the current session with specified category if any. |
| GetUnitRecordAsync | Retrieves the settings unit record available for current session with specified key. |
| GetUnitRecordsAsync | Retrieves a collection of settings unit record available for the current session with specified keys. |
| ImportUnitRecordsAsync | Imports settings unit available for current session with specified key. |
| MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
| RemoveUnitRecordAsync | Removes existing settings unit record available for current session with specified key. |
| RemoveUnitRecordsAsync | Removes a collection of existing settings unit records available for current session with specified keys. |
| ResetUnitRecordAsync | Resets existing settings unit record available for current session with specified key. |
| ResetUnitRecordsAsync | Resets a collection of existing settings unit records available for current session with specified category. |
| StoreUnitRecordAsync | Stores the changed data for settings unit record available for current session with specified request. |
| StoreUnitRecordsAsync | Stores the changed data for a collection of settings unit records available for current session with specified requests. |
| ToString | Returns a string that represents the current object. (Унаследован от Object) |