C# Class GSoft.Dynamite.Binding.ProjectedPropertyAttribute

Inheritance: PropertyAttribute
ファイルを表示 Open project: GSoft-SharePoint/Dynamite-2010

Public Methods

Method Description
ProjectedPropertyAttribute ( string projectedFieldName ) : System

Initializes a new instance of the ProjectedPropertyAttribute class.

Protected Methods

Method Description
CreateConverter ( ) : IConverter

Gets the custom converter.

Method Details

CreateConverter() protected method

Gets the custom converter.
protected CreateConverter ( ) : IConverter
return IConverter

ProjectedPropertyAttribute() public method

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