Class ConditionalSequenceFlow
Represents the connection of elements of a business process with a condition.
Inheritance
System.Object
ConditionalSequenceFlow
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Terrasoft.Core.dll
Syntax
public class ConditionalSequenceFlow : SequenceFlow, IFlowElement
Constructors
ConditionalSequenceFlow(FlowSchema)
Declaration
public ConditionalSequenceFlow(FlowSchema flowSchema)
Parameters
| Type |
Name |
Description |
| FlowSchema |
flowSchema |
Flow schema.
|
Properties
ActivityResults
The results of the activity of the business process.
Declaration
public LinkedList<Guid> ActivityResults { get; }
Property Value
| Type |
Description |
| System.Collections.Generic.LinkedList<System.Guid> |
|
Codes of pressed buttons.
Declaration
public LinkedList<string> PressedButtonsCode { get; }
Property Value
| Type |
Description |
| System.Collections.Generic.LinkedList<System.String> |
|
ResultParameterName
The name of the resulting parameter of the business process element.
Declaration
public string ResultParameterName { get; }
Property Value
| Type |
Description |
| System.String |
|
Methods
CheckCondition(Guid)
Declaration
public override bool CheckCondition(Guid processUId)
Parameters
| Type |
Name |
Description |
| System.Guid |
processUId |
|
Returns
| Type |
Description |
| System.Boolean |
|
Overrides
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
| Type |
Name |
Description |
| System.Object |
obj |
|
Returns
| Type |
Description |
| System.Boolean |
|
Overrides
GetHashCode()
Declaration
public override int GetHashCode()
Returns
| Type |
Description |
| System.Int32 |
|
Overrides
ReadProperties(DataReader)
Declaration
public override void ReadProperties(DataReader dataReader)
Parameters
Overrides
WriteProperties(DataWriter)
Declaration
public override void WriteProperties(DataWriter dataWriter)
Parameters
Overrides
Extension Methods