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 typeT
will be displayed as a collection
Inherited Members
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()