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

📄 hr1dataset.designer.cs

📁 企业培训信息管理
💻 CS
📖 第 1 页 / 共 5 页
字号:
            }
            
            [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();
                hr1DataSet ds = new hr1DataSet();
                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 = "培训项表DataTable";
                type.Attributes.Add(attribute2);
                type.Particle = sequence;
                return type;
            }
        }
        
        [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姓名;
            
            [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()]
            [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(培训项表Row parent培训项表RowBy培训项表员工参加培训记录, 员工名册Row parent员工名册RowBy员工名册员工参加培训记录, string 签到表流水号, string 实际参加培训学时, string 考核成绩, string 姓名) {
                员工参加培训记录Row row员工参加培训记录Row = ((员工参加培训记录Row)(this.NewRow()));
                row员工参加培训记录Row.ItemArray = new object[] {
                        parent培训项表RowBy培训项表员工参加培训记录[0],
                        parent员工名册RowBy员工名册员工参加培训记录[0],
                        签到表流水号,
                        实际参加培训学时,
                        考核成绩,
                        姓名};
                this.Rows.Add(row员工参加培训记录Row);
                return row员工参加培训记录Row;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public 员工参加培训记录Row FindBy培训编号工资编号(int 培训编号, string 工资编号) {
                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["姓名"];
            }
            
            [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(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.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培训编号,
                                this.column工资编号}, true));
                this.column培训编号.AllowDBNull = false;
                this.column工资编号.AllowDBNull = false;
                this.column工资编号.MaxLength = 8;
                this.column签到表流水号.MaxLength = 8;
                this.column实际参加培训学时.MaxLength = 10;
                this.column考核成绩.MaxLength = 20;
                this.column姓名.MaxLength = 16;
            }
            
            [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);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override void OnRowChanged(System.Data.DataRowChangeEventArgs e) {
                base.OnRowChanged(e);
                if ((this.员工参加培训记录RowChanged != null)) {
                    this.员工参加培训记录RowChanged(this, new 员工参加培训记录RowChangeEvent(((员工参加培训记录Row)(e.Row)), e.Action));
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override void OnRowChanging(System.Data.DataRowChangeEventArgs e) {
                base.OnRowChanging(e);
                if ((this.员工参加培训记录RowChanging != null)) {
                    this.员工参加培训记录RowChanging(this, new 员工参加培训记录RowChangeEvent(((员工参加培训记录Row)(e.Row)), e.Action));
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override void OnRowDeleted(System.Data.DataRowChangeEventArgs e) {
                base.OnRowDeleted(e);
                if ((this.员工参加培训记录RowDeleted != null)) {
                    this.员工参加培训记录RowDeleted(this, new 员工参加培训记录RowChangeEvent(((员工参加培训记录Row)(e.Row)), e.Action));
                }

⌨️ 快捷键说明

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