C# Class Mongo.Context.MongoConfiguration

Inheritance: IConfigurationSectionHandler
Show file Open project: object/MongOData Class Usage Examples

Public Methods

Method Description
Create ( object parent, object configContext, XmlNode section ) : object
MongoConfiguration ( ) : System

Private Methods

Method Description
TryReadConfigurationValue ( XmlNode parentNode, string elementName, bool &result ) : bool
TryReadConfigurationValue ( XmlNode parentNode, string elementName, int &result ) : bool
TryReadConfigurationValue ( XmlNode parentNode, string elementName, string &result ) : bool

Method Details

Create() public method

public Create ( object parent, object configContext, XmlNode section ) : object
parent object
configContext object
section System.Xml.XmlNode
return object

MongoConfiguration() public method

public MongoConfiguration ( ) : System
return System