IRtConnectionGetDataModelObject Method

This method returns a TransmissionObject based on the class name supplied.

Namespace:  ABSuite.AccessLayer.Connector.Core
Assembly:  Unisys.ABSuite.AccessLayer.Connector.Core (in Unisys.ABSuite.AccessLayer.Connector.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

Object GetDataModelObject(
	string className
)

Parameters

className
Type: SystemString
The name of the ispec or class to be loaded.

Return Value

Type: Object
Returns the TransmissionObject
See Also

Reference