C# Класс DwollaApi.Enumeration

The enumeration. For parameters of Dwolla APIs.
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Защищенные методы

Метод Описание
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.

Описание методов

Enumeration() защищенный Метод

Initializes a new instance of the Enumeration class.
protected Enumeration ( string value ) : System.Diagnostics
value string The value.
Результат System.Diagnostics

Enumeration() защищенный Метод

Initializes a new instance of the Enumeration class.
protected Enumeration ( string name, string value ) : System.Diagnostics
name string The name.
value string The value.
Результат System.Diagnostics

Equals() публичный Метод

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.
Результат bool

GetHashCode() публичный Метод

Returns a hash code for this instance.
public GetHashCode ( ) : int
Результат int

ToString() публичный Метод

Returns a System.String that represents this instance.
public ToString ( ) : string
Результат string