📄 bluehillmanagementdataset8.designer.cs
字号:
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()]
[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 员工编号, System.DateTime 薪资发放时间, int 加班薪资, int 缺勤扣除, 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["其他薪资"];
}
[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(System.DateTime), 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(int), 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薪资发放时间.AllowDBNull = false;
}
[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);
}
[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();
BlueHillManagementDataSet8 ds = new BlueHillManagementDataSet8();
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 int 员工编号 {
get {
return ((int)(this[this.table员工薪资表.员工编号Column]));
}
set {
this[this.table员工薪资表.员工编号Column] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.DateTime 薪资发放时间 {
get {
return ((System.DateTime)(this[this.table员工薪资表.薪资发放时间Column]));
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -