Interface IUIContext
The context tooling for UI objects.
Namespace: LemonEdge.Client.UI.API.Misc
Assembly: LemonEdge.Client.UI.API.dll
Syntax
public interface IUIContext
Properties
CommandControlCreator
The session ICommandControlCreator
Declaration
ICommandControlCreator CommandControlCreator { get; }
Property Value
Type | Description |
---|---|
ICommandControlCreator |
CommandFactory
The session ICommandFactory
Declaration
ICommandFactory CommandFactory { get; }
Property Value
Type | Description |
---|---|
ICommandFactory |
ControlCreator
The session IControlCreator
Declaration
IControlCreator ControlCreator { get; }
Property Value
Type | Description |
---|---|
IControlCreator |
ControlDisplayInfoFactory
The session IControlDisplayInfoFactory
Declaration
IControlDisplayInfoFactory ControlDisplayInfoFactory { get; }
Property Value
Type | Description |
---|---|
IControlDisplayInfoFactory |
DisplayableItemDescriptorFactory
The session IDisplayableItemDescriptorFactory
Declaration
IDisplayableItemDescriptorFactory DisplayableItemDescriptorFactory { get; }
Property Value
Type | Description |
---|---|
IDisplayableItemDescriptorFactory |
FormulaExecuter
The session IFormulaExecuter
Declaration
IFormulaExecuter FormulaExecuter { get; }
Property Value
Type | Description |
---|---|
IFormulaExecuter |
LayoutGeneratorFactory
The session ILayoutGeneratorFactory
Declaration
ILayoutGeneratorFactory LayoutGeneratorFactory { get; }
Property Value
Type | Description |
---|---|
ILayoutGeneratorFactory |
LayoutHostTools
The session IModelLayoutHostTools
Declaration
IModelLayoutHostTools LayoutHostTools { get; }
Property Value
Type | Description |
---|---|
IModelLayoutHostTools |
LocalSettingsService
The session ILocalSettingsService
Declaration
ILocalSettingsService LocalSettingsService { get; }
Property Value
Type | Description |
---|---|
ILocalSettingsService |
ParamConverter
The session ISerializedParamConverter
Declaration
ISerializedParamConverter ParamConverter { get; }
Property Value
Type | Description |
---|---|
ISerializedParamConverter |
ViewDescriptorInstanceFactory
The session IViewDescriptorInstanceFactory
Declaration
IViewDescriptorInstanceFactory ViewDescriptorInstanceFactory { get; }
Property Value
Type | Description |
---|---|
IViewDescriptorInstanceFactory |