/// <summary> /// 初始化 /// </summary> public Valider() { v = new Validate.Validate(); f = new Format.Format(); Validate = new Dictionary <string, List <VaildItem> >(); Formater = new Dictionary <string, List <VaildItem> >(); Output = new Dictionary <string, Result <object> >(); }
/// <summary> /// 初始化 /// </summary> public Valider() { v = new Validate.Validate(); f = new Format.Format(); Validate = new Dictionary<string, List<VaildItem>>(); Formater = new Dictionary<string, List<VaildItem>>(); Output = new Dictionary<string, Result<object>>(); }