C# Class HandCoded.Meta.DirectConversion

The DirectConversion class describes a transformation implemented by a derived class.
Inheritance: Conversion
显示文件 Open project: formicary/fpml-toolkit-csharp

Private Properties

Property Type Description

Public Methods

Method Description
ToString ( ) : string

Converts the state of the instance to a string.

Protected Methods

Method Description
DirectConversion ( Release sourceRelease, Release targetRelease ) : System

Constructs a DirectConversion that will transform between the specified releases.

Method Details

DirectConversion() protected method

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.
return System

ToString() public method

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