C# Class StoryboardTable.MasterViewController

Afficher le fichier Open project: xamarin/monotouch-samples Class Usage Examples

Private Properties

Свойство Type Description
AddButton_Activated void
ReleaseDesignerOutlets void

Méthodes publiques

Méthode 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

Méthode Description
AddButton_Activated ( UIBarButtonItem sender ) : void
ReleaseDesignerOutlets ( ) : void

Method Details

CreateTask() public méthode

public CreateTask ( ) : void
Résultat void

DeleteTask() public méthode

public DeleteTask ( StoryboardTable.Chore chore ) : void
chore StoryboardTable.Chore
Résultat void

DidReceiveMemoryWarning() public méthode

public DidReceiveMemoryWarning ( ) : void
Résultat void

MasterViewController() public méthode

public MasterViewController ( IntPtr handle ) : System
handle System.IntPtr
Résultat System

PrepareForSegue() public méthode

public PrepareForSegue ( UIStoryboardSegue segue, NSObject sender ) : void
segue UIStoryboardSegue
sender NSObject
Résultat void

SaveTask() public méthode

public SaveTask ( StoryboardTable.Chore chore ) : void
chore StoryboardTable.Chore
Résultat void

ViewDidAppear() public méthode

public ViewDidAppear ( bool animated ) : void
animated bool
Résultat void

ViewDidDisappear() public méthode

public ViewDidDisappear ( bool animated ) : void
animated bool
Résultat void

ViewDidLoad() public méthode

public ViewDidLoad ( ) : void
Résultat void

ViewWillAppear() public méthode

public ViewWillAppear ( bool animated ) : void
animated bool
Résultat void

ViewWillDisappear() public méthode

public ViewWillDisappear ( bool animated ) : void
animated bool
Résultat void