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

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: HEskandari/Castle-Windsor-Examples

Méthodes publiques

Méthode Description
NewCustomerView ( Customer customer, SaveCustomerCommand saveCommand, DeleteAllCommand deleteCommand ) : System.ComponentModel

Méthodes protégées

Méthode Description
RaisePropertyChanged ( string propertyName ) : void

Method Details

NewCustomerView() public méthode

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
Résultat System.ComponentModel

RaisePropertyChanged() protected méthode

protected RaisePropertyChanged ( string propertyName ) : void
propertyName string
Résultat void