C# 클래스 HandCoded.Meta.DirectConversion

The DirectConversion class describes a transformation implemented by a derived class.
상속: Conversion
파일 보기 프로젝트 열기: formicary/fpml-toolkit-csharp

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ToString ( ) : string

Converts the state of the instance to a string.

보호된 메소드들

메소드 설명
DirectConversion ( Release sourceRelease, Release targetRelease ) : System

Constructs a DirectConversion that will transform between the specified releases.

메소드 상세

DirectConversion() 보호된 메소드

Constructs a DirectConversion that will transform between the specified releases.
protected DirectConversion ( Release sourceRelease, Release targetRelease ) : System
sourceRelease Release The to convert from.
targetRelease Release The to convert to.
리턴 System

ToString() 공개 메소드

Converts the state of the instance to a string.
public ToString ( ) : string
리턴 string