PrefixConstraint public abstract class PrefixConstraint : Constraint Abstract base class used for prefixes Documentation Code protected IConstraint BaseConstraint { get; protected set; } The base constraint protected string DescriptionPrefix { get; protected set; } Prefix used in forming the constraint description protected PrefixConstraint(IResolveConstraint baseConstraint) Construct given a base constraint