C# 클래스 FirstPrismModule.ModuleView_ViewModel

상속: Microsoft.Practices.Prism.ViewModel.NotificationObject
파일 보기 프로젝트 열기: jeffras/Prism-4-with-WinForms 1 사용 예제들

공개 메소드들

메소드 설명
CreateProduct ( Product p ) : void
ModuleView_ViewModel ( IEventAggregator evtAggregator, Common.CommandProxy commandProxy ) : Common.System
SaveSelection ( Product product ) : void

비공개 메소드들

메소드 설명
CanSave ( object arg ) : bool
OnSaved ( DataEventArgs e ) : void
Save ( object obj ) : void

메소드 상세

CreateProduct() 공개 메소드

public CreateProduct ( Product p ) : void
p Product
리턴 void

ModuleView_ViewModel() 공개 메소드

public ModuleView_ViewModel ( IEventAggregator evtAggregator, Common.CommandProxy commandProxy ) : Common.System
evtAggregator IEventAggregator
commandProxy Common.CommandProxy
리턴 Common.System

SaveSelection() 공개 메소드

public SaveSelection ( Product product ) : void
product Product
리턴 void