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

📄 dswage.designer.cs

📁 中小企业人力资源管理系统
💻 CS
📖 第 1 页 / 共 5 页
字号:
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public decimal Hortation {
                get {
                    try {
                        return ((decimal)(this[this.tabletb_Wage.HortationColumn]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“tb_Wage”中列“Hortation”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tabletb_Wage.HortationColumn] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public decimal Duty {
                get {
                    try {
                        return ((decimal)(this[this.tabletb_Wage.DutyColumn]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“tb_Wage”中列“Duty”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tabletb_Wage.DutyColumn] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public decimal Absent {
                get {
                    try {
                        return ((decimal)(this[this.tabletb_Wage.AbsentColumn]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“tb_Wage”中列“Absent”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tabletb_Wage.AbsentColumn] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public decimal Idleness {
                get {
                    try {
                        return ((decimal)(this[this.tabletb_Wage.IdlenessColumn]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“tb_Wage”中列“Idleness”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tabletb_Wage.IdlenessColumn] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public decimal Chastisement {
                get {
                    try {
                        return ((decimal)(this[this.tabletb_Wage.ChastisementColumn]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“tb_Wage”中列“Chastisement”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tabletb_Wage.ChastisementColumn] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public decimal FosterOld {
                get {
                    try {
                        return ((decimal)(this[this.tabletb_Wage.FosterOldColumn]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“tb_Wage”中列“FosterOld”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tabletb_Wage.FosterOldColumn] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public decimal MedicalTreatment {
                get {
                    try {
                        return ((decimal)(this[this.tabletb_Wage.MedicalTreatmentColumn]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“tb_Wage”中列“MedicalTreatment”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tabletb_Wage.MedicalTreatmentColumn] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public decimal Deal {
                get {
                    try {
                        return ((decimal)(this[this.tabletb_Wage.DealColumn]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“tb_Wage”中列“Deal”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tabletb_Wage.DealColumn] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public decimal Deduct {
                get {
                    try {
                        return ((decimal)(this[this.tabletb_Wage.DeductColumn]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“tb_Wage”中列“Deduct”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tabletb_Wage.DeductColumn] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public decimal FactWage {
                get {
                    try {
                        return ((decimal)(this[this.tabletb_Wage.FactWageColumn]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“tb_Wage”中列“FactWage”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tabletb_Wage.FactWageColumn] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public long ID {
                get {
                    return ((long)(this[this.tabletb_Wage.IDColumn]));
                }
                set {
                    this[this.tabletb_Wage.IDColumn] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsMonthWageNull() {
                return this.IsNull(this.tabletb_Wage.MonthWageColumn);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetMonthWageNull() {
                this[this.tabletb_Wage.MonthWageColumn] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsEmployeeNameNull() {
                return this.IsNull(this.tabletb_Wage.EmployeeNameColumn);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetEmployeeNameNull() {
                this[this.tabletb_Wage.EmployeeNameColumn] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsEmployeeIDNull() {
                return this.IsNull(this.tabletb_Wage.EmployeeIDColumn);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetEmployeeIDNull() {
                this[this.tabletb_Wage.EmployeeIDColumn] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsBasisWageNull() {
                return this.IsNull(this.tabletb_Wage.BasisWageColumn);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetBasisWageNull() {
                this[this.tabletb_Wage.BasisWageColumn] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsOvertimeNull() {
                return this.IsNull(this.tabletb_Wage.OvertimeColumn);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetOvertimeNull() {
                this[this.tabletb_Wage.OvertimeColumn] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsWageAgeNull() {
                return this.IsNull(this.tabletb_Wage.WageAgeColumn);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetWageAgeNull() {
                this[this.tabletb_Wage.WageAgeColumn] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsAllAppearedNull() {
                return this.IsNull(this.tabletb_Wage.AllAppearedColumn);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetAllAppearedNull() {
                this[this.tabletb_Wage.AllAppearedColumn] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsHortationNull() {
                return this.IsNull(this.tabletb_Wage.HortationColumn);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetHortationNull() {
                this[this.tabletb_Wage.HortationColumn] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsDutyNull() {
                return this.IsNull(this.tabletb_Wage.DutyColumn);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetDutyNull() {
                this[this.tabletb_Wage.DutyColumn] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsAbsentNull() {
                return this.IsNull(this.tabletb_Wage.AbsentColumn);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetAbsentNull() {
                this[this.tabletb_Wage.AbsentColumn] = System.Convert.DBNull;
            }

⌨️ 快捷键说明

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