Click or drag to resize

IRenderExecutionContext Interface

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Execution context for rendering and reporting

Namespace:  imbSCI.Core.reporting.render
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public interface IRenderExecutionContext
Request Example View Source

The IRenderExecutionContext type exposes the following members.

Properties
  NameDescription
Public propertydata
Execution data storage
Public propertydataDictionary
Public propertydirectoryRoot
Directory that is root for current execution context
Public propertydirectoryScope
Active directory
Public propertydUnit
Public propertymetaContentRanges
Dictionary of selectRangeArea entries for each metaContent member
Public propertyname
Gets the name.
Public propertyrender
Render instance used for output
Public propertyscope
Current scope in the meta model
Public propertyspecialLogOuts
Public propertystyleStack
Scheduled styling instructions -- used to process> current append or future append
Public propertytheme
Theme used for rendering
Top
Methods
Extension Methods
  NameDescription
Public Extension MethodGetDirectoryPath
Gets the directory path.
(Defined by metaTools.)
Top
See Also