Click or drag to resize

ICMSCategoryInformation Interface

Represents the common localizable information for a Category.

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

The ICMSCategoryInformation type exposes the following members.

Properties
  NameDescription
Public propertyContent
Gets content for XElement/XAttribute.
(Inherited from ICMSObject<T>.)
Public propertyDescription
Gets the description of the Category.
Public propertyName
Gets the name of the Category.
Public propertyTypeName
Gets the type name of the Category (declarative)
Top
See Also