C# Class SampleWinFormsApp.Model

Inheritance: IModel
显示文件 Open project: TrueWill/FSM.NET

Public Methods

Method Description
Initialize ( ) : void
Model ( IServiceClient serviceClient ) : System
Transition ( string triggeringEvent ) : void

Protected Methods

Method Description
OnPropertyChanged ( string propertyName ) : void A null property name indicates that all properties have changed.

Method Details

Initialize() public method

public Initialize ( ) : void
return void

Model() public method

public Model ( IServiceClient serviceClient ) : System
serviceClient IServiceClient
return System

OnPropertyChanged() protected method

A null property name indicates that all properties have changed.
protected OnPropertyChanged ( string propertyName ) : void
propertyName string
return void

Transition() public method

public Transition ( string triggeringEvent ) : void
triggeringEvent string
return void