Пример #1
0
        public Rule AddCustomRule(string ruleType, string ruleValue, string exProperty)
        {
            Rule rule = SchemaFactory.CreateCustomRule(ruleType, ruleValue, exProperty);

            this.Add(rule);
            return(rule);
        }