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: 6.0.0.0 (6.0.6225.27214)
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