Method | Description | |
---|---|---|
Initialize ( ) : void | ||
Model ( IServiceClient serviceClient ) : System | ||
Transition ( string triggeringEvent ) : void |
Method | Description | |
---|---|---|
OnPropertyChanged ( string propertyName ) : void | A null property name indicates that all properties have changed. |
public Model ( IServiceClient serviceClient ) : System | ||
serviceClient | IServiceClient | |
return | System |
protected OnPropertyChanged ( string propertyName ) : void | ||
propertyName | string | |
return | void |
public Transition ( string triggeringEvent ) : void | ||
triggeringEvent | string | |
return | void |