13 references to RuleAttributeTarget
System.Workflow.Activities (13)
Rules\RuleAttributes.cs (13)
31
private
RuleAttributeTarget
attributeTarget;
34
protected RuleReadWriteAttribute(string path,
RuleAttributeTarget
target)
45
public
RuleAttributeTarget
Target
70
if (attributeTarget ==
RuleAttributeTarget
.This)
172
if (attributeTarget ==
RuleAttributeTarget
.This)
177
else if (attributeTarget ==
RuleAttributeTarget
.Parameter)
191
if (attributeTarget ==
RuleAttributeTarget
.This)
203
else if (attributeTarget ==
RuleAttributeTarget
.Parameter)
251
public RuleReadAttribute(string path,
RuleAttributeTarget
target)
257
: base(path,
RuleAttributeTarget
.This)
274
public RuleWriteAttribute(string path,
RuleAttributeTarget
target)
280
: base(path,
RuleAttributeTarget
.This)
371
if (readWriteAttr.Target ==
RuleAttributeTarget
.Parameter)