C# Class DwollaApi.Enumeration

The enumeration. For parameters of Dwolla APIs.
Datei anzeigen Open project: coreyjonoliver/dwolla-sdk-dotnet

Public Methods

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

Protected Methods

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

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

Enumeration() protected method

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

Equals() public method

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.
return bool

GetHashCode() public method

Returns a hash code for this instance.
public GetHashCode ( ) : int
return int

ToString() public method

Returns a System.String that represents this instance.
public ToString ( ) : string
return string