C# Class DbDictExport.WPF.Pages.ConnectViewModel

Inheritance: INotifyPropertyChanged, IDataErrorInfo
Show file Open project: NeilQ/DbDictExport

Public Properties

Property Type Description
Current ConnectViewModel

Public Methods

Method Description
ConnectViewModel ( ) : System

Initializes a new instance of the ConnectViewModel class.

this ( string columnName ) : string

Gets the error message for the property with the given name.

Private Methods

Method Description
OnPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void

Called when [property changed].

RaisePropertyChanged ( string propertyName ) : void

Method Details

ConnectViewModel() public method

Initializes a new instance of the ConnectViewModel class.
public ConnectViewModel ( ) : System
return System

this() public method

Gets the error message for the property with the given name.
public this ( string columnName ) : string
columnName string Name of the column.
return string

Property Details

Current public static property

public static ConnectViewModel,DbDictExport.WPF.Pages Current
return ConnectViewModel