Method | Description | |
---|---|---|
Convert ( object value, |
Converts the specified value.
|
|
ConvertBack ( object value, |
Converts the specified value back.
|
|
TaxonomyValueConverter ( ITaxonomyService taxonomyService ) : System |
Converter constructor with dependency injection
|
public Convert ( object value, |
||
value | object | The value. |
arguments | The arguments. | |
return | object |
public ConvertBack ( object value, |
||
value | object | The value. |
arguments | The arguments. | |
return | object |
public TaxonomyValueConverter ( ITaxonomyService taxonomyService ) : System | ||
taxonomyService | ITaxonomyService | Taxonomy service utility |
return | System |