Search Results for

    Show / Hide Table of Contents

    Class DisplayableItemDescriptorForCollectionParams

    Optional parameters that can be associated with the ItemParams for a DisplayableItemDescriptorForCollection<T>

    These provide extra settings for filtering the displayed collection to a set of specific entities

    Inheritance
    object
    DisplayableItemDescriptorForCollectionParams
    Implements
    IRecreateOnRefresh
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: LemonEdge.Client.Core.Views.Core
    Assembly: LemonEdge.ClientCore.dll
    Syntax
    public class DisplayableItemDescriptorForCollectionParams : IRecreateOnRefresh

    Constructors

    DisplayableItemDescriptorForCollectionParams()

    Declaration
    public DisplayableItemDescriptorForCollectionParams()

    Properties

    Filter

    Forces any IBaseGrid<T> view loading the entities for the DisplayableItemDescriptorForCollection<T> to use this filter on the entities to load

    Declaration
    public QueryableFilter Filter { get; set; }
    Property Value
    Type Description
    QueryableFilter

    IDsOnly

    Forces any IBaseGrid<T> view loading the entities for the DisplayableItemDescriptorForCollection<T> to only display items of that entity type that have these IDs

    Declaration
    public IEnumerable<Guid> IDsOnly { get; set; }
    Property Value
    Type Description
    IEnumerable<Guid>

    Items

    The list of items.

    Declaration
    public IEnumerable<IBaseEntity> Items { get; set; }
    Property Value
    Type Description
    IEnumerable<IBaseEntity>

    Methods

    Recreate(IEntityUpdater)

    Indicates that an object should be refreshed on context change.

    Declaration
    public Task<object> Recreate(IEntityUpdater updater)
    Parameters
    Type Name Description
    IEntityUpdater updater
    Returns
    Type Description
    Task<object>

    Implements

    IRecreateOnRefresh

    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.