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.3.169
Syntax
public interface ICMSCategoryInformation : ICMSObject<XElement>

The ICMSCategoryInformation 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.
Public propertyName
Gets the name of the Category.
Public propertyTypeName
Gets the type name of the Category (declarative)
Top
See Also