C# Class Praeclarum.UI.DocumentEditor

Inheritance: UIViewController, IDocumentEditor
Show file Open project: praeclarum/Praeclarum

Protected Properties

Property Type Description
docRef Praeclarum.App.DocumentReference

Public Methods

Method 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

Protected Methods

Method Description
WhenViewLoaded ( System.Action action ) : void

Method Details

BindDocument() public method

public BindDocument ( ) : void
return void

DidEnterBackground() public method

public DidEnterBackground ( ) : void
return void

DidMoveToParentViewController() public method

public DidMoveToParentViewController ( UIViewController parent ) : void
parent UIViewController
return void

DocumentEditor() public method

public DocumentEditor ( DocumentReference docRef ) : System
docRef Praeclarum.App.DocumentReference
return System

OnCreated() public method

public OnCreated ( ) : void
return void

UnbindDocument() public method

public UnbindDocument ( ) : void
return void

UnbindUI() public method

public UnbindUI ( ) : void
return void

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void

ViewWillDisappear() public method

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

WhenViewLoaded() protected method

protected WhenViewLoaded ( System.Action action ) : void
action System.Action
return void

WillEnterForeground() public method

public WillEnterForeground ( ) : void
return void

Property Details

docRef protected property

protected DocumentReference,Praeclarum.App docRef
return Praeclarum.App.DocumentReference