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

Inheritance: MvxTableViewSource
Exibir arquivo Open project: MvvmCross/MvvmCross

Public Methods

Method Description
GeneralTableViewSource ( IntPtr handle ) : System
GeneralTableViewSource ( UITableView tableView, IMvxLayoutListItemViewFactory defaultFactory, IMvxLayoutListItemViewFactory>.Dictionary factories ) : System

Protected Methods

Method Description
GetOrCreateCellFor ( UITableView tableView, NSIndexPath indexPath, object item ) : UITableViewCell

Private Methods

Method Description
GetCellIdentifier ( object item ) : string

Method Details

GeneralTableViewSource() public method

public GeneralTableViewSource ( IntPtr handle ) : System
handle System.IntPtr
return System

GeneralTableViewSource() public method

public GeneralTableViewSource ( UITableView tableView, IMvxLayoutListItemViewFactory defaultFactory, IMvxLayoutListItemViewFactory>.Dictionary factories ) : System
tableView UITableView
defaultFactory IMvxLayoutListItemViewFactory
factories IMvxLayoutListItemViewFactory>.Dictionary
return System

GetOrCreateCellFor() protected method

protected GetOrCreateCellFor ( UITableView tableView, NSIndexPath indexPath, object item ) : UITableViewCell
tableView UITableView
indexPath NSIndexPath
item object
return UITableViewCell