C# Class TransformationFramework.TransformationAttribute

Inheritance: Attribute
Afficher le fichier Open project: aljazsim/transformation-framework-for-net

Méthodes publiques

Méthode Description
Transform ( object value ) : object

Transforms the specified value.

Méthodes protégées

Méthode Description
TransformationAttribute ( ) : System

Initializes a new instance of the TransformationAttribute class.

Method Details

Transform() public abstract méthode

Transforms the specified value.
public abstract Transform ( object value ) : object
value object The value.
Résultat object

TransformationAttribute() protected méthode

Initializes a new instance of the TransformationAttribute class.
protected TransformationAttribute ( ) : System
Résultat System