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

📄 organization.designer.cs

📁 C#2.0宝典源码,C#经典书籍,很多例子
💻 CS
📖 第 1 页 / 共 4 页
字号:
                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 = "classesDataTable";
                type.Attributes.Add(attribute2);
                type.Particle = sequence;
                return type;
            }
        }
        
        [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
        public partial class collegesRow : System.Data.DataRow {
            
            private collegesDataTable tablecolleges;
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            internal collegesRow(System.Data.DataRowBuilder rb) : 
                    base(rb) {
                this.tablecolleges = ((collegesDataTable)(this.Table));
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string college_ID {
                get {
                    return ((string)(this[this.tablecolleges.college_IDColumn]));
                }
                set {
                    this[this.tablecolleges.college_IDColumn] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string college_name {
                get {
                    try {
                        return ((string)(this[this.tablecolleges.college_nameColumn]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“colleges”中列“college_name”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tablecolleges.college_nameColumn] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool Iscollege_nameNull() {
                return this.IsNull(this.tablecolleges.college_nameColumn);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void Setcollege_nameNull() {
                this[this.tablecolleges.college_nameColumn] = System.Convert.DBNull;
            }
        }
        
        [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
        public partial class specialityRow : System.Data.DataRow {
            
            private specialityDataTable tablespeciality;
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            internal specialityRow(System.Data.DataRowBuilder rb) : 
                    base(rb) {
                this.tablespeciality = ((specialityDataTable)(this.Table));
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string speciality_ID {
                get {
                    return ((string)(this[this.tablespeciality.speciality_IDColumn]));
                }
                set {
                    this[this.tablespeciality.speciality_IDColumn] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string speciality_name {
                get {
                    try {
                        return ((string)(this[this.tablespeciality.speciality_nameColumn]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“speciality”中列“speciality_name”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tablespeciality.speciality_nameColumn] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string speciality_college {
                get {
                    try {
                        return ((string)(this[this.tablespeciality.speciality_collegeColumn]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“speciality”中列“speciality_college”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tablespeciality.speciality_collegeColumn] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool Isspeciality_nameNull() {
                return this.IsNull(this.tablespeciality.speciality_nameColumn);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void Setspeciality_nameNull() {
                this[this.tablespeciality.speciality_nameColumn] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool Isspeciality_collegeNull() {
                return this.IsNull(this.tablespeciality.speciality_collegeColumn);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void Setspeciality_collegeNull() {
                this[this.tablespeciality.speciality_collegeColumn] = System.Convert.DBNull;
            }
        }
        
        [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
        public partial class classesRow : System.Data.DataRow {
            
            private classesDataTable tableclasses;
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            internal classesRow(System.Data.DataRowBuilder rb) : 
                    base(rb) {
                this.tableclasses = ((classesDataTable)(this.Table));
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string class_ID {
                get {
                    return ((string)(this[this.tableclasses.class_IDColumn]));
                }
                set {
                    this[this.tableclasses.class_IDColumn] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string class_name {
                get {
                    try {
                        return ((string)(this[this.tableclasses.class_nameColumn]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“classes”中列“class_name”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tableclasses.class_nameColumn] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string class_headTeacher {
                get {
                    try {
                        return ((string)(this[this.tableclasses.class_headTeacherColumn]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“classes”中列“class_headTeacher”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tableclasses.class_headTeacherColumn] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string class_speciality {
                get {
                    try {
                        return ((string)(this[this.tableclasses.class_specialityColumn]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“classes”中列“class_speciality”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tableclasses.class_specialityColumn] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool Isclass_nameNull() {
                return this.IsNull(this.tableclasses.class_nameColumn);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void Setclass_nameNull() {
                this[this.tableclasses.class_nameColumn] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool Isclass_headTeacherNull() {
                return this.IsNull(this.tableclasses.class_headTeacherColumn);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void Setclass_headTeacherNull() {
                this[this.tableclasses.class_headTeacherColumn] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool Isclass_specialityNull() {
                return this.IsNull(this.tableclasses.class_specialityColumn);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void Setclass_specialityNull() {
                this[this.tableclasses.class_specialityColumn] = System.Convert.DBNull;
            }
        }
        
        [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
        public class collegesRowChangeEvent : System.EventArgs {
            
            private collegesRow eventRow;
            
            private System.Data.DataRowAction eventAction;
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public collegesRowChangeEvent(collegesRow row, System.Data.DataRowAction action) {
                this.eventRow = row;
                this.eventAction = action;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public collegesRow Row {
                get {
                    return this.eventRow;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataRowAction Action {
                get {
                    return this.eventAction;
                }
            }
        }
        
        [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
        public class specialityRowChangeEvent : System.EventArgs {
            
            private specialityRow eventRow;
            
            private System.Data.DataRowAction eventAction;
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public specialityRowChangeEvent(specialityRow row, System.Data.DataRowAction action) {
                this.eventRow = row;
                this.eventAction = action;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public specialityRow Row {
                get {
                    return this.eventRow;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataRowAction Action {
                get {
                    return this.eventAction;
                }
            }
        }
        
        [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
        public class classesRowChangeEvent : System.EventArgs {
            
            private classesRow eventRow;
            
            private System.Data.DataRowAction eventAction;
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public classesRowChangeEvent(classesRow row, System.Data.DataRowAction action) {
                this.eventRow = row;
                this.eventAction = action;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public classesRow Row {
                get {
                    return this.eventRow;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataRowAction Action {
                get {
                    return this.eventAction;
                }
            }
        }
    }
}

#pragma warning restore 1591

⌨️ 快捷键说明

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