Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Defines a workflow activity that is used to perform an arithmetic operation.
The MathActivity type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
MathActivity | Initializes a new instance of the MathActivity class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Description | (Inherited from Activity.) |
![]() |
DesignMode | (Inherited from DependencyObject.) |
![]() |
Enabled | (Inherited from Activity.) |
![]() |
ExecutionResult | (Inherited from Activity.) |
![]() |
ExecutionStatus | (Inherited from Activity.) |
![]() |
IsDynamicActivity | (Inherited from Activity.) |
![]() |
Name | (Inherited from Activity.) |
![]() |
Operand1 | Gets or sets the first operand of the arithmetic operation. |
![]() |
Operand2 | Gets or sets the second operand of the arithmetic operation. |
![]() |
Operator | Gets or sets the operator of the arithmetic operation. |
![]() |
Parent | (Inherited from Activity.) |
![]() |
ParentDependencyObject | (Inherited from DependencyObject.) |
![]() |
QualifiedName | (Inherited from Activity.) |
![]() |
Site | (Inherited from DependencyObject.) |
![]() |
UserData | (Inherited from DependencyObject.) |
![]() |
ValueType | Gets or sets the type of the operands. |
![]() |
Variable | Gets or sets the result of the arithmetic operation. |
![]() |
WorkflowInstanceId | (Inherited from Activity.) |
Top
Methods
Top
Events
Name | Description | |
---|---|---|
![]() |
Canceling | (Inherited from Activity.) |
![]() |
Closed | (Inherited from Activity.) |
![]() |
Compensating | (Inherited from Activity.) |
![]() |
Executing | (Inherited from Activity.) |
![]() |
Faulting | (Inherited from Activity.) |
![]() |
StatusChanged | (Inherited from Activity.) |
Top
Fields
Name | Description | |
---|---|---|
![]() ![]() |
Operand1Property | Used to promote the Operand1 property for use by the workflow runtime. |
![]() ![]() |
Operand2Property | Used to promote the Operand2 property for use by the workflow runtime. |
![]() ![]() |
OperatorProperty | Used to promote the Operator property for use by the workflow runtime. |
![]() ![]() |
VariableProperty | Used to promote the Variable property for use by the workflow runtime. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IComponent.Disposed | (Inherited from DependencyObject.) |
Top