IDataModelFactory Interface

The IDataModelFactory interface allows a DataModel to be retrieved from the DataModelFactory, from a supplied ispec/class name.

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

public interface IDataModelFactory

The IDataModelFactory type exposes the following members.

Methods

  NameDescription
Public methodGetModel
The GetModel method uses the ssupplied class name and returns the corresponding DataModel in the IspecModel parameter.
Top
See Also

Reference