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

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

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

Метод Описание
SharePointListItemConversionArguments ( string propertyName, Type propertyType, string valueKey, SPListItem listItem, object>.IDictionary fieldValues ) : System

Initializes a new instance of the SharePointListItemConversionArguments class.

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

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

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