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

📄 cc08dataset.designer.cs

📁 仿华为CC08数据库查询分析器.含相同的数据表和功能.
💻 CS
📖 第 1 页 / 共 5 页
字号:
            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 HW组号Column {
                get {
                    return this.columnHW组号;
                }
            }
            
            [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 tbl_slotRow this[int index] {
                get {
                    return ((tbl_slotRow)(this.Rows[index]));
                }
            }
            
            public event tbl_slotRowChangeEventHandler tbl_slotRowChanging;
            
            public event tbl_slotRowChangeEventHandler tbl_slotRowChanged;
            
            public event tbl_slotRowChangeEventHandler tbl_slotRowDeleting;
            
            public event tbl_slotRowChangeEventHandler tbl_slotRowDeleted;
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void Addtbl_slotRow(tbl_slotRow row) {
                this.Rows.Add(row);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public tbl_slotRow Addtbl_slotRow(int 模块号, int 框号, int 槽号, string 单板类型, int 单板编号, string 节点类型, int 节点号, int 从节点号, int HW组号, string 可见性, string 保留, string 状态) {
                tbl_slotRow rowtbl_slotRow = ((tbl_slotRow)(this.NewRow()));
                rowtbl_slotRow.ItemArray = new object[] {
                        null,
                        模块号,
                        框号,
                        槽号,
                        单板类型,
                        单板编号,
                        节点类型,
                        节点号,
                        从节点号,
                        HW组号,
                        可见性,
                        保留,
                        状态};
                this.Rows.Add(rowtbl_slotRow);
                return rowtbl_slotRow;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public tbl_slotRow FindBy直接索引号(int 直接索引号) {
                return ((tbl_slotRow)(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() {
                tbl_slotDataTable cln = ((tbl_slotDataTable)(base.Clone()));
                cln.InitVars();
                return cln;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override System.Data.DataTable CreateInstance() {
                return new tbl_slotDataTable();
            }
            
            [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["节点号"];
                this.column从节点号 = base.Columns["从节点号"];
                this.columnHW组号 = base.Columns["HW组号"];
                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(int), null, System.Data.MappingType.Element);
                base.Columns.Add(this.column直接索引号);
                this.column模块号 = new System.Data.DataColumn("模块号", typeof(int), null, System.Data.MappingType.Element);
                base.Columns.Add(this.column模块号);
                this.column框号 = new System.Data.DataColumn("框号", typeof(int), null, System.Data.MappingType.Element);
                base.Columns.Add(this.column框号);
                this.column槽号 = new System.Data.DataColumn("槽号", typeof(int), 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(int), 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(int), null, System.Data.MappingType.Element);
                base.Columns.Add(this.column节点号);
                this.column从节点号 = new System.Data.DataColumn("从节点号", typeof(int), null, System.Data.MappingType.Element);
                base.Columns.Add(this.column从节点号);
                this.columnHW组号 = new System.Data.DataColumn("HW组号", typeof(int), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnHW组号);
                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直接索引号.AutoIncrement = true;
                this.column直接索引号.AllowDBNull = false;
                this.column直接索引号.Unique = true;
                this.column单板类型.MaxLength = 50;
                this.column节点类型.MaxLength = 50;
                this.column可见性.MaxLength = 50;
                this.column保留.MaxLength = 50;
                this.column状态.MaxLength = 50;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public tbl_slotRow Newtbl_slotRow() {
                return ((tbl_slotRow)(this.NewRow()));
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override System.Data.DataRow NewRowFromBuilder(System.Data.DataRowBuilder builder) {
                return new tbl_slotRow(builder);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override System.Type GetRowType() {
                return typeof(tbl_slotRow);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override void OnRowChanged(System.Data.DataRowChangeEventArgs e) {
                base.OnRowChanged(e);
                if ((this.tbl_slotRowChanged != null)) {
                    this.tbl_slotRowChanged(this, new tbl_slotRowChangeEvent(((tbl_slotRow)(e.Row)), e.Action));
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override void OnRowChanging(System.Data.DataRowChangeEventArgs e) {
                base.OnRowChanging(e);
                if ((this.tbl_slotRowChanging != null)) {
                    this.tbl_slotRowChanging(this, new tbl_slotRowChangeEvent(((tbl_slotRow)(e.Row)), e.Action));
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override void OnRowDeleted(System.Data.DataRowChangeEventArgs e) {
                base.OnRowDeleted(e);
                if ((this.tbl_slotRowDeleted != null)) {
                    this.tbl_slotRowDeleted(this, new tbl_slotRowChangeEvent(((tbl_slotRow)(e.Row)), e.Action));
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override void OnRowDeleting(System.Data.DataRowChangeEventArgs e) {
                base.OnRowDeleting(e);
                if ((this.tbl_slotRowDeleting != null)) {
                    this.tbl_slotRowDeleting(this, new tbl_slotRowChangeEvent(((tbl_slotRow)(e.Row)), e.Action));
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void Removetbl_slotRow(tbl_slotRow row) {
                this.Rows.Remove(row);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public static System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(System.Xml.Schema.XmlSchemaSet xs) {
                System.Xml.Schema.XmlSchemaComplexType type = new System.Xml.Schema.XmlSchemaComplexType();
                System.Xml.Schema.XmlSchemaSequence sequence = new System.Xml.Schema.XmlSchemaSequence();
                cc08DataSet ds = new cc08DataSet();
                xs.Add(ds.GetSchemaSerializable());
                System.Xml.Schema.XmlSchemaAny any1 = new System.Xml.Schema.XmlSchemaAny();
                any1.Namespace = "http://www.w3.org/2001/XMLSchema";
                any1.MinOccurs = new decimal(0);
                any1.MaxOccurs = decimal.MaxValue;
                any1.ProcessContents = System.Xml.Schema.XmlSchemaContentProcessing.Lax;
                sequence.Items.Add(any1);
                System.Xml.Schema.XmlSchemaAny any2 = new System.Xml.Schema.XmlSchemaAny();
                any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
                any2.MinOccurs = new decimal(1);
                any2.ProcessContents = System.Xml.Schema.XmlSchemaContentProcessing.Lax;
                sequence.Items.Add(any2);
                System.Xml.Schema.XmlSchemaAttribute attribute1 = new System.Xml.Schema.XmlSchemaAttribute();
                attribute1.Name = "namespace";
                attribute1.FixedValue = ds.Namespace;
                type.Attributes.Add(attribute1);
                System.Xml.Schema.XmlSchemaAttribute attribute2 = new System.Xml.Schema.XmlSchemaAttribute();
                attribute2.Name = "tableTypeName";
                attribute2.FixedValue = "tbl_slotDataTable";
                type.Attributes.Add(attribute2);
                type.Particle = sequence;

⌨️ 快捷键说明

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