C# Class Automatonymous.Events.TriggerEvent

Inheritance: Event
Show file Open project: MassTransit/Automatonymous Class Usage Examples

Public Methods

Method Description
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

Method Details

Accept() public method

public Accept ( StateMachineVisitor visitor ) : void
visitor StateMachineVisitor
return void

CompareTo() public method

public CompareTo ( Event other ) : int
other Event
return int

Equals() public method

public Equals ( TriggerEvent other ) : bool
other TriggerEvent
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Probe() public method

public Probe ( ProbeContext context ) : void
context ProbeContext
return void

ToString() public method

public ToString ( ) : string
return string

TriggerEvent() public method

public TriggerEvent ( string name ) : System
name string
return System