C# Класс TransformationFramework.TransformationAttribute

Наследование: Attribute
Показать файл Открыть проект

Открытые методы

Метод Описание
Transform ( object value ) : object

Transforms the specified value.

Защищенные методы

Метод Описание
TransformationAttribute ( ) : System

Initializes a new instance of the TransformationAttribute class.

Описание методов

Transform() публичный абстрактный Метод

Transforms the specified value.
public abstract Transform ( object value ) : object
value object The value.
Результат object

TransformationAttribute() защищенный Метод

Initializes a new instance of the TransformationAttribute class.
protected TransformationAttribute ( ) : System
Результат System