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

📄 db_hrpdataset.designer.cs

📁 中小企业人力资源管理系统
💻 CS
📖 第 1 页 / 共 5 页
字号:
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public int ID {
                get {
                    return ((int)(this[this.tabletb_Attendance.IDColumn]));
                }
                set {
                    this[this.tabletb_Attendance.IDColumn] = value;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string MonthWage {
                get {
                    try {
                        return ((string)(this[this.tabletb_Attendance.MonthWageColumn]));
                    }
                    catch (global::System.InvalidCastException e) {
                        throw new global::System.Data.StrongTypingException("表“tb_Attendance”中列“MonthWage”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tabletb_Attendance.MonthWageColumn] = value;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string EmployeeID {
                get {
                    return ((string)(this[this.tabletb_Attendance.EmployeeIDColumn]));
                }
                set {
                    this[this.tabletb_Attendance.EmployeeIDColumn] = value;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string EmployeeName {
                get {
                    try {
                        return ((string)(this[this.tabletb_Attendance.EmployeeNameColumn]));
                    }
                    catch (global::System.InvalidCastException e) {
                        throw new global::System.Data.StrongTypingException("表“tb_Attendance”中列“EmployeeName”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tabletb_Attendance.EmployeeNameColumn] = value;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public decimal Appeared {
                get {
                    try {
                        return ((decimal)(this[this.tabletb_Attendance.AppearedColumn]));
                    }
                    catch (global::System.InvalidCastException e) {
                        throw new global::System.Data.StrongTypingException("表“tb_Attendance”中列“Appeared”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tabletb_Attendance.AppearedColumn] = value;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public decimal Leave {
                get {
                    try {
                        return ((decimal)(this[this.tabletb_Attendance.LeaveColumn]));
                    }
                    catch (global::System.InvalidCastException e) {
                        throw new global::System.Data.StrongTypingException("表“tb_Attendance”中列“Leave”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tabletb_Attendance.LeaveColumn] = value;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public decimal LateEarly {
                get {
                    try {
                        return ((decimal)(this[this.tabletb_Attendance.LateEarlyColumn]));
                    }
                    catch (global::System.InvalidCastException e) {
                        throw new global::System.Data.StrongTypingException("表“tb_Attendance”中列“LateEarly”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tabletb_Attendance.LateEarlyColumn] = value;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public decimal AbsentWork {
                get {
                    try {
                        return ((decimal)(this[this.tabletb_Attendance.AbsentWorkColumn]));
                    }
                    catch (global::System.InvalidCastException e) {
                        throw new global::System.Data.StrongTypingException("表“tb_Attendance”中列“AbsentWork”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tabletb_Attendance.AbsentWorkColumn] = value;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public decimal Overtime {
                get {
                    try {
                        return ((decimal)(this[this.tabletb_Attendance.OvertimeColumn]));
                    }
                    catch (global::System.InvalidCastException e) {
                        throw new global::System.Data.StrongTypingException("表“tb_Attendance”中列“Overtime”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tabletb_Attendance.OvertimeColumn] = value;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsMonthWageNull() {
                return this.IsNull(this.tabletb_Attendance.MonthWageColumn);
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetMonthWageNull() {
                this[this.tabletb_Attendance.MonthWageColumn] = global::System.Convert.DBNull;
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsEmployeeNameNull() {
                return this.IsNull(this.tabletb_Attendance.EmployeeNameColumn);
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetEmployeeNameNull() {
                this[this.tabletb_Attendance.EmployeeNameColumn] = global::System.Convert.DBNull;
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsAppearedNull() {
                return this.IsNull(this.tabletb_Attendance.AppearedColumn);
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetAppearedNull() {
                this[this.tabletb_Attendance.AppearedColumn] = global::System.Convert.DBNull;
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsLeaveNull() {
                return this.IsNull(this.tabletb_Attendance.LeaveColumn);
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetLeaveNull() {
                this[this.tabletb_Attendance.LeaveColumn] = global::System.Convert.DBNull;
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsLateEarlyNull() {
                return this.IsNull(this.tabletb_Attendance.LateEarlyColumn);
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetLateEarlyNull() {
                this[this.tabletb_Attendance.LateEarlyColumn] = global::System.Convert.DBNull;
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsAbsentWorkNull() {
                return this.IsNull(this.tabletb_Attendance.AbsentWorkColumn);
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetAbsentWorkNull() {
                this[this.tabletb_Attendance.AbsentWorkColumn] = global::System.Convert.DBNull;
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsOvertimeNull() {
                return this.IsNull(this.tabletb_Attendance.OvertimeColumn);
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetOvertimeNull() {
                this[this.tabletb_Attendance.OvertimeColumn] = global::System.Convert.DBNull;
            }
        }
        
        /// <summary>
        ///Row event argument class
        ///</summary>
        [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
        public class tb_AttendanceRowChangeEvent : global::System.EventArgs {
            
            private tb_AttendanceRow eventRow;
            
            private global::System.Data.DataRowAction eventAction;
            

⌨️ 快捷键说明

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