C# 클래스 GSoft.Dynamite.Binding.ConversionArguments

Arguments for a conversion.
파일 보기 프로젝트 열기: GSoft-SharePoint/Dynamite-2010 1 사용 예제들

공개 메소드들

메소드 설명
ConversionArguments ( string propertyName, Type propertyType, string valueKey ) : System

Initializes a new instance of the ConversionArguments class.

메소드 상세

ConversionArguments() 공개 메소드

Initializes a new instance of the ConversionArguments class.
public ConversionArguments ( string propertyName, Type propertyType, string valueKey ) : System
propertyName string Name of the property.
propertyType System.Type Type of the property.
valueKey string Name of the target.
리턴 System