Click or drag to resize
Config Properties

The Config type exposes the following members.

Properties
  NameDescription
Public propertyAbstracter
Gets or sets the inner IDatabaseAbstracter.
Public propertyCommandTimeout
Gets or sets the default command time out.
Public propertyConnectionString
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.
Public propertyContext
Stores objects created at one point during the request processing that can be used later (session manager, etc.).
Public propertyStatic memberCurrent
Returns the current Config instance, according to the ConfigLoaderConfigurationSection.
Public propertyData
Gets the XML document content. It is available only after EndDocument has been called.
Public propertyErrors
The error dictionary.
Public propertyHasActed
Whether any IAction has said it has done something.
Public propertyItemString
Gets the parameter with the specified name.
Public propertyItemString, Method
Gets the parameter with the specified name and method.
Public propertyMode
Gets or sets the rendering mode.
Public propertyMustWriteBodyInput
Gets or sets a value indicating whether the engine must open the BODY tag when beginning the XML document. Default: true.
Public propertyMustWriteBodyOutput
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.
Public propertyOutputDocument
Gets an XmlWriter to write to the XML document. You must use this property when you implement IExtractor to write into the XML document.
Public propertySessionManager
Gets or sets the session manager. When a session manager is set, its RetrieveSession method is called.
Public propertyTransformGenerator
Gets or sets the IXslTransformGenerator that will be used to load the xslt stylesheet.
Public propertyType
A string describing the underlying database.
Public propertyXslFile
Gets or sets the XSL file path. The TransformGenerator is not used at this stage.
Public propertyXslPath
Gets or sets the XSL file root directory path. When the path is set, it is rooted by GetPath(String).
Top
See Also