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

📄 masterdataset.designer.cs

📁 社区管理系统
💻 CS
📖 第 1 页 / 共 5 页
字号:
        
        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服务描述;
            
            [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()]
            [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 联系电话, string 网址, string 服务项目, 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["服务描述"];
            }
            
            [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(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(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;
                this.column联系地址.MaxLength = 20;
                this.column网址.MaxLength = 20;
                this.column服务项目.MaxLength = 10;
                this.column服务描述.MaxLength = 20;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public 协力厂商信息Row New协力厂商信息Row() {
                return ((协力厂商信息Row)(this.NewRow()));
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override System.Data.DataRow NewRowFromBuilder(System.Data.DataRowBuilder builder) {
                return new 协力厂商信息Row(builder);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override System.Type GetRowType() {
                return typeof(协力厂商信息Row);

⌨️ 快捷键说明

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