Click or drag to resize
weroSoft AG, Software
IStatementEditingInfo 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 edit time.

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

The IStatementEditingInfo type exposes the following members.

Properties
  NameDescription
Public propertyLineNumber
Gets the line number of the statement.
(Inherited from IStatementInfo.)
Public propertyStatement
Gets the statement itself.
(Inherited from IStatementInfo.)
Top
See Also