C# 클래스 HandCoded.FpML.Schemes.Value

The Value class is used to represent code values within thier corresponding Scheme instance's extent set.
파일 보기 프로젝트 열기: formicary/fpml-toolkit-csharp 1 사용 예제들

공개 메소드들

메소드 설명
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