Click or drag to resize

RuntimeOptions Class

The RuntimeOptions class is used to initialize the dynamic context components for the execution of an Expression.
Inheritance Hierarchy
SystemObject
  Altova.RaptorXml.Beta.XPathRuntimeOptions

Namespace:  Altova.RaptorXml.Beta.XPath
Assembly:  raptorxmlxbrlapi (in raptorxmlxbrlapi.dll) Version: 2.8.2.0 (1.0.0.0)
Syntax
public class RuntimeOptions : IDisposable

The RuntimeOptions type exposes the following members.

Constructors
  NameDescription
Public methodRuntimeOptions
Initializes a new instance of the RuntimeOptions class
Top
Properties
  NameDescription
Public propertyCancelFlag
Public propertyCurrentDateTime
An DateTime value used for the current-dateTime component of the dynamic context. If absent, the system time will be used for the execution.
Public propertyDebugger
Public propertyExternalVariables
Public propertyInitialContext
Public propertyInitialContextPosition
The initial-context position.
Public propertyInitialContextSize
The initial-context size.
Public propertyTraceCallback
Public propertyXmlDocumentOptionsCallback
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the RuntimeOptions
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also