Search Results for

    Show / Hide Table of Contents

    Class CollectionItem<T>

    The item that is used for an Item in a DisplayableItemDescriptorForCollection<T> instance

    This item simply indicates that this is the type of entity to be loaded as a collection - it does not load anything itself so has no cost. That is the responsibility of the views in the IModelLayoutDisplayer for this item

    The entity type T will be displayed as a collection
    Inheritance
    object
    CollectionItem
    CollectionItem<T>
    Inherited Members
    CollectionItem.Label
    CollectionItem.LabelOverride
    CollectionItem.Descriptor
    CollectionItem.Items
    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 CollectionItem<T> : CollectionItem where T : IBaseEntity
    Type Parameters
    Name Description
    T The item that is used for an in a instance This item simply indicates that this is the type of entity to be loaded as a collection - it does not load anything itself so has no cost. That is the responsibility of the views in the for this item The entity type T will be displayed as a collection

    Constructors

    CollectionItem()

    Creates a new collection item of entity type T

    Declaration
    public CollectionItem()

    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.