Click or drag to resize

IObjectImplFactoryCreateObject Method

Creates a Business Object implementation.

Namespace:  PDTec.IceNet.Core.Model.Implementation
Assembly:  PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
IObject CreateObject(
	IRepository pRepository,
	IObjectImpl pBaseImpl
)

Parameters

pRepository
Type: PDTec.IceNet.Core.ModelIRepository
The repository
pBaseImpl
Type: PDTec.IceNet.Core.Model.ImplementationIObjectImpl
The generic IObjectImpl implementation provided by the ice.NET platform

Return Value

Type: IObject
See Also