Class TopCollectionWithBottomCollectionLayoutGenerator<T, CHILDT>
A default layout generator that creates a standard grid with a related collection grid beneath it
Inheritance
System.Object
TopCollectionWithBottomCollectionLayoutGenerator<T, CHILDT>
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: LemonEdge.Client.Core.Views.DefaultLayouts
Assembly: ClientCore.dll
Syntax
public abstract class TopCollectionWithBottomCollectionLayoutGenerator<T, CHILDT> : TopCollectionWithBottomViewLayoutGenerator<T>, ILayoutGenerator where T : IBaseEntity where CHILDT : IBaseEntity
Type Parameters
Name | Description |
---|---|
T | The type of entity in the top grid |
CHILDT | The type of entity in the child bottom grid |
Methods
GetBottomView(ViewDescriptorInstance)
Returns the bottom related collection grid
Declaration
protected override Task<ViewDescriptorInstance> GetBottomView(ViewDescriptorInstance topView)
Parameters
Type | Name | Description |
---|---|---|
ViewDescriptorInstance | topView | The parent top collection grid view |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<ViewDescriptorInstance> | The bottom related collection grid |
Overrides
LemonEdge.Client.Core.Views.DefaultLayouts.TopCollectionWithBottomViewLayoutGenerator<T>.GetBottomView(LemonEdge.Client.Core.Views.Core.ViewDescriptorInstance)