C# 클래스 TransformationFramework.TransformationAttribute

상속: Attribute
파일 보기 프로젝트 열기: aljazsim/transformation-framework-for-net

공개 메소드들

메소드 설명
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