📄 dataset_views.designer.cs
字号:
public v_repairptypesumDataTable v_repairptypesum {
get {
return this.tablev_repairptypesum;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Content)]
public v_repairstatusDataTable v_repairstatus {
get {
return this.tablev_repairstatus;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Content)]
public v_repairworkerDataTable v_repairworker {
get {
return this.tablev_repairworker;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Content)]
public v_saledpcarinfoDataTable v_saledpcarinfo {
get {
return this.tablev_saledpcarinfo;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Content)]
public v_topdefendDataTable v_topdefend {
get {
return this.tablev_topdefend;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Content)]
public v_toprepairmainDataTable v_toprepairmain {
get {
return this.tablev_toprepairmain;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Content)]
public v_vipdiscountDataTable v_vipdiscount {
get {
return this.tablev_vipdiscount;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Visible)]
public override System.Data.SchemaSerializationMode SchemaSerializationMode {
get {
return this._schemaSerializationMode;
}
set {
this._schemaSerializationMode = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public new System.Data.DataTableCollection Tables {
get {
return base.Tables;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public new System.Data.DataRelationCollection Relations {
get {
return base.Relations;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override void InitializeDerivedDataSet() {
this.BeginInit();
this.InitClass();
this.EndInit();
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public override System.Data.DataSet Clone() {
DataSet_Views cln = ((DataSet_Views)(base.Clone()));
cln.InitVars();
cln.SchemaSerializationMode = this.SchemaSerializationMode;
return cln;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override bool ShouldSerializeTables() {
return false;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override bool ShouldSerializeRelations() {
return false;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override void ReadXmlSerializable(System.Xml.XmlReader reader) {
if ((this.DetermineSchemaSerializationMode(reader) == System.Data.SchemaSerializationMode.IncludeSchema)) {
this.Reset();
System.Data.DataSet ds = new System.Data.DataSet();
ds.ReadXml(reader);
if ((ds.Tables["v_customerdeail"] != null)) {
base.Tables.Add(new v_customerdeailDataTable(ds.Tables["v_customerdeail"]));
}
if ((ds.Tables["v_customrepairconst"] != null)) {
base.Tables.Add(new v_customrepairconstDataTable(ds.Tables["v_customrepairconst"]));
}
if ((ds.Tables["v_defend"] != null)) {
base.Tables.Add(new v_defendDataTable(ds.Tables["v_defend"]));
}
if ((ds.Tables["v_employeerepair"] != null)) {
base.Tables.Add(new v_employeerepairDataTable(ds.Tables["v_employeerepair"]));
}
if ((ds.Tables["v_keepalert"] != null)) {
base.Tables.Add(new v_keepalertDataTable(ds.Tables["v_keepalert"]));
}
if ((ds.Tables["v_prerepair"] != null)) {
base.Tables.Add(new v_prerepairDataTable(ds.Tables["v_prerepair"]));
}
if ((ds.Tables["v_reapirmain"] != null)) {
base.Tables.Add(new v_reapirmainDataTable(ds.Tables["v_reapirmain"]));
}
if ((ds.Tables["v_repair_vist"] != null)) {
base.Tables.Add(new v_repair_vistDataTable(ds.Tables["v_repair_vist"]));
}
if ((ds.Tables["v_repairbtype"] != null)) {
base.Tables.Add(new v_repairbtypeDataTable(ds.Tables["v_repairbtype"]));
}
if ((ds.Tables["v_repairconst"] != null)) {
base.Tables.Add(new v_repairconstDataTable(ds.Tables["v_repairconst"]));
}
if ((ds.Tables["v_repairitemsum"] != null)) {
base.Tables.Add(new v_repairitemsumDataTable(ds.Tables["v_repairitemsum"]));
}
if ((ds.Tables["v_repairmain"] != null)) {
base.Tables.Add(new v_repairmainDataTable(ds.Tables["v_repairmain"]));
}
if ((ds.Tables["v_repairmaintotal"] != null)) {
base.Tables.Add(new v_repairmaintotalDataTable(ds.Tables["v_repairmaintotal"]));
}
if ((ds.Tables["v_repairMaterials"] != null)) {
base.Tables.Add(new v_repairMaterialsDataTable(ds.Tables["v_repairMaterials"]));
}
if ((ds.Tables["v_repairptypesum"] != null)) {
base.Tables.Add(new v_repairptypesumDataTable(ds.Tables["v_repairptypesum"]));
}
if ((ds.Tables["v_repairstatus"] != null)) {
base.Tables.Add(new v_repairstatusDataTable(ds.Tables["v_repairstatus"]));
}
if ((ds.Tables["v_repairworker"] != null)) {
base.Tables.Add(new v_repairworkerDataTable(ds.Tables["v_repairworker"]));
}
if ((ds.Tables["v_saledpcarinfo"] != null)) {
base.Tables.Add(new v_saledpcarinfoDataTable(ds.Tables["v_saledpcarinfo"]));
}
if ((ds.Tables["v_topdefend"] != null)) {
base.Tables.Add(new v_topdefendDataTable(ds.Tables["v_topdefend"]));
}
if ((ds.Tables["v_toprepairmain"] != null)) {
base.Tables.Add(new v_toprepairmainDataTable(ds.Tables["v_toprepairmain"]));
}
if ((ds.Tables["v_vipdiscount"] != null)) {
base.Tables.Add(new v_vipdiscountDataTable(ds.Tables["v_vipdiscount"]));
}
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, System.Data.MissingSchemaAction.Add);
this.InitVars();
}
else {
this.ReadXml(reader);
this.InitVars();
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override System.Xml.Schema.XmlSchema GetSchemaSerializable() {
System.IO.MemoryStream stream = new System.IO.MemoryStream();
this.WriteXmlSchema(new System.Xml.XmlTextWriter(stream, null));
stream.Position = 0;
return System.Xml.Schema.XmlSchema.Read(new System.Xml.XmlTextReader(stream), null);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
internal void InitVars() {
this.InitVars(true);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
internal void InitVars(bool initTable) {
this.tablev_customerdeail = ((v_customerdeailDataTable)(base.Tables["v_customerdeail"]));
if ((initTable == true)) {
if ((this.tablev_customerdeail != null)) {
this.tablev_customerdeail.InitVars();
}
}
this.tablev_customrepairconst = ((v_customrepairconstDataTable)(base.Tables["v_customrepairconst"]));
if ((initTable == true)) {
if ((this.tablev_customrepairconst != null)) {
this.tablev_customrepairconst.InitVars();
}
}
this.tablev_defend = ((v_defendDataTable)(base.Tables["v_defend"]));
if ((initTable == true)) {
if ((this.tablev_defend != null)) {
this.tablev_defend.InitVars();
}
}
this.tablev_employeerepair = ((v_employeerepairDataTable)(base.Tables["v_employeerepair"]));
if ((initTable == true)) {
if ((this.tablev_employeerepair != null)) {
this.tablev_employeerepair.InitVars();
}
}
this.tablev_keepalert = ((v_keepalertDataTable)(base.Tables["v_keepalert"]));
if ((initTable == true)) {
if ((this.tablev_keepalert != null)) {
this.tablev_keepalert.InitVars();
}
}
this.tablev_prerepair = ((v_prerepairDataTable)(base.Tables["v_prerepair"]));
if ((initTable == true)) {
if ((this.tablev_prerepair != null)) {
this.tablev_prerepair.InitVars();
}
}
this.tablev_reapirmain = ((v_reapirmainDataTable)(base.Tables["v_reapirmain"]));
if ((initTable == true)) {
if ((this.tablev_reapirmain != null)) {
this.tablev_reapirmain.InitVars();
}
}
this.tablev_repair_vist = ((v_repair_vistDataTable)(base.Tables["v_repair_vist"]));
if ((initTable == true)) {
if ((this.tablev_repair_vist != null)) {
this.tablev_repair_vist.InitVars();
}
}
this.tablev_repairbtype = ((v_repairbtypeDataTable)(base.Tables["v_repairbtype"]));
if ((initTable == true)) {
if ((this.tablev_repairbtype != null)) {
this.tablev_repairbtype.InitVars();
}
}
this.tablev_repairconst = ((v_repairconstDataTable)(base.Tables["v_repairconst"]));
if ((initTable == true)) {
if ((this.tablev_repairconst != null)) {
this.tablev_repairconst.InitVars();
}
}
this.tablev_repairitemsum = ((v_repairitemsumDataTable)(base.Tables["v_repairitemsum"]));
if ((initTable == true)) {
if ((this.tablev_repairitemsum != null)) {
this.tablev_repairitemsum.InitVars();
}
}
this.tablev_repairmain = ((v_repairmainDataTable)(base.Tables["v_repairmain"]));
if ((initTable == true)) {
if ((this.tablev_repairmain != null)) {
this.tablev_repairmain.InitVars();
}
}
this.tablev_repairmaintotal = ((v_repairmaintotalDataTable)(base.Tables["v_repairmaintotal"]));
if ((initTable == true)) {
if ((this.tablev_repairmaintotal != null)) {
this.tablev_repairmaintotal.InitVars();
}
}
this.tablev_repairMaterials = ((v_repairMaterialsDataTable)(base.Tables["v_repairMaterials"]));
if ((initTable == true)) {
if ((this.tablev_repairMaterials != null)) {
this.tablev_repairMaterials.InitVars();
}
}
this.tablev_repairptypesum = ((v_repairptypesumDataTable)(base.Tables["v_repairptypesum"]));
if ((initTable == true)) {
if ((this.tablev_repairptypesum != null)) {
this.tablev_repairptypesum.InitVars();
}
}
this.tablev_repairstatus = ((v_repairstatusDataTable)(base.Tables["v_repairstatus"]));
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -