Base:
property
Name
System.Workflow.Activities.Rules.RuleCondition.Name
3 writes to Name
System.Workflow.Activities (3)
Rules\Design\Dialogs\ConditionBrowserDialog.cs (2)
63
declarativeRuleDefinition.
Name
= this.CreateNewName();
100
declarativeRuleDefinition.
Name
= dlg.RuleObjectName;
Rules\Design\LogicalExpressionTypeConverter.cs (1)
290
newCondition.
Name
= conditionName;
9 references to Name
System.Workflow.Activities (9)
Rules\DeclarativeExpressionConditionDeclaration.cs (2)
124
equals = ((this.
Name
== declarativeConditionDefinition.
Name
) &&
Rules\Design\Dialogs\ConditionBrowserDialog.cs (7)
52
return ruleExpressionCondition.
Name
;
80
updatedRuleObject = new RuleExpressionCondition(declarativeRuleDefinition.
Name
, dlg.Expression);
82
this.declarativeConditionCollection.Remove(declarativeRuleDefinition.
Name
);
95
using (RenameRuleObjectDialog dlg = new RenameRuleObjectDialog(this.Activity.Site, declarativeRuleDefinition.
Name
, new RenameRuleObjectDialog.NameValidatorDelegate(IsUniqueName), this))
97
if ((dlg.ShowDialog(this) == DialogResult.OK) && (dlg.RuleObjectName != declarativeRuleDefinition.
Name
))
112
this.declarativeConditionCollection.Remove(declarativeRuleDefinition.
Name
);
130
listViewItem.Text = declarativeRuleDefinition.
Name
;