Class BaseDynamicLayoutViewController
Inheritance
BaseDynamicLayoutViewController
Assembly: LemonEdge.ClientCore.dll
Syntax
public abstract class BaseDynamicLayoutViewController : ModelViewController, IModelViewController
Constructors
BaseDynamicLayoutViewController(IModelView)
Declaration
protected BaseDynamicLayoutViewController(IModelView view)
Parameters
Properties
InternalLayout
Declaration
public IModelLayoutDisplayer InternalLayout { get; }
Property Value
Methods
GetNestedViews()
Returns current displayed views nested within this view - Mostly achieved through views that inherit BaseDynamicLayoutViewController
Declaration
public override IEnumerable<IModelView> GetNestedViews()
Returns
Overrides
Implements
Extension Methods