C# Class GSoft.Dynamite.ValueTypes.TaxonomyValue

A taxonomy value.
Mostrar archivo Open project: GSoft-SharePoint/Dynamite-2010 Class Usage Examples

Public Methods

Method 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

Method Description
GetCustomSortOrderFromParent ( Term term ) : int

Method Details

TaxonomyValue() public method

Initializes a new instance of the TaxonomyValue class.
public TaxonomyValue ( ) : System
return System

TaxonomyValue() public method

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.
return System

TaxonomyValue() public method

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