Class WinFormsCoreWpfHostRule
public class WinFormsCoreWpfHostRule : LineageGlueRule, IEquatable<Descriptor>, IComparable<Descriptor>
- Inheritance
-
WinFormsCoreWpfHostRule
- Implements
- Inherited Members
Constructors
WinFormsCoreWpfHostRule()
public WinFormsCoreWpfHostRule()
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.