C# Class HandCoded.Meta.DirectConversion

The DirectConversion class describes a transformation implemented by a derived class.
Inheritance: Conversion
Afficher le fichier Open project: formicary/fpml-toolkit-csharp

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ToString ( ) : string

Converts the state of the instance to a string.

Méthodes protégées

Méthode Description
DirectConversion ( Release sourceRelease, Release targetRelease ) : System

Constructs a DirectConversion that will transform between the specified releases.

Method Details

DirectConversion() protected méthode

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.
Résultat System

ToString() public méthode

Converts the state of the instance to a string.
public ToString ( ) : string
Résultat string