C# Class GSoft.Dynamite.Binding.ConversionArguments

Arguments for a conversion.
Mostrar archivo Open project: GSoft-SharePoint/Dynamite-2010 Class Usage Examples

Public Methods

Method Description
ConversionArguments ( string propertyName, Type propertyType, string valueKey ) : System

Initializes a new instance of the ConversionArguments class.

Method Details

ConversionArguments() public method

Initializes a new instance of the ConversionArguments class.
public ConversionArguments ( string propertyName, Type propertyType, string valueKey ) : System
propertyName string Name of the property.
propertyType System.Type Type of the property.
valueKey string Name of the target.
return System