📄 hr1dataset.designer.cs
字号:
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()]
[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(int 培训编号, string 培训内容, string 培训时间, string 授课人, string 签到表流水号, decimal 总学时, string 培训地点, string 培训级别, string 培训性质, string 实际授课学时, string 状态) {
培训项表Row row培训项表Row = ((培训项表Row)(this.NewRow()));
row培训项表Row.ItemArray = new object[] {
培训编号,
培训内容,
培训时间,
授课人,
签到表流水号,
总学时,
培训地点,
培训级别,
培训性质,
实际授课学时,
状态};
this.Rows.Add(row培训项表Row);
return row培训项表Row;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public 培训项表Row FindBy培训编号(int 培训编号) {
return ((培训项表Row)(this.Rows.Find(new object[] {
培训编号})));
}
[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["状态"];
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
private void InitClass() {
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(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(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(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.Constraints.Add(new System.Data.UniqueConstraint("Constraint1", new System.Data.DataColumn[] {
this.column培训编号}, true));
this.column培训编号.AllowDBNull = false;
this.column培训编号.Unique = true;
this.column培训内容.MaxLength = 50;
this.column授课人.MaxLength = 20;
this.column签到表流水号.MaxLength = 8;
this.column培训地点.MaxLength = 20;
this.column培训级别.MaxLength = 20;
this.column培训性质.MaxLength = 20;
this.column实际授课学时.MaxLength = 10;
this.column状态.MaxLength = 6;
}
[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);
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);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -