C# Class Praeclarum.UI.DocumentEditor

Inheritance: UIViewController, IDocumentEditor
Afficher le fichier Open project: praeclarum/Praeclarum

Protected Properties

Свойство Type Description
docRef Praeclarum.App.DocumentReference

Méthodes publiques

Méthode Description
BindDocument ( ) : void
DidEnterBackground ( ) : void
DidMoveToParentViewController ( UIViewController parent ) : void
DocumentEditor ( DocumentReference docRef ) : System
OnCreated ( ) : void
UnbindDocument ( ) : void
UnbindUI ( ) : void
ViewDidLoad ( ) : void
ViewWillDisappear ( bool animated ) : void
WillEnterForeground ( ) : void

Méthodes protégées

Méthode Description
WhenViewLoaded ( System.Action action ) : void

Method Details

BindDocument() public méthode

public BindDocument ( ) : void
Résultat void

DidEnterBackground() public méthode

public DidEnterBackground ( ) : void
Résultat void

DidMoveToParentViewController() public méthode

public DidMoveToParentViewController ( UIViewController parent ) : void
parent UIViewController
Résultat void

DocumentEditor() public méthode

public DocumentEditor ( DocumentReference docRef ) : System
docRef Praeclarum.App.DocumentReference
Résultat System

OnCreated() public méthode

public OnCreated ( ) : void
Résultat void

UnbindDocument() public méthode

public UnbindDocument ( ) : void
Résultat void

UnbindUI() public méthode

public UnbindUI ( ) : void
Résultat void

ViewDidLoad() public méthode

public ViewDidLoad ( ) : void
Résultat void

ViewWillDisappear() public méthode

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

WhenViewLoaded() protected méthode

protected WhenViewLoaded ( System.Action action ) : void
action System.Action
Résultat void

WillEnterForeground() public méthode

public WillEnterForeground ( ) : void
Résultat void

Property Details

docRef protected_oe property

protected DocumentReference,Praeclarum.App docRef
Résultat Praeclarum.App.DocumentReference