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
    System.Object
    CollectionItem
    CollectionItem<T>
    Inherited Members
    CollectionItem.Label
    CollectionItem.Descriptor
    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.Core
    Assembly: ClientCore.dll
    Syntax
    public class CollectionItem<T> : CollectionItem where T : IBaseEntity
    Type Parameters
    Name Description
    T

    Constructors

    CollectionItem()

    Creates a new collection item of entity type T

    Declaration
    public CollectionItem()

    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.