Namespace: Semata.DataStore.ObjectModel.Views
Class: ItemObjectViewList<I,V>
Constructs a new instance of ItemObjectViewList.
public: ^ ItemObjectViewList(ItemObjectCollection<I>^ itemObjectCollection, Func<I, V>^ itemObjectViewCreator)
Parameters
Type | Name | Description |
ItemObjectCollection<I>^ | itemObjectCollection | the source of the ItemObjects, required |
Func<I, V>^ | itemObjectViewCreator | a method that takes a ItemObject and returns an ItemObjectView, required |
Returns: MISSING PAGE