摘要: [ToolboxItem(true)] public partial class UserGridControl : GridControl { public new BaseView MainView { get { return base.MainView; } set { var gridVi 阅读全文
posted @ 2020-12-08 17:27 世人皆萌 阅读(226) 评论(0) 推荐(0) 编辑
摘要: 封装验证特性 public abstract class ValidationAttribute : Attribute { public ValidationAttribute() { ErrorMessage = ""; Name = ""; } /// <summary> /// 错误消息 / 阅读全文
posted @ 2020-12-08 11:00 世人皆萌 阅读(1214) 评论(0) 推荐(0) 编辑