C# 클래스 MegaMan.Editor.Controls.ViewModels.NewProjectViewModel

상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: Tesserex/C--MegaMan-Engine 1 사용 예제들

공개 메소드들

메소드 설명
Create ( object param ) : void
NewProjectViewModel ( IProjectDocumentFactory projectFactory, IDataAccessService dataService ) : System

비공개 메소드들

메소드 설명
EmbedPathToFilePath ( string embedPath, string key ) : string
GetDefaultProjectName ( ) : string
GetMostRecentAuthor ( ) : string
GetMostRecentDirectory ( ) : string
GetResourcesUnder ( string folder ) : string[]
OnPropertyChanged ( string property ) : void
WriteResourceToFile ( string path, Stream stream ) : void

메소드 상세

Create() 공개 메소드

public Create ( object param ) : void
param object
리턴 void

NewProjectViewModel() 공개 메소드

public NewProjectViewModel ( IProjectDocumentFactory projectFactory, IDataAccessService dataService ) : System
projectFactory IProjectDocumentFactory
dataService IDataAccessService
리턴 System