This interface is implemented by all objects that can participate in the dynamic evaluation of XRules rules: DXmlElement, DXmlAttribute, DXmlProperty.
For a list of all members of this type, see IDynamicParticle Members.
[Visual Basic] Public Interface IDynamicParticle [C#] public interface IDynamicParticle [C++] public __gc __interface IDynamicParticle [JScript] public interface IDynamicParticle
| Type | Description |
|---|---|
| DXmlAttribute | Extends XmlAttribute and adds support for dynamic execution of XRules rules. |
| DXmlElement | Extends XmlElement and adds support for dynamic execution of XRules rules. |
| DXmlProperty | Represents an XRules property. XRules properties are attached to XML nodes either using <property> rules or using the Properties collection on DXmlElement and DXmlAttribute. |
The term 'particle' here refers to any object that can participate in XRules expressions. This interface provides a consistent way to work with these particles regardless of their type.
Namespace: XRules
Assembly: XRules.DynamicDom (in XRules.DynamicDom.dll)
IDynamicParticle Members | XRules Namespace