欢迎来到虫虫下载站 | 资源下载 资源专辑 关于我们
虫虫下载站

dataset11.designer.cs

The human resources management system management system operatingprocedure, welcome everybody to eva
CS
第 1 页 / 共 4 页
字号:
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public decimal 工资上限 {
                get {
                    return ((decimal)(this[this.table个人所得税表.工资上限Column]));
                }
                set {
                    this[this.table个人所得税表.工资上限Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public decimal 个人所得税率 {
                get {
                    return ((decimal)(this[this.table个人所得税表.个人所得税率Column]));
                }
                set {
                    this[this.table个人所得税表.个人所得税率Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public decimal 速算扣除数 {
                get {
                    return ((decimal)(this[this.table个人所得税表.速算扣除数Column]));
                }
                set {
                    this[this.table个人所得税表.速算扣除数Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string 备注 {
                get {
                    try {
                        return ((string)(this[this.table个人所得税表.备注Column]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“个人所得税表”中列“备注”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.table个人所得税表.备注Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool Is备注Null() {
                return this.IsNull(this.table个人所得税表.备注Column);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void Set备注Null() {
                this[this.table个人所得税表.备注Column] = System.Convert.DBNull;
            }
        }
        
        [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
        public partial class 职员奖励表Row : System.Data.DataRow {
            
            private 职员奖励表DataTable table职员奖励表;
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            internal 职员奖励表Row(System.Data.DataRowBuilder rb) : 
                    base(rb) {
                this.table职员奖励表 = ((职员奖励表DataTable)(this.Table));
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public int 序号 {
                get {
                    return ((int)(this[this.table职员奖励表.序号Column]));
                }
                set {
                    this[this.table职员奖励表.序号Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string 职员编号 {
                get {
                    return ((string)(this[this.table职员奖励表.职员编号Column]));
                }
                set {
                    this[this.table职员奖励表.职员编号Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string 奖励类型 {
                get {
                    try {
                        return ((string)(this[this.table职员奖励表.奖励类型Column]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“职员奖励表”中列“奖励类型”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.table职员奖励表.奖励类型Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public double 奖励金额 {
                get {
                    try {
                        return ((double)(this[this.table职员奖励表.奖励金额Column]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“职员奖励表”中列“奖励金额”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.table职员奖励表.奖励金额Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string 是否计入工资 {
                get {
                    try {
                        return ((string)(this[this.table职员奖励表.是否计入工资Column]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“职员奖励表”中列“是否计入工资”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.table职员奖励表.是否计入工资Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string 奖励原因 {
                get {
                    try {
                        return ((string)(this[this.table职员奖励表.奖励原因Column]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“职员奖励表”中列“奖励原因”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.table职员奖励表.奖励原因Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string 部门意见 {
                get {
                    try {
                        return ((string)(this[this.table职员奖励表.部门意见Column]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“职员奖励表”中列“部门意见”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.table职员奖励表.部门意见Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public int 奖励日期 {
                get {
                    try {
                        return ((int)(this[this.table职员奖励表.奖励日期Column]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“职员奖励表”中列“奖励日期”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.table职员奖励表.奖励日期Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool Is奖励类型Null() {
                return this.IsNull(this.table职员奖励表.奖励类型Column);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void Set奖励类型Null() {
                this[this.table职员奖励表.奖励类型Column] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool Is奖励金额Null() {
                return this.IsNull(this.table职员奖励表.奖励金额Column);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void Set奖励金额Null() {
                this[this.table职员奖励表.奖励金额Column] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool Is是否计入工资Null() {
                return this.IsNull(this.table职员奖励表.是否计入工资Column);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void Set是否计入工资Null() {
                this[this.table职员奖励表.是否计入工资Column] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool Is奖励原因Null() {
                return this.IsNull(this.table职员奖励表.奖励原因Column);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void Set奖励原因Null() {
                this[this.table职员奖励表.奖励原因Column] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool Is部门意见Null() {
                return this.IsNull(this.table职员奖励表.部门意见Column);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void Set部门意见Null() {
                this[this.table职员奖励表.部门意见Column] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool Is奖励日期Null() {
                return this.IsNull(this.table职员奖励表.奖励日期Column);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void Set奖励日期Null() {
                this[this.table职员奖励表.奖励日期Column] = System.Convert.DBNull;
            }
        }
        
        [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
        public class 个人所得税表RowChangeEvent : System.EventArgs {
            
            private 个人所得税表Row eventRow;
            
            private System.Data.DataRowAction eventAction;
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public 个人所得税表RowChangeEvent(个人所得税表Row row, System.Data.DataRowAction action) {
                this.eventRow = row;
                this.eventAction = action;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public 个人所得税表Row 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 职员奖励表RowChangeEvent : System.EventArgs {
            
            private 职员奖励表Row eventRow;
            
            private System.Data.DataRowAction eventAction;
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public 职员奖励表RowChangeEvent(职员奖励表Row row, System.Data.DataRowAction action) {
                this.eventRow = row;
                this.eventAction = action;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public 职员奖励表Row 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 + -