Interface IBaseGridRelatedCollection<SI, T>
The standard base grid view implementation for displaying entity items related to another entity item, and that inherits all the functionality of dynamically creating apropriate columns from the IBaseGrid<T>
This is the core view for creating grids of any entity in the system that are related to another entity in the system, it is different from IBaseGridAnyRelatedCollection<T> as that can have multiple different types of parent it is related to where as this must be of type SI
Inherited Members
System.IDisposable.Dispose()
Namespace: LemonEdge.Client.Core.Views.Core
Assembly: ClientCore.dll
Syntax
[ViewDescriptor(typeof(BaseGridRelatedEntityCollectionViewInstanceEnumerator))]
public interface IBaseGridRelatedCollection<SI, T> : IBaseGrid<T>, IBaseGrid, IModelView, IOpenGridItemImplementor<T>, IGridSelector, IGridSelectionMode, IHasToggleStatus, IDisposable, IItemSelector
Type Parameters
Name | Description |
---|---|
SI | The type of the parent single item that all entities of type |
T | The type of entity this grid will display |