ApplicationContextRegistration

Provides a way to register application context packages and factories.

Namespace:
Inetdev.Context
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
Yes
Inherits from:
System.Object

Constructors

ApplicationContextRegistration

Default constructor

Signature:
protected Void ApplicationContextRegistration()

Methods

Register

Registers packages and factories into the provided application context.

Signature:
public Void Register(context)
Parameters
Name Type Summary
context ApplicationContext The application context to register elements into.

RegisterContexts

Finds all ApplicationContextRegistration derived objects and calls their Register() method.

Signature:
public Void RegisterContexts(context)
Parameters
Name Type Summary
context ApplicationContext The application context to register elements into.