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