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.6.308
Syntax public interface ICMSObject<T>
where T : XObject
Public Interface ICMSObject(Of T As XObject)
generic<typename T>
where T : XObject
public interface class ICMSObject
type ICMSObject<'T when 'T : XObject> = interface end
Type Parameters
- T
The ICMSObjectT type exposes the following members.
Properties See Also