C# Class Verses.iOS.VerseEditDialog

Inheritance: PBViewController
Afficher le fichier Open project: pierceboggan/Verses Class Usage Examples

Méthodes publiques

Méthode Description
VerseEditDialog ( Verse verseToEdit ) : System
ViewDidLoad ( ) : void
ViewWillAppear ( bool animated ) : void
ViewWillDisappear ( bool animated ) : void

Private Methods

Méthode Description
HandleCancelButtonTapped ( object sender, EventArgs args ) : void
HandleSaveButtonTapped ( object sender, EventArgs args ) : void
SaveButtonClicked ( ) : void
SetupNavigationBar ( ) : void
SetupUI ( ) : void

Method Details

VerseEditDialog() public méthode

public VerseEditDialog ( Verse verseToEdit ) : System
verseToEdit Verses.Portable.Verse
Résultat System

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