C# Class EventStore.VSTools.Views.CreateProject.CreateProjectViewModel

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: AlexeyRaga/esvstools Class Usage Examples

Méthodes publiques

Свойство Type Description
OnClose Action

Méthodes publiques

Méthode Description
CreateProjectViewModel ( IProjectionsManager>.Func projectionsManagerFactory ) : System

Private Methods

Méthode Description
BuildCommand ( bool>.Func canExecute, Action execute ) : System.DelegateCommand
OnCancel ( ) : void
OnFinish ( ) : void
OnNext ( ) : void
OnPrev ( ) : void
OnPropertyChanged ( string propertyName ) : void

Method Details

CreateProjectViewModel() public méthode

public CreateProjectViewModel ( IProjectionsManager>.Func projectionsManagerFactory ) : System
projectionsManagerFactory IProjectionsManager>.Func
Résultat System

Property Details

OnClose public_oe property

public Action OnClose
Résultat Action