Click or drag to resize

ICategoryLocalization Interface

Represents localization of an category, based on Synonym interface

Namespace:  Ingeniux.Runtime.Taxonomy
Assembly:  IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.5.94
Syntax
public interface ICategoryLocalization : ICategorySynonym, 
	IXSerialize

The ICategoryLocalization type exposes the following members.

Properties
  NameDescription
Public propertyDescription
Gets the description in given locale
Public propertyLocale
Gets the synonym locale
(Inherited from ICategorySynonym.)
Public propertyName
Gets the synonym value
(Inherited from ICategorySynonym.)
Public propertyType
Gets the type name in given locale
Top
Methods
  NameDescription
Public methodSerialize
Returns the serialization of this object in XML format
(Inherited from IXSerialize.)
Top
See Also