C# 클래스 ParallelCoordinatesDemo.ChartWindowPresentationModel

상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: pwlodek/CodeGallery 1 사용 예제들

공개 메소드들

메소드 설명
ChartWindowPresentationModel ( IChartWindow view ) : System
DataBind ( ) : void

보호된 메소드들

메소드 설명
OnPropertyChanged ( string property ) : void

비공개 메소드들

메소드 설명
ExecuteAboutCommand ( object arg ) : void
ExecuteCloseCommand ( object arg ) : void
ExecuteGenerateDiagramDataCommand ( string objects ) : void

메소드 상세

ChartWindowPresentationModel() 공개 메소드

public ChartWindowPresentationModel ( IChartWindow view ) : System
view IChartWindow
리턴 System

DataBind() 공개 메소드

public DataBind ( ) : void
리턴 void

OnPropertyChanged() 보호된 메소드

protected OnPropertyChanged ( string property ) : void
property string
리턴 void