RuleWriteAttribute Class
.NET Framework 3.0
Indicates that a property or field is written by the method or property that this attribute is applied to. This information is used by the rules engine to determine dependencies between rules.This class cannot be inherited.
Namespace: System.Workflow.Activities.Rules
Assembly: System.Workflow.Activities (in system.workflow.activities.dll)
Assembly: System.Workflow.Activities (in system.workflow.activities.dll)
'Declaration <AttributeUsageAttribute(AttributeTargets.Method Or AttributeTargets.Property, AllowMultiple:=True)> _ Public NotInheritable Class RuleWriteAttribute Inherits RuleReadWriteAttribute 'Usage Dim instance As RuleWriteAttribute
/** @attribute AttributeUsageAttribute(AttributeTargets.Method|AttributeTargets.Property, AllowMultiple=true) */ public final class RuleWriteAttribute extends RuleReadWriteAttribute
AttributeUsageAttribute(AttributeTargets.Method|AttributeTargets.Property, AllowMultiple=true) public final class RuleWriteAttribute extends RuleReadWriteAttribute
Not applicable.
This attribute is used to support a forward chaining model that will cause the reevaluation of rules based on changes to fields and properties. The RuleReadAttribute and RuleWriteAttribute indicate the properties read or written by the property or method the attribute is applied to. RuleInvokeAttributes are used to indicate that this property or method uses other methods, which need to also be checked for dependencies.
System.Object
System.Attribute
System.Workflow.Activities.Rules.RuleAttribute
System.Workflow.Activities.Rules.RuleReadWriteAttribute
System.Workflow.Activities.Rules.RuleWriteAttribute
System.Attribute
System.Workflow.Activities.Rules.RuleAttribute
System.Workflow.Activities.Rules.RuleReadWriteAttribute
System.Workflow.Activities.Rules.RuleWriteAttribute
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: