C# Class GSoft.Dynamite.Binding.Converters.SharePointListItemConversionArguments

The arguments for a SharePoint conversion.
Inheritance: ConversionArguments
Afficher le fichier Open project: GSoft-SharePoint/Dynamite-2010 Class Usage Examples

Méthodes publiques

Méthode Description
SharePointListItemConversionArguments ( string propertyName, Type propertyType, string valueKey, SPListItem listItem, object>.IDictionary fieldValues ) : System

Initializes a new instance of the SharePointListItemConversionArguments class.

Method Details

SharePointListItemConversionArguments() public méthode

Initializes a new instance of the SharePointListItemConversionArguments class.
public SharePointListItemConversionArguments ( string propertyName, Type propertyType, string valueKey, SPListItem listItem, object>.IDictionary fieldValues ) : System
propertyName string Name of the property.
propertyType System.Type Type of the property.
valueKey string The value key.
listItem SPListItem The list item.
fieldValues object>.IDictionary The full dictionary of values being converted
Résultat System