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

A converter for a projected Lookup value.
Inheritance: SharePointListItemValueConverter
Mostrar archivo Open project: GSoft-SharePoint/Dynamite-2010

Public Methods

Method Description
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.

Private Methods

Method Description
GetLookupFieldValue ( SPWeb web, string listName, string projectedFieldInternalName, int itemId ) : object

Method Details

Convert() public method

Converts the specified value.
public Convert ( object value, SharePointListItemConversionArguments arguments ) : object
value object The value.
arguments SharePointListItemConversionArguments The arguments.
return object

ConvertBack() public method

Converts the specified value back.
public ConvertBack ( object value, SharePointListItemConversionArguments arguments ) : object
value object The value.
arguments SharePointListItemConversionArguments The arguments.
return object

ProjectedLookupValueConverter() public method

Initializes a new instance of the ProjectedLookupValueConverter class.
public ProjectedLookupValueConverter ( string projectedFieldName ) : System
projectedFieldName string Name of the projected field.
return System