C# Class TransformationFramework.TransformationAttribute

Inheritance: Attribute
Show file Open project: aljazsim/transformation-framework-for-net

Public Methods

Method Description
Transform ( object value ) : object

Transforms the specified value.

Protected Methods

Method Description
TransformationAttribute ( ) : System

Initializes a new instance of the TransformationAttribute class.

Method Details

Transform() public abstract method

Transforms the specified value.
public abstract Transform ( object value ) : object
value object The value.
return object

TransformationAttribute() protected method

Initializes a new instance of the TransformationAttribute class.
protected TransformationAttribute ( ) : System
return System