C# Class NDC2010.TwitterTableViewController

Inheritance: UITableViewController
Datei anzeigen Open project: alexyork/NDC2010 Class Usage Examples

Protected Properties

Property Type Description
CELL_ID NSString
CellControllers TweetCellController>.Dictionary
Presenter NDC2010.Logic.Presenters.TwitterPresenter
Tweets List

Public Methods

Method Description
TwitterTableViewController ( ) : System
ViewDidLoad ( ) : void

Private Methods

Method Description
BindTweetsToTable ( System.Xml.Linq.XDocument twitterXml ) : void
BlockUI ( ) : void
FetchAndBindTweets ( ) : void
FetchAndBindTweetsAsync ( ) : void
SetupRefreshButton ( ) : void
ShowAlert ( string title, string message, string cancelButton ) : void
UnblockUI ( ) : void

Method Details

TwitterTableViewController() public method

public TwitterTableViewController ( ) : System
return System

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void

Property Details

CELL_ID protected_oe static_oe property

protected static NSString CELL_ID
return NSString

CellControllers protected_oe property

protected Dictionary CellControllers
return TweetCellController>.Dictionary

Presenter protected_oe property

protected TwitterPresenter,NDC2010.Logic.Presenters Presenter
return NDC2010.Logic.Presenters.TwitterPresenter

Tweets protected_oe property

protected List Tweets
return List