//------------------------------------------------------------------------------
|
// <auto-generated>
|
// 此代码由工具生成。
|
// 运行时版本:4.0.30319.42000
|
//
|
// 对此文件的更改可能会导致不正确的行为,并且如果
|
// 重新生成代码,这些更改将会丢失。
|
// </auto-generated>
|
//------------------------------------------------------------------------------
|
|
#pragma warning disable 1591
|
|
namespace sbcLabSystem.Reports {
|
|
|
/// <summary>
|
///Represents a strongly typed in-memory cache of data.
|
///</summary>
|
[global::System.Serializable()]
|
[global::System.ComponentModel.DesignerCategoryAttribute("code")]
|
[global::System.ComponentModel.ToolboxItem(true)]
|
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedDataSetSchema")]
|
[global::System.Xml.Serialization.XmlRootAttribute("DataSet1")]
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.DataSet")]
|
public partial class DataSet1 : global::System.Data.DataSet {
|
|
private EmsInfoDataTable tableEmsInfo;
|
|
private global::System.Data.SchemaSerializationMode _schemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
public DataSet1() {
|
this.BeginInit();
|
this.InitClass();
|
global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
|
base.Tables.CollectionChanged += schemaChangedHandler;
|
base.Relations.CollectionChanged += schemaChangedHandler;
|
this.EndInit();
|
}
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
protected DataSet1(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
|
base(info, context, false) {
|
if ((this.IsBinarySerialized(info, context) == true)) {
|
this.InitVars(false);
|
global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler1 = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
|
this.Tables.CollectionChanged += schemaChangedHandler1;
|
this.Relations.CollectionChanged += schemaChangedHandler1;
|
return;
|
}
|
string strSchema = ((string)(info.GetValue("XmlSchema", typeof(string))));
|
if ((this.DetermineSchemaSerializationMode(info, context) == global::System.Data.SchemaSerializationMode.IncludeSchema)) {
|
global::System.Data.DataSet ds = new global::System.Data.DataSet();
|
ds.ReadXmlSchema(new global::System.Xml.XmlTextReader(new global::System.IO.StringReader(strSchema)));
|
if ((ds.Tables["EmsInfo"] != null)) {
|
base.Tables.Add(new EmsInfoDataTable(ds.Tables["EmsInfo"]));
|
}
|
this.DataSetName = ds.DataSetName;
|
this.Prefix = ds.Prefix;
|
this.Namespace = ds.Namespace;
|
this.Locale = ds.Locale;
|
this.CaseSensitive = ds.CaseSensitive;
|
this.EnforceConstraints = ds.EnforceConstraints;
|
this.Merge(ds, false, global::System.Data.MissingSchemaAction.Add);
|
this.InitVars();
|
}
|
else {
|
this.ReadXmlSchema(new global::System.Xml.XmlTextReader(new global::System.IO.StringReader(strSchema)));
|
}
|
this.GetSerializationData(info, context);
|
global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
|
base.Tables.CollectionChanged += schemaChangedHandler;
|
this.Relations.CollectionChanged += schemaChangedHandler;
|
}
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
[global::System.ComponentModel.Browsable(false)]
|
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
|
public EmsInfoDataTable EmsInfo {
|
get {
|
return this.tableEmsInfo;
|
}
|
}
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
[global::System.ComponentModel.BrowsableAttribute(true)]
|
[global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Visible)]
|
public override global::System.Data.SchemaSerializationMode SchemaSerializationMode {
|
get {
|
return this._schemaSerializationMode;
|
}
|
set {
|
this._schemaSerializationMode = value;
|
}
|
}
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
[global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Hidden)]
|
public new global::System.Data.DataTableCollection Tables {
|
get {
|
return base.Tables;
|
}
|
}
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
[global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Hidden)]
|
public new global::System.Data.DataRelationCollection Relations {
|
get {
|
return base.Relations;
|
}
|
}
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
protected override void InitializeDerivedDataSet() {
|
this.BeginInit();
|
this.InitClass();
|
this.EndInit();
|
}
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
public override global::System.Data.DataSet Clone() {
|
DataSet1 cln = ((DataSet1)(base.Clone()));
|
cln.InitVars();
|
cln.SchemaSerializationMode = this.SchemaSerializationMode;
|
return cln;
|
}
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
protected override bool ShouldSerializeTables() {
|
return false;
|
}
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
protected override bool ShouldSerializeRelations() {
|
return false;
|
}
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
protected override void ReadXmlSerializable(global::System.Xml.XmlReader reader) {
|
if ((this.DetermineSchemaSerializationMode(reader) == global::System.Data.SchemaSerializationMode.IncludeSchema)) {
|
this.Reset();
|
global::System.Data.DataSet ds = new global::System.Data.DataSet();
|
ds.ReadXml(reader);
|
if ((ds.Tables["EmsInfo"] != null)) {
|
base.Tables.Add(new EmsInfoDataTable(ds.Tables["EmsInfo"]));
|
}
|
this.DataSetName = ds.DataSetName;
|
this.Prefix = ds.Prefix;
|
this.Namespace = ds.Namespace;
|
this.Locale = ds.Locale;
|
this.CaseSensitive = ds.CaseSensitive;
|
this.EnforceConstraints = ds.EnforceConstraints;
|
this.Merge(ds, false, global::System.Data.MissingSchemaAction.Add);
|
this.InitVars();
|
}
|
else {
|
this.ReadXml(reader);
|
this.InitVars();
|
}
|
}
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
protected override global::System.Xml.Schema.XmlSchema GetSchemaSerializable() {
|
global::System.IO.MemoryStream stream = new global::System.IO.MemoryStream();
|
this.WriteXmlSchema(new global::System.Xml.XmlTextWriter(stream, null));
|
stream.Position = 0;
|
return global::System.Xml.Schema.XmlSchema.Read(new global::System.Xml.XmlTextReader(stream), null);
|
}
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
internal void InitVars() {
|
this.InitVars(true);
|
}
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
internal void InitVars(bool initTable) {
|
this.tableEmsInfo = ((EmsInfoDataTable)(base.Tables["EmsInfo"]));
|
if ((initTable == true)) {
|
if ((this.tableEmsInfo != null)) {
|
this.tableEmsInfo.InitVars();
|
}
|
}
|
}
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
private void InitClass() {
|
this.DataSetName = "DataSet1";
|
this.Prefix = "";
|
this.Namespace = "http://tempuri.org/DataSet1.xsd";
|
this.EnforceConstraints = true;
|
this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
|
this.tableEmsInfo = new EmsInfoDataTable();
|
base.Tables.Add(this.tableEmsInfo);
|
}
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
private bool ShouldSerializeEmsInfo() {
|
return false;
|
}
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
private void SchemaChanged(object sender, global::System.ComponentModel.CollectionChangeEventArgs e) {
|
if ((e.Action == global::System.ComponentModel.CollectionChangeAction.Remove)) {
|
this.InitVars();
|
}
|
}
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedDataSetSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
|
DataSet1 ds = new DataSet1();
|
global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
|
global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
|
global::System.Xml.Schema.XmlSchemaAny any = new global::System.Xml.Schema.XmlSchemaAny();
|
any.Namespace = ds.Namespace;
|
sequence.Items.Add(any);
|
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;
|
}
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
public delegate void EmsInfoRowChangeEventHandler(object sender, EmsInfoRowChangeEvent e);
|
|
/// <summary>
|
///Represents the strongly named DataTable class.
|
///</summary>
|
[global::System.Serializable()]
|
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
|
public partial class EmsInfoDataTable : global::System.Data.TypedTableBase<EmsInfoRow> {
|
|
private global::System.Data.DataColumn columnManagerName;
|
|
private global::System.Data.DataColumn columnManagerTelephone;
|
|
private global::System.Data.DataColumn columnOperatorName;
|
|
private global::System.Data.DataColumn columnOperatorTelephone;
|
|
private global::System.Data.DataColumn columnAddress;
|
|
private global::System.Data.DataColumn columnPostCode;
|
|
private global::System.Data.DataColumn columnLabName;
|
|
private global::System.Data.DataColumn columnCompanyName;
|
|
private global::System.Data.DataColumn columnProjectName;
|
|
private global::System.Data.DataColumn columnLabCode;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
public EmsInfoDataTable() {
|
this.TableName = "EmsInfo";
|
this.BeginInit();
|
this.InitClass();
|
this.EndInit();
|
}
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
internal EmsInfoDataTable(global::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;
|
}
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
protected EmsInfoDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
|
base(info, context) {
|
this.InitVars();
|
}
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
public global::System.Data.DataColumn ManagerNameColumn {
|
get {
|
return this.columnManagerName;
|
}
|
}
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
public global::System.Data.DataColumn ManagerTelephoneColumn {
|
get {
|
return this.columnManagerTelephone;
|
}
|
}
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
public global::System.Data.DataColumn OperatorNameColumn {
|
get {
|
return this.columnOperatorName;
|
}
|
}
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
public global::System.Data.DataColumn OperatorTelephoneColumn {
|
get {
|
return this.columnOperatorTelephone;
|
}
|
}
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
public global::System.Data.DataColumn AddressColumn {
|
get {
|
return this.columnAddress;
|
}
|
}
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
public global::System.Data.DataColumn PostCodeColumn {
|
get {
|
return this.columnPostCode;
|
}
|
}
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
public global::System.Data.DataColumn LabNameColumn {
|
get {
|
return this.columnLabName;
|
}
|
}
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
public global::System.Data.DataColumn CompanyNameColumn {
|
get {
|
return this.columnCompanyName;
|
}
|
}
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
public global::System.Data.DataColumn ProjectNameColumn {
|
get {
|
return this.columnProjectName;
|
}
|
}
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
public global::System.Data.DataColumn LabCodeColumn {
|
get {
|
return this.columnLabCode;
|
}
|
}
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
[global::System.ComponentModel.Browsable(false)]
|
public int Count {
|
get {
|
return this.Rows.Count;
|
}
|
}
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
public EmsInfoRow this[int index] {
|
get {
|
return ((EmsInfoRow)(this.Rows[index]));
|
}
|
}
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
public event EmsInfoRowChangeEventHandler EmsInfoRowChanging;
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
public event EmsInfoRowChangeEventHandler EmsInfoRowChanged;
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
public event EmsInfoRowChangeEventHandler EmsInfoRowDeleting;
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
public event EmsInfoRowChangeEventHandler EmsInfoRowDeleted;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
public void AddEmsInfoRow(EmsInfoRow row) {
|
this.Rows.Add(row);
|
}
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
public EmsInfoRow AddEmsInfoRow(string ManagerName, string ManagerTelephone, string OperatorName, string OperatorTelephone, string Address, string PostCode, string LabName, string CompanyName, string ProjectName, string LabCode) {
|
EmsInfoRow rowEmsInfoRow = ((EmsInfoRow)(this.NewRow()));
|
object[] columnValuesArray = new object[] {
|
ManagerName,
|
ManagerTelephone,
|
OperatorName,
|
OperatorTelephone,
|
Address,
|
PostCode,
|
LabName,
|
CompanyName,
|
ProjectName,
|
LabCode};
|
rowEmsInfoRow.ItemArray = columnValuesArray;
|
this.Rows.Add(rowEmsInfoRow);
|
return rowEmsInfoRow;
|
}
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
public override global::System.Data.DataTable Clone() {
|
EmsInfoDataTable cln = ((EmsInfoDataTable)(base.Clone()));
|
cln.InitVars();
|
return cln;
|
}
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
protected override global::System.Data.DataTable CreateInstance() {
|
return new EmsInfoDataTable();
|
}
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
internal void InitVars() {
|
this.columnManagerName = base.Columns["ManagerName"];
|
this.columnManagerTelephone = base.Columns["ManagerTelephone"];
|
this.columnOperatorName = base.Columns["OperatorName"];
|
this.columnOperatorTelephone = base.Columns["OperatorTelephone"];
|
this.columnAddress = base.Columns["Address"];
|
this.columnPostCode = base.Columns["PostCode"];
|
this.columnLabName = base.Columns["LabName"];
|
this.columnCompanyName = base.Columns["CompanyName"];
|
this.columnProjectName = base.Columns["ProjectName"];
|
this.columnLabCode = base.Columns["LabCode"];
|
}
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
private void InitClass() {
|
this.columnManagerName = new global::System.Data.DataColumn("ManagerName", typeof(string), null, global::System.Data.MappingType.Element);
|
base.Columns.Add(this.columnManagerName);
|
this.columnManagerTelephone = new global::System.Data.DataColumn("ManagerTelephone", typeof(string), null, global::System.Data.MappingType.Element);
|
base.Columns.Add(this.columnManagerTelephone);
|
this.columnOperatorName = new global::System.Data.DataColumn("OperatorName", typeof(string), null, global::System.Data.MappingType.Element);
|
base.Columns.Add(this.columnOperatorName);
|
this.columnOperatorTelephone = new global::System.Data.DataColumn("OperatorTelephone", typeof(string), null, global::System.Data.MappingType.Element);
|
base.Columns.Add(this.columnOperatorTelephone);
|
this.columnAddress = new global::System.Data.DataColumn("Address", typeof(string), null, global::System.Data.MappingType.Element);
|
base.Columns.Add(this.columnAddress);
|
this.columnPostCode = new global::System.Data.DataColumn("PostCode", typeof(string), null, global::System.Data.MappingType.Element);
|
base.Columns.Add(this.columnPostCode);
|
this.columnLabName = new global::System.Data.DataColumn("LabName", typeof(string), null, global::System.Data.MappingType.Element);
|
base.Columns.Add(this.columnLabName);
|
this.columnCompanyName = new global::System.Data.DataColumn("CompanyName", typeof(string), null, global::System.Data.MappingType.Element);
|
base.Columns.Add(this.columnCompanyName);
|
this.columnProjectName = new global::System.Data.DataColumn("ProjectName", typeof(string), null, global::System.Data.MappingType.Element);
|
base.Columns.Add(this.columnProjectName);
|
this.columnLabCode = new global::System.Data.DataColumn("LabCode", typeof(string), null, global::System.Data.MappingType.Element);
|
base.Columns.Add(this.columnLabCode);
|
}
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
public EmsInfoRow NewEmsInfoRow() {
|
return ((EmsInfoRow)(this.NewRow()));
|
}
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
|
return new EmsInfoRow(builder);
|
}
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
protected override global::System.Type GetRowType() {
|
return typeof(EmsInfoRow);
|
}
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
|
base.OnRowChanged(e);
|
if ((this.EmsInfoRowChanged != null)) {
|
this.EmsInfoRowChanged(this, new EmsInfoRowChangeEvent(((EmsInfoRow)(e.Row)), e.Action));
|
}
|
}
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
|
base.OnRowChanging(e);
|
if ((this.EmsInfoRowChanging != null)) {
|
this.EmsInfoRowChanging(this, new EmsInfoRowChangeEvent(((EmsInfoRow)(e.Row)), e.Action));
|
}
|
}
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
|
base.OnRowDeleted(e);
|
if ((this.EmsInfoRowDeleted != null)) {
|
this.EmsInfoRowDeleted(this, new EmsInfoRowChangeEvent(((EmsInfoRow)(e.Row)), e.Action));
|
}
|
}
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
|
base.OnRowDeleting(e);
|
if ((this.EmsInfoRowDeleting != null)) {
|
this.EmsInfoRowDeleting(this, new EmsInfoRowChangeEvent(((EmsInfoRow)(e.Row)), e.Action));
|
}
|
}
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
public void RemoveEmsInfoRow(EmsInfoRow row) {
|
this.Rows.Remove(row);
|
}
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
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();
|
DataSet1 ds = new DataSet1();
|
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 = "EmsInfoDataTable";
|
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>
|
public partial class EmsInfoRow : global::System.Data.DataRow {
|
|
private EmsInfoDataTable tableEmsInfo;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
internal EmsInfoRow(global::System.Data.DataRowBuilder rb) :
|
base(rb) {
|
this.tableEmsInfo = ((EmsInfoDataTable)(this.Table));
|
}
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
public string ManagerName {
|
get {
|
try {
|
return ((string)(this[this.tableEmsInfo.ManagerNameColumn]));
|
}
|
catch (global::System.InvalidCastException e) {
|
throw new global::System.Data.StrongTypingException("表“EmsInfo”中列“ManagerName”的值为 DBNull。", e);
|
}
|
}
|
set {
|
this[this.tableEmsInfo.ManagerNameColumn] = value;
|
}
|
}
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
public string ManagerTelephone {
|
get {
|
try {
|
return ((string)(this[this.tableEmsInfo.ManagerTelephoneColumn]));
|
}
|
catch (global::System.InvalidCastException e) {
|
throw new global::System.Data.StrongTypingException("表“EmsInfo”中列“ManagerTelephone”的值为 DBNull。", e);
|
}
|
}
|
set {
|
this[this.tableEmsInfo.ManagerTelephoneColumn] = value;
|
}
|
}
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
public string OperatorName {
|
get {
|
try {
|
return ((string)(this[this.tableEmsInfo.OperatorNameColumn]));
|
}
|
catch (global::System.InvalidCastException e) {
|
throw new global::System.Data.StrongTypingException("表“EmsInfo”中列“OperatorName”的值为 DBNull。", e);
|
}
|
}
|
set {
|
this[this.tableEmsInfo.OperatorNameColumn] = value;
|
}
|
}
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
public string OperatorTelephone {
|
get {
|
try {
|
return ((string)(this[this.tableEmsInfo.OperatorTelephoneColumn]));
|
}
|
catch (global::System.InvalidCastException e) {
|
throw new global::System.Data.StrongTypingException("表“EmsInfo”中列“OperatorTelephone”的值为 DBNull。", e);
|
}
|
}
|
set {
|
this[this.tableEmsInfo.OperatorTelephoneColumn] = value;
|
}
|
}
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
public string Address {
|
get {
|
try {
|
return ((string)(this[this.tableEmsInfo.AddressColumn]));
|
}
|
catch (global::System.InvalidCastException e) {
|
throw new global::System.Data.StrongTypingException("表“EmsInfo”中列“Address”的值为 DBNull。", e);
|
}
|
}
|
set {
|
this[this.tableEmsInfo.AddressColumn] = value;
|
}
|
}
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
public string PostCode {
|
get {
|
try {
|
return ((string)(this[this.tableEmsInfo.PostCodeColumn]));
|
}
|
catch (global::System.InvalidCastException e) {
|
throw new global::System.Data.StrongTypingException("表“EmsInfo”中列“PostCode”的值为 DBNull。", e);
|
}
|
}
|
set {
|
this[this.tableEmsInfo.PostCodeColumn] = value;
|
}
|
}
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
public string LabName {
|
get {
|
try {
|
return ((string)(this[this.tableEmsInfo.LabNameColumn]));
|
}
|
catch (global::System.InvalidCastException e) {
|
throw new global::System.Data.StrongTypingException("表“EmsInfo”中列“LabName”的值为 DBNull。", e);
|
}
|
}
|
set {
|
this[this.tableEmsInfo.LabNameColumn] = value;
|
}
|
}
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
public string CompanyName {
|
get {
|
try {
|
return ((string)(this[this.tableEmsInfo.CompanyNameColumn]));
|
}
|
catch (global::System.InvalidCastException e) {
|
throw new global::System.Data.StrongTypingException("表“EmsInfo”中列“CompanyName”的值为 DBNull。", e);
|
}
|
}
|
set {
|
this[this.tableEmsInfo.CompanyNameColumn] = value;
|
}
|
}
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
public string ProjectName {
|
get {
|
try {
|
return ((string)(this[this.tableEmsInfo.ProjectNameColumn]));
|
}
|
catch (global::System.InvalidCastException e) {
|
throw new global::System.Data.StrongTypingException("表“EmsInfo”中列“ProjectName”的值为 DBNull。", e);
|
}
|
}
|
set {
|
this[this.tableEmsInfo.ProjectNameColumn] = value;
|
}
|
}
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
public string LabCode {
|
get {
|
try {
|
return ((string)(this[this.tableEmsInfo.LabCodeColumn]));
|
}
|
catch (global::System.InvalidCastException e) {
|
throw new global::System.Data.StrongTypingException("表“EmsInfo”中列“LabCode”的值为 DBNull。", e);
|
}
|
}
|
set {
|
this[this.tableEmsInfo.LabCodeColumn] = value;
|
}
|
}
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
public bool IsManagerNameNull() {
|
return this.IsNull(this.tableEmsInfo.ManagerNameColumn);
|
}
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
public void SetManagerNameNull() {
|
this[this.tableEmsInfo.ManagerNameColumn] = global::System.Convert.DBNull;
|
}
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
public bool IsManagerTelephoneNull() {
|
return this.IsNull(this.tableEmsInfo.ManagerTelephoneColumn);
|
}
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
public void SetManagerTelephoneNull() {
|
this[this.tableEmsInfo.ManagerTelephoneColumn] = global::System.Convert.DBNull;
|
}
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
public bool IsOperatorNameNull() {
|
return this.IsNull(this.tableEmsInfo.OperatorNameColumn);
|
}
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
public void SetOperatorNameNull() {
|
this[this.tableEmsInfo.OperatorNameColumn] = global::System.Convert.DBNull;
|
}
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
public bool IsOperatorTelephoneNull() {
|
return this.IsNull(this.tableEmsInfo.OperatorTelephoneColumn);
|
}
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
public void SetOperatorTelephoneNull() {
|
this[this.tableEmsInfo.OperatorTelephoneColumn] = global::System.Convert.DBNull;
|
}
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
public bool IsAddressNull() {
|
return this.IsNull(this.tableEmsInfo.AddressColumn);
|
}
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
public void SetAddressNull() {
|
this[this.tableEmsInfo.AddressColumn] = global::System.Convert.DBNull;
|
}
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
public bool IsPostCodeNull() {
|
return this.IsNull(this.tableEmsInfo.PostCodeColumn);
|
}
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
public void SetPostCodeNull() {
|
this[this.tableEmsInfo.PostCodeColumn] = global::System.Convert.DBNull;
|
}
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
public bool IsLabNameNull() {
|
return this.IsNull(this.tableEmsInfo.LabNameColumn);
|
}
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
public void SetLabNameNull() {
|
this[this.tableEmsInfo.LabNameColumn] = global::System.Convert.DBNull;
|
}
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
public bool IsCompanyNameNull() {
|
return this.IsNull(this.tableEmsInfo.CompanyNameColumn);
|
}
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
public void SetCompanyNameNull() {
|
this[this.tableEmsInfo.CompanyNameColumn] = global::System.Convert.DBNull;
|
}
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
public bool IsProjectNameNull() {
|
return this.IsNull(this.tableEmsInfo.ProjectNameColumn);
|
}
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
public void SetProjectNameNull() {
|
this[this.tableEmsInfo.ProjectNameColumn] = global::System.Convert.DBNull;
|
}
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
public bool IsLabCodeNull() {
|
return this.IsNull(this.tableEmsInfo.LabCodeColumn);
|
}
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
public void SetLabCodeNull() {
|
this[this.tableEmsInfo.LabCodeColumn] = global::System.Convert.DBNull;
|
}
|
}
|
|
/// <summary>
|
///Row event argument class
|
///</summary>
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
public class EmsInfoRowChangeEvent : global::System.EventArgs {
|
|
private EmsInfoRow eventRow;
|
|
private global::System.Data.DataRowAction eventAction;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
public EmsInfoRowChangeEvent(EmsInfoRow row, global::System.Data.DataRowAction action) {
|
this.eventRow = row;
|
this.eventAction = action;
|
}
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
public EmsInfoRow Row {
|
get {
|
return this.eventRow;
|
}
|
}
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
public global::System.Data.DataRowAction Action {
|
get {
|
return this.eventAction;
|
}
|
}
|
}
|
}
|
}
|
|
#pragma warning restore 1591
|