C# Class TODOList.iOS.TODOViewController

Inheritance: MonoTouch.Dialog.DialogViewController
显示文件 Open project: awslabs/aws-sdk-net-samples

Public Methods

Method Description
DeleteTask ( ) : void
SaveTask ( ) : void
Selected ( NSIndexPath indexPath ) : void
TODOViewController ( ) : System
ViewDidLoad ( ) : void
ViewWillAppear ( bool animated ) : void

Private Methods

Method Description
Refresh ( ) : void
ShowDetails ( Task task ) : void

Method Details

DeleteTask() public method

public DeleteTask ( ) : void
return void

SaveTask() public method

public SaveTask ( ) : void
return void

Selected() public method

public Selected ( NSIndexPath indexPath ) : void
indexPath NSIndexPath
return void

TODOViewController() public method

public TODOViewController ( ) : System
return System

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void

ViewWillAppear() public method

public ViewWillAppear ( bool animated ) : void
animated bool
return void