Click or drag to resize
IceNetHttpApplicationRequestImplAssemblies Event
Request Business Objects implementation assemblies.

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 RequestImplAssembliesEventHandler RequestImplAssemblies

Value

Type: PDTec.IceNet.Core.Model.ImplementationRequestImplAssembliesEventHandler
Remarks
The standard way of registering Business Objects implementation assemblies with an application is to add a implementationAssembly element to the web.config. Use this event only if you do not want to register Business Objects by configuration.
Examples
<ice.net>
    <businessObjects>
        <implementationAssembly assemblyName="App_Code"/>
    </businessObjects>
<ice.net
See Also