C# 클래스 NSwagStudio.ViewModels.MainWindowModel

The view model for the MainWindow.
상속: ViewModelBase
파일 보기 프로젝트 열기: NSwag/NSwag

공개 메소드들

메소드 설명
CloseDocumentAsync ( DocumentModel document ) : Task
MainWindowModel ( ) : System

Initializes a new instance of the MainWindowModel class.

OpenDocumentAsync ( string filePath ) : System.Threading.Tasks.Task

보호된 메소드들

메소드 설명
OnLoaded ( ) : void

비공개 메소드들

메소드 설명
CreateDocument ( ) : void
LoadApplicationSettingsAsync ( ) : System.Threading.Tasks.Task
OpenDocumentAsync ( ) : System.Threading.Tasks.Task
SaveAsDocumentAsync ( DocumentModel document ) : Task
SaveDocumentAsync ( DocumentModel document ) : Task

메소드 상세

CloseDocumentAsync() 공개 메소드

public CloseDocumentAsync ( DocumentModel document ) : Task
document DocumentModel
리턴 Task

MainWindowModel() 공개 메소드

Initializes a new instance of the MainWindowModel class.
public MainWindowModel ( ) : System
리턴 System

OnLoaded() 보호된 메소드

protected OnLoaded ( ) : void
리턴 void

OpenDocumentAsync() 공개 메소드

public OpenDocumentAsync ( string filePath ) : System.Threading.Tasks.Task
filePath string
리턴 System.Threading.Tasks.Task