C# 클래스 Automatonymous.Events.TriggerEvent

상속: Event
파일 보기 프로젝트 열기: MassTransit/Automatonymous 1 사용 예제들

공개 메소드들

메소드 설명
Accept ( StateMachineVisitor visitor ) : void
CompareTo ( Event other ) : int
Equals ( TriggerEvent other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
Probe ( ProbeContext context ) : void
ToString ( ) : string
TriggerEvent ( string name ) : System

메소드 상세

Accept() 공개 메소드

public Accept ( StateMachineVisitor visitor ) : void
visitor StateMachineVisitor
리턴 void

CompareTo() 공개 메소드

public CompareTo ( Event other ) : int
other Event
리턴 int

Equals() 공개 메소드

public Equals ( TriggerEvent other ) : bool
other TriggerEvent
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

Probe() 공개 메소드

public Probe ( ProbeContext context ) : void
context ProbeContext
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

TriggerEvent() 공개 메소드

public TriggerEvent ( string name ) : System
name string
리턴 System