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 CHILDT
on the right
Inheritance
System.Object
LeftCollectionWithRightSingleViewLayoutGenerator<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 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 |
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 |
Overrides
LemonEdge.Client.Core.Views.DefaultLayouts.LeftCollectionWithRightViewLayoutGenerator<T>.GetChildView(LemonEdge.Client.Core.Views.Core.ViewDescriptorInstance)