You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
4069 lines
226 KiB
4069 lines
226 KiB
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// This code was generated by a tool.
|
|
// Runtime Version:4.0.30128.1
|
|
//
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|
// the code is regenerated.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
#pragma warning disable 1591
|
|
|
|
namespace SiaSun.LMS.WPFClient.REPORT {
|
|
|
|
|
|
/// <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("Report")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.DataSet")]
|
|
public partial class Report : global::System.Data.DataSet {
|
|
|
|
private V_OUT_REPORT_SHIFTDataTable tableV_OUT_REPORT_SHIFT;
|
|
|
|
private V_STORAGE_SUMMARY_REPORTDataTable tableV_STORAGE_SUMMARY_REPORT;
|
|
|
|
private V_STORAGE_ENABLE_REPORTDataTable tableV_STORAGE_ENABLE_REPORT;
|
|
|
|
private V_IO_REPORTDataTable tableV_IO_REPORT;
|
|
|
|
private V_OUT_REPORTDataTable tableV_OUT_REPORT;
|
|
|
|
private V_OUT_REPORT_CHANNEL_GOODSDataTable tableV_OUT_REPORT_CHANNEL_GOODS;
|
|
|
|
private V_OUT_REPORT_GOODSDataTable tableV_OUT_REPORT_GOODS;
|
|
|
|
private global::System.Data.SchemaSerializationMode _schemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public Report() {
|
|
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", "4.0.0.0")]
|
|
protected Report(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["V_OUT_REPORT_SHIFT"] != null)) {
|
|
base.Tables.Add(new V_OUT_REPORT_SHIFTDataTable(ds.Tables["V_OUT_REPORT_SHIFT"]));
|
|
}
|
|
if ((ds.Tables["V_STORAGE_SUMMARY_REPORT"] != null)) {
|
|
base.Tables.Add(new V_STORAGE_SUMMARY_REPORTDataTable(ds.Tables["V_STORAGE_SUMMARY_REPORT"]));
|
|
}
|
|
if ((ds.Tables["V_STORAGE_ENABLE_REPORT"] != null)) {
|
|
base.Tables.Add(new V_STORAGE_ENABLE_REPORTDataTable(ds.Tables["V_STORAGE_ENABLE_REPORT"]));
|
|
}
|
|
if ((ds.Tables["V_IO_REPORT"] != null)) {
|
|
base.Tables.Add(new V_IO_REPORTDataTable(ds.Tables["V_IO_REPORT"]));
|
|
}
|
|
if ((ds.Tables["V_OUT_REPORT"] != null)) {
|
|
base.Tables.Add(new V_OUT_REPORTDataTable(ds.Tables["V_OUT_REPORT"]));
|
|
}
|
|
if ((ds.Tables["V_OUT_REPORT_CHANNEL_GOODS"] != null)) {
|
|
base.Tables.Add(new V_OUT_REPORT_CHANNEL_GOODSDataTable(ds.Tables["V_OUT_REPORT_CHANNEL_GOODS"]));
|
|
}
|
|
if ((ds.Tables["V_OUT_REPORT_GOODS"] != null)) {
|
|
base.Tables.Add(new V_OUT_REPORT_GOODSDataTable(ds.Tables["V_OUT_REPORT_GOODS"]));
|
|
}
|
|
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", "4.0.0.0")]
|
|
[global::System.ComponentModel.Browsable(false)]
|
|
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
|
|
public V_OUT_REPORT_SHIFTDataTable V_OUT_REPORT_SHIFT {
|
|
get {
|
|
return this.tableV_OUT_REPORT_SHIFT;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
[global::System.ComponentModel.Browsable(false)]
|
|
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
|
|
public V_STORAGE_SUMMARY_REPORTDataTable V_STORAGE_SUMMARY_REPORT {
|
|
get {
|
|
return this.tableV_STORAGE_SUMMARY_REPORT;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
[global::System.ComponentModel.Browsable(false)]
|
|
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
|
|
public V_STORAGE_ENABLE_REPORTDataTable V_STORAGE_ENABLE_REPORT {
|
|
get {
|
|
return this.tableV_STORAGE_ENABLE_REPORT;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
[global::System.ComponentModel.Browsable(false)]
|
|
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
|
|
public V_IO_REPORTDataTable V_IO_REPORT {
|
|
get {
|
|
return this.tableV_IO_REPORT;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
[global::System.ComponentModel.Browsable(false)]
|
|
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
|
|
public V_OUT_REPORTDataTable V_OUT_REPORT {
|
|
get {
|
|
return this.tableV_OUT_REPORT;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
[global::System.ComponentModel.Browsable(false)]
|
|
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
|
|
public V_OUT_REPORT_CHANNEL_GOODSDataTable V_OUT_REPORT_CHANNEL_GOODS {
|
|
get {
|
|
return this.tableV_OUT_REPORT_CHANNEL_GOODS;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
[global::System.ComponentModel.Browsable(false)]
|
|
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
|
|
public V_OUT_REPORT_GOODSDataTable V_OUT_REPORT_GOODS {
|
|
get {
|
|
return this.tableV_OUT_REPORT_GOODS;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.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", "4.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", "4.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", "4.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", "4.0.0.0")]
|
|
public override global::System.Data.DataSet Clone() {
|
|
Report cln = ((Report)(base.Clone()));
|
|
cln.InitVars();
|
|
cln.SchemaSerializationMode = this.SchemaSerializationMode;
|
|
return cln;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
protected override bool ShouldSerializeTables() {
|
|
return false;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
protected override bool ShouldSerializeRelations() {
|
|
return false;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.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["V_OUT_REPORT_SHIFT"] != null)) {
|
|
base.Tables.Add(new V_OUT_REPORT_SHIFTDataTable(ds.Tables["V_OUT_REPORT_SHIFT"]));
|
|
}
|
|
if ((ds.Tables["V_STORAGE_SUMMARY_REPORT"] != null)) {
|
|
base.Tables.Add(new V_STORAGE_SUMMARY_REPORTDataTable(ds.Tables["V_STORAGE_SUMMARY_REPORT"]));
|
|
}
|
|
if ((ds.Tables["V_STORAGE_ENABLE_REPORT"] != null)) {
|
|
base.Tables.Add(new V_STORAGE_ENABLE_REPORTDataTable(ds.Tables["V_STORAGE_ENABLE_REPORT"]));
|
|
}
|
|
if ((ds.Tables["V_IO_REPORT"] != null)) {
|
|
base.Tables.Add(new V_IO_REPORTDataTable(ds.Tables["V_IO_REPORT"]));
|
|
}
|
|
if ((ds.Tables["V_OUT_REPORT"] != null)) {
|
|
base.Tables.Add(new V_OUT_REPORTDataTable(ds.Tables["V_OUT_REPORT"]));
|
|
}
|
|
if ((ds.Tables["V_OUT_REPORT_CHANNEL_GOODS"] != null)) {
|
|
base.Tables.Add(new V_OUT_REPORT_CHANNEL_GOODSDataTable(ds.Tables["V_OUT_REPORT_CHANNEL_GOODS"]));
|
|
}
|
|
if ((ds.Tables["V_OUT_REPORT_GOODS"] != null)) {
|
|
base.Tables.Add(new V_OUT_REPORT_GOODSDataTable(ds.Tables["V_OUT_REPORT_GOODS"]));
|
|
}
|
|
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", "4.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", "4.0.0.0")]
|
|
internal void InitVars() {
|
|
this.InitVars(true);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
internal void InitVars(bool initTable) {
|
|
this.tableV_OUT_REPORT_SHIFT = ((V_OUT_REPORT_SHIFTDataTable)(base.Tables["V_OUT_REPORT_SHIFT"]));
|
|
if ((initTable == true)) {
|
|
if ((this.tableV_OUT_REPORT_SHIFT != null)) {
|
|
this.tableV_OUT_REPORT_SHIFT.InitVars();
|
|
}
|
|
}
|
|
this.tableV_STORAGE_SUMMARY_REPORT = ((V_STORAGE_SUMMARY_REPORTDataTable)(base.Tables["V_STORAGE_SUMMARY_REPORT"]));
|
|
if ((initTable == true)) {
|
|
if ((this.tableV_STORAGE_SUMMARY_REPORT != null)) {
|
|
this.tableV_STORAGE_SUMMARY_REPORT.InitVars();
|
|
}
|
|
}
|
|
this.tableV_STORAGE_ENABLE_REPORT = ((V_STORAGE_ENABLE_REPORTDataTable)(base.Tables["V_STORAGE_ENABLE_REPORT"]));
|
|
if ((initTable == true)) {
|
|
if ((this.tableV_STORAGE_ENABLE_REPORT != null)) {
|
|
this.tableV_STORAGE_ENABLE_REPORT.InitVars();
|
|
}
|
|
}
|
|
this.tableV_IO_REPORT = ((V_IO_REPORTDataTable)(base.Tables["V_IO_REPORT"]));
|
|
if ((initTable == true)) {
|
|
if ((this.tableV_IO_REPORT != null)) {
|
|
this.tableV_IO_REPORT.InitVars();
|
|
}
|
|
}
|
|
this.tableV_OUT_REPORT = ((V_OUT_REPORTDataTable)(base.Tables["V_OUT_REPORT"]));
|
|
if ((initTable == true)) {
|
|
if ((this.tableV_OUT_REPORT != null)) {
|
|
this.tableV_OUT_REPORT.InitVars();
|
|
}
|
|
}
|
|
this.tableV_OUT_REPORT_CHANNEL_GOODS = ((V_OUT_REPORT_CHANNEL_GOODSDataTable)(base.Tables["V_OUT_REPORT_CHANNEL_GOODS"]));
|
|
if ((initTable == true)) {
|
|
if ((this.tableV_OUT_REPORT_CHANNEL_GOODS != null)) {
|
|
this.tableV_OUT_REPORT_CHANNEL_GOODS.InitVars();
|
|
}
|
|
}
|
|
this.tableV_OUT_REPORT_GOODS = ((V_OUT_REPORT_GOODSDataTable)(base.Tables["V_OUT_REPORT_GOODS"]));
|
|
if ((initTable == true)) {
|
|
if ((this.tableV_OUT_REPORT_GOODS != null)) {
|
|
this.tableV_OUT_REPORT_GOODS.InitVars();
|
|
}
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
private void InitClass() {
|
|
this.DataSetName = "Report";
|
|
this.Prefix = "";
|
|
this.Namespace = "http://tempuri.org/Report.xsd";
|
|
this.EnforceConstraints = true;
|
|
this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
|
|
this.tableV_OUT_REPORT_SHIFT = new V_OUT_REPORT_SHIFTDataTable();
|
|
base.Tables.Add(this.tableV_OUT_REPORT_SHIFT);
|
|
this.tableV_STORAGE_SUMMARY_REPORT = new V_STORAGE_SUMMARY_REPORTDataTable();
|
|
base.Tables.Add(this.tableV_STORAGE_SUMMARY_REPORT);
|
|
this.tableV_STORAGE_ENABLE_REPORT = new V_STORAGE_ENABLE_REPORTDataTable();
|
|
base.Tables.Add(this.tableV_STORAGE_ENABLE_REPORT);
|
|
this.tableV_IO_REPORT = new V_IO_REPORTDataTable();
|
|
base.Tables.Add(this.tableV_IO_REPORT);
|
|
this.tableV_OUT_REPORT = new V_OUT_REPORTDataTable();
|
|
base.Tables.Add(this.tableV_OUT_REPORT);
|
|
this.tableV_OUT_REPORT_CHANNEL_GOODS = new V_OUT_REPORT_CHANNEL_GOODSDataTable();
|
|
base.Tables.Add(this.tableV_OUT_REPORT_CHANNEL_GOODS);
|
|
this.tableV_OUT_REPORT_GOODS = new V_OUT_REPORT_GOODSDataTable();
|
|
base.Tables.Add(this.tableV_OUT_REPORT_GOODS);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
private bool ShouldSerializeV_OUT_REPORT_SHIFT() {
|
|
return false;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
private bool ShouldSerializeV_STORAGE_SUMMARY_REPORT() {
|
|
return false;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
private bool ShouldSerializeV_STORAGE_ENABLE_REPORT() {
|
|
return false;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
private bool ShouldSerializeV_IO_REPORT() {
|
|
return false;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
private bool ShouldSerializeV_OUT_REPORT() {
|
|
return false;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
private bool ShouldSerializeV_OUT_REPORT_CHANNEL_GOODS() {
|
|
return false;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
private bool ShouldSerializeV_OUT_REPORT_GOODS() {
|
|
return false;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.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", "4.0.0.0")]
|
|
public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedDataSetSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
|
|
Report ds = new Report();
|
|
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", "4.0.0.0")]
|
|
public delegate void V_OUT_REPORT_SHIFTRowChangeEventHandler(object sender, V_OUT_REPORT_SHIFTRowChangeEvent e);
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public delegate void V_STORAGE_SUMMARY_REPORTRowChangeEventHandler(object sender, V_STORAGE_SUMMARY_REPORTRowChangeEvent e);
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public delegate void V_STORAGE_ENABLE_REPORTRowChangeEventHandler(object sender, V_STORAGE_ENABLE_REPORTRowChangeEvent e);
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public delegate void V_IO_REPORTRowChangeEventHandler(object sender, V_IO_REPORTRowChangeEvent e);
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public delegate void V_OUT_REPORTRowChangeEventHandler(object sender, V_OUT_REPORTRowChangeEvent e);
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public delegate void V_OUT_REPORT_CHANNEL_GOODSRowChangeEventHandler(object sender, V_OUT_REPORT_CHANNEL_GOODSRowChangeEvent e);
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public delegate void V_OUT_REPORT_GOODSRowChangeEventHandler(object sender, V_OUT_REPORT_GOODSRowChangeEvent e);
|
|
|
|
/// <summary>
|
|
///Represents the strongly named DataTable class.
|
|
///</summary>
|
|
[global::System.Serializable()]
|
|
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
|
|
public partial class V_OUT_REPORT_SHIFTDataTable : global::System.Data.TypedTableBase<V_OUT_REPORT_SHIFTRow> {
|
|
|
|
private global::System.Data.DataColumn columnMANAGE_OPERATOR;
|
|
|
|
private global::System.Data.DataColumn columnGOODS_NAME;
|
|
|
|
private global::System.Data.DataColumn columnGOODS_PROPERTY;
|
|
|
|
private global::System.Data.DataColumn columnOUT_QUANTITY;
|
|
|
|
private global::System.Data.DataColumn columnRETURN_QUANTITY;
|
|
|
|
private global::System.Data.DataColumn columnSUM_OUT_QUANTITY;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public V_OUT_REPORT_SHIFTDataTable() {
|
|
this.TableName = "V_OUT_REPORT_SHIFT";
|
|
this.BeginInit();
|
|
this.InitClass();
|
|
this.EndInit();
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
internal V_OUT_REPORT_SHIFTDataTable(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", "4.0.0.0")]
|
|
protected V_OUT_REPORT_SHIFTDataTable(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", "4.0.0.0")]
|
|
public global::System.Data.DataColumn MANAGE_OPERATORColumn {
|
|
get {
|
|
return this.columnMANAGE_OPERATOR;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public global::System.Data.DataColumn GOODS_NAMEColumn {
|
|
get {
|
|
return this.columnGOODS_NAME;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public global::System.Data.DataColumn GOODS_PROPERTYColumn {
|
|
get {
|
|
return this.columnGOODS_PROPERTY;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public global::System.Data.DataColumn OUT_QUANTITYColumn {
|
|
get {
|
|
return this.columnOUT_QUANTITY;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public global::System.Data.DataColumn RETURN_QUANTITYColumn {
|
|
get {
|
|
return this.columnRETURN_QUANTITY;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public global::System.Data.DataColumn SUM_OUT_QUANTITYColumn {
|
|
get {
|
|
return this.columnSUM_OUT_QUANTITY;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.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", "4.0.0.0")]
|
|
public V_OUT_REPORT_SHIFTRow this[int index] {
|
|
get {
|
|
return ((V_OUT_REPORT_SHIFTRow)(this.Rows[index]));
|
|
}
|
|
}
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public event V_OUT_REPORT_SHIFTRowChangeEventHandler V_OUT_REPORT_SHIFTRowChanging;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public event V_OUT_REPORT_SHIFTRowChangeEventHandler V_OUT_REPORT_SHIFTRowChanged;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public event V_OUT_REPORT_SHIFTRowChangeEventHandler V_OUT_REPORT_SHIFTRowDeleting;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public event V_OUT_REPORT_SHIFTRowChangeEventHandler V_OUT_REPORT_SHIFTRowDeleted;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public void AddV_OUT_REPORT_SHIFTRow(V_OUT_REPORT_SHIFTRow row) {
|
|
this.Rows.Add(row);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public V_OUT_REPORT_SHIFTRow AddV_OUT_REPORT_SHIFTRow(string MANAGE_OPERATOR, string GOODS_NAME, string GOODS_PROPERTY, string OUT_QUANTITY, string RETURN_QUANTITY, string SUM_OUT_QUANTITY) {
|
|
V_OUT_REPORT_SHIFTRow rowV_OUT_REPORT_SHIFTRow = ((V_OUT_REPORT_SHIFTRow)(this.NewRow()));
|
|
object[] columnValuesArray = new object[] {
|
|
MANAGE_OPERATOR,
|
|
GOODS_NAME,
|
|
GOODS_PROPERTY,
|
|
OUT_QUANTITY,
|
|
RETURN_QUANTITY,
|
|
SUM_OUT_QUANTITY};
|
|
rowV_OUT_REPORT_SHIFTRow.ItemArray = columnValuesArray;
|
|
this.Rows.Add(rowV_OUT_REPORT_SHIFTRow);
|
|
return rowV_OUT_REPORT_SHIFTRow;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public override global::System.Data.DataTable Clone() {
|
|
V_OUT_REPORT_SHIFTDataTable cln = ((V_OUT_REPORT_SHIFTDataTable)(base.Clone()));
|
|
cln.InitVars();
|
|
return cln;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
protected override global::System.Data.DataTable CreateInstance() {
|
|
return new V_OUT_REPORT_SHIFTDataTable();
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
internal void InitVars() {
|
|
this.columnMANAGE_OPERATOR = base.Columns["MANAGE_OPERATOR"];
|
|
this.columnGOODS_NAME = base.Columns["GOODS_NAME"];
|
|
this.columnGOODS_PROPERTY = base.Columns["GOODS_PROPERTY"];
|
|
this.columnOUT_QUANTITY = base.Columns["OUT_QUANTITY"];
|
|
this.columnRETURN_QUANTITY = base.Columns["RETURN_QUANTITY"];
|
|
this.columnSUM_OUT_QUANTITY = base.Columns["SUM_OUT_QUANTITY"];
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
private void InitClass() {
|
|
this.columnMANAGE_OPERATOR = new global::System.Data.DataColumn("MANAGE_OPERATOR", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnMANAGE_OPERATOR);
|
|
this.columnGOODS_NAME = new global::System.Data.DataColumn("GOODS_NAME", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnGOODS_NAME);
|
|
this.columnGOODS_PROPERTY = new global::System.Data.DataColumn("GOODS_PROPERTY", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnGOODS_PROPERTY);
|
|
this.columnOUT_QUANTITY = new global::System.Data.DataColumn("OUT_QUANTITY", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnOUT_QUANTITY);
|
|
this.columnRETURN_QUANTITY = new global::System.Data.DataColumn("RETURN_QUANTITY", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnRETURN_QUANTITY);
|
|
this.columnSUM_OUT_QUANTITY = new global::System.Data.DataColumn("SUM_OUT_QUANTITY", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnSUM_OUT_QUANTITY);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public V_OUT_REPORT_SHIFTRow NewV_OUT_REPORT_SHIFTRow() {
|
|
return ((V_OUT_REPORT_SHIFTRow)(this.NewRow()));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
|
|
return new V_OUT_REPORT_SHIFTRow(builder);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
protected override global::System.Type GetRowType() {
|
|
return typeof(V_OUT_REPORT_SHIFTRow);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowChanged(e);
|
|
if ((this.V_OUT_REPORT_SHIFTRowChanged != null)) {
|
|
this.V_OUT_REPORT_SHIFTRowChanged(this, new V_OUT_REPORT_SHIFTRowChangeEvent(((V_OUT_REPORT_SHIFTRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowChanging(e);
|
|
if ((this.V_OUT_REPORT_SHIFTRowChanging != null)) {
|
|
this.V_OUT_REPORT_SHIFTRowChanging(this, new V_OUT_REPORT_SHIFTRowChangeEvent(((V_OUT_REPORT_SHIFTRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowDeleted(e);
|
|
if ((this.V_OUT_REPORT_SHIFTRowDeleted != null)) {
|
|
this.V_OUT_REPORT_SHIFTRowDeleted(this, new V_OUT_REPORT_SHIFTRowChangeEvent(((V_OUT_REPORT_SHIFTRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowDeleting(e);
|
|
if ((this.V_OUT_REPORT_SHIFTRowDeleting != null)) {
|
|
this.V_OUT_REPORT_SHIFTRowDeleting(this, new V_OUT_REPORT_SHIFTRowChangeEvent(((V_OUT_REPORT_SHIFTRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public void RemoveV_OUT_REPORT_SHIFTRow(V_OUT_REPORT_SHIFTRow row) {
|
|
this.Rows.Remove(row);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.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();
|
|
Report ds = new Report();
|
|
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 = "V_OUT_REPORT_SHIFTDataTable";
|
|
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 the strongly named DataTable class.
|
|
///</summary>
|
|
[global::System.Serializable()]
|
|
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
|
|
public partial class V_STORAGE_SUMMARY_REPORTDataTable : global::System.Data.TypedTableBase<V_STORAGE_SUMMARY_REPORTRow> {
|
|
|
|
private global::System.Data.DataColumn columnGOODS_NAME;
|
|
|
|
private global::System.Data.DataColumn columnGOODS_PROPERTY;
|
|
|
|
private global::System.Data.DataColumn columnSTORAGE_QUANTITY;
|
|
|
|
private global::System.Data.DataColumn columnIN_QUANTITY;
|
|
|
|
private global::System.Data.DataColumn columnOUT_QUANTITY;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public V_STORAGE_SUMMARY_REPORTDataTable() {
|
|
this.TableName = "V_STORAGE_SUMMARY_REPORT";
|
|
this.BeginInit();
|
|
this.InitClass();
|
|
this.EndInit();
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
internal V_STORAGE_SUMMARY_REPORTDataTable(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", "4.0.0.0")]
|
|
protected V_STORAGE_SUMMARY_REPORTDataTable(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", "4.0.0.0")]
|
|
public global::System.Data.DataColumn GOODS_NAMEColumn {
|
|
get {
|
|
return this.columnGOODS_NAME;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public global::System.Data.DataColumn GOODS_PROPERTYColumn {
|
|
get {
|
|
return this.columnGOODS_PROPERTY;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public global::System.Data.DataColumn STORAGE_QUANTITYColumn {
|
|
get {
|
|
return this.columnSTORAGE_QUANTITY;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public global::System.Data.DataColumn IN_QUANTITYColumn {
|
|
get {
|
|
return this.columnIN_QUANTITY;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public global::System.Data.DataColumn OUT_QUANTITYColumn {
|
|
get {
|
|
return this.columnOUT_QUANTITY;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.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", "4.0.0.0")]
|
|
public V_STORAGE_SUMMARY_REPORTRow this[int index] {
|
|
get {
|
|
return ((V_STORAGE_SUMMARY_REPORTRow)(this.Rows[index]));
|
|
}
|
|
}
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public event V_STORAGE_SUMMARY_REPORTRowChangeEventHandler V_STORAGE_SUMMARY_REPORTRowChanging;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public event V_STORAGE_SUMMARY_REPORTRowChangeEventHandler V_STORAGE_SUMMARY_REPORTRowChanged;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public event V_STORAGE_SUMMARY_REPORTRowChangeEventHandler V_STORAGE_SUMMARY_REPORTRowDeleting;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public event V_STORAGE_SUMMARY_REPORTRowChangeEventHandler V_STORAGE_SUMMARY_REPORTRowDeleted;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public void AddV_STORAGE_SUMMARY_REPORTRow(V_STORAGE_SUMMARY_REPORTRow row) {
|
|
this.Rows.Add(row);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public V_STORAGE_SUMMARY_REPORTRow AddV_STORAGE_SUMMARY_REPORTRow(string GOODS_NAME, string GOODS_PROPERTY, string STORAGE_QUANTITY, string IN_QUANTITY, string OUT_QUANTITY) {
|
|
V_STORAGE_SUMMARY_REPORTRow rowV_STORAGE_SUMMARY_REPORTRow = ((V_STORAGE_SUMMARY_REPORTRow)(this.NewRow()));
|
|
object[] columnValuesArray = new object[] {
|
|
GOODS_NAME,
|
|
GOODS_PROPERTY,
|
|
STORAGE_QUANTITY,
|
|
IN_QUANTITY,
|
|
OUT_QUANTITY};
|
|
rowV_STORAGE_SUMMARY_REPORTRow.ItemArray = columnValuesArray;
|
|
this.Rows.Add(rowV_STORAGE_SUMMARY_REPORTRow);
|
|
return rowV_STORAGE_SUMMARY_REPORTRow;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public override global::System.Data.DataTable Clone() {
|
|
V_STORAGE_SUMMARY_REPORTDataTable cln = ((V_STORAGE_SUMMARY_REPORTDataTable)(base.Clone()));
|
|
cln.InitVars();
|
|
return cln;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
protected override global::System.Data.DataTable CreateInstance() {
|
|
return new V_STORAGE_SUMMARY_REPORTDataTable();
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
internal void InitVars() {
|
|
this.columnGOODS_NAME = base.Columns["GOODS_NAME"];
|
|
this.columnGOODS_PROPERTY = base.Columns["GOODS_PROPERTY"];
|
|
this.columnSTORAGE_QUANTITY = base.Columns["STORAGE_QUANTITY"];
|
|
this.columnIN_QUANTITY = base.Columns["IN_QUANTITY"];
|
|
this.columnOUT_QUANTITY = base.Columns["OUT_QUANTITY"];
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
private void InitClass() {
|
|
this.columnGOODS_NAME = new global::System.Data.DataColumn("GOODS_NAME", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnGOODS_NAME);
|
|
this.columnGOODS_PROPERTY = new global::System.Data.DataColumn("GOODS_PROPERTY", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnGOODS_PROPERTY);
|
|
this.columnSTORAGE_QUANTITY = new global::System.Data.DataColumn("STORAGE_QUANTITY", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnSTORAGE_QUANTITY);
|
|
this.columnIN_QUANTITY = new global::System.Data.DataColumn("IN_QUANTITY", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnIN_QUANTITY);
|
|
this.columnOUT_QUANTITY = new global::System.Data.DataColumn("OUT_QUANTITY", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnOUT_QUANTITY);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public V_STORAGE_SUMMARY_REPORTRow NewV_STORAGE_SUMMARY_REPORTRow() {
|
|
return ((V_STORAGE_SUMMARY_REPORTRow)(this.NewRow()));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
|
|
return new V_STORAGE_SUMMARY_REPORTRow(builder);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
protected override global::System.Type GetRowType() {
|
|
return typeof(V_STORAGE_SUMMARY_REPORTRow);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowChanged(e);
|
|
if ((this.V_STORAGE_SUMMARY_REPORTRowChanged != null)) {
|
|
this.V_STORAGE_SUMMARY_REPORTRowChanged(this, new V_STORAGE_SUMMARY_REPORTRowChangeEvent(((V_STORAGE_SUMMARY_REPORTRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowChanging(e);
|
|
if ((this.V_STORAGE_SUMMARY_REPORTRowChanging != null)) {
|
|
this.V_STORAGE_SUMMARY_REPORTRowChanging(this, new V_STORAGE_SUMMARY_REPORTRowChangeEvent(((V_STORAGE_SUMMARY_REPORTRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowDeleted(e);
|
|
if ((this.V_STORAGE_SUMMARY_REPORTRowDeleted != null)) {
|
|
this.V_STORAGE_SUMMARY_REPORTRowDeleted(this, new V_STORAGE_SUMMARY_REPORTRowChangeEvent(((V_STORAGE_SUMMARY_REPORTRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowDeleting(e);
|
|
if ((this.V_STORAGE_SUMMARY_REPORTRowDeleting != null)) {
|
|
this.V_STORAGE_SUMMARY_REPORTRowDeleting(this, new V_STORAGE_SUMMARY_REPORTRowChangeEvent(((V_STORAGE_SUMMARY_REPORTRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public void RemoveV_STORAGE_SUMMARY_REPORTRow(V_STORAGE_SUMMARY_REPORTRow row) {
|
|
this.Rows.Remove(row);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.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();
|
|
Report ds = new Report();
|
|
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 = "V_STORAGE_SUMMARY_REPORTDataTable";
|
|
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 the strongly named DataTable class.
|
|
///</summary>
|
|
[global::System.Serializable()]
|
|
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
|
|
public partial class V_STORAGE_ENABLE_REPORTDataTable : global::System.Data.TypedTableBase<V_STORAGE_ENABLE_REPORTRow> {
|
|
|
|
private global::System.Data.DataColumn columnGOODS_NAME;
|
|
|
|
private global::System.Data.DataColumn columnGOODS_PROPERTY;
|
|
|
|
private global::System.Data.DataColumn columnGOODS_QUANTITY;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public V_STORAGE_ENABLE_REPORTDataTable() {
|
|
this.TableName = "V_STORAGE_ENABLE_REPORT";
|
|
this.BeginInit();
|
|
this.InitClass();
|
|
this.EndInit();
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
internal V_STORAGE_ENABLE_REPORTDataTable(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", "4.0.0.0")]
|
|
protected V_STORAGE_ENABLE_REPORTDataTable(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", "4.0.0.0")]
|
|
public global::System.Data.DataColumn GOODS_NAMEColumn {
|
|
get {
|
|
return this.columnGOODS_NAME;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public global::System.Data.DataColumn GOODS_PROPERTYColumn {
|
|
get {
|
|
return this.columnGOODS_PROPERTY;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public global::System.Data.DataColumn GOODS_QUANTITYColumn {
|
|
get {
|
|
return this.columnGOODS_QUANTITY;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.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", "4.0.0.0")]
|
|
public V_STORAGE_ENABLE_REPORTRow this[int index] {
|
|
get {
|
|
return ((V_STORAGE_ENABLE_REPORTRow)(this.Rows[index]));
|
|
}
|
|
}
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public event V_STORAGE_ENABLE_REPORTRowChangeEventHandler V_STORAGE_ENABLE_REPORTRowChanging;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public event V_STORAGE_ENABLE_REPORTRowChangeEventHandler V_STORAGE_ENABLE_REPORTRowChanged;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public event V_STORAGE_ENABLE_REPORTRowChangeEventHandler V_STORAGE_ENABLE_REPORTRowDeleting;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public event V_STORAGE_ENABLE_REPORTRowChangeEventHandler V_STORAGE_ENABLE_REPORTRowDeleted;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public void AddV_STORAGE_ENABLE_REPORTRow(V_STORAGE_ENABLE_REPORTRow row) {
|
|
this.Rows.Add(row);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public V_STORAGE_ENABLE_REPORTRow AddV_STORAGE_ENABLE_REPORTRow(string GOODS_NAME, string GOODS_PROPERTY, string GOODS_QUANTITY) {
|
|
V_STORAGE_ENABLE_REPORTRow rowV_STORAGE_ENABLE_REPORTRow = ((V_STORAGE_ENABLE_REPORTRow)(this.NewRow()));
|
|
object[] columnValuesArray = new object[] {
|
|
GOODS_NAME,
|
|
GOODS_PROPERTY,
|
|
GOODS_QUANTITY};
|
|
rowV_STORAGE_ENABLE_REPORTRow.ItemArray = columnValuesArray;
|
|
this.Rows.Add(rowV_STORAGE_ENABLE_REPORTRow);
|
|
return rowV_STORAGE_ENABLE_REPORTRow;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public override global::System.Data.DataTable Clone() {
|
|
V_STORAGE_ENABLE_REPORTDataTable cln = ((V_STORAGE_ENABLE_REPORTDataTable)(base.Clone()));
|
|
cln.InitVars();
|
|
return cln;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
protected override global::System.Data.DataTable CreateInstance() {
|
|
return new V_STORAGE_ENABLE_REPORTDataTable();
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
internal void InitVars() {
|
|
this.columnGOODS_NAME = base.Columns["GOODS_NAME"];
|
|
this.columnGOODS_PROPERTY = base.Columns["GOODS_PROPERTY"];
|
|
this.columnGOODS_QUANTITY = base.Columns["GOODS_QUANTITY"];
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
private void InitClass() {
|
|
this.columnGOODS_NAME = new global::System.Data.DataColumn("GOODS_NAME", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnGOODS_NAME);
|
|
this.columnGOODS_PROPERTY = new global::System.Data.DataColumn("GOODS_PROPERTY", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnGOODS_PROPERTY);
|
|
this.columnGOODS_QUANTITY = new global::System.Data.DataColumn("GOODS_QUANTITY", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnGOODS_QUANTITY);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public V_STORAGE_ENABLE_REPORTRow NewV_STORAGE_ENABLE_REPORTRow() {
|
|
return ((V_STORAGE_ENABLE_REPORTRow)(this.NewRow()));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
|
|
return new V_STORAGE_ENABLE_REPORTRow(builder);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
protected override global::System.Type GetRowType() {
|
|
return typeof(V_STORAGE_ENABLE_REPORTRow);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowChanged(e);
|
|
if ((this.V_STORAGE_ENABLE_REPORTRowChanged != null)) {
|
|
this.V_STORAGE_ENABLE_REPORTRowChanged(this, new V_STORAGE_ENABLE_REPORTRowChangeEvent(((V_STORAGE_ENABLE_REPORTRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowChanging(e);
|
|
if ((this.V_STORAGE_ENABLE_REPORTRowChanging != null)) {
|
|
this.V_STORAGE_ENABLE_REPORTRowChanging(this, new V_STORAGE_ENABLE_REPORTRowChangeEvent(((V_STORAGE_ENABLE_REPORTRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowDeleted(e);
|
|
if ((this.V_STORAGE_ENABLE_REPORTRowDeleted != null)) {
|
|
this.V_STORAGE_ENABLE_REPORTRowDeleted(this, new V_STORAGE_ENABLE_REPORTRowChangeEvent(((V_STORAGE_ENABLE_REPORTRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowDeleting(e);
|
|
if ((this.V_STORAGE_ENABLE_REPORTRowDeleting != null)) {
|
|
this.V_STORAGE_ENABLE_REPORTRowDeleting(this, new V_STORAGE_ENABLE_REPORTRowChangeEvent(((V_STORAGE_ENABLE_REPORTRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public void RemoveV_STORAGE_ENABLE_REPORTRow(V_STORAGE_ENABLE_REPORTRow row) {
|
|
this.Rows.Remove(row);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.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();
|
|
Report ds = new Report();
|
|
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 = "V_STORAGE_ENABLE_REPORTDataTable";
|
|
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 the strongly named DataTable class.
|
|
///</summary>
|
|
[global::System.Serializable()]
|
|
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
|
|
public partial class V_IO_REPORTDataTable : global::System.Data.TypedTableBase<V_IO_REPORTRow> {
|
|
|
|
private global::System.Data.DataColumn columnMANAGE_TYPE_NAME;
|
|
|
|
private global::System.Data.DataColumn columnCELL_NAME;
|
|
|
|
private global::System.Data.DataColumn columnMANAGE_OPERATOR;
|
|
|
|
private global::System.Data.DataColumn columnGOODS_NAME;
|
|
|
|
private global::System.Data.DataColumn columnGOODS_PROPERTY;
|
|
|
|
private global::System.Data.DataColumn columnGOODS_QUANTITY;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public V_IO_REPORTDataTable() {
|
|
this.TableName = "V_IO_REPORT";
|
|
this.BeginInit();
|
|
this.InitClass();
|
|
this.EndInit();
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
internal V_IO_REPORTDataTable(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", "4.0.0.0")]
|
|
protected V_IO_REPORTDataTable(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", "4.0.0.0")]
|
|
public global::System.Data.DataColumn MANAGE_TYPE_NAMEColumn {
|
|
get {
|
|
return this.columnMANAGE_TYPE_NAME;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public global::System.Data.DataColumn CELL_NAMEColumn {
|
|
get {
|
|
return this.columnCELL_NAME;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public global::System.Data.DataColumn MANAGE_OPERATORColumn {
|
|
get {
|
|
return this.columnMANAGE_OPERATOR;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public global::System.Data.DataColumn GOODS_NAMEColumn {
|
|
get {
|
|
return this.columnGOODS_NAME;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public global::System.Data.DataColumn GOODS_PROPERTYColumn {
|
|
get {
|
|
return this.columnGOODS_PROPERTY;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public global::System.Data.DataColumn GOODS_QUANTITYColumn {
|
|
get {
|
|
return this.columnGOODS_QUANTITY;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.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", "4.0.0.0")]
|
|
public V_IO_REPORTRow this[int index] {
|
|
get {
|
|
return ((V_IO_REPORTRow)(this.Rows[index]));
|
|
}
|
|
}
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public event V_IO_REPORTRowChangeEventHandler V_IO_REPORTRowChanging;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public event V_IO_REPORTRowChangeEventHandler V_IO_REPORTRowChanged;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public event V_IO_REPORTRowChangeEventHandler V_IO_REPORTRowDeleting;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public event V_IO_REPORTRowChangeEventHandler V_IO_REPORTRowDeleted;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public void AddV_IO_REPORTRow(V_IO_REPORTRow row) {
|
|
this.Rows.Add(row);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public V_IO_REPORTRow AddV_IO_REPORTRow(string MANAGE_TYPE_NAME, string CELL_NAME, string MANAGE_OPERATOR, string GOODS_NAME, string GOODS_PROPERTY, string GOODS_QUANTITY) {
|
|
V_IO_REPORTRow rowV_IO_REPORTRow = ((V_IO_REPORTRow)(this.NewRow()));
|
|
object[] columnValuesArray = new object[] {
|
|
MANAGE_TYPE_NAME,
|
|
CELL_NAME,
|
|
MANAGE_OPERATOR,
|
|
GOODS_NAME,
|
|
GOODS_PROPERTY,
|
|
GOODS_QUANTITY};
|
|
rowV_IO_REPORTRow.ItemArray = columnValuesArray;
|
|
this.Rows.Add(rowV_IO_REPORTRow);
|
|
return rowV_IO_REPORTRow;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public override global::System.Data.DataTable Clone() {
|
|
V_IO_REPORTDataTable cln = ((V_IO_REPORTDataTable)(base.Clone()));
|
|
cln.InitVars();
|
|
return cln;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
protected override global::System.Data.DataTable CreateInstance() {
|
|
return new V_IO_REPORTDataTable();
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
internal void InitVars() {
|
|
this.columnMANAGE_TYPE_NAME = base.Columns["MANAGE_TYPE_NAME"];
|
|
this.columnCELL_NAME = base.Columns["CELL_NAME"];
|
|
this.columnMANAGE_OPERATOR = base.Columns["MANAGE_OPERATOR"];
|
|
this.columnGOODS_NAME = base.Columns["GOODS_NAME"];
|
|
this.columnGOODS_PROPERTY = base.Columns["GOODS_PROPERTY"];
|
|
this.columnGOODS_QUANTITY = base.Columns["GOODS_QUANTITY"];
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
private void InitClass() {
|
|
this.columnMANAGE_TYPE_NAME = new global::System.Data.DataColumn("MANAGE_TYPE_NAME", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnMANAGE_TYPE_NAME);
|
|
this.columnCELL_NAME = new global::System.Data.DataColumn("CELL_NAME", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCELL_NAME);
|
|
this.columnMANAGE_OPERATOR = new global::System.Data.DataColumn("MANAGE_OPERATOR", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnMANAGE_OPERATOR);
|
|
this.columnGOODS_NAME = new global::System.Data.DataColumn("GOODS_NAME", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnGOODS_NAME);
|
|
this.columnGOODS_PROPERTY = new global::System.Data.DataColumn("GOODS_PROPERTY", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnGOODS_PROPERTY);
|
|
this.columnGOODS_QUANTITY = new global::System.Data.DataColumn("GOODS_QUANTITY", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnGOODS_QUANTITY);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public V_IO_REPORTRow NewV_IO_REPORTRow() {
|
|
return ((V_IO_REPORTRow)(this.NewRow()));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
|
|
return new V_IO_REPORTRow(builder);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
protected override global::System.Type GetRowType() {
|
|
return typeof(V_IO_REPORTRow);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowChanged(e);
|
|
if ((this.V_IO_REPORTRowChanged != null)) {
|
|
this.V_IO_REPORTRowChanged(this, new V_IO_REPORTRowChangeEvent(((V_IO_REPORTRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowChanging(e);
|
|
if ((this.V_IO_REPORTRowChanging != null)) {
|
|
this.V_IO_REPORTRowChanging(this, new V_IO_REPORTRowChangeEvent(((V_IO_REPORTRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowDeleted(e);
|
|
if ((this.V_IO_REPORTRowDeleted != null)) {
|
|
this.V_IO_REPORTRowDeleted(this, new V_IO_REPORTRowChangeEvent(((V_IO_REPORTRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowDeleting(e);
|
|
if ((this.V_IO_REPORTRowDeleting != null)) {
|
|
this.V_IO_REPORTRowDeleting(this, new V_IO_REPORTRowChangeEvent(((V_IO_REPORTRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public void RemoveV_IO_REPORTRow(V_IO_REPORTRow row) {
|
|
this.Rows.Remove(row);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.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();
|
|
Report ds = new Report();
|
|
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 = "V_IO_REPORTDataTable";
|
|
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 the strongly named DataTable class.
|
|
///</summary>
|
|
[global::System.Serializable()]
|
|
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
|
|
public partial class V_OUT_REPORTDataTable : global::System.Data.TypedTableBase<V_OUT_REPORTRow> {
|
|
|
|
private global::System.Data.DataColumn columnCELL_NAME;
|
|
|
|
private global::System.Data.DataColumn columnMANAGE_OPERATOR;
|
|
|
|
private global::System.Data.DataColumn columnGOODS_NAME;
|
|
|
|
private global::System.Data.DataColumn columnGOODS_PROPERTY;
|
|
|
|
private global::System.Data.DataColumn columnOUT_QUANTITY;
|
|
|
|
private global::System.Data.DataColumn columnRETURN_QUANTITY;
|
|
|
|
private global::System.Data.DataColumn columnSUM_OUT_QUANTITY;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public V_OUT_REPORTDataTable() {
|
|
this.TableName = "V_OUT_REPORT";
|
|
this.BeginInit();
|
|
this.InitClass();
|
|
this.EndInit();
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
internal V_OUT_REPORTDataTable(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", "4.0.0.0")]
|
|
protected V_OUT_REPORTDataTable(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", "4.0.0.0")]
|
|
public global::System.Data.DataColumn CELL_NAMEColumn {
|
|
get {
|
|
return this.columnCELL_NAME;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public global::System.Data.DataColumn MANAGE_OPERATORColumn {
|
|
get {
|
|
return this.columnMANAGE_OPERATOR;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public global::System.Data.DataColumn GOODS_NAMEColumn {
|
|
get {
|
|
return this.columnGOODS_NAME;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public global::System.Data.DataColumn GOODS_PROPERTYColumn {
|
|
get {
|
|
return this.columnGOODS_PROPERTY;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public global::System.Data.DataColumn OUT_QUANTITYColumn {
|
|
get {
|
|
return this.columnOUT_QUANTITY;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public global::System.Data.DataColumn RETURN_QUANTITYColumn {
|
|
get {
|
|
return this.columnRETURN_QUANTITY;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public global::System.Data.DataColumn SUM_OUT_QUANTITYColumn {
|
|
get {
|
|
return this.columnSUM_OUT_QUANTITY;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.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", "4.0.0.0")]
|
|
public V_OUT_REPORTRow this[int index] {
|
|
get {
|
|
return ((V_OUT_REPORTRow)(this.Rows[index]));
|
|
}
|
|
}
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public event V_OUT_REPORTRowChangeEventHandler V_OUT_REPORTRowChanging;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public event V_OUT_REPORTRowChangeEventHandler V_OUT_REPORTRowChanged;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public event V_OUT_REPORTRowChangeEventHandler V_OUT_REPORTRowDeleting;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public event V_OUT_REPORTRowChangeEventHandler V_OUT_REPORTRowDeleted;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public void AddV_OUT_REPORTRow(V_OUT_REPORTRow row) {
|
|
this.Rows.Add(row);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public V_OUT_REPORTRow AddV_OUT_REPORTRow(string CELL_NAME, string MANAGE_OPERATOR, string GOODS_NAME, string GOODS_PROPERTY, string OUT_QUANTITY, string RETURN_QUANTITY, string SUM_OUT_QUANTITY) {
|
|
V_OUT_REPORTRow rowV_OUT_REPORTRow = ((V_OUT_REPORTRow)(this.NewRow()));
|
|
object[] columnValuesArray = new object[] {
|
|
CELL_NAME,
|
|
MANAGE_OPERATOR,
|
|
GOODS_NAME,
|
|
GOODS_PROPERTY,
|
|
OUT_QUANTITY,
|
|
RETURN_QUANTITY,
|
|
SUM_OUT_QUANTITY};
|
|
rowV_OUT_REPORTRow.ItemArray = columnValuesArray;
|
|
this.Rows.Add(rowV_OUT_REPORTRow);
|
|
return rowV_OUT_REPORTRow;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public override global::System.Data.DataTable Clone() {
|
|
V_OUT_REPORTDataTable cln = ((V_OUT_REPORTDataTable)(base.Clone()));
|
|
cln.InitVars();
|
|
return cln;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
protected override global::System.Data.DataTable CreateInstance() {
|
|
return new V_OUT_REPORTDataTable();
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
internal void InitVars() {
|
|
this.columnCELL_NAME = base.Columns["CELL_NAME"];
|
|
this.columnMANAGE_OPERATOR = base.Columns["MANAGE_OPERATOR"];
|
|
this.columnGOODS_NAME = base.Columns["GOODS_NAME"];
|
|
this.columnGOODS_PROPERTY = base.Columns["GOODS_PROPERTY"];
|
|
this.columnOUT_QUANTITY = base.Columns["OUT_QUANTITY"];
|
|
this.columnRETURN_QUANTITY = base.Columns["RETURN_QUANTITY"];
|
|
this.columnSUM_OUT_QUANTITY = base.Columns["SUM_OUT_QUANTITY"];
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
private void InitClass() {
|
|
this.columnCELL_NAME = new global::System.Data.DataColumn("CELL_NAME", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCELL_NAME);
|
|
this.columnMANAGE_OPERATOR = new global::System.Data.DataColumn("MANAGE_OPERATOR", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnMANAGE_OPERATOR);
|
|
this.columnGOODS_NAME = new global::System.Data.DataColumn("GOODS_NAME", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnGOODS_NAME);
|
|
this.columnGOODS_PROPERTY = new global::System.Data.DataColumn("GOODS_PROPERTY", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnGOODS_PROPERTY);
|
|
this.columnOUT_QUANTITY = new global::System.Data.DataColumn("OUT_QUANTITY", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnOUT_QUANTITY);
|
|
this.columnRETURN_QUANTITY = new global::System.Data.DataColumn("RETURN_QUANTITY", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnRETURN_QUANTITY);
|
|
this.columnSUM_OUT_QUANTITY = new global::System.Data.DataColumn("SUM_OUT_QUANTITY", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnSUM_OUT_QUANTITY);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public V_OUT_REPORTRow NewV_OUT_REPORTRow() {
|
|
return ((V_OUT_REPORTRow)(this.NewRow()));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
|
|
return new V_OUT_REPORTRow(builder);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
protected override global::System.Type GetRowType() {
|
|
return typeof(V_OUT_REPORTRow);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowChanged(e);
|
|
if ((this.V_OUT_REPORTRowChanged != null)) {
|
|
this.V_OUT_REPORTRowChanged(this, new V_OUT_REPORTRowChangeEvent(((V_OUT_REPORTRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowChanging(e);
|
|
if ((this.V_OUT_REPORTRowChanging != null)) {
|
|
this.V_OUT_REPORTRowChanging(this, new V_OUT_REPORTRowChangeEvent(((V_OUT_REPORTRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowDeleted(e);
|
|
if ((this.V_OUT_REPORTRowDeleted != null)) {
|
|
this.V_OUT_REPORTRowDeleted(this, new V_OUT_REPORTRowChangeEvent(((V_OUT_REPORTRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowDeleting(e);
|
|
if ((this.V_OUT_REPORTRowDeleting != null)) {
|
|
this.V_OUT_REPORTRowDeleting(this, new V_OUT_REPORTRowChangeEvent(((V_OUT_REPORTRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public void RemoveV_OUT_REPORTRow(V_OUT_REPORTRow row) {
|
|
this.Rows.Remove(row);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.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();
|
|
Report ds = new Report();
|
|
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 = "V_OUT_REPORTDataTable";
|
|
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 the strongly named DataTable class.
|
|
///</summary>
|
|
[global::System.Serializable()]
|
|
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
|
|
public partial class V_OUT_REPORT_CHANNEL_GOODSDataTable : global::System.Data.TypedTableBase<V_OUT_REPORT_CHANNEL_GOODSRow> {
|
|
|
|
private global::System.Data.DataColumn columnCELL_NAME;
|
|
|
|
private global::System.Data.DataColumn columnGOODS_NAME;
|
|
|
|
private global::System.Data.DataColumn columnGOODS_PROPERTY;
|
|
|
|
private global::System.Data.DataColumn columnOUT_QUANTITY;
|
|
|
|
private global::System.Data.DataColumn columnRETURN_QUANTITY;
|
|
|
|
private global::System.Data.DataColumn columnSUM_OUT_QUANTITY;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public V_OUT_REPORT_CHANNEL_GOODSDataTable() {
|
|
this.TableName = "V_OUT_REPORT_CHANNEL_GOODS";
|
|
this.BeginInit();
|
|
this.InitClass();
|
|
this.EndInit();
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
internal V_OUT_REPORT_CHANNEL_GOODSDataTable(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", "4.0.0.0")]
|
|
protected V_OUT_REPORT_CHANNEL_GOODSDataTable(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", "4.0.0.0")]
|
|
public global::System.Data.DataColumn CELL_NAMEColumn {
|
|
get {
|
|
return this.columnCELL_NAME;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public global::System.Data.DataColumn GOODS_NAMEColumn {
|
|
get {
|
|
return this.columnGOODS_NAME;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public global::System.Data.DataColumn GOODS_PROPERTYColumn {
|
|
get {
|
|
return this.columnGOODS_PROPERTY;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public global::System.Data.DataColumn OUT_QUANTITYColumn {
|
|
get {
|
|
return this.columnOUT_QUANTITY;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public global::System.Data.DataColumn RETURN_QUANTITYColumn {
|
|
get {
|
|
return this.columnRETURN_QUANTITY;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public global::System.Data.DataColumn SUM_OUT_QUANTITYColumn {
|
|
get {
|
|
return this.columnSUM_OUT_QUANTITY;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.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", "4.0.0.0")]
|
|
public V_OUT_REPORT_CHANNEL_GOODSRow this[int index] {
|
|
get {
|
|
return ((V_OUT_REPORT_CHANNEL_GOODSRow)(this.Rows[index]));
|
|
}
|
|
}
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public event V_OUT_REPORT_CHANNEL_GOODSRowChangeEventHandler V_OUT_REPORT_CHANNEL_GOODSRowChanging;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public event V_OUT_REPORT_CHANNEL_GOODSRowChangeEventHandler V_OUT_REPORT_CHANNEL_GOODSRowChanged;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public event V_OUT_REPORT_CHANNEL_GOODSRowChangeEventHandler V_OUT_REPORT_CHANNEL_GOODSRowDeleting;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public event V_OUT_REPORT_CHANNEL_GOODSRowChangeEventHandler V_OUT_REPORT_CHANNEL_GOODSRowDeleted;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public void AddV_OUT_REPORT_CHANNEL_GOODSRow(V_OUT_REPORT_CHANNEL_GOODSRow row) {
|
|
this.Rows.Add(row);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public V_OUT_REPORT_CHANNEL_GOODSRow AddV_OUT_REPORT_CHANNEL_GOODSRow(string CELL_NAME, string GOODS_NAME, string GOODS_PROPERTY, string OUT_QUANTITY, string RETURN_QUANTITY, string SUM_OUT_QUANTITY) {
|
|
V_OUT_REPORT_CHANNEL_GOODSRow rowV_OUT_REPORT_CHANNEL_GOODSRow = ((V_OUT_REPORT_CHANNEL_GOODSRow)(this.NewRow()));
|
|
object[] columnValuesArray = new object[] {
|
|
CELL_NAME,
|
|
GOODS_NAME,
|
|
GOODS_PROPERTY,
|
|
OUT_QUANTITY,
|
|
RETURN_QUANTITY,
|
|
SUM_OUT_QUANTITY};
|
|
rowV_OUT_REPORT_CHANNEL_GOODSRow.ItemArray = columnValuesArray;
|
|
this.Rows.Add(rowV_OUT_REPORT_CHANNEL_GOODSRow);
|
|
return rowV_OUT_REPORT_CHANNEL_GOODSRow;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public override global::System.Data.DataTable Clone() {
|
|
V_OUT_REPORT_CHANNEL_GOODSDataTable cln = ((V_OUT_REPORT_CHANNEL_GOODSDataTable)(base.Clone()));
|
|
cln.InitVars();
|
|
return cln;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
protected override global::System.Data.DataTable CreateInstance() {
|
|
return new V_OUT_REPORT_CHANNEL_GOODSDataTable();
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
internal void InitVars() {
|
|
this.columnCELL_NAME = base.Columns["CELL_NAME"];
|
|
this.columnGOODS_NAME = base.Columns["GOODS_NAME"];
|
|
this.columnGOODS_PROPERTY = base.Columns["GOODS_PROPERTY"];
|
|
this.columnOUT_QUANTITY = base.Columns["OUT_QUANTITY"];
|
|
this.columnRETURN_QUANTITY = base.Columns["RETURN_QUANTITY"];
|
|
this.columnSUM_OUT_QUANTITY = base.Columns["SUM_OUT_QUANTITY"];
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
private void InitClass() {
|
|
this.columnCELL_NAME = new global::System.Data.DataColumn("CELL_NAME", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCELL_NAME);
|
|
this.columnGOODS_NAME = new global::System.Data.DataColumn("GOODS_NAME", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnGOODS_NAME);
|
|
this.columnGOODS_PROPERTY = new global::System.Data.DataColumn("GOODS_PROPERTY", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnGOODS_PROPERTY);
|
|
this.columnOUT_QUANTITY = new global::System.Data.DataColumn("OUT_QUANTITY", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnOUT_QUANTITY);
|
|
this.columnRETURN_QUANTITY = new global::System.Data.DataColumn("RETURN_QUANTITY", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnRETURN_QUANTITY);
|
|
this.columnSUM_OUT_QUANTITY = new global::System.Data.DataColumn("SUM_OUT_QUANTITY", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnSUM_OUT_QUANTITY);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public V_OUT_REPORT_CHANNEL_GOODSRow NewV_OUT_REPORT_CHANNEL_GOODSRow() {
|
|
return ((V_OUT_REPORT_CHANNEL_GOODSRow)(this.NewRow()));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
|
|
return new V_OUT_REPORT_CHANNEL_GOODSRow(builder);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
protected override global::System.Type GetRowType() {
|
|
return typeof(V_OUT_REPORT_CHANNEL_GOODSRow);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowChanged(e);
|
|
if ((this.V_OUT_REPORT_CHANNEL_GOODSRowChanged != null)) {
|
|
this.V_OUT_REPORT_CHANNEL_GOODSRowChanged(this, new V_OUT_REPORT_CHANNEL_GOODSRowChangeEvent(((V_OUT_REPORT_CHANNEL_GOODSRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowChanging(e);
|
|
if ((this.V_OUT_REPORT_CHANNEL_GOODSRowChanging != null)) {
|
|
this.V_OUT_REPORT_CHANNEL_GOODSRowChanging(this, new V_OUT_REPORT_CHANNEL_GOODSRowChangeEvent(((V_OUT_REPORT_CHANNEL_GOODSRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowDeleted(e);
|
|
if ((this.V_OUT_REPORT_CHANNEL_GOODSRowDeleted != null)) {
|
|
this.V_OUT_REPORT_CHANNEL_GOODSRowDeleted(this, new V_OUT_REPORT_CHANNEL_GOODSRowChangeEvent(((V_OUT_REPORT_CHANNEL_GOODSRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowDeleting(e);
|
|
if ((this.V_OUT_REPORT_CHANNEL_GOODSRowDeleting != null)) {
|
|
this.V_OUT_REPORT_CHANNEL_GOODSRowDeleting(this, new V_OUT_REPORT_CHANNEL_GOODSRowChangeEvent(((V_OUT_REPORT_CHANNEL_GOODSRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public void RemoveV_OUT_REPORT_CHANNEL_GOODSRow(V_OUT_REPORT_CHANNEL_GOODSRow row) {
|
|
this.Rows.Remove(row);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.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();
|
|
Report ds = new Report();
|
|
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 = "V_OUT_REPORT_CHANNEL_GOODSDataTable";
|
|
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 the strongly named DataTable class.
|
|
///</summary>
|
|
[global::System.Serializable()]
|
|
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
|
|
public partial class V_OUT_REPORT_GOODSDataTable : global::System.Data.TypedTableBase<V_OUT_REPORT_GOODSRow> {
|
|
|
|
private global::System.Data.DataColumn columnGOODS_NAME;
|
|
|
|
private global::System.Data.DataColumn columnGOODS_PROPERTY;
|
|
|
|
private global::System.Data.DataColumn columnOUT_QUANTITY;
|
|
|
|
private global::System.Data.DataColumn columnRETURN_QUANTITY;
|
|
|
|
private global::System.Data.DataColumn columnSUM_OUT_QUANTITY;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public V_OUT_REPORT_GOODSDataTable() {
|
|
this.TableName = "V_OUT_REPORT_GOODS";
|
|
this.BeginInit();
|
|
this.InitClass();
|
|
this.EndInit();
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
internal V_OUT_REPORT_GOODSDataTable(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", "4.0.0.0")]
|
|
protected V_OUT_REPORT_GOODSDataTable(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", "4.0.0.0")]
|
|
public global::System.Data.DataColumn GOODS_NAMEColumn {
|
|
get {
|
|
return this.columnGOODS_NAME;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public global::System.Data.DataColumn GOODS_PROPERTYColumn {
|
|
get {
|
|
return this.columnGOODS_PROPERTY;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public global::System.Data.DataColumn OUT_QUANTITYColumn {
|
|
get {
|
|
return this.columnOUT_QUANTITY;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public global::System.Data.DataColumn RETURN_QUANTITYColumn {
|
|
get {
|
|
return this.columnRETURN_QUANTITY;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public global::System.Data.DataColumn SUM_OUT_QUANTITYColumn {
|
|
get {
|
|
return this.columnSUM_OUT_QUANTITY;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.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", "4.0.0.0")]
|
|
public V_OUT_REPORT_GOODSRow this[int index] {
|
|
get {
|
|
return ((V_OUT_REPORT_GOODSRow)(this.Rows[index]));
|
|
}
|
|
}
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public event V_OUT_REPORT_GOODSRowChangeEventHandler V_OUT_REPORT_GOODSRowChanging;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public event V_OUT_REPORT_GOODSRowChangeEventHandler V_OUT_REPORT_GOODSRowChanged;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public event V_OUT_REPORT_GOODSRowChangeEventHandler V_OUT_REPORT_GOODSRowDeleting;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public event V_OUT_REPORT_GOODSRowChangeEventHandler V_OUT_REPORT_GOODSRowDeleted;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public void AddV_OUT_REPORT_GOODSRow(V_OUT_REPORT_GOODSRow row) {
|
|
this.Rows.Add(row);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public V_OUT_REPORT_GOODSRow AddV_OUT_REPORT_GOODSRow(string GOODS_NAME, string GOODS_PROPERTY, string OUT_QUANTITY, string RETURN_QUANTITY, string SUM_OUT_QUANTITY) {
|
|
V_OUT_REPORT_GOODSRow rowV_OUT_REPORT_GOODSRow = ((V_OUT_REPORT_GOODSRow)(this.NewRow()));
|
|
object[] columnValuesArray = new object[] {
|
|
GOODS_NAME,
|
|
GOODS_PROPERTY,
|
|
OUT_QUANTITY,
|
|
RETURN_QUANTITY,
|
|
SUM_OUT_QUANTITY};
|
|
rowV_OUT_REPORT_GOODSRow.ItemArray = columnValuesArray;
|
|
this.Rows.Add(rowV_OUT_REPORT_GOODSRow);
|
|
return rowV_OUT_REPORT_GOODSRow;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public override global::System.Data.DataTable Clone() {
|
|
V_OUT_REPORT_GOODSDataTable cln = ((V_OUT_REPORT_GOODSDataTable)(base.Clone()));
|
|
cln.InitVars();
|
|
return cln;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
protected override global::System.Data.DataTable CreateInstance() {
|
|
return new V_OUT_REPORT_GOODSDataTable();
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
internal void InitVars() {
|
|
this.columnGOODS_NAME = base.Columns["GOODS_NAME"];
|
|
this.columnGOODS_PROPERTY = base.Columns["GOODS_PROPERTY"];
|
|
this.columnOUT_QUANTITY = base.Columns["OUT_QUANTITY"];
|
|
this.columnRETURN_QUANTITY = base.Columns["RETURN_QUANTITY"];
|
|
this.columnSUM_OUT_QUANTITY = base.Columns["SUM_OUT_QUANTITY"];
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
private void InitClass() {
|
|
this.columnGOODS_NAME = new global::System.Data.DataColumn("GOODS_NAME", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnGOODS_NAME);
|
|
this.columnGOODS_PROPERTY = new global::System.Data.DataColumn("GOODS_PROPERTY", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnGOODS_PROPERTY);
|
|
this.columnOUT_QUANTITY = new global::System.Data.DataColumn("OUT_QUANTITY", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnOUT_QUANTITY);
|
|
this.columnRETURN_QUANTITY = new global::System.Data.DataColumn("RETURN_QUANTITY", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnRETURN_QUANTITY);
|
|
this.columnSUM_OUT_QUANTITY = new global::System.Data.DataColumn("SUM_OUT_QUANTITY", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnSUM_OUT_QUANTITY);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public V_OUT_REPORT_GOODSRow NewV_OUT_REPORT_GOODSRow() {
|
|
return ((V_OUT_REPORT_GOODSRow)(this.NewRow()));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
|
|
return new V_OUT_REPORT_GOODSRow(builder);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
protected override global::System.Type GetRowType() {
|
|
return typeof(V_OUT_REPORT_GOODSRow);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowChanged(e);
|
|
if ((this.V_OUT_REPORT_GOODSRowChanged != null)) {
|
|
this.V_OUT_REPORT_GOODSRowChanged(this, new V_OUT_REPORT_GOODSRowChangeEvent(((V_OUT_REPORT_GOODSRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowChanging(e);
|
|
if ((this.V_OUT_REPORT_GOODSRowChanging != null)) {
|
|
this.V_OUT_REPORT_GOODSRowChanging(this, new V_OUT_REPORT_GOODSRowChangeEvent(((V_OUT_REPORT_GOODSRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowDeleted(e);
|
|
if ((this.V_OUT_REPORT_GOODSRowDeleted != null)) {
|
|
this.V_OUT_REPORT_GOODSRowDeleted(this, new V_OUT_REPORT_GOODSRowChangeEvent(((V_OUT_REPORT_GOODSRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowDeleting(e);
|
|
if ((this.V_OUT_REPORT_GOODSRowDeleting != null)) {
|
|
this.V_OUT_REPORT_GOODSRowDeleting(this, new V_OUT_REPORT_GOODSRowChangeEvent(((V_OUT_REPORT_GOODSRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public void RemoveV_OUT_REPORT_GOODSRow(V_OUT_REPORT_GOODSRow row) {
|
|
this.Rows.Remove(row);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.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();
|
|
Report ds = new Report();
|
|
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 = "V_OUT_REPORT_GOODSDataTable";
|
|
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 V_OUT_REPORT_SHIFTRow : global::System.Data.DataRow {
|
|
|
|
private V_OUT_REPORT_SHIFTDataTable tableV_OUT_REPORT_SHIFT;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
internal V_OUT_REPORT_SHIFTRow(global::System.Data.DataRowBuilder rb) :
|
|
base(rb) {
|
|
this.tableV_OUT_REPORT_SHIFT = ((V_OUT_REPORT_SHIFTDataTable)(this.Table));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public string MANAGE_OPERATOR {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tableV_OUT_REPORT_SHIFT.MANAGE_OPERATORColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'MANAGE_OPERATOR\' in table \'V_OUT_REPORT_SHIFT\' is DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableV_OUT_REPORT_SHIFT.MANAGE_OPERATORColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public string GOODS_NAME {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tableV_OUT_REPORT_SHIFT.GOODS_NAMEColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'GOODS_NAME\' in table \'V_OUT_REPORT_SHIFT\' is DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableV_OUT_REPORT_SHIFT.GOODS_NAMEColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public string GOODS_PROPERTY {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tableV_OUT_REPORT_SHIFT.GOODS_PROPERTYColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'GOODS_PROPERTY\' in table \'V_OUT_REPORT_SHIFT\' is DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableV_OUT_REPORT_SHIFT.GOODS_PROPERTYColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public string OUT_QUANTITY {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tableV_OUT_REPORT_SHIFT.OUT_QUANTITYColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'OUT_QUANTITY\' in table \'V_OUT_REPORT_SHIFT\' is DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableV_OUT_REPORT_SHIFT.OUT_QUANTITYColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public string RETURN_QUANTITY {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tableV_OUT_REPORT_SHIFT.RETURN_QUANTITYColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'RETURN_QUANTITY\' in table \'V_OUT_REPORT_SHIFT\' is DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableV_OUT_REPORT_SHIFT.RETURN_QUANTITYColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public string SUM_OUT_QUANTITY {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tableV_OUT_REPORT_SHIFT.SUM_OUT_QUANTITYColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'SUM_OUT_QUANTITY\' in table \'V_OUT_REPORT_SHIFT\' is DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableV_OUT_REPORT_SHIFT.SUM_OUT_QUANTITYColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public bool IsMANAGE_OPERATORNull() {
|
|
return this.IsNull(this.tableV_OUT_REPORT_SHIFT.MANAGE_OPERATORColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public void SetMANAGE_OPERATORNull() {
|
|
this[this.tableV_OUT_REPORT_SHIFT.MANAGE_OPERATORColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public bool IsGOODS_NAMENull() {
|
|
return this.IsNull(this.tableV_OUT_REPORT_SHIFT.GOODS_NAMEColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public void SetGOODS_NAMENull() {
|
|
this[this.tableV_OUT_REPORT_SHIFT.GOODS_NAMEColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public bool IsGOODS_PROPERTYNull() {
|
|
return this.IsNull(this.tableV_OUT_REPORT_SHIFT.GOODS_PROPERTYColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public void SetGOODS_PROPERTYNull() {
|
|
this[this.tableV_OUT_REPORT_SHIFT.GOODS_PROPERTYColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public bool IsOUT_QUANTITYNull() {
|
|
return this.IsNull(this.tableV_OUT_REPORT_SHIFT.OUT_QUANTITYColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public void SetOUT_QUANTITYNull() {
|
|
this[this.tableV_OUT_REPORT_SHIFT.OUT_QUANTITYColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public bool IsRETURN_QUANTITYNull() {
|
|
return this.IsNull(this.tableV_OUT_REPORT_SHIFT.RETURN_QUANTITYColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public void SetRETURN_QUANTITYNull() {
|
|
this[this.tableV_OUT_REPORT_SHIFT.RETURN_QUANTITYColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public bool IsSUM_OUT_QUANTITYNull() {
|
|
return this.IsNull(this.tableV_OUT_REPORT_SHIFT.SUM_OUT_QUANTITYColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public void SetSUM_OUT_QUANTITYNull() {
|
|
this[this.tableV_OUT_REPORT_SHIFT.SUM_OUT_QUANTITYColumn] = global::System.Convert.DBNull;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
///Represents strongly named DataRow class.
|
|
///</summary>
|
|
public partial class V_STORAGE_SUMMARY_REPORTRow : global::System.Data.DataRow {
|
|
|
|
private V_STORAGE_SUMMARY_REPORTDataTable tableV_STORAGE_SUMMARY_REPORT;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
internal V_STORAGE_SUMMARY_REPORTRow(global::System.Data.DataRowBuilder rb) :
|
|
base(rb) {
|
|
this.tableV_STORAGE_SUMMARY_REPORT = ((V_STORAGE_SUMMARY_REPORTDataTable)(this.Table));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public string GOODS_NAME {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tableV_STORAGE_SUMMARY_REPORT.GOODS_NAMEColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'GOODS_NAME\' in table \'V_STORAGE_SUMMARY_REPORT\' is DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableV_STORAGE_SUMMARY_REPORT.GOODS_NAMEColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public string GOODS_PROPERTY {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tableV_STORAGE_SUMMARY_REPORT.GOODS_PROPERTYColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'GOODS_PROPERTY\' in table \'V_STORAGE_SUMMARY_REPORT\' is DBNu" +
|
|
"ll.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableV_STORAGE_SUMMARY_REPORT.GOODS_PROPERTYColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public string STORAGE_QUANTITY {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tableV_STORAGE_SUMMARY_REPORT.STORAGE_QUANTITYColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'STORAGE_QUANTITY\' in table \'V_STORAGE_SUMMARY_REPORT\' is DB" +
|
|
"Null.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableV_STORAGE_SUMMARY_REPORT.STORAGE_QUANTITYColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public string IN_QUANTITY {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tableV_STORAGE_SUMMARY_REPORT.IN_QUANTITYColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'IN_QUANTITY\' in table \'V_STORAGE_SUMMARY_REPORT\' is DBNull." +
|
|
"", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableV_STORAGE_SUMMARY_REPORT.IN_QUANTITYColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public string OUT_QUANTITY {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tableV_STORAGE_SUMMARY_REPORT.OUT_QUANTITYColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'OUT_QUANTITY\' in table \'V_STORAGE_SUMMARY_REPORT\' is DBNull" +
|
|
".", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableV_STORAGE_SUMMARY_REPORT.OUT_QUANTITYColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public bool IsGOODS_NAMENull() {
|
|
return this.IsNull(this.tableV_STORAGE_SUMMARY_REPORT.GOODS_NAMEColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public void SetGOODS_NAMENull() {
|
|
this[this.tableV_STORAGE_SUMMARY_REPORT.GOODS_NAMEColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public bool IsGOODS_PROPERTYNull() {
|
|
return this.IsNull(this.tableV_STORAGE_SUMMARY_REPORT.GOODS_PROPERTYColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public void SetGOODS_PROPERTYNull() {
|
|
this[this.tableV_STORAGE_SUMMARY_REPORT.GOODS_PROPERTYColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public bool IsSTORAGE_QUANTITYNull() {
|
|
return this.IsNull(this.tableV_STORAGE_SUMMARY_REPORT.STORAGE_QUANTITYColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public void SetSTORAGE_QUANTITYNull() {
|
|
this[this.tableV_STORAGE_SUMMARY_REPORT.STORAGE_QUANTITYColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public bool IsIN_QUANTITYNull() {
|
|
return this.IsNull(this.tableV_STORAGE_SUMMARY_REPORT.IN_QUANTITYColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public void SetIN_QUANTITYNull() {
|
|
this[this.tableV_STORAGE_SUMMARY_REPORT.IN_QUANTITYColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public bool IsOUT_QUANTITYNull() {
|
|
return this.IsNull(this.tableV_STORAGE_SUMMARY_REPORT.OUT_QUANTITYColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public void SetOUT_QUANTITYNull() {
|
|
this[this.tableV_STORAGE_SUMMARY_REPORT.OUT_QUANTITYColumn] = global::System.Convert.DBNull;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
///Represents strongly named DataRow class.
|
|
///</summary>
|
|
public partial class V_STORAGE_ENABLE_REPORTRow : global::System.Data.DataRow {
|
|
|
|
private V_STORAGE_ENABLE_REPORTDataTable tableV_STORAGE_ENABLE_REPORT;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
internal V_STORAGE_ENABLE_REPORTRow(global::System.Data.DataRowBuilder rb) :
|
|
base(rb) {
|
|
this.tableV_STORAGE_ENABLE_REPORT = ((V_STORAGE_ENABLE_REPORTDataTable)(this.Table));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public string GOODS_NAME {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tableV_STORAGE_ENABLE_REPORT.GOODS_NAMEColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'GOODS_NAME\' in table \'V_STORAGE_ENABLE_REPORT\' is DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableV_STORAGE_ENABLE_REPORT.GOODS_NAMEColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public string GOODS_PROPERTY {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tableV_STORAGE_ENABLE_REPORT.GOODS_PROPERTYColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'GOODS_PROPERTY\' in table \'V_STORAGE_ENABLE_REPORT\' is DBNul" +
|
|
"l.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableV_STORAGE_ENABLE_REPORT.GOODS_PROPERTYColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public string GOODS_QUANTITY {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tableV_STORAGE_ENABLE_REPORT.GOODS_QUANTITYColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'GOODS_QUANTITY\' in table \'V_STORAGE_ENABLE_REPORT\' is DBNul" +
|
|
"l.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableV_STORAGE_ENABLE_REPORT.GOODS_QUANTITYColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public bool IsGOODS_NAMENull() {
|
|
return this.IsNull(this.tableV_STORAGE_ENABLE_REPORT.GOODS_NAMEColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public void SetGOODS_NAMENull() {
|
|
this[this.tableV_STORAGE_ENABLE_REPORT.GOODS_NAMEColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public bool IsGOODS_PROPERTYNull() {
|
|
return this.IsNull(this.tableV_STORAGE_ENABLE_REPORT.GOODS_PROPERTYColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public void SetGOODS_PROPERTYNull() {
|
|
this[this.tableV_STORAGE_ENABLE_REPORT.GOODS_PROPERTYColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public bool IsGOODS_QUANTITYNull() {
|
|
return this.IsNull(this.tableV_STORAGE_ENABLE_REPORT.GOODS_QUANTITYColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public void SetGOODS_QUANTITYNull() {
|
|
this[this.tableV_STORAGE_ENABLE_REPORT.GOODS_QUANTITYColumn] = global::System.Convert.DBNull;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
///Represents strongly named DataRow class.
|
|
///</summary>
|
|
public partial class V_IO_REPORTRow : global::System.Data.DataRow {
|
|
|
|
private V_IO_REPORTDataTable tableV_IO_REPORT;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
internal V_IO_REPORTRow(global::System.Data.DataRowBuilder rb) :
|
|
base(rb) {
|
|
this.tableV_IO_REPORT = ((V_IO_REPORTDataTable)(this.Table));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public string MANAGE_TYPE_NAME {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tableV_IO_REPORT.MANAGE_TYPE_NAMEColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'MANAGE_TYPE_NAME\' in table \'V_IO_REPORT\' is DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableV_IO_REPORT.MANAGE_TYPE_NAMEColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public string CELL_NAME {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tableV_IO_REPORT.CELL_NAMEColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'CELL_NAME\' in table \'V_IO_REPORT\' is DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableV_IO_REPORT.CELL_NAMEColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public string MANAGE_OPERATOR {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tableV_IO_REPORT.MANAGE_OPERATORColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'MANAGE_OPERATOR\' in table \'V_IO_REPORT\' is DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableV_IO_REPORT.MANAGE_OPERATORColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public string GOODS_NAME {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tableV_IO_REPORT.GOODS_NAMEColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'GOODS_NAME\' in table \'V_IO_REPORT\' is DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableV_IO_REPORT.GOODS_NAMEColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public string GOODS_PROPERTY {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tableV_IO_REPORT.GOODS_PROPERTYColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'GOODS_PROPERTY\' in table \'V_IO_REPORT\' is DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableV_IO_REPORT.GOODS_PROPERTYColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public string GOODS_QUANTITY {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tableV_IO_REPORT.GOODS_QUANTITYColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'GOODS_QUANTITY\' in table \'V_IO_REPORT\' is DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableV_IO_REPORT.GOODS_QUANTITYColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public bool IsMANAGE_TYPE_NAMENull() {
|
|
return this.IsNull(this.tableV_IO_REPORT.MANAGE_TYPE_NAMEColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public void SetMANAGE_TYPE_NAMENull() {
|
|
this[this.tableV_IO_REPORT.MANAGE_TYPE_NAMEColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public bool IsCELL_NAMENull() {
|
|
return this.IsNull(this.tableV_IO_REPORT.CELL_NAMEColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public void SetCELL_NAMENull() {
|
|
this[this.tableV_IO_REPORT.CELL_NAMEColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public bool IsMANAGE_OPERATORNull() {
|
|
return this.IsNull(this.tableV_IO_REPORT.MANAGE_OPERATORColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public void SetMANAGE_OPERATORNull() {
|
|
this[this.tableV_IO_REPORT.MANAGE_OPERATORColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public bool IsGOODS_NAMENull() {
|
|
return this.IsNull(this.tableV_IO_REPORT.GOODS_NAMEColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public void SetGOODS_NAMENull() {
|
|
this[this.tableV_IO_REPORT.GOODS_NAMEColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public bool IsGOODS_PROPERTYNull() {
|
|
return this.IsNull(this.tableV_IO_REPORT.GOODS_PROPERTYColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public void SetGOODS_PROPERTYNull() {
|
|
this[this.tableV_IO_REPORT.GOODS_PROPERTYColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public bool IsGOODS_QUANTITYNull() {
|
|
return this.IsNull(this.tableV_IO_REPORT.GOODS_QUANTITYColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public void SetGOODS_QUANTITYNull() {
|
|
this[this.tableV_IO_REPORT.GOODS_QUANTITYColumn] = global::System.Convert.DBNull;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
///Represents strongly named DataRow class.
|
|
///</summary>
|
|
public partial class V_OUT_REPORTRow : global::System.Data.DataRow {
|
|
|
|
private V_OUT_REPORTDataTable tableV_OUT_REPORT;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
internal V_OUT_REPORTRow(global::System.Data.DataRowBuilder rb) :
|
|
base(rb) {
|
|
this.tableV_OUT_REPORT = ((V_OUT_REPORTDataTable)(this.Table));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public string CELL_NAME {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tableV_OUT_REPORT.CELL_NAMEColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'CELL_NAME\' in table \'V_OUT_REPORT\' is DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableV_OUT_REPORT.CELL_NAMEColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public string MANAGE_OPERATOR {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tableV_OUT_REPORT.MANAGE_OPERATORColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'MANAGE_OPERATOR\' in table \'V_OUT_REPORT\' is DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableV_OUT_REPORT.MANAGE_OPERATORColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public string GOODS_NAME {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tableV_OUT_REPORT.GOODS_NAMEColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'GOODS_NAME\' in table \'V_OUT_REPORT\' is DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableV_OUT_REPORT.GOODS_NAMEColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public string GOODS_PROPERTY {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tableV_OUT_REPORT.GOODS_PROPERTYColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'GOODS_PROPERTY\' in table \'V_OUT_REPORT\' is DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableV_OUT_REPORT.GOODS_PROPERTYColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public string OUT_QUANTITY {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tableV_OUT_REPORT.OUT_QUANTITYColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'OUT_QUANTITY\' in table \'V_OUT_REPORT\' is DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableV_OUT_REPORT.OUT_QUANTITYColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public string RETURN_QUANTITY {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tableV_OUT_REPORT.RETURN_QUANTITYColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'RETURN_QUANTITY\' in table \'V_OUT_REPORT\' is DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableV_OUT_REPORT.RETURN_QUANTITYColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public string SUM_OUT_QUANTITY {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tableV_OUT_REPORT.SUM_OUT_QUANTITYColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'SUM_OUT_QUANTITY\' in table \'V_OUT_REPORT\' is DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableV_OUT_REPORT.SUM_OUT_QUANTITYColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public bool IsCELL_NAMENull() {
|
|
return this.IsNull(this.tableV_OUT_REPORT.CELL_NAMEColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public void SetCELL_NAMENull() {
|
|
this[this.tableV_OUT_REPORT.CELL_NAMEColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public bool IsMANAGE_OPERATORNull() {
|
|
return this.IsNull(this.tableV_OUT_REPORT.MANAGE_OPERATORColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public void SetMANAGE_OPERATORNull() {
|
|
this[this.tableV_OUT_REPORT.MANAGE_OPERATORColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public bool IsGOODS_NAMENull() {
|
|
return this.IsNull(this.tableV_OUT_REPORT.GOODS_NAMEColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public void SetGOODS_NAMENull() {
|
|
this[this.tableV_OUT_REPORT.GOODS_NAMEColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public bool IsGOODS_PROPERTYNull() {
|
|
return this.IsNull(this.tableV_OUT_REPORT.GOODS_PROPERTYColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public void SetGOODS_PROPERTYNull() {
|
|
this[this.tableV_OUT_REPORT.GOODS_PROPERTYColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public bool IsOUT_QUANTITYNull() {
|
|
return this.IsNull(this.tableV_OUT_REPORT.OUT_QUANTITYColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public void SetOUT_QUANTITYNull() {
|
|
this[this.tableV_OUT_REPORT.OUT_QUANTITYColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public bool IsRETURN_QUANTITYNull() {
|
|
return this.IsNull(this.tableV_OUT_REPORT.RETURN_QUANTITYColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public void SetRETURN_QUANTITYNull() {
|
|
this[this.tableV_OUT_REPORT.RETURN_QUANTITYColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public bool IsSUM_OUT_QUANTITYNull() {
|
|
return this.IsNull(this.tableV_OUT_REPORT.SUM_OUT_QUANTITYColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public void SetSUM_OUT_QUANTITYNull() {
|
|
this[this.tableV_OUT_REPORT.SUM_OUT_QUANTITYColumn] = global::System.Convert.DBNull;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
///Represents strongly named DataRow class.
|
|
///</summary>
|
|
public partial class V_OUT_REPORT_CHANNEL_GOODSRow : global::System.Data.DataRow {
|
|
|
|
private V_OUT_REPORT_CHANNEL_GOODSDataTable tableV_OUT_REPORT_CHANNEL_GOODS;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
internal V_OUT_REPORT_CHANNEL_GOODSRow(global::System.Data.DataRowBuilder rb) :
|
|
base(rb) {
|
|
this.tableV_OUT_REPORT_CHANNEL_GOODS = ((V_OUT_REPORT_CHANNEL_GOODSDataTable)(this.Table));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public string CELL_NAME {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tableV_OUT_REPORT_CHANNEL_GOODS.CELL_NAMEColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'CELL_NAME\' in table \'V_OUT_REPORT_CHANNEL_GOODS\' is DBNull." +
|
|
"", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableV_OUT_REPORT_CHANNEL_GOODS.CELL_NAMEColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public string GOODS_NAME {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tableV_OUT_REPORT_CHANNEL_GOODS.GOODS_NAMEColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'GOODS_NAME\' in table \'V_OUT_REPORT_CHANNEL_GOODS\' is DBNull" +
|
|
".", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableV_OUT_REPORT_CHANNEL_GOODS.GOODS_NAMEColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public string GOODS_PROPERTY {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tableV_OUT_REPORT_CHANNEL_GOODS.GOODS_PROPERTYColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'GOODS_PROPERTY\' in table \'V_OUT_REPORT_CHANNEL_GOODS\' is DB" +
|
|
"Null.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableV_OUT_REPORT_CHANNEL_GOODS.GOODS_PROPERTYColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public string OUT_QUANTITY {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tableV_OUT_REPORT_CHANNEL_GOODS.OUT_QUANTITYColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'OUT_QUANTITY\' in table \'V_OUT_REPORT_CHANNEL_GOODS\' is DBNu" +
|
|
"ll.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableV_OUT_REPORT_CHANNEL_GOODS.OUT_QUANTITYColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public string RETURN_QUANTITY {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tableV_OUT_REPORT_CHANNEL_GOODS.RETURN_QUANTITYColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'RETURN_QUANTITY\' in table \'V_OUT_REPORT_CHANNEL_GOODS\' is D" +
|
|
"BNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableV_OUT_REPORT_CHANNEL_GOODS.RETURN_QUANTITYColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public string SUM_OUT_QUANTITY {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tableV_OUT_REPORT_CHANNEL_GOODS.SUM_OUT_QUANTITYColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'SUM_OUT_QUANTITY\' in table \'V_OUT_REPORT_CHANNEL_GOODS\' is " +
|
|
"DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableV_OUT_REPORT_CHANNEL_GOODS.SUM_OUT_QUANTITYColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public bool IsCELL_NAMENull() {
|
|
return this.IsNull(this.tableV_OUT_REPORT_CHANNEL_GOODS.CELL_NAMEColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public void SetCELL_NAMENull() {
|
|
this[this.tableV_OUT_REPORT_CHANNEL_GOODS.CELL_NAMEColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public bool IsGOODS_NAMENull() {
|
|
return this.IsNull(this.tableV_OUT_REPORT_CHANNEL_GOODS.GOODS_NAMEColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public void SetGOODS_NAMENull() {
|
|
this[this.tableV_OUT_REPORT_CHANNEL_GOODS.GOODS_NAMEColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public bool IsGOODS_PROPERTYNull() {
|
|
return this.IsNull(this.tableV_OUT_REPORT_CHANNEL_GOODS.GOODS_PROPERTYColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public void SetGOODS_PROPERTYNull() {
|
|
this[this.tableV_OUT_REPORT_CHANNEL_GOODS.GOODS_PROPERTYColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public bool IsOUT_QUANTITYNull() {
|
|
return this.IsNull(this.tableV_OUT_REPORT_CHANNEL_GOODS.OUT_QUANTITYColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public void SetOUT_QUANTITYNull() {
|
|
this[this.tableV_OUT_REPORT_CHANNEL_GOODS.OUT_QUANTITYColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public bool IsRETURN_QUANTITYNull() {
|
|
return this.IsNull(this.tableV_OUT_REPORT_CHANNEL_GOODS.RETURN_QUANTITYColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public void SetRETURN_QUANTITYNull() {
|
|
this[this.tableV_OUT_REPORT_CHANNEL_GOODS.RETURN_QUANTITYColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public bool IsSUM_OUT_QUANTITYNull() {
|
|
return this.IsNull(this.tableV_OUT_REPORT_CHANNEL_GOODS.SUM_OUT_QUANTITYColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public void SetSUM_OUT_QUANTITYNull() {
|
|
this[this.tableV_OUT_REPORT_CHANNEL_GOODS.SUM_OUT_QUANTITYColumn] = global::System.Convert.DBNull;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
///Represents strongly named DataRow class.
|
|
///</summary>
|
|
public partial class V_OUT_REPORT_GOODSRow : global::System.Data.DataRow {
|
|
|
|
private V_OUT_REPORT_GOODSDataTable tableV_OUT_REPORT_GOODS;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
internal V_OUT_REPORT_GOODSRow(global::System.Data.DataRowBuilder rb) :
|
|
base(rb) {
|
|
this.tableV_OUT_REPORT_GOODS = ((V_OUT_REPORT_GOODSDataTable)(this.Table));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public string GOODS_NAME {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tableV_OUT_REPORT_GOODS.GOODS_NAMEColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'GOODS_NAME\' in table \'V_OUT_REPORT_GOODS\' is DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableV_OUT_REPORT_GOODS.GOODS_NAMEColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public string GOODS_PROPERTY {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tableV_OUT_REPORT_GOODS.GOODS_PROPERTYColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'GOODS_PROPERTY\' in table \'V_OUT_REPORT_GOODS\' is DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableV_OUT_REPORT_GOODS.GOODS_PROPERTYColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public string OUT_QUANTITY {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tableV_OUT_REPORT_GOODS.OUT_QUANTITYColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'OUT_QUANTITY\' in table \'V_OUT_REPORT_GOODS\' is DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableV_OUT_REPORT_GOODS.OUT_QUANTITYColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public string RETURN_QUANTITY {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tableV_OUT_REPORT_GOODS.RETURN_QUANTITYColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'RETURN_QUANTITY\' in table \'V_OUT_REPORT_GOODS\' is DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableV_OUT_REPORT_GOODS.RETURN_QUANTITYColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public string SUM_OUT_QUANTITY {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tableV_OUT_REPORT_GOODS.SUM_OUT_QUANTITYColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'SUM_OUT_QUANTITY\' in table \'V_OUT_REPORT_GOODS\' is DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableV_OUT_REPORT_GOODS.SUM_OUT_QUANTITYColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public bool IsGOODS_NAMENull() {
|
|
return this.IsNull(this.tableV_OUT_REPORT_GOODS.GOODS_NAMEColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public void SetGOODS_NAMENull() {
|
|
this[this.tableV_OUT_REPORT_GOODS.GOODS_NAMEColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public bool IsGOODS_PROPERTYNull() {
|
|
return this.IsNull(this.tableV_OUT_REPORT_GOODS.GOODS_PROPERTYColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public void SetGOODS_PROPERTYNull() {
|
|
this[this.tableV_OUT_REPORT_GOODS.GOODS_PROPERTYColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public bool IsOUT_QUANTITYNull() {
|
|
return this.IsNull(this.tableV_OUT_REPORT_GOODS.OUT_QUANTITYColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public void SetOUT_QUANTITYNull() {
|
|
this[this.tableV_OUT_REPORT_GOODS.OUT_QUANTITYColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public bool IsRETURN_QUANTITYNull() {
|
|
return this.IsNull(this.tableV_OUT_REPORT_GOODS.RETURN_QUANTITYColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public void SetRETURN_QUANTITYNull() {
|
|
this[this.tableV_OUT_REPORT_GOODS.RETURN_QUANTITYColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public bool IsSUM_OUT_QUANTITYNull() {
|
|
return this.IsNull(this.tableV_OUT_REPORT_GOODS.SUM_OUT_QUANTITYColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public void SetSUM_OUT_QUANTITYNull() {
|
|
this[this.tableV_OUT_REPORT_GOODS.SUM_OUT_QUANTITYColumn] = global::System.Convert.DBNull;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
///Row event argument class
|
|
///</summary>
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public class V_OUT_REPORT_SHIFTRowChangeEvent : global::System.EventArgs {
|
|
|
|
private V_OUT_REPORT_SHIFTRow eventRow;
|
|
|
|
private global::System.Data.DataRowAction eventAction;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public V_OUT_REPORT_SHIFTRowChangeEvent(V_OUT_REPORT_SHIFTRow 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", "4.0.0.0")]
|
|
public V_OUT_REPORT_SHIFTRow Row {
|
|
get {
|
|
return this.eventRow;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public global::System.Data.DataRowAction Action {
|
|
get {
|
|
return this.eventAction;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
///Row event argument class
|
|
///</summary>
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public class V_STORAGE_SUMMARY_REPORTRowChangeEvent : global::System.EventArgs {
|
|
|
|
private V_STORAGE_SUMMARY_REPORTRow eventRow;
|
|
|
|
private global::System.Data.DataRowAction eventAction;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public V_STORAGE_SUMMARY_REPORTRowChangeEvent(V_STORAGE_SUMMARY_REPORTRow 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", "4.0.0.0")]
|
|
public V_STORAGE_SUMMARY_REPORTRow Row {
|
|
get {
|
|
return this.eventRow;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public global::System.Data.DataRowAction Action {
|
|
get {
|
|
return this.eventAction;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
///Row event argument class
|
|
///</summary>
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public class V_STORAGE_ENABLE_REPORTRowChangeEvent : global::System.EventArgs {
|
|
|
|
private V_STORAGE_ENABLE_REPORTRow eventRow;
|
|
|
|
private global::System.Data.DataRowAction eventAction;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public V_STORAGE_ENABLE_REPORTRowChangeEvent(V_STORAGE_ENABLE_REPORTRow 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", "4.0.0.0")]
|
|
public V_STORAGE_ENABLE_REPORTRow Row {
|
|
get {
|
|
return this.eventRow;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public global::System.Data.DataRowAction Action {
|
|
get {
|
|
return this.eventAction;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
///Row event argument class
|
|
///</summary>
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public class V_IO_REPORTRowChangeEvent : global::System.EventArgs {
|
|
|
|
private V_IO_REPORTRow eventRow;
|
|
|
|
private global::System.Data.DataRowAction eventAction;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public V_IO_REPORTRowChangeEvent(V_IO_REPORTRow 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", "4.0.0.0")]
|
|
public V_IO_REPORTRow Row {
|
|
get {
|
|
return this.eventRow;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public global::System.Data.DataRowAction Action {
|
|
get {
|
|
return this.eventAction;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
///Row event argument class
|
|
///</summary>
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public class V_OUT_REPORTRowChangeEvent : global::System.EventArgs {
|
|
|
|
private V_OUT_REPORTRow eventRow;
|
|
|
|
private global::System.Data.DataRowAction eventAction;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public V_OUT_REPORTRowChangeEvent(V_OUT_REPORTRow 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", "4.0.0.0")]
|
|
public V_OUT_REPORTRow Row {
|
|
get {
|
|
return this.eventRow;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public global::System.Data.DataRowAction Action {
|
|
get {
|
|
return this.eventAction;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
///Row event argument class
|
|
///</summary>
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public class V_OUT_REPORT_CHANNEL_GOODSRowChangeEvent : global::System.EventArgs {
|
|
|
|
private V_OUT_REPORT_CHANNEL_GOODSRow eventRow;
|
|
|
|
private global::System.Data.DataRowAction eventAction;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public V_OUT_REPORT_CHANNEL_GOODSRowChangeEvent(V_OUT_REPORT_CHANNEL_GOODSRow 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", "4.0.0.0")]
|
|
public V_OUT_REPORT_CHANNEL_GOODSRow Row {
|
|
get {
|
|
return this.eventRow;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public global::System.Data.DataRowAction Action {
|
|
get {
|
|
return this.eventAction;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
///Row event argument class
|
|
///</summary>
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public class V_OUT_REPORT_GOODSRowChangeEvent : global::System.EventArgs {
|
|
|
|
private V_OUT_REPORT_GOODSRow eventRow;
|
|
|
|
private global::System.Data.DataRowAction eventAction;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public V_OUT_REPORT_GOODSRowChangeEvent(V_OUT_REPORT_GOODSRow 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", "4.0.0.0")]
|
|
public V_OUT_REPORT_GOODSRow Row {
|
|
get {
|
|
return this.eventRow;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
|
|
public global::System.Data.DataRowAction Action {
|
|
get {
|
|
return this.eventAction;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
#pragma warning restore 1591
|