C# 클래스 DbDictExport.WPF.Pages.ConnectViewModel

상속: INotifyPropertyChanged, IDataErrorInfo
파일 보기 프로젝트 열기: NeilQ/DbDictExport

공개 프로퍼티들

프로퍼티 타입 설명
Current ConnectViewModel

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
OnPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void

Called when [property changed].

RaisePropertyChanged ( string propertyName ) : void

메소드 상세

ConnectViewModel() 공개 메소드

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

this() 공개 메소드

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

프로퍼티 상세

Current 공개적으로 정적으로 프로퍼티

public static ConnectViewModel,DbDictExport.WPF.Pages Current
리턴 ConnectViewModel