AtomsFramework Persistence Layer Reference Guide

IConfigLoader Interface

[This is preliminary documentation and subject to change.]

Interface that must be implemented by various configuration loaders.

For a list of all members of this type, see IConfigLoader Members.

[Visual Basic]
Public Interface IConfigLoader
[C#]
public interface IConfigLoader

Types that implement IConfigLoader

Type Description
ConfigLoader Generic class for loading configurations.
XmlConfigLoader Loads the O/R mapping details from an XML configuration file.

Remarks

Currently only the XmlConfigLoader implements this interface. There is a ConfigLoader object but it is just a shell and is a place holder for future expansion.

Requirements

Namespace: AtomsFramework

Assembly: AtomsFramework (in AtomsFramework.dll)

See Also

IConfigLoader Members | AtomsFramework Namespace