Class QtWebDocumentRule
public class QtWebDocumentRule : LineageGlueRule, IEquatable<Descriptor>, IComparable<Descriptor>
- Inheritance
-
QtWebDocumentRule
- Implements
- Inherited Members
Constructors
QtWebDocumentRule()
public QtWebDocumentRule()
Methods
Execute(GlueRuleExecutionState)
Executes the rule.
public override void Execute(GlueRuleExecutionState state)
Parameters
stateGlueRuleExecutionStateThe current rule execution state.
Remarks
This has to be implemented by the rule classes.