C# Class Nate.Core.Trigger

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

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string
Trigger ( string name ) : System

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : string
Résultat string

Trigger() public méthode

public Trigger ( string name ) : System
name string
Résultat System