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: 7.2.0.0 (7.2.7583.15464)
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