2 writes to path
System.Workflow.Activities (2)
Rules\RuleAction.cs (2)
74
this.
path
= path;
84
set {
path
= value; }
5 references to path
System.Workflow.Activities (5)
Rules\RuleAction.cs (5)
83
get { return
path
; }
94
if (
path
== null)
103
string[] parts =
path
.Split('/');
180
return new string[] { this.
path
};
190
return "Update(\"" + this.
path
+ "\")";