Click or drag to resize

ICMSObjectT Interface

Defines the model to be passed into all view templates. It is the base of the Element and Attribute containers.

Namespace:  Ingeniux.Runtime
Assembly:  IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.3.169
Syntax
public interface ICMSObject<T>
where T : XObject

Type Parameters

T

The ICMSObjectT type exposes the following members.

Properties
  NameDescription
Public propertyContent
Gets content for XElement/XAttribute.
Top
See Also