| Config Properties |
The Config type exposes the following members.
| Name | Description | |
|---|---|---|
| Abstracter |
Gets or sets the inner IDatabaseAbstracter.
| |
| CommandTimeout |
Gets or sets the default command time out.
| |
| ConnectionString |
Gets or sets the connection string used by this abstracter.
By default, the connection string is created by the configuration system, but you can force a custom connection string using this property.
| |
| Context |
Stores objects created at one point during the request processing that can be used later (session manager, etc.).
| |
| Current |
Returns the current Config instance, according to the ConfigLoaderConfigurationSection.
| |
| Data |
Gets the XML document content. It is available only after EndDocument has been called.
| |
| Errors |
The error dictionary.
| |
| HasActed |
Whether any IAction has said it has done something.
| |
| ItemString |
Gets the parameter with the specified name.
| |
| ItemString, Method |
Gets the parameter with the specified name and method.
| |
| Mode |
Gets or sets the rendering mode.
| |
| MustWriteBodyInput |
Gets or sets a value indicating whether the engine must open the BODY tag when beginning the XML document. Default: true.
| |
| MustWriteBodyOutput |
Used onyl in web services mode. Gets or sets a value indicating whether the engine must open the BODY tag when writing the XML document directly in the output. Default: false.
| |
| OutputDocument |
Gets an XmlWriter to write to the XML document. You must use this property when you implement IExtractor to write into the XML document.
| |
| SessionManager |
Gets or sets the session manager. When a session manager is set, its RetrieveSession method is called.
| |
| TransformGenerator |
Gets or sets the IXslTransformGenerator that will be used to load the xslt stylesheet.
| |
| Type |
A string describing the underlying database.
| |
| XslFile |
Gets or sets the XSL file path. The TransformGenerator is not used at this stage.
| |
| XslPath |
Gets or sets the XSL file root directory path. When the path is set, it is rooted by GetPath(String).
|