C# Class GSoft.Dynamite.Binding.ConversionArguments

Arguments for a conversion.
Afficher le fichier Open project: GSoft-SharePoint/Dynamite-2010 Class Usage Examples

Méthodes publiques

Méthode Description
ConversionArguments ( string propertyName, Type propertyType, string valueKey ) : System

Initializes a new instance of the ConversionArguments class.

Method Details

ConversionArguments() public méthode

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.
Résultat System