C# Class ErlangEditor.ViewModel.MainVM

Inheritance: ViewModelBase
ファイルを表示 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_oe static_oe property

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

FrameTitleProperty public_oe static_oe property

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

IsCompilingProperty public_oe static_oe property

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