Click or drag to resize
weroSoft AG, Software
IStatementStatistics Interface
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Represents a statics record of a workflow statement.

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

The IStatementStatistics type exposes the following members.

Properties
  NameDescription
Public propertyId
Identifier of the record.
Public propertyLineNumber
Gets the line number of the statement.
Public propertyLineOfCode
Represents the statement as a code line.
Public propertyMetaDataId
Gets the identifier of the meta data.
Public propertyPerformanceData
Gets the performance data of the statement.
Public propertyProgrammingName
Gets the line number of the statement.
Top
See Also