C# Class GSoft.Dynamite.Binding.ProjectedPropertyAttribute

Inheritance: PropertyAttribute
Afficher le fichier Open project: GSoft-SharePoint/Dynamite-2010

Méthodes publiques

Méthode Description
ProjectedPropertyAttribute ( string projectedFieldName ) : System

Initializes a new instance of the ProjectedPropertyAttribute class.

Méthodes protégées

Méthode Description
CreateConverter ( ) : IConverter

Gets the custom converter.

Method Details

CreateConverter() protected méthode

Gets the custom converter.
protected CreateConverter ( ) : IConverter
Résultat IConverter

ProjectedPropertyAttribute() public méthode

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