C# Класс Habanero.UI.Base.ListViewCollectionController

Maps a ListView object in a user interface
Показать файл Открыть проект

Открытые методы

Метод Описание
ListViewCollectionController ( IListView listView, ClassDef classDef ) : System

Constructor to initialise a new mapper. Sets the UIDefName to "default".

ListViewCollectionController ( IListView listView, ClassDef classDef, string uiDefName ) : System

Constructor as before, but allows a UIDefName to be specified

SetBusinessObjectCollection ( IBusinessObjectCollection col ) : void

Описание методов

ListViewCollectionController() публичный Метод

Constructor to initialise a new mapper. Sets the UIDefName to "default".
public ListViewCollectionController ( IListView listView, ClassDef classDef ) : System
listView IListView The ListView object to map
classDef ClassDef the class defintion of the class that this controller is setting up the list view for
Результат System

ListViewCollectionController() публичный Метод

Constructor as before, but allows a UIDefName to be specified
public ListViewCollectionController ( IListView listView, ClassDef classDef, string uiDefName ) : System
listView IListView The ListView object to map
classDef ClassDef the class defintion of the class that this controller is setting up the list view for
uiDefName string The ui definition that the list view be set up for i.e. the properties that will be shown in the list view
Результат System

SetBusinessObjectCollection() публичный Метод

public SetBusinessObjectCollection ( IBusinessObjectCollection col ) : void
col IBusinessObjectCollection
Результат void