Search Results for

    Show / Hide Table of Contents

    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
    DefaultLayoutGenerator
    TopCollectionWithBottomViewLayoutGenerator<T>
    TopCollectionWithBottomChildSingleLayoutGenerator<T>
    Implements
    ILayoutGenerator
    Inherited Members
    TopCollectionWithBottomViewLayoutGenerator<T>.Descriptor
    TopCollectionWithBottomViewLayoutGenerator<T>.CanGenerateLayout(String, String)
    TopCollectionWithBottomViewLayoutGenerator<T>.GenerateLayout(String, String)
    TopCollectionWithBottomViewLayoutGenerator<T>.TopViewPercentHeight
    TopCollectionWithBottomViewLayoutGenerator<T>.GenerateAdditionalTabsForLayout(LayoutDescriptor)
    DefaultLayoutGenerator.CanGenerateDefaultOrCustomLayout(String, String)
    DefaultLayoutGenerator.RegenerateDefaultLayouts()
    DefaultLayoutGenerator.GetDefaultLayoutGenerators()
    DefaultLayoutGenerator.GetDefaultLayoutGenerator(String, String)
    DefaultLayoutGenerator.GenerateLayout(ILayoutCreator, String, String)
    DefaultLayoutGenerator.LayoutHelpURL
    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 T on the top of this layout

    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)

    Implements

    ILayoutGenerator

    Extension Methods

    MiscExtensions.SetIfNotEqual<T, P>(T, Expression<Func<T, P>>, P)
    ReflectionExtensions.ClearEventInvocations(Object, String)
    StringExtensions.ToCSVFormatString(Object, Type)
    SQLExtensions.ToSQLValue(Object, Boolean)
    In This Article
    Back to top © LemonTree Software Ltd. All rights reserved.