IResolveConstraint Interface

Summary

The IConstraintExpression interface is implemented by all complete and resolvable constraints and expressions.
IResolveConstraint

Syntax

public interface IResolveConstraint

Properties

Name Value Summary
IsResolvable bool
Returns True if the constraint or expression is complete, False if still under construction.

Methods

Name Value Summary
Resolve() IConstraint
Return the top-level constraint for the complete expression. Throws InvalidOperationException if the expression is incomplete.