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

A base class for SharePoint list item value conversions.
Inheritance: IConverter
Afficher le fichier Open project: GSoft-SharePoint/Dynamite-2010

Méthodes publiques

Méthode Description
Convert ( object value, SharePointListItemConversionArguments arguments ) : object

Converts the specified value.

ConvertBack ( object value, SharePointListItemConversionArguments arguments ) : object

Converts the specified value back.

Private Methods

Méthode Description
IConverter ( object value, ConversionArguments arguments ) : object

Converts the specified value.

Method Details

Convert() public abstract méthode

Converts the specified value.
public abstract Convert ( object value, SharePointListItemConversionArguments arguments ) : object
value object The value.
arguments SharePointListItemConversionArguments The arguments.
Résultat object

ConvertBack() public abstract méthode

Converts the specified value back.
public abstract ConvertBack ( object value, SharePointListItemConversionArguments arguments ) : object
value object The value.
arguments SharePointListItemConversionArguments The arguments.
Résultat object