Property | Type | Description | |
---|---|---|---|
BindEditorAsync | System.Threading.Tasks.Task | ||
GetModifiedTimeAsync | DateTime>>.Task | ||
GetSelectedFiles | IFile[] | ||
HandleAction | void | ||
HandleAdd | void | ||
HandleCancelSelection | void | ||
HandleDelete | void | ||
HandleDone | void | ||
HandleDuplicate | void | ||
HandleLamda | void | ||
HandleLongPress | void | ||
HandleMove | void | ||
HandlePatron | void | ||
HandleRenameRequested | void | ||
HandleSelectedDocumentsChanged | void | ||
HandleSortChanged | void | ||
HandleStorage | void | ||
HandleTitleTap | void | ||
LoadDocsUnsafe | System.Threading.Tasks.Task | ||
PerformActionOnDocument | System.Threading.Tasks.Task | ||
RefreshListTimes | void | ||
Rename | System.Threading.Tasks.Task | ||
SetEditingNavItems | void | ||
SetNormalNav | void | ||
SetNormalNavItems | void | ||
SetSelecting | void | ||
SetSelectingNavItems | void | ||
SetSpecialNav | void | ||
SetTitle | void | ||
ShowSyncError | void | ||
SwitchToMode | void | ||
UpdateEditingForSelection | void |
Method | Description | |
---|---|---|
CommitViewController ( IUIViewControllerPreviewing previewingContext, UIViewController viewControllerToCommit ) : void | ||
DocumentsViewController ( string directory, DocumentsViewMode viewMode ) : System | ||
GetViewControllerForPreview ( IUIViewControllerPreviewing previewingContext, CoreGraphics location ) : UIViewController | ||
InsertDocument ( int docIndex, |
||
LoadDocs ( ) : System.Threading.Tasks.Task | ||
LoadFolders ( ) : System.Threading.Tasks.Task | ||
PreferredStatusBarStyle ( ) : UIStatusBarStyle | ||
RemoveDocuments ( string paths, bool animated ) : void | ||
SetEditing ( bool editing, bool animated ) : void | ||
SetOpenedDocument ( int docIndex, bool animated ) : void | ||
UpdateDocument ( int docIndex ) : void | ||
ViewDidAppear ( bool animated ) : void | ||
ViewDidLoad ( ) : void | ||
ViewWillAppear ( bool animated ) : void | ||
ViewWillDisappear ( bool animated ) : void | ||
WillRotate ( UIInterfaceOrientation toInterfaceOrientation, double duration ) : void |
Method | Description | |
---|---|---|
ReloadData ( ) : void | ||
UpdateToolbar ( bool animated ) : void | ||
WhenViewLoaded ( System.Action action ) : void |
Method | Description | |
---|---|---|
BindEditorAsync ( IDocumentEditor newEditor ) : System.Threading.Tasks.Task | ||
GetModifiedTimeAsync ( IFile file ) : DateTime>>.Task |
||
GetSelectedFiles ( ) : IFile[] | ||
HandleAction ( object sender, |
||
HandleAdd ( object sender, |
||
HandleCancelSelection ( object sender, |
||
HandleDelete ( object sender, |
||
HandleDone ( object sender, |
||
HandleDuplicate ( object sender, |
||
HandleLamda ( object sender, |
||
HandleLongPress ( UILongPressGestureRecognizer gestureRecognizer ) : void | ||
HandleMove ( object sender, |
||
HandlePatron ( object sender, |
||
HandleRenameRequested ( |
||
HandleSelectedDocumentsChanged ( object sender, System e ) : void | ||
HandleSortChanged ( object sender, |
||
HandleStorage ( object sender, |
||
HandleTitleTap ( object sender, |
||
LoadDocsUnsafe ( ) : System.Threading.Tasks.Task | ||
PerformActionOnDocument ( string filePath ) : System.Threading.Tasks.Task | ||
RefreshListTimes ( NSTimer timer ) : void | ||
Rename ( |
||
SetEditingNavItems ( bool animated ) : void | ||
SetNormalNav ( bool animated ) : void | ||
SetNormalNavItems ( bool animated ) : void | ||
SetSelecting ( bool selecting, bool animated ) : void | ||
SetSelectingNavItems ( bool animated ) : void | ||
SetSpecialNav ( bool animated ) : void | ||
SetTitle ( ) : void | ||
ShowSyncError ( ) : void | ||
SwitchToMode ( bool animated ) : void | ||
UpdateEditingForSelection ( ) : void |
public CommitViewController ( IUIViewControllerPreviewing previewingContext, UIViewController viewControllerToCommit ) : void | ||
previewingContext | IUIViewControllerPreviewing | |
viewControllerToCommit | UIViewController | |
return | void |
public DocumentsViewController ( string directory, DocumentsViewMode viewMode ) : System | ||
directory | string | |
viewMode | DocumentsViewMode | |
return | System |
public GetViewControllerForPreview ( IUIViewControllerPreviewing previewingContext, CoreGraphics location ) : UIViewController | ||
previewingContext | IUIViewControllerPreviewing | |
location | CoreGraphics | |
return | UIViewController |
public InsertDocument ( int docIndex, |
||
docIndex | int | |
dr | ||
return | void |
public LoadDocs ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |
public LoadFolders ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |
public PreferredStatusBarStyle ( ) : UIStatusBarStyle | ||
return | UIStatusBarStyle |
public RemoveDocuments ( string paths, bool animated ) : void | ||
paths | string | |
animated | bool | |
return | void |
public SetEditing ( bool editing, bool animated ) : void | ||
editing | bool | |
animated | bool | |
return | void |
public SetOpenedDocument ( int docIndex, bool animated ) : void | ||
docIndex | int | |
animated | bool | |
return | void |
public UpdateDocument ( int docIndex ) : void | ||
docIndex | int | |
return | void |
protected UpdateToolbar ( bool animated ) : void | ||
animated | bool | |
return | void |
public ViewDidAppear ( bool animated ) : void | ||
animated | bool | |
return | void |
public ViewWillAppear ( bool animated ) : void | ||
animated | bool | |
return | void |
public ViewWillDisappear ( bool animated ) : void | ||
animated | bool | |
return | void |
protected WhenViewLoaded ( System.Action action ) : void | ||
action | System.Action | |
return | void |
public WillRotate ( UIInterfaceOrientation toInterfaceOrientation, double duration ) : void | ||
toInterfaceOrientation | UIInterfaceOrientation | |
duration | double | |
return | void |