C# Class Praeclarum.App.TextDocument

Inheritance: UIDocument, ITextDocument
Mostra file Open project: praeclarum/Praeclarum

Public Methods

Method Description
CloseAsync ( ) : System.Threading.Tasks.Task
ContentsForType ( string typeName, NSError &outError ) : NSObject
GetActivitiesAsync ( UIViewController fromController ) : Task
GetActivityItemsAsync ( UIViewController fromController ) : Task
LoadFromContents ( NSObject contents, string typeName, NSError &outError ) : bool
OpenAsync ( ) : System.Threading.Tasks.Task
SaveAsync ( string path, DocumentSaveOperation operation ) : System.Threading.Tasks.Task
TextDocument ( string path ) : System
UpdateChangeCount ( DocumentChangeKind changeKind ) : void

Private Methods

Method Description
IDocument ( ) : System.Threading.Tasks.Task
IDocument ( string path, DocumentSaveOperation operation ) : System.Threading.Tasks.Task

Method Details

CloseAsync() public method

public CloseAsync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

ContentsForType() public method

public ContentsForType ( string typeName, NSError &outError ) : NSObject
typeName string
outError NSError
return NSObject

GetActivitiesAsync() public method

public GetActivitiesAsync ( UIViewController fromController ) : Task
fromController UIViewController
return Task

GetActivityItemsAsync() public method

public GetActivityItemsAsync ( UIViewController fromController ) : Task
fromController UIViewController
return Task

LoadFromContents() public method

public LoadFromContents ( NSObject contents, string typeName, NSError &outError ) : bool
contents NSObject
typeName string
outError NSError
return bool

OpenAsync() public method

public OpenAsync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

SaveAsync() public method

public SaveAsync ( string path, DocumentSaveOperation operation ) : System.Threading.Tasks.Task
path string
operation DocumentSaveOperation
return System.Threading.Tasks.Task

TextDocument() public method

public TextDocument ( string path ) : System
path string
return System

UpdateChangeCount() public method

public UpdateChangeCount ( DocumentChangeKind changeKind ) : void
changeKind DocumentChangeKind
return void