📄 bluehillmanagementdataset9.designer.cs
字号:
}
[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()]
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()]
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(string 员工姓名, string 员工登录名, string 员工电子邮件, int 员工所属部门编号, decimal 员工基本薪资, string 员工职位名称, string 员工电话, System.DateTime 员工报到日期, string 自我介绍, int 员工剩余假期, string 照片, string 级别, int 部门编号) {
员工表Row row员工表Row = ((员工表Row)(this.NewRow()));
row员工表Row.ItemArray = new object[] {
员工姓名,
员工登录名,
员工电子邮件,
员工所属部门编号,
员工基本薪资,
员工职位名称,
员工电话,
员工报到日期,
自我介绍,
员工剩余假期,
照片,
级别,
部门编号};
this.Rows.Add(row员工表Row);
return row员工表Row;
}
[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["员工职位名称"];
this.column员工电话 = base.Columns["员工电话"];
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(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(int), null, System.Data.MappingType.Element);
base.Columns.Add(this.column员工所属部门编号);
this.column员工基本薪资 = new System.Data.DataColumn("员工基本薪资", typeof(decimal), 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(System.DateTime), 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(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(int), null, System.Data.MappingType.Element);
base.Columns.Add(this.column部门编号);
this.column员工姓名.AllowDBNull = false;
this.column员工姓名.MaxLength = 2147483647;
this.column员工登录名.AllowDBNull = false;
this.column员工登录名.MaxLength = 50;
this.column员工电子邮件.AllowDBNull = false;
this.column员工电子邮件.MaxLength = 2147483647;
this.column员工所属部门编号.AllowDBNull = false;
this.column员工职位名称.MaxLength = 10;
this.column员工电话.MaxLength = 2147483647;
this.column自我介绍.MaxLength = 1073741823;
this.column照片.MaxLength = 1073741823;
this.column级别.MaxLength = 10;
}
[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);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -