Click or drag to resize
IceNetHttpApplicationRequestImplFactories Event
Requests Business Objects implementation factories.

Namespace: PDTec.IceNet.Web
Assembly: PDTec.IceNet.Web (in PDTec.IceNet.Web.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
public static event RequestImplFactoriesEventHandler RequestImplFactories

Value

Type: PDTec.IceNet.Core.Model.ImplementationRequestImplFactoriesEventHandler
Remarks
The standard way of registering Business Objects implementation assemblies with an application is to add a implementationAssembly element to the web.config. Therefore, typically you do not have to explicitly use this event.
See Also