C# Class GSoft.Dynamite.Binding.PropertyAttribute

Inheritance: System.Attribute
Exibir arquivo Open project: GSoft-SharePoint/Dynamite-2010

Public Methods

Method Description
PropertyAttribute ( ) : System

Initializes a new instance of the PropertyAttribute class.

PropertyAttribute ( string propertyName ) : System

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

PropertyAttribute() public method

Initializes a new instance of the PropertyAttribute class.
public PropertyAttribute ( ) : System
return System

PropertyAttribute() public method

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