C# Класс GSoft.Dynamite.Binding.Converters.DataRowConversionArguments

The arguments for a SharePoint conversion.
Наследование: ConversionArguments
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

DataRowConversionArguments() публичный Метод

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 ///
Результат System