C# Class Appccelerate.StateMachine.When_using_custom_classes_for_states_and_events.MyState

Inheritance: IComparable
Afficher le fichier Open project: appccelerate/appccelerate

Méthodes publiques

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

Méthodes protégées

Méthode Description
Equals ( MyState other ) : bool

Method Details

CompareTo() public méthode

public CompareTo ( object obj ) : int
obj object
Résultat int

Equals() protected méthode

protected Equals ( MyState other ) : bool
other MyState
Résultat bool

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

MyState() public méthode

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