C# Class MegaMan.Editor.Controls.ViewModels.NewProjectViewModel

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: Tesserex/C--MegaMan-Engine Class Usage Examples

Méthodes publiques

Méthode Description
Create ( object param ) : void
NewProjectViewModel ( IProjectDocumentFactory projectFactory, IDataAccessService dataService ) : System

Private Methods

Méthode Description
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

Method Details

Create() public méthode

public Create ( object param ) : void
param object
Résultat void

NewProjectViewModel() public méthode

public NewProjectViewModel ( IProjectDocumentFactory projectFactory, IDataAccessService dataService ) : System
projectFactory IProjectDocumentFactory
dataService IDataAccessService
Résultat System