C# Class GSoft.Dynamite.ValueTypes.TaxonomyValue

A taxonomy value.
Afficher le fichier Open project: GSoft-SharePoint/Dynamite-2010 Class Usage Examples

Méthodes publiques

Méthode Description
TaxonomyValue ( ) : System

Initializes a new instance of the TaxonomyValue class.

TaxonomyValue ( TaxonomyFieldValue taxonomyValue ) : System

Initializes a new instance of the TaxonomyValue class.

This constructor will not ensure the label respect the CurrentUICulture

TaxonomyValue ( Term term ) : System

Initializes a new instance of the TaxonomyValue class.

Private Methods

Méthode Description
GetCustomSortOrderFromParent ( Term term ) : int

Method Details

TaxonomyValue() public méthode

Initializes a new instance of the TaxonomyValue class.
public TaxonomyValue ( ) : System
Résultat System

TaxonomyValue() public méthode

Initializes a new instance of the TaxonomyValue class.
This constructor will not ensure the label respect the CurrentUICulture
public TaxonomyValue ( TaxonomyFieldValue taxonomyValue ) : System
taxonomyValue TaxonomyFieldValue The taxonomy value.
Résultat System

TaxonomyValue() public méthode

Initializes a new instance of the TaxonomyValue class.
public TaxonomyValue ( Term term ) : System
term Term The term.
Résultat System