HandCoded.Validation.Rule.Rule C# (CSharp) Method

Rule() protected method

Constructs a Rule that applies to any document.
protected Rule ( string name ) : System
name string The unique name for the rule.
return System
        protected Rule(string name)
            : this(Precondition.ALWAYS, name)
        {
        }

Same methods

Rule::Rule ( Precondition precondition, string name ) : System