IDataModelFactoryGetModel Method

The GetModel method uses the ssupplied class name and returns the corresponding DataModel in the IspecModel parameter.

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

bool GetModel(
	string className,
	out Type IspecModel
)

Parameters

className
Type: SystemString
The name of the ispec/class to be retrieved
IspecModel
Type: SystemType
The DataModel returned from the call.

Return Value

Type: Boolean
Returns true if the call is successful, otherwise false if the call failed to find the requested DataModel in the factory.
See Also

Reference