⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 testdataset.designer.cs

📁 社区管理系统
💻 CS
📖 第 1 页 / 共 5 页
字号:
            type.Particle = sequence;
            return type;
        }
        
        public delegate void 设施维护RowChangeEventHandler(object sender, 设施维护RowChangeEvent e);
        
        [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
        [System.Serializable()]
        [System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
        public partial class 设施维护DataTable : System.Data.DataTable, System.Collections.IEnumerable {
            
            private System.Data.DataColumn column设施编号;
            
            private System.Data.DataColumn column设施名称;
            
            private System.Data.DataColumn column维护人员;
            
            private System.Data.DataColumn column电话;
            
            private System.Data.DataColumn column维护时间;
            
            private System.Data.DataColumn column设施平面图;
            
            private System.Data.DataColumn column维护费用;
            
            private System.Data.DataColumn column维护说明;
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public 设施维护DataTable() {
                this.TableName = "设施维护";
                this.BeginInit();
                this.InitClass();
                this.EndInit();
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            internal 设施维护DataTable(System.Data.DataTable table) {
                this.TableName = table.TableName;
                if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
                    this.CaseSensitive = table.CaseSensitive;
                }
                if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
                    this.Locale = table.Locale;
                }
                if ((table.Namespace != table.DataSet.Namespace)) {
                    this.Namespace = table.Namespace;
                }
                this.Prefix = table.Prefix;
                this.MinimumCapacity = table.MinimumCapacity;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected 设施维护DataTable(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) : 
                    base(info, context) {
                this.InitVars();
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn 设施编号Column {
                get {
                    return this.column设施编号;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn 设施名称Column {
                get {
                    return this.column设施名称;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn 维护人员Column {
                get {
                    return this.column维护人员;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn 电话Column {
                get {
                    return this.column电话;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn 维护时间Column {
                get {
                    return this.column维护时间;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn 设施平面图Column {
                get {
                    return this.column设施平面图;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn 维护费用Column {
                get {
                    return this.column维护费用;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn 维护说明Column {
                get {
                    return this.column维护说明;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            [System.ComponentModel.Browsable(false)]
            public int Count {
                get {
                    return this.Rows.Count;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public 设施维护Row this[int index] {
                get {
                    return ((设施维护Row)(this.Rows[index]));
                }
            }
            
            public event 设施维护RowChangeEventHandler 设施维护RowChanging;
            
            public event 设施维护RowChangeEventHandler 设施维护RowChanged;
            
            public event 设施维护RowChangeEventHandler 设施维护RowDeleting;
            
            public event 设施维护RowChangeEventHandler 设施维护RowDeleted;
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void Add设施维护Row(设施维护Row row) {
                this.Rows.Add(row);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public 设施维护Row Add设施维护Row(long 设施编号, string 设施名称, string 维护人员, long 电话, System.DateTime 维护时间, string 设施平面图, double 维护费用, string 维护说明) {
                设施维护Row row设施维护Row = ((设施维护Row)(this.NewRow()));
                row设施维护Row.ItemArray = new object[] {
                        设施编号,
                        设施名称,
                        维护人员,
                        电话,
                        维护时间,
                        设施平面图,
                        维护费用,
                        维护说明};
                this.Rows.Add(row设施维护Row);
                return row设施维护Row;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public 设施维护Row FindBy设施编号(long 设施编号) {
                return ((设施维护Row)(this.Rows.Find(new object[] {
                            设施编号})));
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public virtual System.Collections.IEnumerator GetEnumerator() {
                return this.Rows.GetEnumerator();
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public override System.Data.DataTable Clone() {
                设施维护DataTable cln = ((设施维护DataTable)(base.Clone()));
                cln.InitVars();
                return cln;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override System.Data.DataTable CreateInstance() {
                return new 设施维护DataTable();
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            internal void InitVars() {
                this.column设施编号 = base.Columns["设施编号"];
                this.column设施名称 = base.Columns["设施名称"];
                this.column维护人员 = base.Columns["维护人员"];
                this.column电话 = base.Columns["电话"];
                this.column维护时间 = base.Columns["维护时间"];
                this.column设施平面图 = base.Columns["设施平面图"];
                this.column维护费用 = base.Columns["维护费用"];
                this.column维护说明 = base.Columns["维护说明"];
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            private void InitClass() {
                this.column设施编号 = new System.Data.DataColumn("设施编号", typeof(long), null, System.Data.MappingType.Element);
                base.Columns.Add(this.column设施编号);
                this.column设施名称 = new System.Data.DataColumn("设施名称", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.column设施名称);
                this.column维护人员 = new System.Data.DataColumn("维护人员", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.column维护人员);
                this.column电话 = new System.Data.DataColumn("电话", typeof(long), null, System.Data.MappingType.Element);
                base.Columns.Add(this.column电话);
                this.column维护时间 = new System.Data.DataColumn("维护时间", typeof(System.DateTime), null, System.Data.MappingType.Element);
                base.Columns.Add(this.column维护时间);
                this.column设施平面图 = new System.Data.DataColumn("设施平面图", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.column设施平面图);
                this.column维护费用 = new System.Data.DataColumn("维护费用", typeof(double), null, System.Data.MappingType.Element);
                base.Columns.Add(this.column维护费用);
                this.column维护说明 = new System.Data.DataColumn("维护说明", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.column维护说明);
                this.Constraints.Add(new System.Data.UniqueConstraint("Constraint1", new System.Data.DataColumn[] {
                                this.column设施编号}, true));
                this.column设施编号.AllowDBNull = false;
                this.column设施编号.Unique = true;
                this.column设施名称.MaxLength = 10;

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -