Spring.Validation.ExclusiveValidatorGroup.ExclusiveValidatorGroup C# (CSharp) Method

ExclusiveValidatorGroup() public method

Initializes a new instance of the ExclusiveValidatorGroup class.
public ExclusiveValidatorGroup ( IExpression when ) : System.Collections.Generic
when IExpression The expression that determines if this validator should be evaluated.
return System.Collections.Generic
        public ExclusiveValidatorGroup(IExpression when) 
            : base(when)
        {
            this.FastValidate = true;            
        }

Same methods

ExclusiveValidatorGroup::ExclusiveValidatorGroup ( ) : System.Collections.Generic
ExclusiveValidatorGroup::ExclusiveValidatorGroup ( string when ) : System.Collections.Generic