C# 클래스 SampleWinFormsApp.Model

상속: IModel
파일 보기 프로젝트 열기: TrueWill/FSM.NET

공개 메소드들

메소드 설명
Initialize ( ) : void
Model ( IServiceClient serviceClient ) : System
Transition ( string triggeringEvent ) : void

보호된 메소드들

메소드 설명
OnPropertyChanged ( string propertyName ) : void A null property name indicates that all properties have changed.

메소드 상세

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

Model() 공개 메소드

public Model ( IServiceClient serviceClient ) : System
serviceClient IServiceClient
리턴 System

OnPropertyChanged() 보호된 메소드

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

Transition() 공개 메소드

public Transition ( string triggeringEvent ) : void
triggeringEvent string
리턴 void