Click or drag to resize
weroSoft AG, Software
DialogStatement Class
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Implements the HPL dialog statement.
Inheritance Hierarchy

Namespace:  WeroSoft.Workflow.Statements
Assembly:  WeroSoft.Workflow.Core.Library (in WeroSoft.Workflow.Core.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public sealed class DialogStatement : SingleStatement, 
	INamedStatement, IStatement, IStatementBase, ISyntaxAnalysis, IVariable, 
	ICommentingStatement
Remarks
The HPL dialog statement is used to express one particular dialog. A dialog may contain multiple dialog pages. Each page is a navigable single dialog which is part of the dialog system, declared by the

The DialogStatement type exposes the following members.

Constructors
  NameDescription
Public methodDialogStatement
Initializes a new instance of the DialogStatement class
Top
Properties
  NameDescription
Public propertyComment
Defines the initiation expression.
Public propertyDialogDescription
Gets or sets the dialog description.
Public propertyExecutionState
Gets a value indicating the execution state of the statement.
(Inherited from Statement.)
Public propertyId
Gets or sets the identifier of the statement.
(Inherited from Statement.)
Public propertyIndentation
Gets the indentation of this particular statement within a expression tree.
(Inherited from Statement.)
Public propertyIsDeactivated
Gets or sets a value indicating whether the statement is deactivated from hierarchy or not.
(Inherited from Statement.)
Public propertyIsDeactivating
Gets or sets a value indicating whether the statement is deactivated and is deactivating its sub-ordinary statements or not.
(Inherited from Statement.)
Public propertyIsExecutionClone
Gets a value indicating whether this statement is an execution clone.
(Inherited from Statement.)
Public propertyIsStatementDeactivated
Gets a value indicating whether the statement is deactivated or not.
(Inherited from Statement.)
Public propertyItem
Gets the statement property.
(Inherited from Statement.)
Public propertyMetaInfo
Gets the meta information of the statement.
(Inherited from Statement.)
Public propertyModificationState
Gets a value indicating whether any property of the statement has been modified.
(Inherited from Statement.)
Public propertyModifier
Gets always None.
Public propertyName
Gets or sets the name of the dialog.
Public propertyParent
Gets the parent of the statement.
(Inherited from Statement.)
Public propertyPathName
Gets the path name.
(Inherited from Statement.)
Public propertyProgrammingName
Gets the programming name of the statement.
(Inherited from Statement.)
Public propertyStatementLine
Gets the string representing the statement in the code.
(Inherited from Statement.)
Public propertyType
Gets the type of the dialog description.
Public propertyTypeFullName
Gets the type name with the name space.
(Inherited from Statement.)
Public propertyTypeName
Gets the type name of the statement without its name space.
(Inherited from Statement.)
Top
Methods
  NameDescription
Public methodAborted
Default implementation of the event handler Aborted.
(Inherited from Statement.)
Public methodAnalyzed (Overrides StatementAnalyzed(Object, StatementAnalysisEventArgs).)
Public methodAnalyzing (Overrides StatementAnalyzing(Object, StatementAnalysisEventArgs).)
Public methodChanged
Default implementation of the event handler Changed.
(Inherited from Statement.)
Public methodCleanupAnalysis (Overrides StatementCleanupAnalysis(Object, StatementAnalysisEventArgs).)
Public methodCreated
Default implementation of the event handler Created.
(Inherited from Statement.)
Public methodCreating
Default implementation of the event handler Creating.
(Inherited from Statement.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodError
Default implementation of the event handler Error.
(Inherited from Statement.)
Public methodExecute
Implements the execution of the statement.
(Overrides StatementExecute(Object, StatementExecutionEventArgs).)
Public methodExecuted
Default implementation of the event handler Executed.
(Inherited from Statement.)
Public methodExecuting
Default implementation of the event handler Executing.
(Inherited from Statement.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetProperties
Gets a read only collection of cloned properties of the statement.
(Inherited from Statement.)
Public methodGetStatementLine
Creates the statement line.
(Overrides StatementGetStatementLine.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValue
Gets the dialog description.
Public methodGetValueT
Gets the dialog description.
Public methodLoaded
Default implementation of the event handler Loaded.
(Inherited from Statement.)
Public methodMigrate
Default implementation of the event handler Migrate.
(Inherited from Statement.)
Public methodSaved
Default implementation of the event handler Saved.
(Inherited from Statement.)
Public methodSaving
Default implementation of the event handler Saving.
(Inherited from Statement.)
Public methodSetValue
Sets the dialog description.
Public methodToString
Returns the statement standard layout.
(Inherited from Statement.)
Top
Fields
  NameDescription
Public fieldStatic memberCommentProperty
Gets the name of the property 'Comment' as a string.
Public fieldStatic memberDialogDescriptionProperty
Gets the name of the property 'DialogDescription' as a string.
Public fieldStatic memberNameProperty
Gets the name of the property 'Name' as a string.
Top
Extension Methods
  NameDescription
Public Extension MethodClone(CloneWorkingMode, IEnumerableType)Overloaded.
Clones an object by serialization.
(Defined by RuntimeExtensions.)
Public Extension MethodCloneT(CloneWorkingMode, IEnumerableType)Overloaded.
Clones an object by serialization.
(Defined by RuntimeExtensions.)
Public Extension MethodConvert (Defined by DataConverterExtensions.)
Public Extension MethodCreateTraceDataEntry(StringBuilder, SourceLevels, TraceableKind, String)Overloaded.
Creates a data entry into a string builder according to the giving parameters.
(Defined by TraceExtensions.)
Public Extension MethodCreateTraceDataEntry(SourceLevels, TraceableKind, String, String, Int32)Overloaded.
Creates a trace entry for a data element.
(Defined by TraceExtensions.)
Public Extension MethodCreateTraceDataEntry(StringBuilder, SourceLevels, TraceableKind, String, String, Int32)Overloaded.
Creates a trace entry into a string builder.
(Defined by TraceExtensions.)
Public Extension MethodDumpStatementTreeAsSource
Lists the statement tree.
(Defined by DevelopmentHelper.)
Public Extension MethodDumpStatementTreeToString
Write the statements to string in a range of lines.
(Defined by DevelopmentHelper.)
Public Extension MethodDynamicCast
Dynamically casts a reference to another type.
(Defined by TypeManagerHelper.)
Public Extension MethodExtractSystemParametersFromTrigger
Extracts the system parameters from a collection of trigger parameter and transform them to a dictionary using string keys and string values.
(Defined by TriggerExtensions.)
Public Extension MethodGetContextString
Returns the library name and the method name where this statement is placed. The context string is of the form (libraryName, methodname) or only (methodName), if method is not in a library.
(Defined by StatementExtensions.)
Public Extension MethodGetDirectNeighborDown
Returns the direct neighbor in the same indentation down.
(Defined by StatementNavigator.)
Public Extension MethodGetDirectNeighborUp
Returns the direct neighbor in the same indentation up.
(Defined by StatementNavigator.)
Public Extension MethodGetFieldValue(String)Overloaded.
Gets the data object held by a defined field of a particular type.
(Defined by UnitTest.)
Public Extension MethodGetFieldValueT(String)Overloaded.
Gets the data object held by a defined field of a particular type.
(Defined by UnitTest.)
Public Extension MethodGetList
Populates a list by all statements within a tree of a specific statements.
(Defined by StatementNavigator.)
Public Extension MethodGetLogicNeighborDown
Gets the logical neighbor down.
(Defined by StatementNavigator.)
Public Extension MethodGetNeighborDownT(Type)Overloaded.
Gets the direct neighbor of the defined type.
(Defined by StatementNavigator.)
Public Extension MethodGetNeighborDownT(Type, NavigationMode)Overloaded.
Gets the direct neighbor of the defined type.
(Defined by StatementNavigator.)
Public Extension MethodGetParentT
Gets the parent statement in direct line of the defined statement to the root by a particular type.
(Defined by StatementNavigator.)
Public Extension MethodGetPropertyValue(String)Overloaded.
Gets the data object held by a defined property of a particular type.
(Defined by UnitTest.)
Public Extension MethodGetPropertyValueT(String)Overloaded.
Gets the data object held by a defined property of a particular type.
(Defined by UnitTest.)
Public Extension MethodInject(Type, Object)Overloaded.
Injects all fields or properties which are marked with the defined attribute type name.
(Defined by DataInjection.)
Public Extension MethodInject(Type, Object, Boolean)Overloaded.
Injects all fields or properties which are marked with the defined attribute type name.
(Defined by DataInjection.)
Public Extension MethodInjectField
Injects a value to a property within a data object.
(Defined by DataInjection.)
Public Extension MethodInjectProperty(String, Object)Overloaded.
Injects a value to a property within a data object.
(Defined by DataInjection.)
Public Extension MethodInjectProperty(String, Type, Object)Overloaded.
Injects a value to a property within a data object.
(Defined by DataInjection.)
Public Extension MethodInvoke(String, Object)Overloaded.
Invokes a method on an object by reflection.
(Defined by UnitTest.)
Public Extension MethodInvokeTResult(String, Object)Overloaded.
Invokes a method on an object by reflection.
(Defined by UnitTest.)
Public Extension MethodLastStatement
Gets the last statement from a particular branch of the statement tree.
(Defined by StatementNavigator.)
Public Extension MethodNextStatement
Gets the next statement from the point of view of the defined statements' line.
(Defined by StatementNavigator.)
Public Extension MethodPreviousStatement
Gets the previous statement from the point of view of the defined statements' line.
(Defined by StatementNavigator.)
Public Extension MethodPreviousStatementInScope
Gets the previous statement in scope from the point of view of the defined statement.
(Defined by StatementNavigator.)
Public Extension MethodSetFieldValue
Sets the data object on a defined field of a particular type.
(Defined by UnitTest.)
Public Extension MethodSetPropertyValue
Sets the data object on a defined property of a particular type.
(Defined by UnitTest.)
Public Extension MethodSetReadOnlyFieldValue
Sets the data object on a defined field of a particular type.
(Defined by UnitTest.)
Public Extension MethodTryInjectProperty
Tries to Inject a value to a property within a data object.
(Defined by DataInjection.)
Top
See Also