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

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

Public Methods

Method 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 method

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
return System