Click or drag to resize

ICMSCategoryLocalization Interface

Represents a localization entry for a Category. It contains localized information for the Category, based on a specific locale.

Namespace:  Ingeniux.Runtime
Assembly:  IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.3.169
Syntax
public interface ICMSCategoryLocalization : ICMSCategoryInformation, 
	ICMSObject<XElement>

The ICMSCategoryLocalization type exposes the following members.

Properties
  NameDescription
Public propertyContent
Gets content for XElement/XAttribute.
(Inherited from ICMSObjectT.)
Public propertyDescription
Gets the description of the Category.
(Inherited from ICMSCategoryInformation.)
Public propertyLocale
Gets the locale of localization for the Category.
Public propertyName
Gets the name of the Category.
(Inherited from ICMSCategoryInformation.)
Public propertyTypeName
Gets the type name of the Category (declarative)
(Inherited from ICMSCategoryInformation.)
Top
See Also