C# Class DwollaApi.Enumeration

The enumeration. For parameters of Dwolla APIs.
Afficher le fichier Open project: coreyjonoliver/dwolla-sdk-dotnet

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool

Determines whether the specified System.Object is equal to this instance.

GetHashCode ( ) : int

Returns a hash code for this instance.

ToString ( ) : string

Returns a System.String that represents this instance.

Méthodes protégées

Méthode Description
Enumeration ( string value ) : System.Diagnostics

Initializes a new instance of the Enumeration class.

Enumeration ( string name, string value ) : System.Diagnostics

Initializes a new instance of the Enumeration class.

Method Details

Enumeration() protected méthode

Initializes a new instance of the Enumeration class.
protected Enumeration ( string value ) : System.Diagnostics
value string The value.
Résultat System.Diagnostics

Enumeration() protected méthode

Initializes a new instance of the Enumeration class.
protected Enumeration ( string name, string value ) : System.Diagnostics
name string The name.
value string The value.
Résultat System.Diagnostics

Equals() public méthode

Determines whether the specified System.Object is equal to this instance.
/// The parameter is null. ///
public Equals ( object obj ) : bool
obj object The to compare with this instance.
Résultat bool

GetHashCode() public méthode

Returns a hash code for this instance.
public GetHashCode ( ) : int
Résultat int

ToString() public méthode

Returns a System.String that represents this instance.
public ToString ( ) : string
Résultat string