Click or drag to resize
weroSoft AG, Software
IStatementBase Interface
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Represents a HPL statement base responsibility.

Namespace:  WeroSoft.Workflow.Common
Assembly:  WeroSoft.Workflow.Core.Library (in WeroSoft.Workflow.Core.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public interface IStatementBase
Remarks
This level of interface is intended to be used for internal reason only. Please use the interface IStatement of IStatementProxy instead.

The IStatementBase type exposes the following members.

Properties
  NameDescription
Public propertyId
Gets or sets the identifier of the statement.
Public propertyIndentation
Gets the indentation of this particular statement within a expression tree.
Public propertyIsStatementDeactivated
Gets a value indicating whether the statement is deactivated or not.
Public propertyItem
Gets the statement property.
Public propertyMetaInfo
Gets the meta information of the statement.
Public propertyModificationState
Gets a value indicating whether the statement is modified or not.
Public propertyPathName
Gets the path name of the statement.
Public propertyProgrammingName
Gets the programming name of the statement.
Public propertyStatementLine
Gets the string representing the statement in the code.
Public propertyTypeFullName
Gets the type name with the name space.
Public propertyTypeName
Gets the type name of the statement without its name space.
Top
Methods
  NameDescription
Public methodGetProperties
Gets a collection containing a copy of the properties of the statement.
Top
See Also