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

Inheritance: INotifyPropertyChanged
Show file Open project: HEskandari/Castle-Windsor-Examples

Public Methods

Method Description
AuthorizationView ( DeleteAllCommand deleteCommand, LoginCommand loginCommand, LogoutCommand logoutCommand ) : System.Windows.Controls

Protected Methods

Method Description
RaisePropertyChanged ( string propertyName ) : void

Method Details

AuthorizationView() public method

public AuthorizationView ( DeleteAllCommand deleteCommand, LoginCommand loginCommand, LogoutCommand logoutCommand ) : System.Windows.Controls
deleteCommand Castle.Samples.WindsorSilverlight.Commands.DeleteAllCommand
loginCommand Castle.Samples.WindsorSilverlight.Commands.LoginCommand
logoutCommand Castle.Samples.WindsorSilverlight.Commands.LogoutCommand
return System.Windows.Controls

RaisePropertyChanged() protected method

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