C# Class StoryboardTable.MasterViewController

Exibir arquivo Open project: xamarin/monotouch-samples Class Usage Examples

Private Properties

Property Type Description
AddButton_Activated void
ReleaseDesignerOutlets void

Public Methods

Method Description
CreateTask ( ) : void
DeleteTask ( StoryboardTable.Chore chore ) : void
DidReceiveMemoryWarning ( ) : void
MasterViewController ( IntPtr handle ) : System
PrepareForSegue ( UIStoryboardSegue segue, NSObject sender ) : void
SaveTask ( StoryboardTable.Chore chore ) : void
ViewDidAppear ( bool animated ) : void
ViewDidDisappear ( bool animated ) : void
ViewDidLoad ( ) : void
ViewWillAppear ( bool animated ) : void
ViewWillDisappear ( bool animated ) : void

Private Methods

Method Description
AddButton_Activated ( UIBarButtonItem sender ) : void
ReleaseDesignerOutlets ( ) : void

Method Details

CreateTask() public method

public CreateTask ( ) : void
return void

DeleteTask() public method

public DeleteTask ( StoryboardTable.Chore chore ) : void
chore StoryboardTable.Chore
return void

DidReceiveMemoryWarning() public method

public DidReceiveMemoryWarning ( ) : void
return void

MasterViewController() public method

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

PrepareForSegue() public method

public PrepareForSegue ( UIStoryboardSegue segue, NSObject sender ) : void
segue UIStoryboardSegue
sender NSObject
return void

SaveTask() public method

public SaveTask ( StoryboardTable.Chore chore ) : void
chore StoryboardTable.Chore
return void

ViewDidAppear() public method

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

ViewDidDisappear() public method

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

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void

ViewWillAppear() public method

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

ViewWillDisappear() public method

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