Click or drag to resize
weroSoft AG, Software
IStatementRuntimeInfo Interface
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Defines the statement information used for controlling the statement during the runtime.

Namespace:  WeroSoft.Workflow.Common
Assembly:  WeroSoft.Workflow.Core.Library (in WeroSoft.Workflow.Core.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public interface IStatementRuntimeInfo : IStatementInfo

The IStatementRuntimeInfo type exposes the following members.

Properties
  NameDescription
Public propertyBreakpoint
Gets or sets a breakpoint on this statement info.
Public propertyIsBreakpoint
Gets a value indicating whether a breakpoint is set to this statement.
Public propertyLineNumber
Gets the line number of the statement.
(Inherited from IStatementInfo.)
Public propertyPerformanceData
Gets the performance data of the statement.
Public propertyStatement
Gets the statement itself.
(Inherited from IStatementInfo.)
Top
See Also