C# Класс Engage.Survey.Util.Key

Repesents the a string representation of the section/question/answer relationships that is easily recreated later.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Equals ( object obj ) : bool

Determines whether the specified T:System.Object is equal to the current T:System.Object.

GetHashCode ( ) : int

Serves as a hash function for a particular type.

ParseKeyFromString ( string key ) : Key

Parses the key from string.

ToString ( ) : string

Returns a T:System.String that represents the current T:System.Object.

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

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

Determines whether the specified T:System.Object is equal to the current T:System.Object.
/// The parameter is null. ///
public Equals ( object obj ) : bool
obj object The to compare with the current .
Результат bool

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

Serves as a hash function for a particular type.
public GetHashCode ( ) : int
Результат int

ParseKeyFromString() публичный статический Метод

Parses the key from string.
public static ParseKeyFromString ( string key ) : Key
key string The key.
Результат Key

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

Returns a T:System.String that represents the current T:System.Object.
public ToString ( ) : string
Результат string