C# 클래스 Castle.Samples.WindsorSilverlight.Views.NewCustomerView

상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: HEskandari/Castle-Windsor-Examples

공개 메소드들

메소드 설명
NewCustomerView ( Customer customer, SaveCustomerCommand saveCommand, DeleteAllCommand deleteCommand ) : System.ComponentModel

보호된 메소드들

메소드 설명
RaisePropertyChanged ( string propertyName ) : void

메소드 상세

NewCustomerView() 공개 메소드

public NewCustomerView ( Customer customer, SaveCustomerCommand saveCommand, DeleteAllCommand deleteCommand ) : System.ComponentModel
customer Castle.Samples.WindsorSilverlight.Model.Customer
saveCommand Castle.Samples.WindsorSilverlight.Commands.SaveCustomerCommand
deleteCommand Castle.Samples.WindsorSilverlight.Commands.DeleteAllCommand
리턴 System.ComponentModel

RaisePropertyChanged() 보호된 메소드

protected RaisePropertyChanged ( string propertyName ) : void
propertyName string
리턴 void