Class LeftCollectionWithRightSingleViewLayoutGenerator<T>
A default layout generator that creates a standard IBaseGrid view of type T
on the left, and a child IBaseDefaultSingleView<T> of type TChild
on the
right
Inheritance
LeftCollectionWithRightSingleViewLayoutGenerator<T>
Implements
Inherited Members
Namespace: LemonEdge.Client.Core.Views.DefaultLayouts.Core
Assembly: LemonEdge.ClientCore.dll
Syntax
public class LeftCollectionWithRightSingleViewLayoutGenerator<T> : LeftCollectionWithRightViewLayoutGenerator<T>, ILayoutGenerator where T : IBaseEntity
Type Parameters
Name | Description |
---|---|
T | The type of entity that is in the grid on the left of this layout |
Constructors
LeftCollectionWithRightSingleViewLayoutGenerator(IRootController)
Declaration
public LeftCollectionWithRightSingleViewLayoutGenerator(IRootController rootController)
Parameters
Type | Name | Description |
---|---|---|
IRootController | rootController |
Methods
GetChildView(ViewDescriptorInstance)
Returns a IBaseDefaultSingleView<T> as a child view on the right of this layout
Declaration
protected override ViewDescriptorInstance GetChildView(ViewDescriptorInstance parent)
Parameters
Type | Name | Description |
---|---|---|
ViewDescriptorInstance | parent | The collection grid of type |
Returns
Type | Description |
---|---|
ViewDescriptorInstance | A IBaseDefaultSingleView<T> as a child view on the right of this layout |