C# Class HelloWorldModule.ViewModels.SelectClientViewModel

Inheritance: Notification, INotifyPropertyChanged, IPopupWindowActionAware, IRegionManagerAware
Show file Open project: Slesa/Playground

Public Methods

Method Description
SelectClientViewModel ( ) : System

Protected Methods

Method Description
CancelAction ( ) : void
ChangeDetail ( ) : void
OkAction ( ) : void
RaisePropertyChanged ( string propertyName ) : void

Method Details

CancelAction() protected method

protected CancelAction ( ) : void
return void

ChangeDetail() protected method

protected ChangeDetail ( ) : void
return void

OkAction() protected method

protected OkAction ( ) : void
return void

RaisePropertyChanged() protected method

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

SelectClientViewModel() public method

public SelectClientViewModel ( ) : System
return System