Click or drag to resize

ICategorySynonym Interface

Represents a synonym entry for category

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

The ICategorySynonym type exposes the following members.

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