FileSystemXmlObjectFactory

Implements an IObjectFactory that reads the application context from an XML file.

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

Constructors

FileSystemXmlObjectFactory

Initializes a new instance of FileSystemXmlObjectFactory.

Signature:
public Void FileSystemXmlObjectFactory(fileName)
Parameters
Name Type Summary
fileName String File name to load.
Exceptions
Type Summary
ArgumentNullOrEmptyException Thrown when fileName is null or empty.
ContextConfigurationException Thrown when there are error initializing the object factory.

In this document