Class TopCollectionWithBottomChildSingleLayoutGenerator<T>
A default layout generator that creates a standard IBaseGrid view of type T
on the top, and a child IBaseDefaultSingleView<T> of type T
on the bottom
Inheritance
System.Object
TopCollectionWithBottomChildSingleLayoutGenerator<T>
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 class TopCollectionWithBottomChildSingleLayoutGenerator<T> : TopCollectionWithBottomViewLayoutGenerator<T>, ILayoutGenerator where T : IBaseEntity
Type Parameters
Name | Description |
---|---|
T | The type of entity that is in the grid on the top of this layout, and in the single view in the bottom |
Methods
GetBottomView(ViewDescriptorInstance)
Returns a IBaseDefaultSingleView<T> as a child view on the bottom of this layout
Declaration
protected override Task<ViewDescriptorInstance> GetBottomView(ViewDescriptorInstance topView)
Parameters
Type | Name | Description |
---|---|---|
ViewDescriptorInstance | topView | The collection grid of type |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<ViewDescriptorInstance> | A IBaseDefaultSingleView<T> as a child grid on the bottom of this layout |
Overrides
LemonEdge.Client.Core.Views.DefaultLayouts.TopCollectionWithBottomViewLayoutGenerator<T>.GetBottomView(LemonEdge.Client.Core.Views.Core.ViewDescriptorInstance)