📄 bluehillmanagementdataset2.designer.cs
字号:
public event 员工请假表RowChangeEventHandler 员工请假表RowChanged;
public event 员工请假表RowChangeEventHandler 员工请假表RowDeleting;
public event 员工请假表RowChangeEventHandler 员工请假表RowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void Add员工请假表Row(员工请假表Row row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public 员工请假表Row Add员工请假表Row(int 请假申请编号, int 员工编号, System.DateTime 提交时间, System.DateTime 开始时间, System.DateTime 结束时间, string 理由说明, int 类型编号, double 小时数, string 申请状态, int 审核者编号, string 拒绝申请的理由, int 部门编号) {
员工请假表Row row员工请假表Row = ((员工请假表Row)(this.NewRow()));
object[] columnValuesArray = new object[] {
请假申请编号,
员工编号,
提交时间,
开始时间,
结束时间,
理由说明,
类型编号,
小时数,
申请状态,
审核者编号,
拒绝申请的理由,
部门编号};
row员工请假表Row.ItemArray = columnValuesArray;
this.Rows.Add(row员工请假表Row);
return row员工请假表Row;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public 员工请假表Row FindBy请假申请编号(int 请假申请编号) {
return ((员工请假表Row)(this.Rows.Find(new object[] {
请假申请编号})));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public virtual global::System.Collections.IEnumerator GetEnumerator() {
return this.Rows.GetEnumerator();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public override global::System.Data.DataTable Clone() {
员工请假表DataTable cln = ((员工请假表DataTable)(base.Clone()));
cln.InitVars();
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["类型编号"];
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(global::System.DateTime), 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(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(double), 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(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.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开始时间.AllowDBNull = false;
this.column结束时间.AllowDBNull = false;
this.column理由说明.AllowDBNull = false;
this.column理由说明.MaxLength = 1073741823;
this.column小时数.AllowDBNull = false;
this.column申请状态.MaxLength = 20;
this.column拒绝申请的理由.MaxLength = 1073741823;
}
[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();
BlueHillManagementDataSet2 ds = new BlueHillManagementDataSet2();
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)) {
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -