C# Class PclUnit.Constraints.Pieces.ReusableConstraint

ReusableConstraint wraps a resolved constraint so that it may be saved and reused as needed.
Inheritance: IResolveConstraint
Afficher le fichier Open project: jbtule/PclUnit

Méthodes publiques

Méthode Description
Resolve ( ) : Constraint

Resolves the ReusableConstraint by returning the constraint that it originally wrapped.

ReusableConstraint ( IResolveConstraint c )

Construct a ReusableConstraint

ToString ( ) : string

Returns the string representation of the constraint.

Method Details

Resolve() public méthode

Resolves the ReusableConstraint by returning the constraint that it originally wrapped.
public Resolve ( ) : Constraint
Résultat Constraint

ReusableConstraint() public méthode

Construct a ReusableConstraint
public ReusableConstraint ( IResolveConstraint c )
c IResolveConstraint The constraint or expression to be reused

ToString() public méthode

Returns the string representation of the constraint.
public ToString ( ) : string
Résultat string