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

The converter for multi-value taxonomy fields.
Inheritance: SharePointListItemValueConverter
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.

TaxonomyValueCollectionConverter ( ITaxonomyService taxonomyService ) : System

Converter constructor with dependency injection

Method Details

Convert() public méthode

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

ConvertBack() public méthode

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

TaxonomyValueCollectionConverter() public méthode

Converter constructor with dependency injection
public TaxonomyValueCollectionConverter ( ITaxonomyService taxonomyService ) : System
taxonomyService ITaxonomyService Taxonomy service utility
Résultat System