using System; using System.CodeDom.Compiler; using System.Collections; using System.ComponentModel; using System.ComponentModel.Design; using System.Data; using System.Diagnostics; using System.IO; using System.Runtime.Serialization; using System.Xml; using System.Xml.Schema; using System.Xml.Serialization; namespace SunRoxm.BizPeri.ReportDataSet.ReportDataSet { [Serializable] [XmlRoot("dsFrmSaleOutDepotBill")] [ToolboxItem(true)] [XmlSchemaProvider("GetTypedDataSetSchema")] [DesignerCategory("code")] [HelpKeyword("vs.data.DataSet")] [GeneratedCode("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")] public class dsFrmSaleOutDepotBill : DataSet { public delegate void ReportCommentRowChangeEventHandler(object sender, ReportCommentRowChangeEvent e); public delegate void SaleBillRowChangeEventHandler(object sender, SaleBillRowChangeEvent e); public delegate void SaleOutDepotBillRowChangeEventHandler(object sender, SaleOutDepotBillRowChangeEvent e); public delegate void AppendInfoRowChangeEventHandler(object sender, AppendInfoRowChangeEvent e); [Serializable] [GeneratedCode("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")] [XmlSchemaProvider("GetTypedTableSchema")] public class ReportCommentDataTable : DataTable, IEnumerable { private DataColumn columnComment_ReportComment; private DataColumn columnNo_SaleOutDepotBill; [DebuggerNonUserCode] public DataColumn Comment_ReportCommentColumn => columnComment_ReportComment; [DebuggerNonUserCode] public DataColumn No_SaleOutDepotBillColumn => columnNo_SaleOutDepotBill; [DebuggerNonUserCode] [Browsable(false)] public int Count => base.Rows.Count; [DebuggerNonUserCode] public ReportCommentRow this[int index] => (ReportCommentRow)base.Rows[index]; public event ReportCommentRowChangeEventHandler ReportCommentRowChanging; public event ReportCommentRowChangeEventHandler ReportCommentRowChanged; public event ReportCommentRowChangeEventHandler ReportCommentRowDeleting; public event ReportCommentRowChangeEventHandler ReportCommentRowDeleted; [DebuggerNonUserCode] public ReportCommentDataTable() { base.TableName = "ReportComment"; BeginInit(); InitClass(); EndInit(); } [DebuggerNonUserCode] internal ReportCommentDataTable(DataTable table) { base.TableName = table.TableName; if (table.CaseSensitive != table.DataSet.CaseSensitive) { base.CaseSensitive = table.CaseSensitive; } if (table.Locale.ToString() != table.DataSet.Locale.ToString()) { base.Locale = table.Locale; } if (table.Namespace != table.DataSet.Namespace) { base.Namespace = table.Namespace; } base.Prefix = table.Prefix; base.MinimumCapacity = table.MinimumCapacity; } [DebuggerNonUserCode] protected ReportCommentDataTable(SerializationInfo info, StreamingContext context) : base(info, context) { InitVars(); } [DebuggerNonUserCode] public void AddReportCommentRow(ReportCommentRow row) { base.Rows.Add(row); } [DebuggerNonUserCode] public ReportCommentRow AddReportCommentRow(string Comment_ReportComment, string No_SaleOutDepotBill) { ReportCommentRow reportCommentRow = (ReportCommentRow)NewRow(); reportCommentRow.ItemArray = new object[2] { Comment_ReportComment, No_SaleOutDepotBill }; base.Rows.Add(reportCommentRow); return reportCommentRow; } [DebuggerNonUserCode] public virtual IEnumerator GetEnumerator() { return base.Rows.GetEnumerator(); } [DebuggerNonUserCode] public override DataTable Clone() { ReportCommentDataTable reportCommentDataTable = (ReportCommentDataTable)base.Clone(); reportCommentDataTable.InitVars(); return reportCommentDataTable; } [DebuggerNonUserCode] protected override DataTable CreateInstance() { return new ReportCommentDataTable(); } [DebuggerNonUserCode] internal void InitVars() { columnComment_ReportComment = base.Columns["Comment_ReportComment"]; columnNo_SaleOutDepotBill = base.Columns["No_SaleOutDepotBill"]; } [DebuggerNonUserCode] private void InitClass() { columnComment_ReportComment = new DataColumn("Comment_ReportComment", typeof(string), null, MappingType.Element); base.Columns.Add(columnComment_ReportComment); columnNo_SaleOutDepotBill = new DataColumn("No_SaleOutDepotBill", typeof(string), null, MappingType.Element); base.Columns.Add(columnNo_SaleOutDepotBill); } [DebuggerNonUserCode] public ReportCommentRow NewReportCommentRow() { return (ReportCommentRow)NewRow(); } [DebuggerNonUserCode] protected override DataRow NewRowFromBuilder(DataRowBuilder builder) { return new ReportCommentRow(builder); } [DebuggerNonUserCode] protected override Type GetRowType() { return typeof(ReportCommentRow); } [DebuggerNonUserCode] protected override void OnRowChanged(DataRowChangeEventArgs e) { base.OnRowChanged(e); if (this.ReportCommentRowChanged != null) { this.ReportCommentRowChanged(this, new ReportCommentRowChangeEvent((ReportCommentRow)e.Row, e.Action)); } } [DebuggerNonUserCode] protected override void OnRowChanging(DataRowChangeEventArgs e) { base.OnRowChanging(e); if (this.ReportCommentRowChanging != null) { this.ReportCommentRowChanging(this, new ReportCommentRowChangeEvent((ReportCommentRow)e.Row, e.Action)); } } [DebuggerNonUserCode] protected override void OnRowDeleted(DataRowChangeEventArgs e) { base.OnRowDeleted(e); if (this.ReportCommentRowDeleted != null) { this.ReportCommentRowDeleted(this, new ReportCommentRowChangeEvent((ReportCommentRow)e.Row, e.Action)); } } [DebuggerNonUserCode] protected override void OnRowDeleting(DataRowChangeEventArgs e) { base.OnRowDeleting(e); if (this.ReportCommentRowDeleting != null) { this.ReportCommentRowDeleting(this, new ReportCommentRowChangeEvent((ReportCommentRow)e.Row, e.Action)); } } [DebuggerNonUserCode] public void RemoveReportCommentRow(ReportCommentRow row) { base.Rows.Remove(row); } [DebuggerNonUserCode] public static XmlSchemaComplexType GetTypedTableSchema(XmlSchemaSet xs) { XmlSchemaComplexType xmlSchemaComplexType = new XmlSchemaComplexType(); XmlSchemaSequence xmlSchemaSequence = new XmlSchemaSequence(); dsFrmSaleOutDepotBill dsFrmSaleOutDepotBill = new dsFrmSaleOutDepotBill(); xs.Add(dsFrmSaleOutDepotBill.GetSchemaSerializable()); XmlSchemaAny xmlSchemaAny = new XmlSchemaAny(); xmlSchemaAny.Namespace = "http://www.w3.org/2001/XMLSchema"; xmlSchemaAny.MinOccurs = 0m; xmlSchemaAny.MaxOccurs = decimal.MaxValue; xmlSchemaAny.ProcessContents = XmlSchemaContentProcessing.Lax; xmlSchemaSequence.Items.Add(xmlSchemaAny); XmlSchemaAny xmlSchemaAny2 = new XmlSchemaAny(); xmlSchemaAny2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1"; xmlSchemaAny2.MinOccurs = 1m; xmlSchemaAny2.ProcessContents = XmlSchemaContentProcessing.Lax; xmlSchemaSequence.Items.Add(xmlSchemaAny2); XmlSchemaAttribute xmlSchemaAttribute = new XmlSchemaAttribute(); xmlSchemaAttribute.Name = "namespace"; xmlSchemaAttribute.FixedValue = dsFrmSaleOutDepotBill.Namespace; xmlSchemaComplexType.Attributes.Add(xmlSchemaAttribute); XmlSchemaAttribute xmlSchemaAttribute2 = new XmlSchemaAttribute(); xmlSchemaAttribute2.Name = "tableTypeName"; xmlSchemaAttribute2.FixedValue = "ReportCommentDataTable"; xmlSchemaComplexType.Attributes.Add(xmlSchemaAttribute2); xmlSchemaComplexType.Particle = xmlSchemaSequence; return xmlSchemaComplexType; } } [Serializable] [GeneratedCode("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")] [XmlSchemaProvider("GetTypedTableSchema")] public class SaleBillDataTable : DataTable, IEnumerable { private DataColumn columnNo_SaleBill; private DataColumn columnNo_SaleOutDepotBill; private DataColumn columnGoodsAmount_SaleOutDepotBill; private DataColumn columnTaxAmount_SaleOutDepotBill; [DebuggerNonUserCode] public DataColumn No_SaleBillColumn => columnNo_SaleBill; [DebuggerNonUserCode] public DataColumn No_SaleOutDepotBillColumn => columnNo_SaleOutDepotBill; [DebuggerNonUserCode] public DataColumn GoodsAmount_SaleOutDepotBillColumn => columnGoodsAmount_SaleOutDepotBill; [DebuggerNonUserCode] public DataColumn TaxAmount_SaleOutDepotBillColumn => columnTaxAmount_SaleOutDepotBill; [DebuggerNonUserCode] [Browsable(false)] public int Count => base.Rows.Count; [DebuggerNonUserCode] public SaleBillRow this[int index] => (SaleBillRow)base.Rows[index]; public event SaleBillRowChangeEventHandler SaleBillRowChanging; public event SaleBillRowChangeEventHandler SaleBillRowChanged; public event SaleBillRowChangeEventHandler SaleBillRowDeleting; public event SaleBillRowChangeEventHandler SaleBillRowDeleted; [DebuggerNonUserCode] public SaleBillDataTable() { base.TableName = "SaleBill"; BeginInit(); InitClass(); EndInit(); } [DebuggerNonUserCode] internal SaleBillDataTable(DataTable table) { base.TableName = table.TableName; if (table.CaseSensitive != table.DataSet.CaseSensitive) { base.CaseSensitive = table.CaseSensitive; } if (table.Locale.ToString() != table.DataSet.Locale.ToString()) { base.Locale = table.Locale; } if (table.Namespace != table.DataSet.Namespace) { base.Namespace = table.Namespace; } base.Prefix = table.Prefix; base.MinimumCapacity = table.MinimumCapacity; } [DebuggerNonUserCode] protected SaleBillDataTable(SerializationInfo info, StreamingContext context) : base(info, context) { InitVars(); } [DebuggerNonUserCode] public void AddSaleBillRow(SaleBillRow row) { base.Rows.Add(row); } [DebuggerNonUserCode] public SaleBillRow AddSaleBillRow(string No_SaleBill, string No_SaleOutDepotBill, decimal GoodsAmount_SaleOutDepotBill, decimal TaxAmount_SaleOutDepotBill) { SaleBillRow saleBillRow = (SaleBillRow)NewRow(); saleBillRow.ItemArray = new object[4] { No_SaleBill, No_SaleOutDepotBill, GoodsAmount_SaleOutDepotBill, TaxAmount_SaleOutDepotBill }; base.Rows.Add(saleBillRow); return saleBillRow; } [DebuggerNonUserCode] public virtual IEnumerator GetEnumerator() { return base.Rows.GetEnumerator(); } [DebuggerNonUserCode] public override DataTable Clone() { SaleBillDataTable saleBillDataTable = (SaleBillDataTable)base.Clone(); saleBillDataTable.InitVars(); return saleBillDataTable; } [DebuggerNonUserCode] protected override DataTable CreateInstance() { return new SaleBillDataTable(); } [DebuggerNonUserCode] internal void InitVars() { columnNo_SaleBill = base.Columns["No_SaleBill"]; columnNo_SaleOutDepotBill = base.Columns["No_SaleOutDepotBill"]; columnGoodsAmount_SaleOutDepotBill = base.Columns["GoodsAmount_SaleOutDepotBill"]; columnTaxAmount_SaleOutDepotBill = base.Columns["TaxAmount_SaleOutDepotBill"]; } [DebuggerNonUserCode] private void InitClass() { columnNo_SaleBill = new DataColumn("No_SaleBill", typeof(string), null, MappingType.Element); base.Columns.Add(columnNo_SaleBill); columnNo_SaleOutDepotBill = new DataColumn("No_SaleOutDepotBill", typeof(string), null, MappingType.Element); base.Columns.Add(columnNo_SaleOutDepotBill); columnGoodsAmount_SaleOutDepotBill = new DataColumn("GoodsAmount_SaleOutDepotBill", typeof(decimal), null, MappingType.Element); base.Columns.Add(columnGoodsAmount_SaleOutDepotBill); columnTaxAmount_SaleOutDepotBill = new DataColumn("TaxAmount_SaleOutDepotBill", typeof(decimal), null, MappingType.Element); base.Columns.Add(columnTaxAmount_SaleOutDepotBill); } [DebuggerNonUserCode] public SaleBillRow NewSaleBillRow() { return (SaleBillRow)NewRow(); } [DebuggerNonUserCode] protected override DataRow NewRowFromBuilder(DataRowBuilder builder) { return new SaleBillRow(builder); } [DebuggerNonUserCode] protected override Type GetRowType() { return typeof(SaleBillRow); } [DebuggerNonUserCode] protected override void OnRowChanged(DataRowChangeEventArgs e) { base.OnRowChanged(e); if (this.SaleBillRowChanged != null) { this.SaleBillRowChanged(this, new SaleBillRowChangeEvent((SaleBillRow)e.Row, e.Action)); } } [DebuggerNonUserCode] protected override void OnRowChanging(DataRowChangeEventArgs e) { base.OnRowChanging(e); if (this.SaleBillRowChanging != null) { this.SaleBillRowChanging(this, new SaleBillRowChangeEvent((SaleBillRow)e.Row, e.Action)); } } [DebuggerNonUserCode] protected override void OnRowDeleted(DataRowChangeEventArgs e) { base.OnRowDeleted(e); if (this.SaleBillRowDeleted != null) { this.SaleBillRowDeleted(this, new SaleBillRowChangeEvent((SaleBillRow)e.Row, e.Action)); } } [DebuggerNonUserCode] protected override void OnRowDeleting(DataRowChangeEventArgs e) { base.OnRowDeleting(e); if (this.SaleBillRowDeleting != null) { this.SaleBillRowDeleting(this, new SaleBillRowChangeEvent((SaleBillRow)e.Row, e.Action)); } } [DebuggerNonUserCode] public void RemoveSaleBillRow(SaleBillRow row) { base.Rows.Remove(row); } [DebuggerNonUserCode] public static XmlSchemaComplexType GetTypedTableSchema(XmlSchemaSet xs) { XmlSchemaComplexType xmlSchemaComplexType = new XmlSchemaComplexType(); XmlSchemaSequence xmlSchemaSequence = new XmlSchemaSequence(); dsFrmSaleOutDepotBill dsFrmSaleOutDepotBill = new dsFrmSaleOutDepotBill(); xs.Add(dsFrmSaleOutDepotBill.GetSchemaSerializable()); XmlSchemaAny xmlSchemaAny = new XmlSchemaAny(); xmlSchemaAny.Namespace = "http://www.w3.org/2001/XMLSchema"; xmlSchemaAny.MinOccurs = 0m; xmlSchemaAny.MaxOccurs = decimal.MaxValue; xmlSchemaAny.ProcessContents = XmlSchemaContentProcessing.Lax; xmlSchemaSequence.Items.Add(xmlSchemaAny); XmlSchemaAny xmlSchemaAny2 = new XmlSchemaAny(); xmlSchemaAny2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1"; xmlSchemaAny2.MinOccurs = 1m; xmlSchemaAny2.ProcessContents = XmlSchemaContentProcessing.Lax; xmlSchemaSequence.Items.Add(xmlSchemaAny2); XmlSchemaAttribute xmlSchemaAttribute = new XmlSchemaAttribute(); xmlSchemaAttribute.Name = "namespace"; xmlSchemaAttribute.FixedValue = dsFrmSaleOutDepotBill.Namespace; xmlSchemaComplexType.Attributes.Add(xmlSchemaAttribute); XmlSchemaAttribute xmlSchemaAttribute2 = new XmlSchemaAttribute(); xmlSchemaAttribute2.Name = "tableTypeName"; xmlSchemaAttribute2.FixedValue = "SaleBillDataTable"; xmlSchemaComplexType.Attributes.Add(xmlSchemaAttribute2); xmlSchemaComplexType.Particle = xmlSchemaSequence; return xmlSchemaComplexType; } } [Serializable] [GeneratedCode("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")] [XmlSchemaProvider("GetTypedTableSchema")] public class SaleOutDepotBillDataTable : DataTable, IEnumerable { private DataColumn columnNo_SaleOutDepotBill; private DataColumn columnDate_SaleOutDepotBill; private DataColumn columnAssessDate_SaleOutDepotBill; private DataColumn columnComment_SaleOutDepotBill; private DataColumn columnDisable_SaleOutDepotBill; private DataColumn columnCreateDate_SaleOutDepotBill; private DataColumn columnLastModDate_SaleOutDepotBill; private DataColumn columnName_User; private DataColumn columnName_UserAuti; private DataColumn columnName_LastModUser; private DataColumn columnName_Location; private DataColumn columnNo_Location; private DataColumn columnName_Customer; private DataColumn columnShortName_Customer; private DataColumn columnNo_Customer; private DataColumn columnNo_SaleOutDepotBillProduct; private DataColumn columnType_FromBill; private DataColumn columnNo_FromBill; private DataColumn columnNo_FromBillProduct; private DataColumn columnQuantity_SaleOutDepotBillProduct; private DataColumn columnComment_SaleOutDepotBillProduct; private DataColumn columnRtnQuantity_SaleOutDepotBillProduct; private DataColumn columnName_FromBill; private DataColumn columnmoney; private DataColumn columnNo_Product; private DataColumn columnName_Product; private DataColumn columnUnit_Product1; private DataColumn columnName_Location1; private DataColumn columnUnitPrice_SaleBillProduct; private DataColumn columnNo_SaleBill; private DataColumn columnNo_OrderBill; private DataColumn columnName_Linkman; private DataColumn columnSendAddr_SaleBill; private DataColumn columnTel_SaleBill; private DataColumn columnOutStatus_SaleBill; private DataColumn columnTaxCurrency_SaleBill; private DataColumn columnCurrency_SaleBill; private DataColumn columnBarCode; [DebuggerNonUserCode] public DataColumn No_SaleOutDepotBillColumn => columnNo_SaleOutDepotBill; [DebuggerNonUserCode] public DataColumn Date_SaleOutDepotBillColumn => columnDate_SaleOutDepotBill; [DebuggerNonUserCode] public DataColumn AssessDate_SaleOutDepotBillColumn => columnAssessDate_SaleOutDepotBill; [DebuggerNonUserCode] public DataColumn Comment_SaleOutDepotBillColumn => columnComment_SaleOutDepotBill; [DebuggerNonUserCode] public DataColumn Disable_SaleOutDepotBillColumn => columnDisable_SaleOutDepotBill; [DebuggerNonUserCode] public DataColumn CreateDate_SaleOutDepotBillColumn => columnCreateDate_SaleOutDepotBill; [DebuggerNonUserCode] public DataColumn LastModDate_SaleOutDepotBillColumn => columnLastModDate_SaleOutDepotBill; [DebuggerNonUserCode] public DataColumn Name_UserColumn => columnName_User; [DebuggerNonUserCode] public DataColumn Name_UserAutiColumn => columnName_UserAuti; [DebuggerNonUserCode] public DataColumn Name_LastModUserColumn => columnName_LastModUser; [DebuggerNonUserCode] public DataColumn Name_LocationColumn => columnName_Location; [DebuggerNonUserCode] public DataColumn No_LocationColumn => columnNo_Location; [DebuggerNonUserCode] public DataColumn Name_CustomerColumn => columnName_Customer; [DebuggerNonUserCode] public DataColumn ShortName_CustomerColumn => columnShortName_Customer; [DebuggerNonUserCode] public DataColumn No_CustomerColumn => columnNo_Customer; [DebuggerNonUserCode] public DataColumn No_SaleOutDepotBillProductColumn => columnNo_SaleOutDepotBillProduct; [DebuggerNonUserCode] public DataColumn Type_FromBillColumn => columnType_FromBill; [DebuggerNonUserCode] public DataColumn No_FromBillColumn => columnNo_FromBill; [DebuggerNonUserCode] public DataColumn No_FromBillProductColumn => columnNo_FromBillProduct; [DebuggerNonUserCode] public DataColumn Quantity_SaleOutDepotBillProductColumn => columnQuantity_SaleOutDepotBillProduct; [DebuggerNonUserCode] public DataColumn Comment_SaleOutDepotBillProductColumn => columnComment_SaleOutDepotBillProduct; [DebuggerNonUserCode] public DataColumn RtnQuantity_SaleOutDepotBillProductColumn => columnRtnQuantity_SaleOutDepotBillProduct; [DebuggerNonUserCode] public DataColumn Name_FromBillColumn => columnName_FromBill; [DebuggerNonUserCode] public DataColumn moneyColumn => columnmoney; [DebuggerNonUserCode] public DataColumn No_ProductColumn => columnNo_Product; [DebuggerNonUserCode] public DataColumn Name_ProductColumn => columnName_Product; [DebuggerNonUserCode] public DataColumn Unit_Product1Column => columnUnit_Product1; [DebuggerNonUserCode] public DataColumn Name_Location1Column => columnName_Location1; [DebuggerNonUserCode] public DataColumn UnitPrice_SaleBillProductColumn => columnUnitPrice_SaleBillProduct; [DebuggerNonUserCode] public DataColumn No_SaleBillColumn => columnNo_SaleBill; [DebuggerNonUserCode] public DataColumn No_OrderBillColumn => columnNo_OrderBill; [DebuggerNonUserCode] public DataColumn Name_LinkmanColumn => columnName_Linkman; [DebuggerNonUserCode] public DataColumn SendAddr_SaleBillColumn => columnSendAddr_SaleBill; [DebuggerNonUserCode] public DataColumn Tel_SaleBillColumn => columnTel_SaleBill; [DebuggerNonUserCode] public DataColumn OutStatus_SaleBillColumn => columnOutStatus_SaleBill; [DebuggerNonUserCode] public DataColumn TaxCurrency_SaleBillColumn => columnTaxCurrency_SaleBill; [DebuggerNonUserCode] public DataColumn Currency_SaleBillColumn => columnCurrency_SaleBill; [DebuggerNonUserCode] public DataColumn BarCodeColumn => columnBarCode; [DebuggerNonUserCode] [Browsable(false)] public int Count => base.Rows.Count; [DebuggerNonUserCode] public SaleOutDepotBillRow this[int index] => (SaleOutDepotBillRow)base.Rows[index]; public event SaleOutDepotBillRowChangeEventHandler SaleOutDepotBillRowChanging; public event SaleOutDepotBillRowChangeEventHandler SaleOutDepotBillRowChanged; public event SaleOutDepotBillRowChangeEventHandler SaleOutDepotBillRowDeleting; public event SaleOutDepotBillRowChangeEventHandler SaleOutDepotBillRowDeleted; [DebuggerNonUserCode] public SaleOutDepotBillDataTable() { base.TableName = "SaleOutDepotBill"; BeginInit(); InitClass(); EndInit(); } [DebuggerNonUserCode] internal SaleOutDepotBillDataTable(DataTable table) { base.TableName = table.TableName; if (table.CaseSensitive != table.DataSet.CaseSensitive) { base.CaseSensitive = table.CaseSensitive; } if (table.Locale.ToString() != table.DataSet.Locale.ToString()) { base.Locale = table.Locale; } if (table.Namespace != table.DataSet.Namespace) { base.Namespace = table.Namespace; } base.Prefix = table.Prefix; base.MinimumCapacity = table.MinimumCapacity; } [DebuggerNonUserCode] protected SaleOutDepotBillDataTable(SerializationInfo info, StreamingContext context) : base(info, context) { InitVars(); } [DebuggerNonUserCode] public void AddSaleOutDepotBillRow(SaleOutDepotBillRow row) { base.Rows.Add(row); } [DebuggerNonUserCode] public SaleOutDepotBillRow AddSaleOutDepotBillRow(string No_SaleOutDepotBill, DateTime Date_SaleOutDepotBill, DateTime AssessDate_SaleOutDepotBill, string Comment_SaleOutDepotBill, bool Disable_SaleOutDepotBill, DateTime CreateDate_SaleOutDepotBill, DateTime LastModDate_SaleOutDepotBill, string Name_User, string Name_UserAuti, string Name_LastModUser, string Name_Location, string No_Location, string Name_Customer, string ShortName_Customer, string No_Customer, string No_SaleOutDepotBillProduct, int Type_FromBill, string No_FromBill, string No_FromBillProduct, decimal Quantity_SaleOutDepotBillProduct, string Comment_SaleOutDepotBillProduct, decimal RtnQuantity_SaleOutDepotBillProduct, string Name_FromBill, decimal money, string No_Product, string Name_Product, string Unit_Product1, string Name_Location1, decimal UnitPrice_SaleBillProduct, string No_SaleBill, string No_OrderBill, string Name_Linkman, string SendAddr_SaleBill, string Tel_SaleBill, string OutStatus_SaleBill, string TaxCurrency_SaleBill, string Currency_SaleBill, byte[] BarCode) { SaleOutDepotBillRow saleOutDepotBillRow = (SaleOutDepotBillRow)NewRow(); saleOutDepotBillRow.ItemArray = new object[38] { No_SaleOutDepotBill, Date_SaleOutDepotBill, AssessDate_SaleOutDepotBill, Comment_SaleOutDepotBill, Disable_SaleOutDepotBill, CreateDate_SaleOutDepotBill, LastModDate_SaleOutDepotBill, Name_User, Name_UserAuti, Name_LastModUser, Name_Location, No_Location, Name_Customer, ShortName_Customer, No_Customer, No_SaleOutDepotBillProduct, Type_FromBill, No_FromBill, No_FromBillProduct, Quantity_SaleOutDepotBillProduct, Comment_SaleOutDepotBillProduct, RtnQuantity_SaleOutDepotBillProduct, Name_FromBill, money, No_Product, Name_Product, Unit_Product1, Name_Location1, UnitPrice_SaleBillProduct, No_SaleBill, No_OrderBill, Name_Linkman, SendAddr_SaleBill, Tel_SaleBill, OutStatus_SaleBill, TaxCurrency_SaleBill, Currency_SaleBill, BarCode }; base.Rows.Add(saleOutDepotBillRow); return saleOutDepotBillRow; } [DebuggerNonUserCode] public virtual IEnumerator GetEnumerator() { return base.Rows.GetEnumerator(); } [DebuggerNonUserCode] public override DataTable Clone() { SaleOutDepotBillDataTable saleOutDepotBillDataTable = (SaleOutDepotBillDataTable)base.Clone(); saleOutDepotBillDataTable.InitVars(); return saleOutDepotBillDataTable; } [DebuggerNonUserCode] protected override DataTable CreateInstance() { return new SaleOutDepotBillDataTable(); } [DebuggerNonUserCode] internal void InitVars() { columnNo_SaleOutDepotBill = base.Columns["No_SaleOutDepotBill"]; columnDate_SaleOutDepotBill = base.Columns["Date_SaleOutDepotBill"]; columnAssessDate_SaleOutDepotBill = base.Columns["AssessDate_SaleOutDepotBill"]; columnComment_SaleOutDepotBill = base.Columns["Comment_SaleOutDepotBill"]; columnDisable_SaleOutDepotBill = base.Columns["Disable_SaleOutDepotBill"]; columnCreateDate_SaleOutDepotBill = base.Columns["CreateDate_SaleOutDepotBill"]; columnLastModDate_SaleOutDepotBill = base.Columns["LastModDate_SaleOutDepotBill"]; columnName_User = base.Columns["Name_User"]; columnName_UserAuti = base.Columns["Name_UserAuti"]; columnName_LastModUser = base.Columns["Name_LastModUser"]; columnName_Location = base.Columns["Name_Location"]; columnNo_Location = base.Columns["No_Location"]; columnName_Customer = base.Columns["Name_Customer"]; columnShortName_Customer = base.Columns["ShortName_Customer"]; columnNo_Customer = base.Columns["No_Customer"]; columnNo_SaleOutDepotBillProduct = base.Columns["No_SaleOutDepotBillProduct"]; columnType_FromBill = base.Columns["Type_FromBill"]; columnNo_FromBill = base.Columns["No_FromBill"]; columnNo_FromBillProduct = base.Columns["No_FromBillProduct"]; columnQuantity_SaleOutDepotBillProduct = base.Columns["Quantity_SaleOutDepotBillProduct"]; columnComment_SaleOutDepotBillProduct = base.Columns["Comment_SaleOutDepotBillProduct"]; columnRtnQuantity_SaleOutDepotBillProduct = base.Columns["RtnQuantity_SaleOutDepotBillProduct"]; columnName_FromBill = base.Columns["Name_FromBill"]; columnmoney = base.Columns["money"]; columnNo_Product = base.Columns["No_Product"]; columnName_Product = base.Columns["Name_Product"]; columnUnit_Product1 = base.Columns["Unit_Product1"]; columnName_Location1 = base.Columns["Name_Location1"]; columnUnitPrice_SaleBillProduct = base.Columns["UnitPrice_SaleBillProduct"]; columnNo_SaleBill = base.Columns["No_SaleBill"]; columnNo_OrderBill = base.Columns["No_OrderBill"]; columnName_Linkman = base.Columns["Name_Linkman"]; columnSendAddr_SaleBill = base.Columns["SendAddr_SaleBill"]; columnTel_SaleBill = base.Columns["Tel_SaleBill"]; columnOutStatus_SaleBill = base.Columns["OutStatus_SaleBill"]; columnTaxCurrency_SaleBill = base.Columns["TaxCurrency_SaleBill"]; columnCurrency_SaleBill = base.Columns["Currency_SaleBill"]; columnBarCode = base.Columns["BarCode"]; } [DebuggerNonUserCode] private void InitClass() { columnNo_SaleOutDepotBill = new DataColumn("No_SaleOutDepotBill", typeof(string), null, MappingType.Element); base.Columns.Add(columnNo_SaleOutDepotBill); columnDate_SaleOutDepotBill = new DataColumn("Date_SaleOutDepotBill", typeof(DateTime), null, MappingType.Element); base.Columns.Add(columnDate_SaleOutDepotBill); columnAssessDate_SaleOutDepotBill = new DataColumn("AssessDate_SaleOutDepotBill", typeof(DateTime), null, MappingType.Element); base.Columns.Add(columnAssessDate_SaleOutDepotBill); columnComment_SaleOutDepotBill = new DataColumn("Comment_SaleOutDepotBill", typeof(string), null, MappingType.Element); base.Columns.Add(columnComment_SaleOutDepotBill); columnDisable_SaleOutDepotBill = new DataColumn("Disable_SaleOutDepotBill", typeof(bool), null, MappingType.Element); base.Columns.Add(columnDisable_SaleOutDepotBill); columnCreateDate_SaleOutDepotBill = new DataColumn("CreateDate_SaleOutDepotBill", typeof(DateTime), null, MappingType.Element); base.Columns.Add(columnCreateDate_SaleOutDepotBill); columnLastModDate_SaleOutDepotBill = new DataColumn("LastModDate_SaleOutDepotBill", typeof(DateTime), null, MappingType.Element); base.Columns.Add(columnLastModDate_SaleOutDepotBill); columnName_User = new DataColumn("Name_User", typeof(string), null, MappingType.Element); base.Columns.Add(columnName_User); columnName_UserAuti = new DataColumn("Name_UserAuti", typeof(string), null, MappingType.Element); base.Columns.Add(columnName_UserAuti); columnName_LastModUser = new DataColumn("Name_LastModUser", typeof(string), null, MappingType.Element); base.Columns.Add(columnName_LastModUser); columnName_Location = new DataColumn("Name_Location", typeof(string), null, MappingType.Element); base.Columns.Add(columnName_Location); columnNo_Location = new DataColumn("No_Location", typeof(string), null, MappingType.Element); base.Columns.Add(columnNo_Location); columnName_Customer = new DataColumn("Name_Customer", typeof(string), null, MappingType.Element); base.Columns.Add(columnName_Customer); columnShortName_Customer = new DataColumn("ShortName_Customer", typeof(string), null, MappingType.Element); base.Columns.Add(columnShortName_Customer); columnNo_Customer = new DataColumn("No_Customer", typeof(string), null, MappingType.Element); base.Columns.Add(columnNo_Customer); columnNo_SaleOutDepotBillProduct = new DataColumn("No_SaleOutDepotBillProduct", typeof(string), null, MappingType.Element); base.Columns.Add(columnNo_SaleOutDepotBillProduct); columnType_FromBill = new DataColumn("Type_FromBill", typeof(int), null, MappingType.Element); base.Columns.Add(columnType_FromBill); columnNo_FromBill = new DataColumn("No_FromBill", typeof(string), null, MappingType.Element); base.Columns.Add(columnNo_FromBill); columnNo_FromBillProduct = new DataColumn("No_FromBillProduct", typeof(string), null, MappingType.Element); base.Columns.Add(columnNo_FromBillProduct); columnQuantity_SaleOutDepotBillProduct = new DataColumn("Quantity_SaleOutDepotBillProduct", typeof(decimal), null, MappingType.Element); base.Columns.Add(columnQuantity_SaleOutDepotBillProduct); columnComment_SaleOutDepotBillProduct = new DataColumn("Comment_SaleOutDepotBillProduct", typeof(string), null, MappingType.Element); base.Columns.Add(columnComment_SaleOutDepotBillProduct); columnRtnQuantity_SaleOutDepotBillProduct = new DataColumn("RtnQuantity_SaleOutDepotBillProduct", typeof(decimal), null, MappingType.Element); base.Columns.Add(columnRtnQuantity_SaleOutDepotBillProduct); columnName_FromBill = new DataColumn("Name_FromBill", typeof(string), null, MappingType.Element); base.Columns.Add(columnName_FromBill); columnmoney = new DataColumn("money", typeof(decimal), null, MappingType.Element); base.Columns.Add(columnmoney); columnNo_Product = new DataColumn("No_Product", typeof(string), null, MappingType.Element); base.Columns.Add(columnNo_Product); columnName_Product = new DataColumn("Name_Product", typeof(string), null, MappingType.Element); base.Columns.Add(columnName_Product); columnUnit_Product1 = new DataColumn("Unit_Product1", typeof(string), null, MappingType.Element); base.Columns.Add(columnUnit_Product1); columnName_Location1 = new DataColumn("Name_Location1", typeof(string), null, MappingType.Element); base.Columns.Add(columnName_Location1); columnUnitPrice_SaleBillProduct = new DataColumn("UnitPrice_SaleBillProduct", typeof(decimal), null, MappingType.Element); base.Columns.Add(columnUnitPrice_SaleBillProduct); columnNo_SaleBill = new DataColumn("No_SaleBill", typeof(string), null, MappingType.Element); base.Columns.Add(columnNo_SaleBill); columnNo_OrderBill = new DataColumn("No_OrderBill", typeof(string), null, MappingType.Element); base.Columns.Add(columnNo_OrderBill); columnName_Linkman = new DataColumn("Name_Linkman", typeof(string), null, MappingType.Element); base.Columns.Add(columnName_Linkman); columnSendAddr_SaleBill = new DataColumn("SendAddr_SaleBill", typeof(string), null, MappingType.Element); base.Columns.Add(columnSendAddr_SaleBill); columnTel_SaleBill = new DataColumn("Tel_SaleBill", typeof(string), null, MappingType.Element); base.Columns.Add(columnTel_SaleBill); columnOutStatus_SaleBill = new DataColumn("OutStatus_SaleBill", typeof(string), null, MappingType.Element); base.Columns.Add(columnOutStatus_SaleBill); columnTaxCurrency_SaleBill = new DataColumn("TaxCurrency_SaleBill", typeof(string), null, MappingType.Element); base.Columns.Add(columnTaxCurrency_SaleBill); columnCurrency_SaleBill = new DataColumn("Currency_SaleBill", typeof(string), null, MappingType.Element); base.Columns.Add(columnCurrency_SaleBill); columnBarCode = new DataColumn("BarCode", typeof(byte[]), null, MappingType.Element); base.Columns.Add(columnBarCode); } [DebuggerNonUserCode] public SaleOutDepotBillRow NewSaleOutDepotBillRow() { return (SaleOutDepotBillRow)NewRow(); } [DebuggerNonUserCode] protected override DataRow NewRowFromBuilder(DataRowBuilder builder) { return new SaleOutDepotBillRow(builder); } [DebuggerNonUserCode] protected override Type GetRowType() { return typeof(SaleOutDepotBillRow); } [DebuggerNonUserCode] protected override void OnRowChanged(DataRowChangeEventArgs e) { base.OnRowChanged(e); if (this.SaleOutDepotBillRowChanged != null) { this.SaleOutDepotBillRowChanged(this, new SaleOutDepotBillRowChangeEvent((SaleOutDepotBillRow)e.Row, e.Action)); } } [DebuggerNonUserCode] protected override void OnRowChanging(DataRowChangeEventArgs e) { base.OnRowChanging(e); if (this.SaleOutDepotBillRowChanging != null) { this.SaleOutDepotBillRowChanging(this, new SaleOutDepotBillRowChangeEvent((SaleOutDepotBillRow)e.Row, e.Action)); } } [DebuggerNonUserCode] protected override void OnRowDeleted(DataRowChangeEventArgs e) { base.OnRowDeleted(e); if (this.SaleOutDepotBillRowDeleted != null) { this.SaleOutDepotBillRowDeleted(this, new SaleOutDepotBillRowChangeEvent((SaleOutDepotBillRow)e.Row, e.Action)); } } [DebuggerNonUserCode] protected override void OnRowDeleting(DataRowChangeEventArgs e) { base.OnRowDeleting(e); if (this.SaleOutDepotBillRowDeleting != null) { this.SaleOutDepotBillRowDeleting(this, new SaleOutDepotBillRowChangeEvent((SaleOutDepotBillRow)e.Row, e.Action)); } } [DebuggerNonUserCode] public void RemoveSaleOutDepotBillRow(SaleOutDepotBillRow row) { base.Rows.Remove(row); } [DebuggerNonUserCode] public static XmlSchemaComplexType GetTypedTableSchema(XmlSchemaSet xs) { XmlSchemaComplexType xmlSchemaComplexType = new XmlSchemaComplexType(); XmlSchemaSequence xmlSchemaSequence = new XmlSchemaSequence(); dsFrmSaleOutDepotBill dsFrmSaleOutDepotBill = new dsFrmSaleOutDepotBill(); xs.Add(dsFrmSaleOutDepotBill.GetSchemaSerializable()); XmlSchemaAny xmlSchemaAny = new XmlSchemaAny(); xmlSchemaAny.Namespace = "http://www.w3.org/2001/XMLSchema"; xmlSchemaAny.MinOccurs = 0m; xmlSchemaAny.MaxOccurs = decimal.MaxValue; xmlSchemaAny.ProcessContents = XmlSchemaContentProcessing.Lax; xmlSchemaSequence.Items.Add(xmlSchemaAny); XmlSchemaAny xmlSchemaAny2 = new XmlSchemaAny(); xmlSchemaAny2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1"; xmlSchemaAny2.MinOccurs = 1m; xmlSchemaAny2.ProcessContents = XmlSchemaContentProcessing.Lax; xmlSchemaSequence.Items.Add(xmlSchemaAny2); XmlSchemaAttribute xmlSchemaAttribute = new XmlSchemaAttribute(); xmlSchemaAttribute.Name = "namespace"; xmlSchemaAttribute.FixedValue = dsFrmSaleOutDepotBill.Namespace; xmlSchemaComplexType.Attributes.Add(xmlSchemaAttribute); XmlSchemaAttribute xmlSchemaAttribute2 = new XmlSchemaAttribute(); xmlSchemaAttribute2.Name = "tableTypeName"; xmlSchemaAttribute2.FixedValue = "SaleOutDepotBillDataTable"; xmlSchemaComplexType.Attributes.Add(xmlSchemaAttribute2); xmlSchemaComplexType.Particle = xmlSchemaSequence; return xmlSchemaComplexType; } } [Serializable] [GeneratedCode("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")] [XmlSchemaProvider("GetTypedTableSchema")] public class AppendInfoDataTable : DataTable, IEnumerable { private DataColumn columnCurrentCompany; private DataColumn columnCurrentUser; [DebuggerNonUserCode] public DataColumn CurrentCompanyColumn => columnCurrentCompany; [DebuggerNonUserCode] public DataColumn CurrentUserColumn => columnCurrentUser; [DebuggerNonUserCode] [Browsable(false)] public int Count => base.Rows.Count; [DebuggerNonUserCode] public AppendInfoRow this[int index] => (AppendInfoRow)base.Rows[index]; public event AppendInfoRowChangeEventHandler AppendInfoRowChanging; public event AppendInfoRowChangeEventHandler AppendInfoRowChanged; public event AppendInfoRowChangeEventHandler AppendInfoRowDeleting; public event AppendInfoRowChangeEventHandler AppendInfoRowDeleted; [DebuggerNonUserCode] public AppendInfoDataTable() { base.TableName = "AppendInfo"; BeginInit(); InitClass(); EndInit(); } [DebuggerNonUserCode] internal AppendInfoDataTable(DataTable table) { base.TableName = table.TableName; if (table.CaseSensitive != table.DataSet.CaseSensitive) { base.CaseSensitive = table.CaseSensitive; } if (table.Locale.ToString() != table.DataSet.Locale.ToString()) { base.Locale = table.Locale; } if (table.Namespace != table.DataSet.Namespace) { base.Namespace = table.Namespace; } base.Prefix = table.Prefix; base.MinimumCapacity = table.MinimumCapacity; } [DebuggerNonUserCode] protected AppendInfoDataTable(SerializationInfo info, StreamingContext context) : base(info, context) { InitVars(); } [DebuggerNonUserCode] public void AddAppendInfoRow(AppendInfoRow row) { base.Rows.Add(row); } [DebuggerNonUserCode] public AppendInfoRow AddAppendInfoRow(string CurrentCompany, string CurrentUser) { AppendInfoRow appendInfoRow = (AppendInfoRow)NewRow(); appendInfoRow.ItemArray = new object[2] { CurrentCompany, CurrentUser }; base.Rows.Add(appendInfoRow); return appendInfoRow; } [DebuggerNonUserCode] public virtual IEnumerator GetEnumerator() { return base.Rows.GetEnumerator(); } [DebuggerNonUserCode] public override DataTable Clone() { AppendInfoDataTable appendInfoDataTable = (AppendInfoDataTable)base.Clone(); appendInfoDataTable.InitVars(); return appendInfoDataTable; } [DebuggerNonUserCode] protected override DataTable CreateInstance() { return new AppendInfoDataTable(); } [DebuggerNonUserCode] internal void InitVars() { columnCurrentCompany = base.Columns["CurrentCompany"]; columnCurrentUser = base.Columns["CurrentUser"]; } [DebuggerNonUserCode] private void InitClass() { columnCurrentCompany = new DataColumn("CurrentCompany", typeof(string), null, MappingType.Element); base.Columns.Add(columnCurrentCompany); columnCurrentUser = new DataColumn("CurrentUser", typeof(string), null, MappingType.Element); base.Columns.Add(columnCurrentUser); } [DebuggerNonUserCode] public AppendInfoRow NewAppendInfoRow() { return (AppendInfoRow)NewRow(); } [DebuggerNonUserCode] protected override DataRow NewRowFromBuilder(DataRowBuilder builder) { return new AppendInfoRow(builder); } [DebuggerNonUserCode] protected override Type GetRowType() { return typeof(AppendInfoRow); } [DebuggerNonUserCode] protected override void OnRowChanged(DataRowChangeEventArgs e) { base.OnRowChanged(e); if (this.AppendInfoRowChanged != null) { this.AppendInfoRowChanged(this, new AppendInfoRowChangeEvent((AppendInfoRow)e.Row, e.Action)); } } [DebuggerNonUserCode] protected override void OnRowChanging(DataRowChangeEventArgs e) { base.OnRowChanging(e); if (this.AppendInfoRowChanging != null) { this.AppendInfoRowChanging(this, new AppendInfoRowChangeEvent((AppendInfoRow)e.Row, e.Action)); } } [DebuggerNonUserCode] protected override void OnRowDeleted(DataRowChangeEventArgs e) { base.OnRowDeleted(e); if (this.AppendInfoRowDeleted != null) { this.AppendInfoRowDeleted(this, new AppendInfoRowChangeEvent((AppendInfoRow)e.Row, e.Action)); } } [DebuggerNonUserCode] protected override void OnRowDeleting(DataRowChangeEventArgs e) { base.OnRowDeleting(e); if (this.AppendInfoRowDeleting != null) { this.AppendInfoRowDeleting(this, new AppendInfoRowChangeEvent((AppendInfoRow)e.Row, e.Action)); } } [DebuggerNonUserCode] public void RemoveAppendInfoRow(AppendInfoRow row) { base.Rows.Remove(row); } [DebuggerNonUserCode] public static XmlSchemaComplexType GetTypedTableSchema(XmlSchemaSet xs) { XmlSchemaComplexType xmlSchemaComplexType = new XmlSchemaComplexType(); XmlSchemaSequence xmlSchemaSequence = new XmlSchemaSequence(); dsFrmSaleOutDepotBill dsFrmSaleOutDepotBill = new dsFrmSaleOutDepotBill(); xs.Add(dsFrmSaleOutDepotBill.GetSchemaSerializable()); XmlSchemaAny xmlSchemaAny = new XmlSchemaAny(); xmlSchemaAny.Namespace = "http://www.w3.org/2001/XMLSchema"; xmlSchemaAny.MinOccurs = 0m; xmlSchemaAny.MaxOccurs = decimal.MaxValue; xmlSchemaAny.ProcessContents = XmlSchemaContentProcessing.Lax; xmlSchemaSequence.Items.Add(xmlSchemaAny); XmlSchemaAny xmlSchemaAny2 = new XmlSchemaAny(); xmlSchemaAny2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1"; xmlSchemaAny2.MinOccurs = 1m; xmlSchemaAny2.ProcessContents = XmlSchemaContentProcessing.Lax; xmlSchemaSequence.Items.Add(xmlSchemaAny2); XmlSchemaAttribute xmlSchemaAttribute = new XmlSchemaAttribute(); xmlSchemaAttribute.Name = "namespace"; xmlSchemaAttribute.FixedValue = dsFrmSaleOutDepotBill.Namespace; xmlSchemaComplexType.Attributes.Add(xmlSchemaAttribute); XmlSchemaAttribute xmlSchemaAttribute2 = new XmlSchemaAttribute(); xmlSchemaAttribute2.Name = "tableTypeName"; xmlSchemaAttribute2.FixedValue = "AppendInfoDataTable"; xmlSchemaComplexType.Attributes.Add(xmlSchemaAttribute2); xmlSchemaComplexType.Particle = xmlSchemaSequence; return xmlSchemaComplexType; } } [GeneratedCode("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")] public class ReportCommentRow : DataRow { private ReportCommentDataTable tableReportComment; [DebuggerNonUserCode] public string Comment_ReportComment { get { try { return (string)base[tableReportComment.Comment_ReportCommentColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'Comment_ReportComment' in table 'ReportComment' is DBNull.", innerException); } } set { base[tableReportComment.Comment_ReportCommentColumn] = value; } } [DebuggerNonUserCode] public string No_SaleOutDepotBill { get { try { return (string)base[tableReportComment.No_SaleOutDepotBillColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'No_SaleOutDepotBill' in table 'ReportComment' is DBNull.", innerException); } } set { base[tableReportComment.No_SaleOutDepotBillColumn] = value; } } [DebuggerNonUserCode] internal ReportCommentRow(DataRowBuilder rb) : base(rb) { tableReportComment = (ReportCommentDataTable)base.Table; } [DebuggerNonUserCode] public bool IsComment_ReportCommentNull() { return IsNull(tableReportComment.Comment_ReportCommentColumn); } [DebuggerNonUserCode] public void SetComment_ReportCommentNull() { base[tableReportComment.Comment_ReportCommentColumn] = Convert.DBNull; } [DebuggerNonUserCode] public bool IsNo_SaleOutDepotBillNull() { return IsNull(tableReportComment.No_SaleOutDepotBillColumn); } [DebuggerNonUserCode] public void SetNo_SaleOutDepotBillNull() { base[tableReportComment.No_SaleOutDepotBillColumn] = Convert.DBNull; } } [GeneratedCode("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")] public class SaleBillRow : DataRow { private SaleBillDataTable tableSaleBill; [DebuggerNonUserCode] public string No_SaleBill { get { try { return (string)base[tableSaleBill.No_SaleBillColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'No_SaleBill' in table 'SaleBill' is DBNull.", innerException); } } set { base[tableSaleBill.No_SaleBillColumn] = value; } } [DebuggerNonUserCode] public string No_SaleOutDepotBill { get { try { return (string)base[tableSaleBill.No_SaleOutDepotBillColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'No_SaleOutDepotBill' in table 'SaleBill' is DBNull.", innerException); } } set { base[tableSaleBill.No_SaleOutDepotBillColumn] = value; } } [DebuggerNonUserCode] public decimal GoodsAmount_SaleOutDepotBill { get { try { return (decimal)base[tableSaleBill.GoodsAmount_SaleOutDepotBillColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'GoodsAmount_SaleOutDepotBill' in table 'SaleBill' is DBNull.", innerException); } } set { base[tableSaleBill.GoodsAmount_SaleOutDepotBillColumn] = value; } } [DebuggerNonUserCode] public decimal TaxAmount_SaleOutDepotBill { get { try { return (decimal)base[tableSaleBill.TaxAmount_SaleOutDepotBillColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'TaxAmount_SaleOutDepotBill' in table 'SaleBill' is DBNull.", innerException); } } set { base[tableSaleBill.TaxAmount_SaleOutDepotBillColumn] = value; } } [DebuggerNonUserCode] internal SaleBillRow(DataRowBuilder rb) : base(rb) { tableSaleBill = (SaleBillDataTable)base.Table; } [DebuggerNonUserCode] public bool IsNo_SaleBillNull() { return IsNull(tableSaleBill.No_SaleBillColumn); } [DebuggerNonUserCode] public void SetNo_SaleBillNull() { base[tableSaleBill.No_SaleBillColumn] = Convert.DBNull; } [DebuggerNonUserCode] public bool IsNo_SaleOutDepotBillNull() { return IsNull(tableSaleBill.No_SaleOutDepotBillColumn); } [DebuggerNonUserCode] public void SetNo_SaleOutDepotBillNull() { base[tableSaleBill.No_SaleOutDepotBillColumn] = Convert.DBNull; } [DebuggerNonUserCode] public bool IsGoodsAmount_SaleOutDepotBillNull() { return IsNull(tableSaleBill.GoodsAmount_SaleOutDepotBillColumn); } [DebuggerNonUserCode] public void SetGoodsAmount_SaleOutDepotBillNull() { base[tableSaleBill.GoodsAmount_SaleOutDepotBillColumn] = Convert.DBNull; } [DebuggerNonUserCode] public bool IsTaxAmount_SaleOutDepotBillNull() { return IsNull(tableSaleBill.TaxAmount_SaleOutDepotBillColumn); } [DebuggerNonUserCode] public void SetTaxAmount_SaleOutDepotBillNull() { base[tableSaleBill.TaxAmount_SaleOutDepotBillColumn] = Convert.DBNull; } } [GeneratedCode("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")] public class SaleOutDepotBillRow : DataRow { private SaleOutDepotBillDataTable tableSaleOutDepotBill; [DebuggerNonUserCode] public string No_SaleOutDepotBill { get { try { return (string)base[tableSaleOutDepotBill.No_SaleOutDepotBillColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'No_SaleOutDepotBill' in table 'SaleOutDepotBill' is DBNull.", innerException); } } set { base[tableSaleOutDepotBill.No_SaleOutDepotBillColumn] = value; } } [DebuggerNonUserCode] public DateTime Date_SaleOutDepotBill { get { try { return (DateTime)base[tableSaleOutDepotBill.Date_SaleOutDepotBillColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'Date_SaleOutDepotBill' in table 'SaleOutDepotBill' is DBNull.", innerException); } } set { base[tableSaleOutDepotBill.Date_SaleOutDepotBillColumn] = value; } } [DebuggerNonUserCode] public DateTime AssessDate_SaleOutDepotBill { get { try { return (DateTime)base[tableSaleOutDepotBill.AssessDate_SaleOutDepotBillColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'AssessDate_SaleOutDepotBill' in table 'SaleOutDepotBill' is DBNull.", innerException); } } set { base[tableSaleOutDepotBill.AssessDate_SaleOutDepotBillColumn] = value; } } [DebuggerNonUserCode] public string Comment_SaleOutDepotBill { get { try { return (string)base[tableSaleOutDepotBill.Comment_SaleOutDepotBillColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'Comment_SaleOutDepotBill' in table 'SaleOutDepotBill' is DBNull.", innerException); } } set { base[tableSaleOutDepotBill.Comment_SaleOutDepotBillColumn] = value; } } [DebuggerNonUserCode] public bool Disable_SaleOutDepotBill { get { try { return (bool)base[tableSaleOutDepotBill.Disable_SaleOutDepotBillColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'Disable_SaleOutDepotBill' in table 'SaleOutDepotBill' is DBNull.", innerException); } } set { base[tableSaleOutDepotBill.Disable_SaleOutDepotBillColumn] = value; } } [DebuggerNonUserCode] public DateTime CreateDate_SaleOutDepotBill { get { try { return (DateTime)base[tableSaleOutDepotBill.CreateDate_SaleOutDepotBillColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'CreateDate_SaleOutDepotBill' in table 'SaleOutDepotBill' is DBNull.", innerException); } } set { base[tableSaleOutDepotBill.CreateDate_SaleOutDepotBillColumn] = value; } } [DebuggerNonUserCode] public DateTime LastModDate_SaleOutDepotBill { get { try { return (DateTime)base[tableSaleOutDepotBill.LastModDate_SaleOutDepotBillColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'LastModDate_SaleOutDepotBill' in table 'SaleOutDepotBill' is DBNull.", innerException); } } set { base[tableSaleOutDepotBill.LastModDate_SaleOutDepotBillColumn] = value; } } [DebuggerNonUserCode] public string Name_User { get { try { return (string)base[tableSaleOutDepotBill.Name_UserColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'Name_User' in table 'SaleOutDepotBill' is DBNull.", innerException); } } set { base[tableSaleOutDepotBill.Name_UserColumn] = value; } } [DebuggerNonUserCode] public string Name_UserAuti { get { try { return (string)base[tableSaleOutDepotBill.Name_UserAutiColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'Name_UserAuti' in table 'SaleOutDepotBill' is DBNull.", innerException); } } set { base[tableSaleOutDepotBill.Name_UserAutiColumn] = value; } } [DebuggerNonUserCode] public string Name_LastModUser { get { try { return (string)base[tableSaleOutDepotBill.Name_LastModUserColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'Name_LastModUser' in table 'SaleOutDepotBill' is DBNull.", innerException); } } set { base[tableSaleOutDepotBill.Name_LastModUserColumn] = value; } } [DebuggerNonUserCode] public string Name_Location { get { try { return (string)base[tableSaleOutDepotBill.Name_LocationColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'Name_Location' in table 'SaleOutDepotBill' is DBNull.", innerException); } } set { base[tableSaleOutDepotBill.Name_LocationColumn] = value; } } [DebuggerNonUserCode] public string No_Location { get { try { return (string)base[tableSaleOutDepotBill.No_LocationColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'No_Location' in table 'SaleOutDepotBill' is DBNull.", innerException); } } set { base[tableSaleOutDepotBill.No_LocationColumn] = value; } } [DebuggerNonUserCode] public string Name_Customer { get { try { return (string)base[tableSaleOutDepotBill.Name_CustomerColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'Name_Customer' in table 'SaleOutDepotBill' is DBNull.", innerException); } } set { base[tableSaleOutDepotBill.Name_CustomerColumn] = value; } } [DebuggerNonUserCode] public string ShortName_Customer { get { try { return (string)base[tableSaleOutDepotBill.ShortName_CustomerColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'ShortName_Customer' in table 'SaleOutDepotBill' is DBNull.", innerException); } } set { base[tableSaleOutDepotBill.ShortName_CustomerColumn] = value; } } [DebuggerNonUserCode] public string No_Customer { get { try { return (string)base[tableSaleOutDepotBill.No_CustomerColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'No_Customer' in table 'SaleOutDepotBill' is DBNull.", innerException); } } set { base[tableSaleOutDepotBill.No_CustomerColumn] = value; } } [DebuggerNonUserCode] public string No_SaleOutDepotBillProduct { get { try { return (string)base[tableSaleOutDepotBill.No_SaleOutDepotBillProductColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'No_SaleOutDepotBillProduct' in table 'SaleOutDepotBill' is DBNull.", innerException); } } set { base[tableSaleOutDepotBill.No_SaleOutDepotBillProductColumn] = value; } } [DebuggerNonUserCode] public int Type_FromBill { get { try { return (int)base[tableSaleOutDepotBill.Type_FromBillColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'Type_FromBill' in table 'SaleOutDepotBill' is DBNull.", innerException); } } set { base[tableSaleOutDepotBill.Type_FromBillColumn] = value; } } [DebuggerNonUserCode] public string No_FromBill { get { try { return (string)base[tableSaleOutDepotBill.No_FromBillColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'No_FromBill' in table 'SaleOutDepotBill' is DBNull.", innerException); } } set { base[tableSaleOutDepotBill.No_FromBillColumn] = value; } } [DebuggerNonUserCode] public string No_FromBillProduct { get { try { return (string)base[tableSaleOutDepotBill.No_FromBillProductColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'No_FromBillProduct' in table 'SaleOutDepotBill' is DBNull.", innerException); } } set { base[tableSaleOutDepotBill.No_FromBillProductColumn] = value; } } [DebuggerNonUserCode] public decimal Quantity_SaleOutDepotBillProduct { get { try { return (decimal)base[tableSaleOutDepotBill.Quantity_SaleOutDepotBillProductColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'Quantity_SaleOutDepotBillProduct' in table 'SaleOutDepotBill' is DBNull.", innerException); } } set { base[tableSaleOutDepotBill.Quantity_SaleOutDepotBillProductColumn] = value; } } [DebuggerNonUserCode] public string Comment_SaleOutDepotBillProduct { get { try { return (string)base[tableSaleOutDepotBill.Comment_SaleOutDepotBillProductColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'Comment_SaleOutDepotBillProduct' in table 'SaleOutDepotBill' is DBNull.", innerException); } } set { base[tableSaleOutDepotBill.Comment_SaleOutDepotBillProductColumn] = value; } } [DebuggerNonUserCode] public decimal RtnQuantity_SaleOutDepotBillProduct { get { try { return (decimal)base[tableSaleOutDepotBill.RtnQuantity_SaleOutDepotBillProductColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'RtnQuantity_SaleOutDepotBillProduct' in table 'SaleOutDepotBill' is DBNull.", innerException); } } set { base[tableSaleOutDepotBill.RtnQuantity_SaleOutDepotBillProductColumn] = value; } } [DebuggerNonUserCode] public string Name_FromBill { get { try { return (string)base[tableSaleOutDepotBill.Name_FromBillColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'Name_FromBill' in table 'SaleOutDepotBill' is DBNull.", innerException); } } set { base[tableSaleOutDepotBill.Name_FromBillColumn] = value; } } [DebuggerNonUserCode] public decimal money { get { try { return (decimal)base[tableSaleOutDepotBill.moneyColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'money' in table 'SaleOutDepotBill' is DBNull.", innerException); } } set { base[tableSaleOutDepotBill.moneyColumn] = value; } } [DebuggerNonUserCode] public string No_Product { get { try { return (string)base[tableSaleOutDepotBill.No_ProductColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'No_Product' in table 'SaleOutDepotBill' is DBNull.", innerException); } } set { base[tableSaleOutDepotBill.No_ProductColumn] = value; } } [DebuggerNonUserCode] public string Name_Product { get { try { return (string)base[tableSaleOutDepotBill.Name_ProductColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'Name_Product' in table 'SaleOutDepotBill' is DBNull.", innerException); } } set { base[tableSaleOutDepotBill.Name_ProductColumn] = value; } } [DebuggerNonUserCode] public string Unit_Product1 { get { try { return (string)base[tableSaleOutDepotBill.Unit_Product1Column]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'Unit_Product1' in table 'SaleOutDepotBill' is DBNull.", innerException); } } set { base[tableSaleOutDepotBill.Unit_Product1Column] = value; } } [DebuggerNonUserCode] public string Name_Location1 { get { try { return (string)base[tableSaleOutDepotBill.Name_Location1Column]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'Name_Location1' in table 'SaleOutDepotBill' is DBNull.", innerException); } } set { base[tableSaleOutDepotBill.Name_Location1Column] = value; } } [DebuggerNonUserCode] public decimal UnitPrice_SaleBillProduct { get { try { return (decimal)base[tableSaleOutDepotBill.UnitPrice_SaleBillProductColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'UnitPrice_SaleBillProduct' in table 'SaleOutDepotBill' is DBNull.", innerException); } } set { base[tableSaleOutDepotBill.UnitPrice_SaleBillProductColumn] = value; } } [DebuggerNonUserCode] public string No_SaleBill { get { try { return (string)base[tableSaleOutDepotBill.No_SaleBillColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'No_SaleBill' in table 'SaleOutDepotBill' is DBNull.", innerException); } } set { base[tableSaleOutDepotBill.No_SaleBillColumn] = value; } } [DebuggerNonUserCode] public string No_OrderBill { get { try { return (string)base[tableSaleOutDepotBill.No_OrderBillColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'No_OrderBill' in table 'SaleOutDepotBill' is DBNull.", innerException); } } set { base[tableSaleOutDepotBill.No_OrderBillColumn] = value; } } [DebuggerNonUserCode] public string Name_Linkman { get { try { return (string)base[tableSaleOutDepotBill.Name_LinkmanColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'Name_Linkman' in table 'SaleOutDepotBill' is DBNull.", innerException); } } set { base[tableSaleOutDepotBill.Name_LinkmanColumn] = value; } } [DebuggerNonUserCode] public string SendAddr_SaleBill { get { try { return (string)base[tableSaleOutDepotBill.SendAddr_SaleBillColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'SendAddr_SaleBill' in table 'SaleOutDepotBill' is DBNull.", innerException); } } set { base[tableSaleOutDepotBill.SendAddr_SaleBillColumn] = value; } } [DebuggerNonUserCode] public string Tel_SaleBill { get { try { return (string)base[tableSaleOutDepotBill.Tel_SaleBillColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'Tel_SaleBill' in table 'SaleOutDepotBill' is DBNull.", innerException); } } set { base[tableSaleOutDepotBill.Tel_SaleBillColumn] = value; } } [DebuggerNonUserCode] public string OutStatus_SaleBill { get { try { return (string)base[tableSaleOutDepotBill.OutStatus_SaleBillColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'OutStatus_SaleBill' in table 'SaleOutDepotBill' is DBNull.", innerException); } } set { base[tableSaleOutDepotBill.OutStatus_SaleBillColumn] = value; } } [DebuggerNonUserCode] public string TaxCurrency_SaleBill { get { try { return (string)base[tableSaleOutDepotBill.TaxCurrency_SaleBillColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'TaxCurrency_SaleBill' in table 'SaleOutDepotBill' is DBNull.", innerException); } } set { base[tableSaleOutDepotBill.TaxCurrency_SaleBillColumn] = value; } } [DebuggerNonUserCode] public string Currency_SaleBill { get { try { return (string)base[tableSaleOutDepotBill.Currency_SaleBillColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'Currency_SaleBill' in table 'SaleOutDepotBill' is DBNull.", innerException); } } set { base[tableSaleOutDepotBill.Currency_SaleBillColumn] = value; } } [DebuggerNonUserCode] public byte[] BarCode { get { try { return (byte[])base[tableSaleOutDepotBill.BarCodeColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'BarCode' in table 'SaleOutDepotBill' is DBNull.", innerException); } } set { base[tableSaleOutDepotBill.BarCodeColumn] = value; } } [DebuggerNonUserCode] internal SaleOutDepotBillRow(DataRowBuilder rb) : base(rb) { tableSaleOutDepotBill = (SaleOutDepotBillDataTable)base.Table; } [DebuggerNonUserCode] public bool IsNo_SaleOutDepotBillNull() { return IsNull(tableSaleOutDepotBill.No_SaleOutDepotBillColumn); } [DebuggerNonUserCode] public void SetNo_SaleOutDepotBillNull() { base[tableSaleOutDepotBill.No_SaleOutDepotBillColumn] = Convert.DBNull; } [DebuggerNonUserCode] public bool IsDate_SaleOutDepotBillNull() { return IsNull(tableSaleOutDepotBill.Date_SaleOutDepotBillColumn); } [DebuggerNonUserCode] public void SetDate_SaleOutDepotBillNull() { base[tableSaleOutDepotBill.Date_SaleOutDepotBillColumn] = Convert.DBNull; } [DebuggerNonUserCode] public bool IsAssessDate_SaleOutDepotBillNull() { return IsNull(tableSaleOutDepotBill.AssessDate_SaleOutDepotBillColumn); } [DebuggerNonUserCode] public void SetAssessDate_SaleOutDepotBillNull() { base[tableSaleOutDepotBill.AssessDate_SaleOutDepotBillColumn] = Convert.DBNull; } [DebuggerNonUserCode] public bool IsComment_SaleOutDepotBillNull() { return IsNull(tableSaleOutDepotBill.Comment_SaleOutDepotBillColumn); } [DebuggerNonUserCode] public void SetComment_SaleOutDepotBillNull() { base[tableSaleOutDepotBill.Comment_SaleOutDepotBillColumn] = Convert.DBNull; } [DebuggerNonUserCode] public bool IsDisable_SaleOutDepotBillNull() { return IsNull(tableSaleOutDepotBill.Disable_SaleOutDepotBillColumn); } [DebuggerNonUserCode] public void SetDisable_SaleOutDepotBillNull() { base[tableSaleOutDepotBill.Disable_SaleOutDepotBillColumn] = Convert.DBNull; } [DebuggerNonUserCode] public bool IsCreateDate_SaleOutDepotBillNull() { return IsNull(tableSaleOutDepotBill.CreateDate_SaleOutDepotBillColumn); } [DebuggerNonUserCode] public void SetCreateDate_SaleOutDepotBillNull() { base[tableSaleOutDepotBill.CreateDate_SaleOutDepotBillColumn] = Convert.DBNull; } [DebuggerNonUserCode] public bool IsLastModDate_SaleOutDepotBillNull() { return IsNull(tableSaleOutDepotBill.LastModDate_SaleOutDepotBillColumn); } [DebuggerNonUserCode] public void SetLastModDate_SaleOutDepotBillNull() { base[tableSaleOutDepotBill.LastModDate_SaleOutDepotBillColumn] = Convert.DBNull; } [DebuggerNonUserCode] public bool IsName_UserNull() { return IsNull(tableSaleOutDepotBill.Name_UserColumn); } [DebuggerNonUserCode] public void SetName_UserNull() { base[tableSaleOutDepotBill.Name_UserColumn] = Convert.DBNull; } [DebuggerNonUserCode] public bool IsName_UserAutiNull() { return IsNull(tableSaleOutDepotBill.Name_UserAutiColumn); } [DebuggerNonUserCode] public void SetName_UserAutiNull() { base[tableSaleOutDepotBill.Name_UserAutiColumn] = Convert.DBNull; } [DebuggerNonUserCode] public bool IsName_LastModUserNull() { return IsNull(tableSaleOutDepotBill.Name_LastModUserColumn); } [DebuggerNonUserCode] public void SetName_LastModUserNull() { base[tableSaleOutDepotBill.Name_LastModUserColumn] = Convert.DBNull; } [DebuggerNonUserCode] public bool IsName_LocationNull() { return IsNull(tableSaleOutDepotBill.Name_LocationColumn); } [DebuggerNonUserCode] public void SetName_LocationNull() { base[tableSaleOutDepotBill.Name_LocationColumn] = Convert.DBNull; } [DebuggerNonUserCode] public bool IsNo_LocationNull() { return IsNull(tableSaleOutDepotBill.No_LocationColumn); } [DebuggerNonUserCode] public void SetNo_LocationNull() { base[tableSaleOutDepotBill.No_LocationColumn] = Convert.DBNull; } [DebuggerNonUserCode] public bool IsName_CustomerNull() { return IsNull(tableSaleOutDepotBill.Name_CustomerColumn); } [DebuggerNonUserCode] public void SetName_CustomerNull() { base[tableSaleOutDepotBill.Name_CustomerColumn] = Convert.DBNull; } [DebuggerNonUserCode] public bool IsShortName_CustomerNull() { return IsNull(tableSaleOutDepotBill.ShortName_CustomerColumn); } [DebuggerNonUserCode] public void SetShortName_CustomerNull() { base[tableSaleOutDepotBill.ShortName_CustomerColumn] = Convert.DBNull; } [DebuggerNonUserCode] public bool IsNo_CustomerNull() { return IsNull(tableSaleOutDepotBill.No_CustomerColumn); } [DebuggerNonUserCode] public void SetNo_CustomerNull() { base[tableSaleOutDepotBill.No_CustomerColumn] = Convert.DBNull; } [DebuggerNonUserCode] public bool IsNo_SaleOutDepotBillProductNull() { return IsNull(tableSaleOutDepotBill.No_SaleOutDepotBillProductColumn); } [DebuggerNonUserCode] public void SetNo_SaleOutDepotBillProductNull() { base[tableSaleOutDepotBill.No_SaleOutDepotBillProductColumn] = Convert.DBNull; } [DebuggerNonUserCode] public bool IsType_FromBillNull() { return IsNull(tableSaleOutDepotBill.Type_FromBillColumn); } [DebuggerNonUserCode] public void SetType_FromBillNull() { base[tableSaleOutDepotBill.Type_FromBillColumn] = Convert.DBNull; } [DebuggerNonUserCode] public bool IsNo_FromBillNull() { return IsNull(tableSaleOutDepotBill.No_FromBillColumn); } [DebuggerNonUserCode] public void SetNo_FromBillNull() { base[tableSaleOutDepotBill.No_FromBillColumn] = Convert.DBNull; } [DebuggerNonUserCode] public bool IsNo_FromBillProductNull() { return IsNull(tableSaleOutDepotBill.No_FromBillProductColumn); } [DebuggerNonUserCode] public void SetNo_FromBillProductNull() { base[tableSaleOutDepotBill.No_FromBillProductColumn] = Convert.DBNull; } [DebuggerNonUserCode] public bool IsQuantity_SaleOutDepotBillProductNull() { return IsNull(tableSaleOutDepotBill.Quantity_SaleOutDepotBillProductColumn); } [DebuggerNonUserCode] public void SetQuantity_SaleOutDepotBillProductNull() { base[tableSaleOutDepotBill.Quantity_SaleOutDepotBillProductColumn] = Convert.DBNull; } [DebuggerNonUserCode] public bool IsComment_SaleOutDepotBillProductNull() { return IsNull(tableSaleOutDepotBill.Comment_SaleOutDepotBillProductColumn); } [DebuggerNonUserCode] public void SetComment_SaleOutDepotBillProductNull() { base[tableSaleOutDepotBill.Comment_SaleOutDepotBillProductColumn] = Convert.DBNull; } [DebuggerNonUserCode] public bool IsRtnQuantity_SaleOutDepotBillProductNull() { return IsNull(tableSaleOutDepotBill.RtnQuantity_SaleOutDepotBillProductColumn); } [DebuggerNonUserCode] public void SetRtnQuantity_SaleOutDepotBillProductNull() { base[tableSaleOutDepotBill.RtnQuantity_SaleOutDepotBillProductColumn] = Convert.DBNull; } [DebuggerNonUserCode] public bool IsName_FromBillNull() { return IsNull(tableSaleOutDepotBill.Name_FromBillColumn); } [DebuggerNonUserCode] public void SetName_FromBillNull() { base[tableSaleOutDepotBill.Name_FromBillColumn] = Convert.DBNull; } [DebuggerNonUserCode] public bool IsmoneyNull() { return IsNull(tableSaleOutDepotBill.moneyColumn); } [DebuggerNonUserCode] public void SetmoneyNull() { base[tableSaleOutDepotBill.moneyColumn] = Convert.DBNull; } [DebuggerNonUserCode] public bool IsNo_ProductNull() { return IsNull(tableSaleOutDepotBill.No_ProductColumn); } [DebuggerNonUserCode] public void SetNo_ProductNull() { base[tableSaleOutDepotBill.No_ProductColumn] = Convert.DBNull; } [DebuggerNonUserCode] public bool IsName_ProductNull() { return IsNull(tableSaleOutDepotBill.Name_ProductColumn); } [DebuggerNonUserCode] public void SetName_ProductNull() { base[tableSaleOutDepotBill.Name_ProductColumn] = Convert.DBNull; } [DebuggerNonUserCode] public bool IsUnit_Product1Null() { return IsNull(tableSaleOutDepotBill.Unit_Product1Column); } [DebuggerNonUserCode] public void SetUnit_Product1Null() { base[tableSaleOutDepotBill.Unit_Product1Column] = Convert.DBNull; } [DebuggerNonUserCode] public bool IsName_Location1Null() { return IsNull(tableSaleOutDepotBill.Name_Location1Column); } [DebuggerNonUserCode] public void SetName_Location1Null() { base[tableSaleOutDepotBill.Name_Location1Column] = Convert.DBNull; } [DebuggerNonUserCode] public bool IsUnitPrice_SaleBillProductNull() { return IsNull(tableSaleOutDepotBill.UnitPrice_SaleBillProductColumn); } [DebuggerNonUserCode] public void SetUnitPrice_SaleBillProductNull() { base[tableSaleOutDepotBill.UnitPrice_SaleBillProductColumn] = Convert.DBNull; } [DebuggerNonUserCode] public bool IsNo_SaleBillNull() { return IsNull(tableSaleOutDepotBill.No_SaleBillColumn); } [DebuggerNonUserCode] public void SetNo_SaleBillNull() { base[tableSaleOutDepotBill.No_SaleBillColumn] = Convert.DBNull; } [DebuggerNonUserCode] public bool IsNo_OrderBillNull() { return IsNull(tableSaleOutDepotBill.No_OrderBillColumn); } [DebuggerNonUserCode] public void SetNo_OrderBillNull() { base[tableSaleOutDepotBill.No_OrderBillColumn] = Convert.DBNull; } [DebuggerNonUserCode] public bool IsName_LinkmanNull() { return IsNull(tableSaleOutDepotBill.Name_LinkmanColumn); } [DebuggerNonUserCode] public void SetName_LinkmanNull() { base[tableSaleOutDepotBill.Name_LinkmanColumn] = Convert.DBNull; } [DebuggerNonUserCode] public bool IsSendAddr_SaleBillNull() { return IsNull(tableSaleOutDepotBill.SendAddr_SaleBillColumn); } [DebuggerNonUserCode] public void SetSendAddr_SaleBillNull() { base[tableSaleOutDepotBill.SendAddr_SaleBillColumn] = Convert.DBNull; } [DebuggerNonUserCode] public bool IsTel_SaleBillNull() { return IsNull(tableSaleOutDepotBill.Tel_SaleBillColumn); } [DebuggerNonUserCode] public void SetTel_SaleBillNull() { base[tableSaleOutDepotBill.Tel_SaleBillColumn] = Convert.DBNull; } [DebuggerNonUserCode] public bool IsOutStatus_SaleBillNull() { return IsNull(tableSaleOutDepotBill.OutStatus_SaleBillColumn); } [DebuggerNonUserCode] public void SetOutStatus_SaleBillNull() { base[tableSaleOutDepotBill.OutStatus_SaleBillColumn] = Convert.DBNull; } [DebuggerNonUserCode] public bool IsTaxCurrency_SaleBillNull() { return IsNull(tableSaleOutDepotBill.TaxCurrency_SaleBillColumn); } [DebuggerNonUserCode] public void SetTaxCurrency_SaleBillNull() { base[tableSaleOutDepotBill.TaxCurrency_SaleBillColumn] = Convert.DBNull; } [DebuggerNonUserCode] public bool IsCurrency_SaleBillNull() { return IsNull(tableSaleOutDepotBill.Currency_SaleBillColumn); } [DebuggerNonUserCode] public void SetCurrency_SaleBillNull() { base[tableSaleOutDepotBill.Currency_SaleBillColumn] = Convert.DBNull; } [DebuggerNonUserCode] public bool IsBarCodeNull() { return IsNull(tableSaleOutDepotBill.BarCodeColumn); } [DebuggerNonUserCode] public void SetBarCodeNull() { base[tableSaleOutDepotBill.BarCodeColumn] = Convert.DBNull; } } [GeneratedCode("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")] public class AppendInfoRow : DataRow { private AppendInfoDataTable tableAppendInfo; [DebuggerNonUserCode] public string CurrentCompany { get { try { return (string)base[tableAppendInfo.CurrentCompanyColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'CurrentCompany' in table 'AppendInfo' is DBNull.", innerException); } } set { base[tableAppendInfo.CurrentCompanyColumn] = value; } } [DebuggerNonUserCode] public string CurrentUser { get { try { return (string)base[tableAppendInfo.CurrentUserColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'CurrentUser' in table 'AppendInfo' is DBNull.", innerException); } } set { base[tableAppendInfo.CurrentUserColumn] = value; } } [DebuggerNonUserCode] internal AppendInfoRow(DataRowBuilder rb) : base(rb) { tableAppendInfo = (AppendInfoDataTable)base.Table; } [DebuggerNonUserCode] public bool IsCurrentCompanyNull() { return IsNull(tableAppendInfo.CurrentCompanyColumn); } [DebuggerNonUserCode] public void SetCurrentCompanyNull() { base[tableAppendInfo.CurrentCompanyColumn] = Convert.DBNull; } [DebuggerNonUserCode] public bool IsCurrentUserNull() { return IsNull(tableAppendInfo.CurrentUserColumn); } [DebuggerNonUserCode] public void SetCurrentUserNull() { base[tableAppendInfo.CurrentUserColumn] = Convert.DBNull; } } [GeneratedCode("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")] public class ReportCommentRowChangeEvent : EventArgs { private ReportCommentRow eventRow; private DataRowAction eventAction; [DebuggerNonUserCode] public ReportCommentRow Row => eventRow; [DebuggerNonUserCode] public DataRowAction Action => eventAction; [DebuggerNonUserCode] public ReportCommentRowChangeEvent(ReportCommentRow row, DataRowAction action) { eventRow = row; eventAction = action; } } [GeneratedCode("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")] public class SaleBillRowChangeEvent : EventArgs { private SaleBillRow eventRow; private DataRowAction eventAction; [DebuggerNonUserCode] public SaleBillRow Row => eventRow; [DebuggerNonUserCode] public DataRowAction Action => eventAction; [DebuggerNonUserCode] public SaleBillRowChangeEvent(SaleBillRow row, DataRowAction action) { eventRow = row; eventAction = action; } } [GeneratedCode("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")] public class SaleOutDepotBillRowChangeEvent : EventArgs { private SaleOutDepotBillRow eventRow; private DataRowAction eventAction; [DebuggerNonUserCode] public SaleOutDepotBillRow Row => eventRow; [DebuggerNonUserCode] public DataRowAction Action => eventAction; [DebuggerNonUserCode] public SaleOutDepotBillRowChangeEvent(SaleOutDepotBillRow row, DataRowAction action) { eventRow = row; eventAction = action; } } [GeneratedCode("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")] public class AppendInfoRowChangeEvent : EventArgs { private AppendInfoRow eventRow; private DataRowAction eventAction; [DebuggerNonUserCode] public AppendInfoRow Row => eventRow; [DebuggerNonUserCode] public DataRowAction Action => eventAction; [DebuggerNonUserCode] public AppendInfoRowChangeEvent(AppendInfoRow row, DataRowAction action) { eventRow = row; eventAction = action; } } private ReportCommentDataTable tableReportComment; private SaleBillDataTable tableSaleBill; private SaleOutDepotBillDataTable tableSaleOutDepotBill; private AppendInfoDataTable tableAppendInfo; private SchemaSerializationMode _schemaSerializationMode = SchemaSerializationMode.IncludeSchema; [Browsable(false)] [DesignerSerializationVisibility(DesignerSerializationVisibility.Content)] [DebuggerNonUserCode] public ReportCommentDataTable ReportComment => tableReportComment; [DebuggerNonUserCode] [DesignerSerializationVisibility(DesignerSerializationVisibility.Content)] [Browsable(false)] public SaleBillDataTable SaleBill => tableSaleBill; [Browsable(false)] [DesignerSerializationVisibility(DesignerSerializationVisibility.Content)] [DebuggerNonUserCode] public SaleOutDepotBillDataTable SaleOutDepotBill => tableSaleOutDepotBill; [DesignerSerializationVisibility(DesignerSerializationVisibility.Content)] [Browsable(false)] [DebuggerNonUserCode] public AppendInfoDataTable AppendInfo => tableAppendInfo; [DesignerSerializationVisibility(DesignerSerializationVisibility.Visible)] [Browsable(true)] [DebuggerNonUserCode] public override SchemaSerializationMode SchemaSerializationMode { get { return _schemaSerializationMode; } set { _schemaSerializationMode = value; } } [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [DebuggerNonUserCode] public new DataTableCollection Tables => base.Tables; [DebuggerNonUserCode] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] public new DataRelationCollection Relations => base.Relations; [DebuggerNonUserCode] public dsFrmSaleOutDepotBill() { BeginInit(); InitClass(); CollectionChangeEventHandler value = SchemaChanged; base.Tables.CollectionChanged += value; base.Relations.CollectionChanged += value; EndInit(); } [DebuggerNonUserCode] protected dsFrmSaleOutDepotBill(SerializationInfo info, StreamingContext context) : base(info, context, ConstructSchema: false) { if (IsBinarySerialized(info, context)) { InitVars(initTable: false); CollectionChangeEventHandler value = SchemaChanged; Tables.CollectionChanged += value; Relations.CollectionChanged += value; return; } string s = (string)info.GetValue("XmlSchema", typeof(string)); if (DetermineSchemaSerializationMode(info, context) == SchemaSerializationMode.IncludeSchema) { DataSet dataSet = new DataSet(); dataSet.ReadXmlSchema(new XmlTextReader(new StringReader(s))); if (dataSet.Tables["ReportComment"] != null) { base.Tables.Add(new ReportCommentDataTable(dataSet.Tables["ReportComment"])); } if (dataSet.Tables["SaleBill"] != null) { base.Tables.Add(new SaleBillDataTable(dataSet.Tables["SaleBill"])); } if (dataSet.Tables["SaleOutDepotBill"] != null) { base.Tables.Add(new SaleOutDepotBillDataTable(dataSet.Tables["SaleOutDepotBill"])); } if (dataSet.Tables["AppendInfo"] != null) { base.Tables.Add(new AppendInfoDataTable(dataSet.Tables["AppendInfo"])); } base.DataSetName = dataSet.DataSetName; base.Prefix = dataSet.Prefix; base.Namespace = dataSet.Namespace; base.Locale = dataSet.Locale; base.CaseSensitive = dataSet.CaseSensitive; base.EnforceConstraints = dataSet.EnforceConstraints; Merge(dataSet, preserveChanges: false, MissingSchemaAction.Add); InitVars(); } else { ReadXmlSchema(new XmlTextReader(new StringReader(s))); } GetSerializationData(info, context); CollectionChangeEventHandler value2 = SchemaChanged; base.Tables.CollectionChanged += value2; Relations.CollectionChanged += value2; } [DebuggerNonUserCode] protected override void InitializeDerivedDataSet() { BeginInit(); InitClass(); EndInit(); } [DebuggerNonUserCode] public override DataSet Clone() { dsFrmSaleOutDepotBill dsFrmSaleOutDepotBill = (dsFrmSaleOutDepotBill)base.Clone(); dsFrmSaleOutDepotBill.InitVars(); dsFrmSaleOutDepotBill.SchemaSerializationMode = SchemaSerializationMode; return dsFrmSaleOutDepotBill; } [DebuggerNonUserCode] protected override bool ShouldSerializeTables() { return false; } [DebuggerNonUserCode] protected override bool ShouldSerializeRelations() { return false; } [DebuggerNonUserCode] protected override void ReadXmlSerializable(XmlReader reader) { if (DetermineSchemaSerializationMode(reader) == SchemaSerializationMode.IncludeSchema) { Reset(); DataSet dataSet = new DataSet(); dataSet.ReadXml(reader); if (dataSet.Tables["ReportComment"] != null) { base.Tables.Add(new ReportCommentDataTable(dataSet.Tables["ReportComment"])); } if (dataSet.Tables["SaleBill"] != null) { base.Tables.Add(new SaleBillDataTable(dataSet.Tables["SaleBill"])); } if (dataSet.Tables["SaleOutDepotBill"] != null) { base.Tables.Add(new SaleOutDepotBillDataTable(dataSet.Tables["SaleOutDepotBill"])); } if (dataSet.Tables["AppendInfo"] != null) { base.Tables.Add(new AppendInfoDataTable(dataSet.Tables["AppendInfo"])); } base.DataSetName = dataSet.DataSetName; base.Prefix = dataSet.Prefix; base.Namespace = dataSet.Namespace; base.Locale = dataSet.Locale; base.CaseSensitive = dataSet.CaseSensitive; base.EnforceConstraints = dataSet.EnforceConstraints; Merge(dataSet, preserveChanges: false, MissingSchemaAction.Add); InitVars(); } else { ReadXml(reader); InitVars(); } } [DebuggerNonUserCode] protected override XmlSchema GetSchemaSerializable() { MemoryStream memoryStream = new MemoryStream(); WriteXmlSchema(new XmlTextWriter(memoryStream, null)); memoryStream.Position = 0L; return XmlSchema.Read(new XmlTextReader(memoryStream), null); } [DebuggerNonUserCode] internal void InitVars() { InitVars(initTable: true); } [DebuggerNonUserCode] internal void InitVars(bool initTable) { tableReportComment = (ReportCommentDataTable)base.Tables["ReportComment"]; if (initTable && tableReportComment != null) { tableReportComment.InitVars(); } tableSaleBill = (SaleBillDataTable)base.Tables["SaleBill"]; if (initTable && tableSaleBill != null) { tableSaleBill.InitVars(); } tableSaleOutDepotBill = (SaleOutDepotBillDataTable)base.Tables["SaleOutDepotBill"]; if (initTable && tableSaleOutDepotBill != null) { tableSaleOutDepotBill.InitVars(); } tableAppendInfo = (AppendInfoDataTable)base.Tables["AppendInfo"]; if (initTable && tableAppendInfo != null) { tableAppendInfo.InitVars(); } } [DebuggerNonUserCode] private void InitClass() { base.DataSetName = "dsFrmSaleOutDepotBill"; base.Prefix = ""; base.Namespace = "http://tempuri.org/dsFrmSaleOutDepotBill.xsd"; base.EnforceConstraints = true; SchemaSerializationMode = SchemaSerializationMode.IncludeSchema; tableReportComment = new ReportCommentDataTable(); base.Tables.Add(tableReportComment); tableSaleBill = new SaleBillDataTable(); base.Tables.Add(tableSaleBill); tableSaleOutDepotBill = new SaleOutDepotBillDataTable(); base.Tables.Add(tableSaleOutDepotBill); tableAppendInfo = new AppendInfoDataTable(); base.Tables.Add(tableAppendInfo); } [DebuggerNonUserCode] private bool ShouldSerializeReportComment() { return false; } [DebuggerNonUserCode] private bool ShouldSerializeSaleBill() { return false; } [DebuggerNonUserCode] private bool ShouldSerializeSaleOutDepotBill() { return false; } [DebuggerNonUserCode] private bool ShouldSerializeAppendInfo() { return false; } [DebuggerNonUserCode] private void SchemaChanged(object sender, CollectionChangeEventArgs e) { if (e.Action == CollectionChangeAction.Remove) { InitVars(); } } [DebuggerNonUserCode] public static XmlSchemaComplexType GetTypedDataSetSchema(XmlSchemaSet xs) { dsFrmSaleOutDepotBill dsFrmSaleOutDepotBill = new dsFrmSaleOutDepotBill(); XmlSchemaComplexType xmlSchemaComplexType = new XmlSchemaComplexType(); XmlSchemaSequence xmlSchemaSequence = new XmlSchemaSequence(); xs.Add(dsFrmSaleOutDepotBill.GetSchemaSerializable()); XmlSchemaAny xmlSchemaAny = new XmlSchemaAny(); xmlSchemaAny.Namespace = dsFrmSaleOutDepotBill.Namespace; xmlSchemaSequence.Items.Add(xmlSchemaAny); xmlSchemaComplexType.Particle = xmlSchemaSequence; return xmlSchemaComplexType; } } }