C# Class SampleWinFormsApp.Model

Inheritance: IModel
Afficher le fichier Open project: TrueWill/FSM.NET

Méthodes publiques

Méthode Description
Initialize ( ) : void
Model ( IServiceClient serviceClient ) : System
Transition ( string triggeringEvent ) : void

Méthodes protégées

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

Method Details

Initialize() public méthode

public Initialize ( ) : void
Résultat void

Model() public méthode

public Model ( IServiceClient serviceClient ) : System
serviceClient IServiceClient
Résultat System

OnPropertyChanged() protected méthode

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

Transition() public méthode

public Transition ( string triggeringEvent ) : void
triggeringEvent string
Résultat void