C# Class ErlangEditor.ViewModel.MainVM

Inheritance: ViewModelBase
Show file Open project: xdusongwei/ErlangEditor

Public Properties

Property Type Description
ErrorCountProperty System.Windows.DependencyProperty
FrameTitleProperty System.Windows.DependencyProperty
IsCompilingProperty System.Windows.DependencyProperty

Public Methods

Method Description
MainVM ( ) : System
this ( string aKey ) : ViewModelBase

Method Details

MainVM() public method

public MainVM ( ) : System
return System

this() public method

public this ( string aKey ) : ViewModelBase
aKey string
return ViewModelBase

Property Details

ErrorCountProperty public static property

public static DependencyProperty,System.Windows ErrorCountProperty
return System.Windows.DependencyProperty

FrameTitleProperty public static property

public static DependencyProperty,System.Windows FrameTitleProperty
return System.Windows.DependencyProperty

IsCompilingProperty public static property

public static DependencyProperty,System.Windows IsCompilingProperty
return System.Windows.DependencyProperty