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

A converter for a projected Lookup value.
Наследование: SharePointListItemValueConverter
Показать файл Открыть проект

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

Метод Описание
Convert ( object value, SharePointListItemConversionArguments arguments ) : object

Converts the specified value.

ConvertBack ( object value, SharePointListItemConversionArguments arguments ) : object

Converts the specified value back.

ProjectedLookupValueConverter ( string projectedFieldName ) : System

Initializes a new instance of the ProjectedLookupValueConverter class.

Приватные методы

Метод Описание
GetLookupFieldValue ( SPWeb web, string listName, string projectedFieldInternalName, int itemId ) : object

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

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

Converts the specified value.
public Convert ( object value, SharePointListItemConversionArguments arguments ) : object
value object The value.
arguments SharePointListItemConversionArguments The arguments.
Результат object

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

Converts the specified value back.
public ConvertBack ( object value, SharePointListItemConversionArguments arguments ) : object
value object The value.
arguments SharePointListItemConversionArguments The arguments.
Результат object

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

Initializes a new instance of the ProjectedLookupValueConverter class.
public ProjectedLookupValueConverter ( string projectedFieldName ) : System
projectedFieldName string Name of the projected field.
Результат System