C# Class MvvmCross.AutoView.iOS.Views.Lists.GeneralListLayout

Inheritance: IListLayout
Afficher le fichier Open project: MvvmCross/MvvmCross Class Usage Examples

Méthodes publiques

Méthode Description
GeneralListLayout ( ) : System.Collections
InitializeSource ( UITableView tableView ) : MvxTableViewSource

Méthodes protégées

Méthode Description
CreateSource ( UITableView tableView ) : MvxTableViewSource

Private Methods

Méthode Description
CheckListIsNull ( ) : void

Method Details

CreateSource() protected méthode

protected CreateSource ( UITableView tableView ) : MvxTableViewSource
tableView UITableView
Résultat MvxTableViewSource

GeneralListLayout() public méthode

public GeneralListLayout ( ) : System.Collections
Résultat System.Collections

InitializeSource() public méthode

public InitializeSource ( UITableView tableView ) : MvxTableViewSource
tableView UITableView
Résultat MvxTableViewSource