C# 클래스 Praeclarum.App.TextDocument

상속: UIDocument, ITextDocument
파일 보기 프로젝트 열기: praeclarum/Praeclarum

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
IDocument ( ) : System.Threading.Tasks.Task
IDocument ( string path, DocumentSaveOperation operation ) : System.Threading.Tasks.Task

메소드 상세

CloseAsync() 공개 메소드

public CloseAsync ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

ContentsForType() 공개 메소드

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

GetActivitiesAsync() 공개 메소드

public GetActivitiesAsync ( UIViewController fromController ) : Task
fromController UIViewController
리턴 Task

GetActivityItemsAsync() 공개 메소드

public GetActivityItemsAsync ( UIViewController fromController ) : Task
fromController UIViewController
리턴 Task

LoadFromContents() 공개 메소드

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

OpenAsync() 공개 메소드

public OpenAsync ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

SaveAsync() 공개 메소드

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

TextDocument() 공개 메소드

public TextDocument ( string path ) : System
path string
리턴 System

UpdateChangeCount() 공개 메소드

public UpdateChangeCount ( DocumentChangeKind changeKind ) : void
changeKind DocumentChangeKind
리턴 void