C# Class Nate.Core.Trigger

Represents a possible trigger that can cause a transition, on any number of State instances or types.
Show file Open project: mmonteleone/nate Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string
Trigger ( string name ) : System

Method Details

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string

Trigger() public method

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