C# Class GSoft.Dynamite.Binding.PropertyAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: GSoft-SharePoint/Dynamite-2010

Méthodes publiques

Méthode Description
PropertyAttribute ( ) : System

Initializes a new instance of the PropertyAttribute class.

PropertyAttribute ( string propertyName ) : System

Initializes a new instance of the PropertyAttribute 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

PropertyAttribute() public méthode

Initializes a new instance of the PropertyAttribute class.
public PropertyAttribute ( ) : System
Résultat System

PropertyAttribute() public méthode

Initializes a new instance of the PropertyAttribute class.
public PropertyAttribute ( string propertyName ) : System
propertyName string Name of the property.
Résultat System