C# Class Concordion.Internal.ConcordionConfigParser

Parses the Concordion.config file and stores the results in a ConcordionConfig object
Afficher le fichier Open project: concordion/concordion-net Class Usage Examples

Méthodes publiques

Méthode Description
ConcordionConfigParser ( ConcordionConfig config ) : System

Initializes a new instance of the ConcordionConfigParser class.

Parse ( TextReader reader ) : void

Parses the specified reader.

Private Methods

Méthode Description
LoadConfiguration ( System.Xml.Linq.XDocument document ) : void

Loads the configuration.

LoadRunners ( System.Xml.Linq.XElement element ) : void

Loads the runners.

Method Details

ConcordionConfigParser() public méthode

Initializes a new instance of the ConcordionConfigParser class.
public ConcordionConfigParser ( ConcordionConfig config ) : System
config ConcordionConfig The config.
Résultat System

Parse() public méthode

Parses the specified reader.
public Parse ( TextReader reader ) : void
reader TextReader The reader.
Résultat void