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

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

Public Methods

Method Description
DataRowConversionArguments ( string propertyName, Type propertyType, string valueKey, DataRow dataRow, SPFieldCollection fieldCollection, SPWeb web, object>.IDictionary fieldValues ) : System

Initializes a new instance of the SharePointListItemConversionArguments class.

Method Details

DataRowConversionArguments() public method

Initializes a new instance of the SharePointListItemConversionArguments class.
public DataRowConversionArguments ( string propertyName, Type propertyType, string valueKey, DataRow dataRow, SPFieldCollection fieldCollection, SPWeb web, object>.IDictionary fieldValues ) : System
propertyName string /// Name of the property. ///
propertyType System.Type /// Type of the property. ///
valueKey string /// The value key. ///
dataRow System.Data.DataRow /// The data row. ///
fieldCollection SPFieldCollection
web SPWeb
fieldValues object>.IDictionary /// The full dictionary of values being converted ///
return System