public interface ISettingsUnitEditorService : ISettingsUnitServicePublic Interface ISettingsUnitEditorService
Inherits ISettingsUnitServicepublic interface class ISettingsUnitEditorService : ISettingsUnitServicetype ISettingsUnitEditorService =
interface
interface ISettingsUnitService
end| ExportUnitAsync | Exports a settings unit. |
| GetCategoryDescriptorAsync | Retrieves descriptor of settings unit category available for the current session. |
| GetCategoryDescriptorsAsync | Retrieves descriptors of settings units categories available for the current session. |
| GetRecordAsync |
Retrieves the settings unit record.
(Унаследован от ISettingsUnitService) |
| GetUnitDescriptorAsync | Retrieves descriptor of settings unit available for the current session. |
| GetUnitDescriptorsAsync | Retrieves descriptors of settings units, optionally filtered by category, available for the current session. |
| ImportUnitAsync | Imports a settings unit. |
| RemoveRecordAsync |
Removes the existing settings unit record.
(Унаследован от ISettingsUnitService) |
| ResetRecordAsync |
Resets the existing settings unit record.
(Унаследован от ISettingsUnitService) |
| ResetRecordsAsync |
Resets the existing settings unit records for specified category.
(Унаследован от ISettingsUnitService) |
| StoreRecordAsync |
Stores the changed data for settings unit record.
(Унаследован от ISettingsUnitService) |