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
    object
    DefaultLayoutGenerator
    TopCollectionWithBottomViewLayoutGenerator<T>
    TopCollectionWithBottomChildSingleLayoutGenerator<T>
    Implements
    ILayoutGenerator
    Inherited Members
    TopCollectionWithBottomViewLayoutGenerator<T>.CanGenerateLayout(string, string)
    TopCollectionWithBottomViewLayoutGenerator<T>.GenerateLayout(string, string)
    TopCollectionWithBottomViewLayoutGenerator<T>.GenerateAdditionalTabsForLayout(LayoutDescriptor)
    TopCollectionWithBottomViewLayoutGenerator<T>.Descriptor
    TopCollectionWithBottomViewLayoutGenerator<T>.TopViewPercentHeight
    DefaultLayoutGenerator.RootController
    DefaultLayoutGenerator.LayoutHelpURL
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: LemonEdge.Client.Core.Views.DefaultLayouts.Core
    Assembly: LemonEdge.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

    Constructors

    TopCollectionWithBottomChildSingleLayoutGenerator(IRootController)

    Declaration
    public TopCollectionWithBottomChildSingleLayoutGenerator(IRootController rootController)
    Parameters
    Type Name Description
    IRootController rootController

    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
    Task<ViewDescriptorInstance>

    A IBaseDefaultSingleView<T> as a child grid on the bottom of this layout

    Overrides
    TopCollectionWithBottomViewLayoutGenerator<T>.GetBottomView(ViewDescriptorInstance)

    Implements

    ILayoutGenerator

    Extension Methods

    LinqExtensions.AsArray<T>(T)
    LinqExtensions.ToArrayOfOne<T>(T)
    LinqExtensions.ToListOfOne<T>(T)
    MiscExtensions.SetIfNotEqual<T, TP>(T, Expression<Func<T, TP>>, TP)
    WeakReferenceExtensions.WeakReference(object)
    SQLExtensions.ToSQLValue(object, bool)
    ReflectionExtensions.ClearEventInvocations(object, string)
    StringExtensions.ToCSVFormatString(object, Type)
    In this article
    Back to top © LemonEdge Technologies. All rights reserved.