Search Results for

    Show / Hide Table of Contents

    Interface IDisplayableDescriptorPossibleLayouts

    An interface that must be implemented by a constructable class for each DisplayableItemDescriptor implementation detailing the possible layout combinations that it works with

    Namespace: LemonEdge.Client.Core.Views.Core
    Assembly: LemonEdge.ClientCore.dll
    Syntax
    public interface IDisplayableDescriptorPossibleLayouts

    Properties

    DisplayableItemDescriptorType

    The type of a DisplayableItemDescriptor that this implementation returns all the possible layout combinations it works with for the items it can display

    Declaration
    Type DisplayableItemDescriptorType { get; }
    Property Value
    Type Description
    Type

    Methods

    GetDisplayableLayouts()

    Returns a list of all possible layouts (LayoutName and Params combination) this DisplayableItemDescriptorType type works with

    Declaration
    Task<IEnumerable<DisplayableLayoutInfo>> GetDisplayableLayouts()
    Returns
    Type Description
    Task<IEnumerable<DisplayableLayoutInfo>>

    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.