C# Class Castle.Samples.WindsorSilverlight.Views.NewCustomerView

Inheritance: INotifyPropertyChanged
ファイルを表示 Open project: HEskandari/Castle-Windsor-Examples

Public Methods

Method Description
NewCustomerView ( Customer customer, SaveCustomerCommand saveCommand, DeleteAllCommand deleteCommand ) : System.ComponentModel

Protected Methods

Method Description
RaisePropertyChanged ( string propertyName ) : void

Method Details

NewCustomerView() public method

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
return System.ComponentModel

RaisePropertyChanged() protected method

protected RaisePropertyChanged ( string propertyName ) : void
propertyName string
return void