HandCoded.Validation.Rule.Rule C# (CSharp) 메소드

Rule() 보호된 메소드

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

Same methods

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