ISettingsUnitEditorService - интерфейс

Service for working with settings units and their fragments in UI editor.

Definition

Пространство имён: Tessa.SettingsUnits
Сборка: Tessa (в Tessa.dll) Версия: 4.2.1+2efecbe35c10dec386bb05925f2876c4acbb708d
C#
public interface ISettingsUnitEditorService : ISettingsUnitService
Implements
ISettingsUnitService

Заметки

Service checks user access permissions and availability of settings units and their fragments.
Use ISettingsUnitService for working with settings units and their fragments without checking access permissions.

Методы

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)

См. также