Represents a <property> rule which is a child of the <bind> rule.
For a list of all members of this type, see PropertyRule Members.
System.Object
XRules.RuleBase
XRules.PropertyRule
[Visual Basic] Public Class PropertyRule Inherits RuleBase [C#] public class PropertyRule : RuleBase [C++] public __gc class PropertyRule : public RuleBase [JScript] public class PropertyRule extends RuleBase
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
This rule has the following XML syntax:
<xr:bind nodeset = "ItemTotal">
<xr:property name="RequiresAuthorization" value="bool(ItemTotal > 300)" type="xs:decimal" />
</xr:bind>
Namespace: XRules
Assembly: XRules.DynamicDom (in XRules.DynamicDom.dll)
PropertyRule Members | XRules Namespace