Advantages of a RuleConditionReference is that the actual rule is stored in a separate XML file with the extension .rules. This means that rules can be manipulated by other tools, for example made visible to business analysts, and even be changed at runtime.
The main advantage of a CodeCondition is that developers are more familiar with code so it may feel more natural for them. Another advantage is that complex logic may be harder to build using the rule editor than using the code editor. One confusing thing of the CodeCondition is that the result is not returned from the function but is set as the Result property on the ConditionalEventArgs property.
Defines a condition that guards/drives the execution of a certain activity within a workflow definition. It has an event of type Conditional Event Args to return the result of the condition.
23-11-2009 15:17:21 - -80.126.16.139
Represents a Rule Condition in the conditions collection and enables you to programmatically evaluate the condition.
23-11-2009 15:27:39 - -80.126.16.139
Defines a condition that guards/drives the execution of a certain activity within a workflow definition. It has an event of type Conditional Event Args to return the result of the condition.
23-11-2009 15:17:21 - -80.126.16.139
Represents a Rule Condition in the conditions collection and enables you to programmatically evaluate the condition.
23-11-2009 15:27:39 - -80.126.16.139
Represents a Rule Condition in the conditions collection and enables you to programmatically evaluate the condition.
23-11-2009 15:27:39 - -80.126.16.139
Defines a condition that guards/drives the execution of a certain activity within a workflow definition. It has an event of type Conditional Event Args to return the result of the condition.
23-11-2009 15:17:21 - -80.126.16.139
Defines a condition that guards/drives the execution of a certain activity within a workflow definition. It has an event of type Conditional Event Args to return the result of the condition.
23-11-2009 15:17:21 - -80.126.16.139
Property of the ConditionalEventArgs used to communicate the result of a CodeCondition.
23-11-2009 15:27:30 - -80.126.16.139
Used in CodeCondition functions to set the result of the CodeCondition.