Interface ILayoutCreator
Obsolete
This interface should not be used. Any methods on ILayoutGenerator should use the ones that do not reference this interface. It will be removed in the future.
Namespace: LemonEdge.Client.Core.Views.DefaultLayouts
Assembly: ClientCore.dll
Syntax
[Obsolete("The ILayoutCreator interface is no longer required with an IlayoutGenerator")]
public interface ILayoutCreator
Methods
LoadTabLayout(LayoutTabSetting, LayoutDescriptorGroup)
Obsolete
This interface should not be used. Any methods on ILayoutGenerator should use the ones that do not reference this interface. It will be removed in the future.
Declaration
[Obsolete("The ILayoutCreator interface is no longer required with an IlayoutGenerator")]
void LoadTabLayout(LayoutTabSetting tab, LayoutDescriptorGroup descriptor)
Parameters
Type | Name | Description |
---|---|---|
LayoutTabSetting | tab | |
LayoutDescriptorGroup | descriptor |
SetAndDisplayLayout(LayoutDescriptor)
Obsolete
This interface should not be used. Any methods on ILayoutGenerator should use the ones that do not reference this interface. It will be removed in the future.
Declaration
[Obsolete("The ILayoutCreator interface is no longer required with an IlayoutGenerator")]
Task SetAndDisplayLayout(LayoutDescriptor descriptor)
Parameters
Type | Name | Description |
---|---|---|
LayoutDescriptor | descriptor |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |