📄 bluehillmanagementdataset4.designer.cs
字号:
return cln;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override global::System.Data.DataTable CreateInstance() {
return new 员工考勤表DataTable();
}
[global::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["日期"];
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
private void InitClass() {
this.column考勤编号 = new global::System.Data.DataColumn("考勤编号", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.column考勤编号);
this.column员工编号 = new global::System.Data.DataColumn("员工编号", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.column员工编号);
this.column到达时间 = new global::System.Data.DataColumn("到达时间", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.column到达时间);
this.column记录者编号 = new global::System.Data.DataColumn("记录者编号", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.column记录者编号);
this.column考勤类型 = new global::System.Data.DataColumn("考勤类型", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.column考勤类型);
this.column请求重新审核 = new global::System.Data.DataColumn("请求重新审核", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.column请求重新审核);
this.column日期 = new global::System.Data.DataColumn("日期", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.column日期);
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
this.column考勤编号}, true));
this.column考勤编号.AllowDBNull = false;
this.column考勤编号.Unique = true;
this.column员工编号.AllowDBNull = false;
this.column记录者编号.AllowDBNull = false;
this.column考勤类型.MaxLength = 10;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public 员工考勤表Row New员工考勤表Row() {
return ((员工考勤表Row)(this.NewRow()));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
return new 员工考勤表Row(builder);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override global::System.Type GetRowType() {
return typeof(员工考勤表Row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowChanged(e);
if ((this.员工考勤表RowChanged != null)) {
this.员工考勤表RowChanged(this, new 员工考勤表RowChangeEvent(((员工考勤表Row)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowChanging(e);
if ((this.员工考勤表RowChanging != null)) {
this.员工考勤表RowChanging(this, new 员工考勤表RowChangeEvent(((员工考勤表Row)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleted(e);
if ((this.员工考勤表RowDeleted != null)) {
this.员工考勤表RowDeleted(this, new 员工考勤表RowChangeEvent(((员工考勤表Row)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleting(e);
if ((this.员工考勤表RowDeleting != null)) {
this.员工考勤表RowDeleting(this, new 员工考勤表RowChangeEvent(((员工考勤表Row)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void Remove员工考勤表Row(员工考勤表Row row) {
this.Rows.Remove(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
BlueHillManagementDataSet4 ds = new BlueHillManagementDataSet4();
global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
any1.Namespace = "http://www.w3.org/2001/XMLSchema";
any1.MinOccurs = new decimal(0);
any1.MaxOccurs = decimal.MaxValue;
any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
sequence.Items.Add(any1);
global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny();
any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
any2.MinOccurs = new decimal(1);
any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
sequence.Items.Add(any2);
global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute();
attribute1.Name = "namespace";
attribute1.FixedValue = ds.Namespace;
type.Attributes.Add(attribute1);
global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute();
attribute2.Name = "tableTypeName";
attribute2.FixedValue = "员工考勤表DataTable";
type.Attributes.Add(attribute2);
type.Particle = sequence;
global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
if (xs.Contains(dsSchema.TargetNamespace)) {
global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
try {
global::System.Xml.Schema.XmlSchema schema = null;
dsSchema.Write(s1);
for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
s2.SetLength(0);
schema.Write(s2);
if ((s1.Length == s2.Length)) {
s1.Position = 0;
s2.Position = 0;
for (; ((s1.Position != s1.Length)
&& (s1.ReadByte() == s2.ReadByte())); ) {
;
}
if ((s1.Position == s1.Length)) {
return type;
}
}
}
}
finally {
if ((s1 != null)) {
s1.Close();
}
if ((s2 != null)) {
s2.Close();
}
}
}
xs.Add(dsSchema);
return type;
}
}
/// <summary>
///Represents strongly named DataRow class.
///</summary>
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
public partial class 员工考勤表Row : global::System.Data.DataRow {
private 员工考勤表DataTable table员工考勤表;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
internal 员工考勤表Row(global::System.Data.DataRowBuilder rb) :
base(rb) {
this.table员工考勤表 = ((员工考勤表DataTable)(this.Table));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public int 考勤编号 {
get {
return ((int)(this[this.table员工考勤表.考勤编号Column]));
}
set {
this[this.table员工考勤表.考勤编号Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public int 员工编号 {
get {
return ((int)(this[this.table员工考勤表.员工编号Column]));
}
set {
this[this.table员工考勤表.员工编号Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.DateTime 到达时间 {
get {
try {
return ((global::System.DateTime)(this[this.table员工考勤表.到达时间Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“员工考勤表”中列“到达时间”的值为 DBNull。", e);
}
}
set {
this[this.table员工考勤表.到达时间Column] = value;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -