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

📄 bluehillmanagementdataset9.designer.cs

📁 人事管理系统
💻 CS
📖 第 1 页 / 共 4 页
字号:
                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));
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override void OnRowDeleting(System.Data.DataRowChangeEventArgs e) {
                base.OnRowDeleting(e);
                if ((this.员工表RowDeleting != null)) {
                    this.员工表RowDeleting(this, new 员工表RowChangeEvent(((员工表Row)(e.Row)), e.Action));
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void Remove员工表Row(员工表Row row) {
                this.Rows.Remove(row);
            }
            
            [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();
                BlueHillManagementDataSet9 ds = new BlueHillManagementDataSet9();
                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")]
        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 string 员工姓名 {
                get {
                    return ((string)(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 {
                    return ((string)(this[this.table员工表.员工电子邮件Column]));
                }
                set {
                    this[this.table员工表.员工电子邮件Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public int 员工所属部门编号 {
                get {
                    return ((int)(this[this.table员工表.员工所属部门编号Column]));
                }
                set {
                    this[this.table员工表.员工所属部门编号Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public decimal 员工基本薪资 {
                get {
                    try {
                        return ((decimal)(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 System.DateTime 员工报到日期 {
                get {
                    try {
                        return ((System.DateTime)(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 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;

⌨️ 快捷键说明

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