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

상속: PropertyAttribute
파일 보기 프로젝트 열기: GSoft-SharePoint/Dynamite-2010

공개 메소드들

메소드 설명
ProjectedPropertyAttribute ( string projectedFieldName ) : System

Initializes a new instance of the ProjectedPropertyAttribute class.

보호된 메소드들

메소드 설명
CreateConverter ( ) : IConverter

Gets the custom converter.

메소드 상세

CreateConverter() 보호된 메소드

Gets the custom converter.
protected CreateConverter ( ) : IConverter
리턴 IConverter

ProjectedPropertyAttribute() 공개 메소드

Initializes a new instance of the ProjectedPropertyAttribute class.
public ProjectedPropertyAttribute ( string projectedFieldName ) : System
projectedFieldName string Name of the projected field.
리턴 System