ISettingsUnitEditorService - интерфейс
Service for working with settings units and their fragments in UI editor.
Пространство имён: Tessa.SettingsUnitsСборка: Tessa (в Tessa.dll) Версия: 4.2.2+a8f0dd3c063817b2e3f05a923303d808e447c338
public interface ISettingsUnitEditorService
Public Interface ISettingsUnitEditorService
public interface class ISettingsUnitEditorService
type ISettingsUnitEditorService = interface end
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.
| ExportUnitRecordsAsync |
Exports settings unit available for current session with specified key.
|
| 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.
|
| 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.
|
| 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.
|