CreateListView(IObjectSpace, Type, Boolean)
|
objectSpace, objectType, isRoot
|
Creates a List View used for the objects of the specified type, by default.
|
CreateListView(IModelListView, CollectionSourceBase, Boolean, ListEditor)
|
modelListView, collectionSource, isRoot, listEditor
|
For internal use.
|
CreateListView(IModelListView, CollectionSourceBase, Boolean)
|
modelListView, collectionSource, isRoot
|
Creates a List View based on the information from the Application Model‘s node specified by the modelListView parameter.
|
CreateListView(String, CollectionSourceBase, Boolean)
|
listViewId, collectionSource, isRoot
|
Creates a List View based on information from the Application Model‘s Views | View node specified by the listViewId parameter.
|
CreateListView(Type, Boolean)
|
objectType, isRoot
|
Creates a List View used for the objects of the specified type, by default.
|