C# Класс HandCoded.FpML.Schemes.Value

The Value class is used to represent code values within thier corresponding Scheme instance's extent set.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
GetHashCode ( ) : int

Returns a hash code for the instance based on the value of the code string.

ToString ( ) : string

Produces a debugging string describing the object.

Value ( string code, string source, string description ) : System

Constructs a Value given a code, its source (e.g. who defines it - FpML or someone else) and a description.

Приватные методы

Метод Описание
ToDebug ( ) : string

Produces a debugging string based on the instance members.

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

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

Returns a hash code for the instance based on the value of the code string.
public GetHashCode ( ) : int
Результат int

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

Produces a debugging string describing the object.
public ToString ( ) : string
Результат string

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

Constructs a Value given a code, its source (e.g. who defines it - FpML or someone else) and a description.
public Value ( string code, string source, string description ) : System
code string The code string
source string The source identifier
description string Some descriptive text.
Результат System