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

Inheritance: INotifyPropertyChanged
Datei anzeigen Open project: AlexeyRaga/esvstools Class Usage Examples

Public Properties

Property Type Description
OnClose Action

Public Methods

Method Description
CreateProjectViewModel ( IProjectionsManager>.Func projectionsManagerFactory ) : System

Private Methods

Method 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 method

public CreateProjectViewModel ( IProjectionsManager>.Func projectionsManagerFactory ) : System
projectionsManagerFactory IProjectionsManager>.Func
return System

Property Details

OnClose public_oe property

public Action OnClose
return Action