Click or drag to resize

IDeliveryExecutionContext Interface

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbSCI.Reporting.meta.delivery
Assembly:  imbSCI.Reporting (in imbSCI.Reporting.dll) Version: 0.3.70.
Syntax
C#
public interface IDeliveryExecutionContext : IRenderExecutionContext
Request Example View Source

The IDeliveryExecutionContext type exposes the following members.

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