1 write to attributePath
System.Workflow.Activities (1)
Rules\RuleAttributes.cs (1)
37
this.
attributePath
= path;
5 references to attributePath
System.Workflow.Activities (5)
Rules\RuleAttributes.cs (5)
42
get { return
attributePath
; }
55
if (string.IsNullOrEmpty(
attributePath
))
64
string[] parts =
attributePath
.Split('/');
169
if (string.IsNullOrEmpty(
attributePath
))
186
string suffix =
attributePath
;