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("dsFrmIndentBill")] [HelpKeyword("vs.data.DataSet")] [GeneratedCode("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")] [DesignerCategory("code")] [ToolboxItem(true)] [XmlSchemaProvider("GetTypedDataSetSchema")] public class dsFrmIndentBill : DataSet { public delegate void IndentBillRowChangeEventHandler(object sender, IndentBillRowChangeEvent e); public delegate void BillCommentRowChangeEventHandler(object sender, BillCommentRowChangeEvent e); public delegate void ReportCommentRowChangeEventHandler(object sender, ReportCommentRowChangeEvent e); public delegate void IndentBillProductRowChangeEventHandler(object sender, IndentBillProductRowChangeEvent e); public delegate void AppendInfoRowChangeEventHandler(object sender, AppendInfoRowChangeEvent e); [Serializable] [GeneratedCode("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")] [XmlSchemaProvider("GetTypedTableSchema")] public class IndentBillDataTable : DataTable, IEnumerable { private DataColumn columnNo_IndentBill; private DataColumn columnDate_IndentBill; private DataColumn columnNo_OrderBill; private DataColumn columnGetMethod_IndentBill; private DataColumn columnToGet_IndentBill; private DataColumn columnName_Linkman; private DataColumn columnTel_IndentBill; private DataColumn columnFax_IndentBill; private DataColumn columnSendAddr_IndentBill; private DataColumn columnInvoiceAddress_Company; private DataColumn columnInvoiceTitle_Company; private DataColumn columnTaxCurrency_IndentBill; private DataColumn columnCurrency_IndentBill; private DataColumn columnAssessDate_IndentBill; private DataColumn columnDisable_IndentBill; private DataColumn columnCreateDate_IndentBill; private DataColumn columnLastModDate_IndentBill; private DataColumn columnAmount_IndentBill; private DataColumn columnGoodsAmount_IndentBill; private DataColumn columnTaxAmount_IndentBill; private DataColumn columnDiscount_IndentBill; private DataColumn columnNo_Customer; private DataColumn columnName_Customer; private DataColumn columnShortName_Customer; private DataColumn columnType_Customer; private DataColumn columnPostalCode_Customer; private DataColumn columnRegistedAddress_Customer; private DataColumn columnName_Creator; private DataColumn columnName_Assessor; private DataColumn columnLastModUserName; private DataColumn columnNo_Location; private DataColumn columnName_Location; private DataColumn columnNumSum; private DataColumn columnMoneySum; private DataColumn columnTaxSum; private DataColumn columnNo_Principal; private DataColumn columnPrincipal_IndentBill; [DebuggerNonUserCode] public DataColumn No_IndentBillColumn => columnNo_IndentBill; [DebuggerNonUserCode] public DataColumn Date_IndentBillColumn => columnDate_IndentBill; [DebuggerNonUserCode] public DataColumn No_OrderBillColumn => columnNo_OrderBill; [DebuggerNonUserCode] public DataColumn GetMethod_IndentBillColumn => columnGetMethod_IndentBill; [DebuggerNonUserCode] public DataColumn ToGet_IndentBillColumn => columnToGet_IndentBill; [DebuggerNonUserCode] public DataColumn Name_LinkmanColumn => columnName_Linkman; [DebuggerNonUserCode] public DataColumn Tel_IndentBillColumn => columnTel_IndentBill; [DebuggerNonUserCode] public DataColumn Fax_IndentBillColumn => columnFax_IndentBill; [DebuggerNonUserCode] public DataColumn SendAddr_IndentBillColumn => columnSendAddr_IndentBill; [DebuggerNonUserCode] public DataColumn InvoiceAddress_CompanyColumn => columnInvoiceAddress_Company; [DebuggerNonUserCode] public DataColumn InvoiceTitle_CompanyColumn => columnInvoiceTitle_Company; [DebuggerNonUserCode] public DataColumn TaxCurrency_IndentBillColumn => columnTaxCurrency_IndentBill; [DebuggerNonUserCode] public DataColumn Currency_IndentBillColumn => columnCurrency_IndentBill; [DebuggerNonUserCode] public DataColumn AssessDate_IndentBillColumn => columnAssessDate_IndentBill; [DebuggerNonUserCode] public DataColumn Disable_IndentBillColumn => columnDisable_IndentBill; [DebuggerNonUserCode] public DataColumn CreateDate_IndentBillColumn => columnCreateDate_IndentBill; [DebuggerNonUserCode] public DataColumn LastModDate_IndentBillColumn => columnLastModDate_IndentBill; [DebuggerNonUserCode] public DataColumn Amount_IndentBillColumn => columnAmount_IndentBill; [DebuggerNonUserCode] public DataColumn GoodsAmount_IndentBillColumn => columnGoodsAmount_IndentBill; [DebuggerNonUserCode] public DataColumn TaxAmount_IndentBillColumn => columnTaxAmount_IndentBill; [DebuggerNonUserCode] public DataColumn Discount_IndentBillColumn => columnDiscount_IndentBill; [DebuggerNonUserCode] public DataColumn No_CustomerColumn => columnNo_Customer; [DebuggerNonUserCode] public DataColumn Name_CustomerColumn => columnName_Customer; [DebuggerNonUserCode] public DataColumn ShortName_CustomerColumn => columnShortName_Customer; [DebuggerNonUserCode] public DataColumn Type_CustomerColumn => columnType_Customer; [DebuggerNonUserCode] public DataColumn PostalCode_CustomerColumn => columnPostalCode_Customer; [DebuggerNonUserCode] public DataColumn RegistedAddress_CustomerColumn => columnRegistedAddress_Customer; [DebuggerNonUserCode] public DataColumn Name_CreatorColumn => columnName_Creator; [DebuggerNonUserCode] public DataColumn Name_AssessorColumn => columnName_Assessor; [DebuggerNonUserCode] public DataColumn LastModUserNameColumn => columnLastModUserName; [DebuggerNonUserCode] public DataColumn No_LocationColumn => columnNo_Location; [DebuggerNonUserCode] public DataColumn Name_LocationColumn => columnName_Location; [DebuggerNonUserCode] public DataColumn NumSumColumn => columnNumSum; [DebuggerNonUserCode] public DataColumn MoneySumColumn => columnMoneySum; [DebuggerNonUserCode] public DataColumn TaxSumColumn => columnTaxSum; [DebuggerNonUserCode] public DataColumn No_PrincipalColumn => columnNo_Principal; [DebuggerNonUserCode] public DataColumn Principal_IndentBillColumn => columnPrincipal_IndentBill; [Browsable(false)] [DebuggerNonUserCode] public int Count => base.Rows.Count; [DebuggerNonUserCode] public IndentBillRow this[int index] => (IndentBillRow)base.Rows[index]; public event IndentBillRowChangeEventHandler IndentBillRowChanging; public event IndentBillRowChangeEventHandler IndentBillRowChanged; public event IndentBillRowChangeEventHandler IndentBillRowDeleting; public event IndentBillRowChangeEventHandler IndentBillRowDeleted; [DebuggerNonUserCode] public IndentBillDataTable() { base.TableName = "IndentBill"; BeginInit(); InitClass(); EndInit(); } [DebuggerNonUserCode] internal IndentBillDataTable(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 IndentBillDataTable(SerializationInfo info, StreamingContext context) : base(info, context) { InitVars(); } [DebuggerNonUserCode] public void AddIndentBillRow(IndentBillRow row) { base.Rows.Add(row); } [DebuggerNonUserCode] public IndentBillRow AddIndentBillRow(string No_IndentBill, DateTime Date_IndentBill, string No_OrderBill, string GetMethod_IndentBill, decimal ToGet_IndentBill, string Name_Linkman, string Tel_IndentBill, string Fax_IndentBill, string SendAddr_IndentBill, string InvoiceAddress_Company, string InvoiceTitle_Company, string TaxCurrency_IndentBill, string Currency_IndentBill, DateTime AssessDate_IndentBill, bool Disable_IndentBill, DateTime CreateDate_IndentBill, DateTime LastModDate_IndentBill, decimal Amount_IndentBill, decimal GoodsAmount_IndentBill, decimal TaxAmount_IndentBill, decimal Discount_IndentBill, string No_Customer, string Name_Customer, string ShortName_Customer, string Type_Customer, string PostalCode_Customer, string RegistedAddress_Customer, string Name_Creator, string Name_Assessor, string LastModUserName, string No_Location, string Name_Location, decimal NumSum, decimal MoneySum, decimal TaxSum, string No_Principal, string Principal_IndentBill) { IndentBillRow indentBillRow = (IndentBillRow)NewRow(); indentBillRow.ItemArray = new object[37] { No_IndentBill, Date_IndentBill, No_OrderBill, GetMethod_IndentBill, ToGet_IndentBill, Name_Linkman, Tel_IndentBill, Fax_IndentBill, SendAddr_IndentBill, InvoiceAddress_Company, InvoiceTitle_Company, TaxCurrency_IndentBill, Currency_IndentBill, AssessDate_IndentBill, Disable_IndentBill, CreateDate_IndentBill, LastModDate_IndentBill, Amount_IndentBill, GoodsAmount_IndentBill, TaxAmount_IndentBill, Discount_IndentBill, No_Customer, Name_Customer, ShortName_Customer, Type_Customer, PostalCode_Customer, RegistedAddress_Customer, Name_Creator, Name_Assessor, LastModUserName, No_Location, Name_Location, NumSum, MoneySum, TaxSum, No_Principal, Principal_IndentBill }; base.Rows.Add(indentBillRow); return indentBillRow; } [DebuggerNonUserCode] public virtual IEnumerator GetEnumerator() { return base.Rows.GetEnumerator(); } [DebuggerNonUserCode] public override DataTable Clone() { IndentBillDataTable indentBillDataTable = (IndentBillDataTable)base.Clone(); indentBillDataTable.InitVars(); return indentBillDataTable; } [DebuggerNonUserCode] protected override DataTable CreateInstance() { return new IndentBillDataTable(); } [DebuggerNonUserCode] internal void InitVars() { columnNo_IndentBill = base.Columns["No_IndentBill"]; columnDate_IndentBill = base.Columns["Date_IndentBill"]; columnNo_OrderBill = base.Columns["No_OrderBill"]; columnGetMethod_IndentBill = base.Columns["GetMethod_IndentBill"]; columnToGet_IndentBill = base.Columns["ToGet_IndentBill"]; columnName_Linkman = base.Columns["Name_Linkman"]; columnTel_IndentBill = base.Columns["Tel_IndentBill"]; columnFax_IndentBill = base.Columns["Fax_IndentBill"]; columnSendAddr_IndentBill = base.Columns["SendAddr_IndentBill"]; columnInvoiceAddress_Company = base.Columns["InvoiceAddress_Company"]; columnInvoiceTitle_Company = base.Columns["InvoiceTitle_Company"]; columnTaxCurrency_IndentBill = base.Columns["TaxCurrency_IndentBill"]; columnCurrency_IndentBill = base.Columns["Currency_IndentBill"]; columnAssessDate_IndentBill = base.Columns["AssessDate_IndentBill"]; columnDisable_IndentBill = base.Columns["Disable_IndentBill"]; columnCreateDate_IndentBill = base.Columns["CreateDate_IndentBill"]; columnLastModDate_IndentBill = base.Columns["LastModDate_IndentBill"]; columnAmount_IndentBill = base.Columns["Amount_IndentBill"]; columnGoodsAmount_IndentBill = base.Columns["GoodsAmount_IndentBill"]; columnTaxAmount_IndentBill = base.Columns["TaxAmount_IndentBill"]; columnDiscount_IndentBill = base.Columns["Discount_IndentBill"]; columnNo_Customer = base.Columns["No_Customer"]; columnName_Customer = base.Columns["Name_Customer"]; columnShortName_Customer = base.Columns["ShortName_Customer"]; columnType_Customer = base.Columns["Type_Customer"]; columnPostalCode_Customer = base.Columns["PostalCode_Customer"]; columnRegistedAddress_Customer = base.Columns["RegistedAddress_Customer"]; columnName_Creator = base.Columns["Name_Creator"]; columnName_Assessor = base.Columns["Name_Assessor"]; columnLastModUserName = base.Columns["LastModUserName"]; columnNo_Location = base.Columns["No_Location"]; columnName_Location = base.Columns["Name_Location"]; columnNumSum = base.Columns["NumSum"]; columnMoneySum = base.Columns["MoneySum"]; columnTaxSum = base.Columns["TaxSum"]; columnNo_Principal = base.Columns["No_Principal"]; columnPrincipal_IndentBill = base.Columns["Principal_IndentBill"]; } [DebuggerNonUserCode] private void InitClass() { columnNo_IndentBill = new DataColumn("No_IndentBill", typeof(string), null, MappingType.Element); base.Columns.Add(columnNo_IndentBill); columnDate_IndentBill = new DataColumn("Date_IndentBill", typeof(DateTime), null, MappingType.Element); base.Columns.Add(columnDate_IndentBill); columnNo_OrderBill = new DataColumn("No_OrderBill", typeof(string), null, MappingType.Element); base.Columns.Add(columnNo_OrderBill); columnGetMethod_IndentBill = new DataColumn("GetMethod_IndentBill", typeof(string), null, MappingType.Element); base.Columns.Add(columnGetMethod_IndentBill); columnToGet_IndentBill = new DataColumn("ToGet_IndentBill", typeof(decimal), null, MappingType.Element); base.Columns.Add(columnToGet_IndentBill); columnName_Linkman = new DataColumn("Name_Linkman", typeof(string), null, MappingType.Element); base.Columns.Add(columnName_Linkman); columnTel_IndentBill = new DataColumn("Tel_IndentBill", typeof(string), null, MappingType.Element); base.Columns.Add(columnTel_IndentBill); columnFax_IndentBill = new DataColumn("Fax_IndentBill", typeof(string), null, MappingType.Element); base.Columns.Add(columnFax_IndentBill); columnSendAddr_IndentBill = new DataColumn("SendAddr_IndentBill", typeof(string), null, MappingType.Element); base.Columns.Add(columnSendAddr_IndentBill); columnInvoiceAddress_Company = new DataColumn("InvoiceAddress_Company", typeof(string), null, MappingType.Element); base.Columns.Add(columnInvoiceAddress_Company); columnInvoiceTitle_Company = new DataColumn("InvoiceTitle_Company", typeof(string), null, MappingType.Element); base.Columns.Add(columnInvoiceTitle_Company); columnTaxCurrency_IndentBill = new DataColumn("TaxCurrency_IndentBill", typeof(string), null, MappingType.Element); base.Columns.Add(columnTaxCurrency_IndentBill); columnCurrency_IndentBill = new DataColumn("Currency_IndentBill", typeof(string), null, MappingType.Element); base.Columns.Add(columnCurrency_IndentBill); columnAssessDate_IndentBill = new DataColumn("AssessDate_IndentBill", typeof(DateTime), null, MappingType.Element); base.Columns.Add(columnAssessDate_IndentBill); columnDisable_IndentBill = new DataColumn("Disable_IndentBill", typeof(bool), null, MappingType.Element); base.Columns.Add(columnDisable_IndentBill); columnCreateDate_IndentBill = new DataColumn("CreateDate_IndentBill", typeof(DateTime), null, MappingType.Element); base.Columns.Add(columnCreateDate_IndentBill); columnLastModDate_IndentBill = new DataColumn("LastModDate_IndentBill", typeof(DateTime), null, MappingType.Element); base.Columns.Add(columnLastModDate_IndentBill); columnAmount_IndentBill = new DataColumn("Amount_IndentBill", typeof(decimal), null, MappingType.Element); base.Columns.Add(columnAmount_IndentBill); columnGoodsAmount_IndentBill = new DataColumn("GoodsAmount_IndentBill", typeof(decimal), null, MappingType.Element); base.Columns.Add(columnGoodsAmount_IndentBill); columnTaxAmount_IndentBill = new DataColumn("TaxAmount_IndentBill", typeof(decimal), null, MappingType.Element); base.Columns.Add(columnTaxAmount_IndentBill); columnDiscount_IndentBill = new DataColumn("Discount_IndentBill", typeof(decimal), null, MappingType.Element); base.Columns.Add(columnDiscount_IndentBill); columnNo_Customer = new DataColumn("No_Customer", typeof(string), null, MappingType.Element); base.Columns.Add(columnNo_Customer); 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); columnType_Customer = new DataColumn("Type_Customer", typeof(string), null, MappingType.Element); base.Columns.Add(columnType_Customer); columnPostalCode_Customer = new DataColumn("PostalCode_Customer", typeof(string), null, MappingType.Element); base.Columns.Add(columnPostalCode_Customer); columnRegistedAddress_Customer = new DataColumn("RegistedAddress_Customer", typeof(string), null, MappingType.Element); base.Columns.Add(columnRegistedAddress_Customer); columnName_Creator = new DataColumn("Name_Creator", typeof(string), null, MappingType.Element); base.Columns.Add(columnName_Creator); columnName_Assessor = new DataColumn("Name_Assessor", typeof(string), null, MappingType.Element); base.Columns.Add(columnName_Assessor); columnLastModUserName = new DataColumn("LastModUserName", typeof(string), null, MappingType.Element); base.Columns.Add(columnLastModUserName); columnNo_Location = new DataColumn("No_Location", typeof(string), null, MappingType.Element); base.Columns.Add(columnNo_Location); columnName_Location = new DataColumn("Name_Location", typeof(string), null, MappingType.Element); base.Columns.Add(columnName_Location); columnNumSum = new DataColumn("NumSum", typeof(decimal), null, MappingType.Element); base.Columns.Add(columnNumSum); columnMoneySum = new DataColumn("MoneySum", typeof(decimal), null, MappingType.Element); base.Columns.Add(columnMoneySum); columnTaxSum = new DataColumn("TaxSum", typeof(decimal), null, MappingType.Element); base.Columns.Add(columnTaxSum); columnNo_Principal = new DataColumn("No_Principal", typeof(string), null, MappingType.Element); base.Columns.Add(columnNo_Principal); columnPrincipal_IndentBill = new DataColumn("Principal_IndentBill", typeof(string), null, MappingType.Element); base.Columns.Add(columnPrincipal_IndentBill); } [DebuggerNonUserCode] public IndentBillRow NewIndentBillRow() { return (IndentBillRow)NewRow(); } [DebuggerNonUserCode] protected override DataRow NewRowFromBuilder(DataRowBuilder builder) { return new IndentBillRow(builder); } [DebuggerNonUserCode] protected override Type GetRowType() { return typeof(IndentBillRow); } [DebuggerNonUserCode] protected override void OnRowChanged(DataRowChangeEventArgs e) { base.OnRowChanged(e); if (this.IndentBillRowChanged != null) { this.IndentBillRowChanged(this, new IndentBillRowChangeEvent((IndentBillRow)e.Row, e.Action)); } } [DebuggerNonUserCode] protected override void OnRowChanging(DataRowChangeEventArgs e) { base.OnRowChanging(e); if (this.IndentBillRowChanging != null) { this.IndentBillRowChanging(this, new IndentBillRowChangeEvent((IndentBillRow)e.Row, e.Action)); } } [DebuggerNonUserCode] protected override void OnRowDeleted(DataRowChangeEventArgs e) { base.OnRowDeleted(e); if (this.IndentBillRowDeleted != null) { this.IndentBillRowDeleted(this, new IndentBillRowChangeEvent((IndentBillRow)e.Row, e.Action)); } } [DebuggerNonUserCode] protected override void OnRowDeleting(DataRowChangeEventArgs e) { base.OnRowDeleting(e); if (this.IndentBillRowDeleting != null) { this.IndentBillRowDeleting(this, new IndentBillRowChangeEvent((IndentBillRow)e.Row, e.Action)); } } [DebuggerNonUserCode] public void RemoveIndentBillRow(IndentBillRow row) { base.Rows.Remove(row); } [DebuggerNonUserCode] public static XmlSchemaComplexType GetTypedTableSchema(XmlSchemaSet xs) { XmlSchemaComplexType xmlSchemaComplexType = new XmlSchemaComplexType(); XmlSchemaSequence xmlSchemaSequence = new XmlSchemaSequence(); dsFrmIndentBill dsFrmIndentBill = new dsFrmIndentBill(); xs.Add(dsFrmIndentBill.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 = dsFrmIndentBill.Namespace; xmlSchemaComplexType.Attributes.Add(xmlSchemaAttribute); XmlSchemaAttribute xmlSchemaAttribute2 = new XmlSchemaAttribute(); xmlSchemaAttribute2.Name = "tableTypeName"; xmlSchemaAttribute2.FixedValue = "IndentBillDataTable"; xmlSchemaComplexType.Attributes.Add(xmlSchemaAttribute2); xmlSchemaComplexType.Particle = xmlSchemaSequence; return xmlSchemaComplexType; } } [Serializable] [GeneratedCode("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")] [XmlSchemaProvider("GetTypedTableSchema")] public class BillCommentDataTable : DataTable, IEnumerable { private DataColumn columnNo_BillComment; private DataColumn columnComment_BillComment; [DebuggerNonUserCode] public DataColumn No_BillCommentColumn => columnNo_BillComment; [DebuggerNonUserCode] public DataColumn Comment_BillCommentColumn => columnComment_BillComment; [DebuggerNonUserCode] [Browsable(false)] public int Count => base.Rows.Count; [DebuggerNonUserCode] public BillCommentRow this[int index] => (BillCommentRow)base.Rows[index]; public event BillCommentRowChangeEventHandler BillCommentRowChanging; public event BillCommentRowChangeEventHandler BillCommentRowChanged; public event BillCommentRowChangeEventHandler BillCommentRowDeleting; public event BillCommentRowChangeEventHandler BillCommentRowDeleted; [DebuggerNonUserCode] public BillCommentDataTable() { base.TableName = "BillComment"; BeginInit(); InitClass(); EndInit(); } [DebuggerNonUserCode] internal BillCommentDataTable(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 BillCommentDataTable(SerializationInfo info, StreamingContext context) : base(info, context) { InitVars(); } [DebuggerNonUserCode] public void AddBillCommentRow(BillCommentRow row) { base.Rows.Add(row); } [DebuggerNonUserCode] public BillCommentRow AddBillCommentRow(int No_BillComment, string Comment_BillComment) { BillCommentRow billCommentRow = (BillCommentRow)NewRow(); billCommentRow.ItemArray = new object[2] { No_BillComment, Comment_BillComment }; base.Rows.Add(billCommentRow); return billCommentRow; } [DebuggerNonUserCode] public virtual IEnumerator GetEnumerator() { return base.Rows.GetEnumerator(); } [DebuggerNonUserCode] public override DataTable Clone() { BillCommentDataTable billCommentDataTable = (BillCommentDataTable)base.Clone(); billCommentDataTable.InitVars(); return billCommentDataTable; } [DebuggerNonUserCode] protected override DataTable CreateInstance() { return new BillCommentDataTable(); } [DebuggerNonUserCode] internal void InitVars() { columnNo_BillComment = base.Columns["No_BillComment"]; columnComment_BillComment = base.Columns["Comment_BillComment"]; } [DebuggerNonUserCode] private void InitClass() { columnNo_BillComment = new DataColumn("No_BillComment", typeof(int), null, MappingType.Element); base.Columns.Add(columnNo_BillComment); columnComment_BillComment = new DataColumn("Comment_BillComment", typeof(string), null, MappingType.Element); base.Columns.Add(columnComment_BillComment); } [DebuggerNonUserCode] public BillCommentRow NewBillCommentRow() { return (BillCommentRow)NewRow(); } [DebuggerNonUserCode] protected override DataRow NewRowFromBuilder(DataRowBuilder builder) { return new BillCommentRow(builder); } [DebuggerNonUserCode] protected override Type GetRowType() { return typeof(BillCommentRow); } [DebuggerNonUserCode] protected override void OnRowChanged(DataRowChangeEventArgs e) { base.OnRowChanged(e); if (this.BillCommentRowChanged != null) { this.BillCommentRowChanged(this, new BillCommentRowChangeEvent((BillCommentRow)e.Row, e.Action)); } } [DebuggerNonUserCode] protected override void OnRowChanging(DataRowChangeEventArgs e) { base.OnRowChanging(e); if (this.BillCommentRowChanging != null) { this.BillCommentRowChanging(this, new BillCommentRowChangeEvent((BillCommentRow)e.Row, e.Action)); } } [DebuggerNonUserCode] protected override void OnRowDeleted(DataRowChangeEventArgs e) { base.OnRowDeleted(e); if (this.BillCommentRowDeleted != null) { this.BillCommentRowDeleted(this, new BillCommentRowChangeEvent((BillCommentRow)e.Row, e.Action)); } } [DebuggerNonUserCode] protected override void OnRowDeleting(DataRowChangeEventArgs e) { base.OnRowDeleting(e); if (this.BillCommentRowDeleting != null) { this.BillCommentRowDeleting(this, new BillCommentRowChangeEvent((BillCommentRow)e.Row, e.Action)); } } [DebuggerNonUserCode] public void RemoveBillCommentRow(BillCommentRow row) { base.Rows.Remove(row); } [DebuggerNonUserCode] public static XmlSchemaComplexType GetTypedTableSchema(XmlSchemaSet xs) { XmlSchemaComplexType xmlSchemaComplexType = new XmlSchemaComplexType(); XmlSchemaSequence xmlSchemaSequence = new XmlSchemaSequence(); dsFrmIndentBill dsFrmIndentBill = new dsFrmIndentBill(); xs.Add(dsFrmIndentBill.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 = dsFrmIndentBill.Namespace; xmlSchemaComplexType.Attributes.Add(xmlSchemaAttribute); XmlSchemaAttribute xmlSchemaAttribute2 = new XmlSchemaAttribute(); xmlSchemaAttribute2.Name = "tableTypeName"; xmlSchemaAttribute2.FixedValue = "BillCommentDataTable"; xmlSchemaComplexType.Attributes.Add(xmlSchemaAttribute2); xmlSchemaComplexType.Particle = xmlSchemaSequence; return xmlSchemaComplexType; } } [Serializable] [GeneratedCode("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")] [XmlSchemaProvider("GetTypedTableSchema")] public class ReportCommentDataTable : DataTable, IEnumerable { private DataColumn columnNo_ReportComment; private DataColumn columnComment_ReportComment; private DataColumn columnNo_IndentBill; [DebuggerNonUserCode] public DataColumn No_ReportCommentColumn => columnNo_ReportComment; [DebuggerNonUserCode] public DataColumn Comment_ReportCommentColumn => columnComment_ReportComment; [DebuggerNonUserCode] public DataColumn No_IndentBillColumn => columnNo_IndentBill; [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(int No_ReportComment, string Comment_ReportComment, string No_IndentBill) { ReportCommentRow reportCommentRow = (ReportCommentRow)NewRow(); reportCommentRow.ItemArray = new object[3] { No_ReportComment, Comment_ReportComment, No_IndentBill }; 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() { columnNo_ReportComment = base.Columns["No_ReportComment"]; columnComment_ReportComment = base.Columns["Comment_ReportComment"]; columnNo_IndentBill = base.Columns["No_IndentBill"]; } [DebuggerNonUserCode] private void InitClass() { columnNo_ReportComment = new DataColumn("No_ReportComment", typeof(int), null, MappingType.Element); base.Columns.Add(columnNo_ReportComment); columnComment_ReportComment = new DataColumn("Comment_ReportComment", typeof(string), null, MappingType.Element); base.Columns.Add(columnComment_ReportComment); columnNo_IndentBill = new DataColumn("No_IndentBill", typeof(string), null, MappingType.Element); base.Columns.Add(columnNo_IndentBill); } [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(); dsFrmIndentBill dsFrmIndentBill = new dsFrmIndentBill(); xs.Add(dsFrmIndentBill.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 = dsFrmIndentBill.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] [XmlSchemaProvider("GetTypedTableSchema")] [GeneratedCode("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")] public class IndentBillProductDataTable : DataTable, IEnumerable { private DataColumn columnNo_IndentBillProduct; private DataColumn columnType_FromBill; private DataColumn columnNo_FromBill; private DataColumn columnNo_FromBillProduct; private DataColumn columnQuantity_IndentBillProduct; private DataColumn columnOrderPrice_IndentBillProduct; private DataColumn columnDiscount_IndentBillProduct; private DataColumn columnUnitPrice_IndentBillProduct; private DataColumn columnComment_IndentBillProduct; private DataColumn columnQuantity_Sale; private DataColumn columnNo_Product; private DataColumn columnName_Product; private DataColumn columnUnit_Product; private DataColumn columnLowSalePrice_Product; private DataColumn columnAmount_IndentBillProduct; private DataColumn columnName_BillType; private DataColumn columnNo_IndentBill; [DebuggerNonUserCode] public DataColumn No_IndentBillProductColumn => columnNo_IndentBillProduct; [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_IndentBillProductColumn => columnQuantity_IndentBillProduct; [DebuggerNonUserCode] public DataColumn OrderPrice_IndentBillProductColumn => columnOrderPrice_IndentBillProduct; [DebuggerNonUserCode] public DataColumn Discount_IndentBillProductColumn => columnDiscount_IndentBillProduct; [DebuggerNonUserCode] public DataColumn UnitPrice_IndentBillProductColumn => columnUnitPrice_IndentBillProduct; [DebuggerNonUserCode] public DataColumn Comment_IndentBillProductColumn => columnComment_IndentBillProduct; [DebuggerNonUserCode] public DataColumn Quantity_SaleColumn => columnQuantity_Sale; [DebuggerNonUserCode] public DataColumn No_ProductColumn => columnNo_Product; [DebuggerNonUserCode] public DataColumn Name_ProductColumn => columnName_Product; [DebuggerNonUserCode] public DataColumn Unit_ProductColumn => columnUnit_Product; [DebuggerNonUserCode] public DataColumn LowSalePrice_ProductColumn => columnLowSalePrice_Product; [DebuggerNonUserCode] public DataColumn Amount_IndentBillProductColumn => columnAmount_IndentBillProduct; [DebuggerNonUserCode] public DataColumn Name_BillTypeColumn => columnName_BillType; [DebuggerNonUserCode] public DataColumn No_IndentBillColumn => columnNo_IndentBill; [Browsable(false)] [DebuggerNonUserCode] public int Count => base.Rows.Count; [DebuggerNonUserCode] public IndentBillProductRow this[int index] => (IndentBillProductRow)base.Rows[index]; public event IndentBillProductRowChangeEventHandler IndentBillProductRowChanging; public event IndentBillProductRowChangeEventHandler IndentBillProductRowChanged; public event IndentBillProductRowChangeEventHandler IndentBillProductRowDeleting; public event IndentBillProductRowChangeEventHandler IndentBillProductRowDeleted; [DebuggerNonUserCode] public IndentBillProductDataTable() { base.TableName = "IndentBillProduct"; BeginInit(); InitClass(); EndInit(); } [DebuggerNonUserCode] internal IndentBillProductDataTable(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 IndentBillProductDataTable(SerializationInfo info, StreamingContext context) : base(info, context) { InitVars(); } [DebuggerNonUserCode] public void AddIndentBillProductRow(IndentBillProductRow row) { base.Rows.Add(row); } [DebuggerNonUserCode] public IndentBillProductRow AddIndentBillProductRow(string No_IndentBillProduct, int Type_FromBill, string No_FromBill, string No_FromBillProduct, decimal Quantity_IndentBillProduct, decimal OrderPrice_IndentBillProduct, decimal Discount_IndentBillProduct, decimal UnitPrice_IndentBillProduct, string Comment_IndentBillProduct, decimal Quantity_Sale, string No_Product, string Name_Product, string Unit_Product, decimal LowSalePrice_Product, decimal Amount_IndentBillProduct, string Name_BillType, string No_IndentBill) { IndentBillProductRow indentBillProductRow = (IndentBillProductRow)NewRow(); indentBillProductRow.ItemArray = new object[17] { No_IndentBillProduct, Type_FromBill, No_FromBill, No_FromBillProduct, Quantity_IndentBillProduct, OrderPrice_IndentBillProduct, Discount_IndentBillProduct, UnitPrice_IndentBillProduct, Comment_IndentBillProduct, Quantity_Sale, No_Product, Name_Product, Unit_Product, LowSalePrice_Product, Amount_IndentBillProduct, Name_BillType, No_IndentBill }; base.Rows.Add(indentBillProductRow); return indentBillProductRow; } [DebuggerNonUserCode] public virtual IEnumerator GetEnumerator() { return base.Rows.GetEnumerator(); } [DebuggerNonUserCode] public override DataTable Clone() { IndentBillProductDataTable indentBillProductDataTable = (IndentBillProductDataTable)base.Clone(); indentBillProductDataTable.InitVars(); return indentBillProductDataTable; } [DebuggerNonUserCode] protected override DataTable CreateInstance() { return new IndentBillProductDataTable(); } [DebuggerNonUserCode] internal void InitVars() { columnNo_IndentBillProduct = base.Columns["No_IndentBillProduct"]; columnType_FromBill = base.Columns["Type_FromBill"]; columnNo_FromBill = base.Columns["No_FromBill"]; columnNo_FromBillProduct = base.Columns["No_FromBillProduct"]; columnQuantity_IndentBillProduct = base.Columns["Quantity_IndentBillProduct"]; columnOrderPrice_IndentBillProduct = base.Columns["OrderPrice_IndentBillProduct"]; columnDiscount_IndentBillProduct = base.Columns["Discount_IndentBillProduct"]; columnUnitPrice_IndentBillProduct = base.Columns["UnitPrice_IndentBillProduct"]; columnComment_IndentBillProduct = base.Columns["Comment_IndentBillProduct"]; columnQuantity_Sale = base.Columns["Quantity_Sale"]; columnNo_Product = base.Columns["No_Product"]; columnName_Product = base.Columns["Name_Product"]; columnUnit_Product = base.Columns["Unit_Product"]; columnLowSalePrice_Product = base.Columns["LowSalePrice_Product"]; columnAmount_IndentBillProduct = base.Columns["Amount_IndentBillProduct"]; columnName_BillType = base.Columns["Name_BillType"]; columnNo_IndentBill = base.Columns["No_IndentBill"]; } [DebuggerNonUserCode] private void InitClass() { columnNo_IndentBillProduct = new DataColumn("No_IndentBillProduct", typeof(string), null, MappingType.Element); base.Columns.Add(columnNo_IndentBillProduct); 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_IndentBillProduct = new DataColumn("Quantity_IndentBillProduct", typeof(decimal), null, MappingType.Element); base.Columns.Add(columnQuantity_IndentBillProduct); columnOrderPrice_IndentBillProduct = new DataColumn("OrderPrice_IndentBillProduct", typeof(decimal), null, MappingType.Element); base.Columns.Add(columnOrderPrice_IndentBillProduct); columnDiscount_IndentBillProduct = new DataColumn("Discount_IndentBillProduct", typeof(decimal), null, MappingType.Element); base.Columns.Add(columnDiscount_IndentBillProduct); columnUnitPrice_IndentBillProduct = new DataColumn("UnitPrice_IndentBillProduct", typeof(decimal), null, MappingType.Element); base.Columns.Add(columnUnitPrice_IndentBillProduct); columnComment_IndentBillProduct = new DataColumn("Comment_IndentBillProduct", typeof(string), null, MappingType.Element); base.Columns.Add(columnComment_IndentBillProduct); columnQuantity_Sale = new DataColumn("Quantity_Sale", typeof(decimal), null, MappingType.Element); base.Columns.Add(columnQuantity_Sale); 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_Product = new DataColumn("Unit_Product", typeof(string), null, MappingType.Element); base.Columns.Add(columnUnit_Product); columnLowSalePrice_Product = new DataColumn("LowSalePrice_Product", typeof(decimal), null, MappingType.Element); base.Columns.Add(columnLowSalePrice_Product); columnAmount_IndentBillProduct = new DataColumn("Amount_IndentBillProduct", typeof(decimal), null, MappingType.Element); base.Columns.Add(columnAmount_IndentBillProduct); columnName_BillType = new DataColumn("Name_BillType", typeof(string), null, MappingType.Element); base.Columns.Add(columnName_BillType); columnNo_IndentBill = new DataColumn("No_IndentBill", typeof(string), null, MappingType.Element); base.Columns.Add(columnNo_IndentBill); } [DebuggerNonUserCode] public IndentBillProductRow NewIndentBillProductRow() { return (IndentBillProductRow)NewRow(); } [DebuggerNonUserCode] protected override DataRow NewRowFromBuilder(DataRowBuilder builder) { return new IndentBillProductRow(builder); } [DebuggerNonUserCode] protected override Type GetRowType() { return typeof(IndentBillProductRow); } [DebuggerNonUserCode] protected override void OnRowChanged(DataRowChangeEventArgs e) { base.OnRowChanged(e); if (this.IndentBillProductRowChanged != null) { this.IndentBillProductRowChanged(this, new IndentBillProductRowChangeEvent((IndentBillProductRow)e.Row, e.Action)); } } [DebuggerNonUserCode] protected override void OnRowChanging(DataRowChangeEventArgs e) { base.OnRowChanging(e); if (this.IndentBillProductRowChanging != null) { this.IndentBillProductRowChanging(this, new IndentBillProductRowChangeEvent((IndentBillProductRow)e.Row, e.Action)); } } [DebuggerNonUserCode] protected override void OnRowDeleted(DataRowChangeEventArgs e) { base.OnRowDeleted(e); if (this.IndentBillProductRowDeleted != null) { this.IndentBillProductRowDeleted(this, new IndentBillProductRowChangeEvent((IndentBillProductRow)e.Row, e.Action)); } } [DebuggerNonUserCode] protected override void OnRowDeleting(DataRowChangeEventArgs e) { base.OnRowDeleting(e); if (this.IndentBillProductRowDeleting != null) { this.IndentBillProductRowDeleting(this, new IndentBillProductRowChangeEvent((IndentBillProductRow)e.Row, e.Action)); } } [DebuggerNonUserCode] public void RemoveIndentBillProductRow(IndentBillProductRow row) { base.Rows.Remove(row); } [DebuggerNonUserCode] public static XmlSchemaComplexType GetTypedTableSchema(XmlSchemaSet xs) { XmlSchemaComplexType xmlSchemaComplexType = new XmlSchemaComplexType(); XmlSchemaSequence xmlSchemaSequence = new XmlSchemaSequence(); dsFrmIndentBill dsFrmIndentBill = new dsFrmIndentBill(); xs.Add(dsFrmIndentBill.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 = dsFrmIndentBill.Namespace; xmlSchemaComplexType.Attributes.Add(xmlSchemaAttribute); XmlSchemaAttribute xmlSchemaAttribute2 = new XmlSchemaAttribute(); xmlSchemaAttribute2.Name = "tableTypeName"; xmlSchemaAttribute2.FixedValue = "IndentBillProductDataTable"; 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(); dsFrmIndentBill dsFrmIndentBill = new dsFrmIndentBill(); xs.Add(dsFrmIndentBill.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 = dsFrmIndentBill.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 IndentBillRow : DataRow { private IndentBillDataTable tableIndentBill; [DebuggerNonUserCode] public string No_IndentBill { get { try { return (string)base[tableIndentBill.No_IndentBillColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'No_IndentBill' in table 'IndentBill' is DBNull.", innerException); } } set { base[tableIndentBill.No_IndentBillColumn] = value; } } [DebuggerNonUserCode] public DateTime Date_IndentBill { get { try { return (DateTime)base[tableIndentBill.Date_IndentBillColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'Date_IndentBill' in table 'IndentBill' is DBNull.", innerException); } } set { base[tableIndentBill.Date_IndentBillColumn] = value; } } [DebuggerNonUserCode] public string No_OrderBill { get { try { return (string)base[tableIndentBill.No_OrderBillColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'No_OrderBill' in table 'IndentBill' is DBNull.", innerException); } } set { base[tableIndentBill.No_OrderBillColumn] = value; } } [DebuggerNonUserCode] public string GetMethod_IndentBill { get { try { return (string)base[tableIndentBill.GetMethod_IndentBillColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'GetMethod_IndentBill' in table 'IndentBill' is DBNull.", innerException); } } set { base[tableIndentBill.GetMethod_IndentBillColumn] = value; } } [DebuggerNonUserCode] public decimal ToGet_IndentBill { get { try { return (decimal)base[tableIndentBill.ToGet_IndentBillColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'ToGet_IndentBill' in table 'IndentBill' is DBNull.", innerException); } } set { base[tableIndentBill.ToGet_IndentBillColumn] = value; } } [DebuggerNonUserCode] public string Name_Linkman { get { try { return (string)base[tableIndentBill.Name_LinkmanColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'Name_Linkman' in table 'IndentBill' is DBNull.", innerException); } } set { base[tableIndentBill.Name_LinkmanColumn] = value; } } [DebuggerNonUserCode] public string Tel_IndentBill { get { try { return (string)base[tableIndentBill.Tel_IndentBillColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'Tel_IndentBill' in table 'IndentBill' is DBNull.", innerException); } } set { base[tableIndentBill.Tel_IndentBillColumn] = value; } } [DebuggerNonUserCode] public string Fax_IndentBill { get { try { return (string)base[tableIndentBill.Fax_IndentBillColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'Fax_IndentBill' in table 'IndentBill' is DBNull.", innerException); } } set { base[tableIndentBill.Fax_IndentBillColumn] = value; } } [DebuggerNonUserCode] public string SendAddr_IndentBill { get { try { return (string)base[tableIndentBill.SendAddr_IndentBillColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'SendAddr_IndentBill' in table 'IndentBill' is DBNull.", innerException); } } set { base[tableIndentBill.SendAddr_IndentBillColumn] = value; } } [DebuggerNonUserCode] public string InvoiceAddress_Company { get { try { return (string)base[tableIndentBill.InvoiceAddress_CompanyColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'InvoiceAddress_Company' in table 'IndentBill' is DBNull.", innerException); } } set { base[tableIndentBill.InvoiceAddress_CompanyColumn] = value; } } [DebuggerNonUserCode] public string InvoiceTitle_Company { get { try { return (string)base[tableIndentBill.InvoiceTitle_CompanyColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'InvoiceTitle_Company' in table 'IndentBill' is DBNull.", innerException); } } set { base[tableIndentBill.InvoiceTitle_CompanyColumn] = value; } } [DebuggerNonUserCode] public string TaxCurrency_IndentBill { get { try { return (string)base[tableIndentBill.TaxCurrency_IndentBillColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'TaxCurrency_IndentBill' in table 'IndentBill' is DBNull.", innerException); } } set { base[tableIndentBill.TaxCurrency_IndentBillColumn] = value; } } [DebuggerNonUserCode] public string Currency_IndentBill { get { try { return (string)base[tableIndentBill.Currency_IndentBillColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'Currency_IndentBill' in table 'IndentBill' is DBNull.", innerException); } } set { base[tableIndentBill.Currency_IndentBillColumn] = value; } } [DebuggerNonUserCode] public DateTime AssessDate_IndentBill { get { try { return (DateTime)base[tableIndentBill.AssessDate_IndentBillColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'AssessDate_IndentBill' in table 'IndentBill' is DBNull.", innerException); } } set { base[tableIndentBill.AssessDate_IndentBillColumn] = value; } } [DebuggerNonUserCode] public bool Disable_IndentBill { get { try { return (bool)base[tableIndentBill.Disable_IndentBillColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'Disable_IndentBill' in table 'IndentBill' is DBNull.", innerException); } } set { base[tableIndentBill.Disable_IndentBillColumn] = value; } } [DebuggerNonUserCode] public DateTime CreateDate_IndentBill { get { try { return (DateTime)base[tableIndentBill.CreateDate_IndentBillColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'CreateDate_IndentBill' in table 'IndentBill' is DBNull.", innerException); } } set { base[tableIndentBill.CreateDate_IndentBillColumn] = value; } } [DebuggerNonUserCode] public DateTime LastModDate_IndentBill { get { try { return (DateTime)base[tableIndentBill.LastModDate_IndentBillColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'LastModDate_IndentBill' in table 'IndentBill' is DBNull.", innerException); } } set { base[tableIndentBill.LastModDate_IndentBillColumn] = value; } } [DebuggerNonUserCode] public decimal Amount_IndentBill { get { try { return (decimal)base[tableIndentBill.Amount_IndentBillColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'Amount_IndentBill' in table 'IndentBill' is DBNull.", innerException); } } set { base[tableIndentBill.Amount_IndentBillColumn] = value; } } [DebuggerNonUserCode] public decimal GoodsAmount_IndentBill { get { try { return (decimal)base[tableIndentBill.GoodsAmount_IndentBillColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'GoodsAmount_IndentBill' in table 'IndentBill' is DBNull.", innerException); } } set { base[tableIndentBill.GoodsAmount_IndentBillColumn] = value; } } [DebuggerNonUserCode] public decimal TaxAmount_IndentBill { get { try { return (decimal)base[tableIndentBill.TaxAmount_IndentBillColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'TaxAmount_IndentBill' in table 'IndentBill' is DBNull.", innerException); } } set { base[tableIndentBill.TaxAmount_IndentBillColumn] = value; } } [DebuggerNonUserCode] public decimal Discount_IndentBill { get { try { return (decimal)base[tableIndentBill.Discount_IndentBillColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'Discount_IndentBill' in table 'IndentBill' is DBNull.", innerException); } } set { base[tableIndentBill.Discount_IndentBillColumn] = value; } } [DebuggerNonUserCode] public string No_Customer { get { try { return (string)base[tableIndentBill.No_CustomerColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'No_Customer' in table 'IndentBill' is DBNull.", innerException); } } set { base[tableIndentBill.No_CustomerColumn] = value; } } [DebuggerNonUserCode] public string Name_Customer { get { try { return (string)base[tableIndentBill.Name_CustomerColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'Name_Customer' in table 'IndentBill' is DBNull.", innerException); } } set { base[tableIndentBill.Name_CustomerColumn] = value; } } [DebuggerNonUserCode] public string ShortName_Customer { get { try { return (string)base[tableIndentBill.ShortName_CustomerColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'ShortName_Customer' in table 'IndentBill' is DBNull.", innerException); } } set { base[tableIndentBill.ShortName_CustomerColumn] = value; } } [DebuggerNonUserCode] public string Type_Customer { get { try { return (string)base[tableIndentBill.Type_CustomerColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'Type_Customer' in table 'IndentBill' is DBNull.", innerException); } } set { base[tableIndentBill.Type_CustomerColumn] = value; } } [DebuggerNonUserCode] public string PostalCode_Customer { get { try { return (string)base[tableIndentBill.PostalCode_CustomerColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'PostalCode_Customer' in table 'IndentBill' is DBNull.", innerException); } } set { base[tableIndentBill.PostalCode_CustomerColumn] = value; } } [DebuggerNonUserCode] public string RegistedAddress_Customer { get { try { return (string)base[tableIndentBill.RegistedAddress_CustomerColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'RegistedAddress_Customer' in table 'IndentBill' is DBNull.", innerException); } } set { base[tableIndentBill.RegistedAddress_CustomerColumn] = value; } } [DebuggerNonUserCode] public string Name_Creator { get { try { return (string)base[tableIndentBill.Name_CreatorColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'Name_Creator' in table 'IndentBill' is DBNull.", innerException); } } set { base[tableIndentBill.Name_CreatorColumn] = value; } } [DebuggerNonUserCode] public string Name_Assessor { get { try { return (string)base[tableIndentBill.Name_AssessorColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'Name_Assessor' in table 'IndentBill' is DBNull.", innerException); } } set { base[tableIndentBill.Name_AssessorColumn] = value; } } [DebuggerNonUserCode] public string LastModUserName { get { try { return (string)base[tableIndentBill.LastModUserNameColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'LastModUserName' in table 'IndentBill' is DBNull.", innerException); } } set { base[tableIndentBill.LastModUserNameColumn] = value; } } [DebuggerNonUserCode] public string No_Location { get { try { return (string)base[tableIndentBill.No_LocationColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'No_Location' in table 'IndentBill' is DBNull.", innerException); } } set { base[tableIndentBill.No_LocationColumn] = value; } } [DebuggerNonUserCode] public string Name_Location { get { try { return (string)base[tableIndentBill.Name_LocationColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'Name_Location' in table 'IndentBill' is DBNull.", innerException); } } set { base[tableIndentBill.Name_LocationColumn] = value; } } [DebuggerNonUserCode] public decimal NumSum { get { try { return (decimal)base[tableIndentBill.NumSumColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'NumSum' in table 'IndentBill' is DBNull.", innerException); } } set { base[tableIndentBill.NumSumColumn] = value; } } [DebuggerNonUserCode] public decimal MoneySum { get { try { return (decimal)base[tableIndentBill.MoneySumColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'MoneySum' in table 'IndentBill' is DBNull.", innerException); } } set { base[tableIndentBill.MoneySumColumn] = value; } } [DebuggerNonUserCode] public decimal TaxSum { get { try { return (decimal)base[tableIndentBill.TaxSumColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'TaxSum' in table 'IndentBill' is DBNull.", innerException); } } set { base[tableIndentBill.TaxSumColumn] = value; } } [DebuggerNonUserCode] public string No_Principal { get { try { return (string)base[tableIndentBill.No_PrincipalColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'No_Principal' in table 'IndentBill' is DBNull.", innerException); } } set { base[tableIndentBill.No_PrincipalColumn] = value; } } [DebuggerNonUserCode] public string Principal_IndentBill { get { try { return (string)base[tableIndentBill.Principal_IndentBillColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'Principal_IndentBill' in table 'IndentBill' is DBNull.", innerException); } } set { base[tableIndentBill.Principal_IndentBillColumn] = value; } } [DebuggerNonUserCode] internal IndentBillRow(DataRowBuilder rb) : base(rb) { tableIndentBill = (IndentBillDataTable)base.Table; } [DebuggerNonUserCode] public bool IsNo_IndentBillNull() { return IsNull(tableIndentBill.No_IndentBillColumn); } [DebuggerNonUserCode] public void SetNo_IndentBillNull() { base[tableIndentBill.No_IndentBillColumn] = Convert.DBNull; } [DebuggerNonUserCode] public bool IsDate_IndentBillNull() { return IsNull(tableIndentBill.Date_IndentBillColumn); } [DebuggerNonUserCode] public void SetDate_IndentBillNull() { base[tableIndentBill.Date_IndentBillColumn] = Convert.DBNull; } [DebuggerNonUserCode] public bool IsNo_OrderBillNull() { return IsNull(tableIndentBill.No_OrderBillColumn); } [DebuggerNonUserCode] public void SetNo_OrderBillNull() { base[tableIndentBill.No_OrderBillColumn] = Convert.DBNull; } [DebuggerNonUserCode] public bool IsGetMethod_IndentBillNull() { return IsNull(tableIndentBill.GetMethod_IndentBillColumn); } [DebuggerNonUserCode] public void SetGetMethod_IndentBillNull() { base[tableIndentBill.GetMethod_IndentBillColumn] = Convert.DBNull; } [DebuggerNonUserCode] public bool IsToGet_IndentBillNull() { return IsNull(tableIndentBill.ToGet_IndentBillColumn); } [DebuggerNonUserCode] public void SetToGet_IndentBillNull() { base[tableIndentBill.ToGet_IndentBillColumn] = Convert.DBNull; } [DebuggerNonUserCode] public bool IsName_LinkmanNull() { return IsNull(tableIndentBill.Name_LinkmanColumn); } [DebuggerNonUserCode] public void SetName_LinkmanNull() { base[tableIndentBill.Name_LinkmanColumn] = Convert.DBNull; } [DebuggerNonUserCode] public bool IsTel_IndentBillNull() { return IsNull(tableIndentBill.Tel_IndentBillColumn); } [DebuggerNonUserCode] public void SetTel_IndentBillNull() { base[tableIndentBill.Tel_IndentBillColumn] = Convert.DBNull; } [DebuggerNonUserCode] public bool IsFax_IndentBillNull() { return IsNull(tableIndentBill.Fax_IndentBillColumn); } [DebuggerNonUserCode] public void SetFax_IndentBillNull() { base[tableIndentBill.Fax_IndentBillColumn] = Convert.DBNull; } [DebuggerNonUserCode] public bool IsSendAddr_IndentBillNull() { return IsNull(tableIndentBill.SendAddr_IndentBillColumn); } [DebuggerNonUserCode] public void SetSendAddr_IndentBillNull() { base[tableIndentBill.SendAddr_IndentBillColumn] = Convert.DBNull; } [DebuggerNonUserCode] public bool IsInvoiceAddress_CompanyNull() { return IsNull(tableIndentBill.InvoiceAddress_CompanyColumn); } [DebuggerNonUserCode] public void SetInvoiceAddress_CompanyNull() { base[tableIndentBill.InvoiceAddress_CompanyColumn] = Convert.DBNull; } [DebuggerNonUserCode] public bool IsInvoiceTitle_CompanyNull() { return IsNull(tableIndentBill.InvoiceTitle_CompanyColumn); } [DebuggerNonUserCode] public void SetInvoiceTitle_CompanyNull() { base[tableIndentBill.InvoiceTitle_CompanyColumn] = Convert.DBNull; } [DebuggerNonUserCode] public bool IsTaxCurrency_IndentBillNull() { return IsNull(tableIndentBill.TaxCurrency_IndentBillColumn); } [DebuggerNonUserCode] public void SetTaxCurrency_IndentBillNull() { base[tableIndentBill.TaxCurrency_IndentBillColumn] = Convert.DBNull; } [DebuggerNonUserCode] public bool IsCurrency_IndentBillNull() { return IsNull(tableIndentBill.Currency_IndentBillColumn); } [DebuggerNonUserCode] public void SetCurrency_IndentBillNull() { base[tableIndentBill.Currency_IndentBillColumn] = Convert.DBNull; } [DebuggerNonUserCode] public bool IsAssessDate_IndentBillNull() { return IsNull(tableIndentBill.AssessDate_IndentBillColumn); } [DebuggerNonUserCode] public void SetAssessDate_IndentBillNull() { base[tableIndentBill.AssessDate_IndentBillColumn] = Convert.DBNull; } [DebuggerNonUserCode] public bool IsDisable_IndentBillNull() { return IsNull(tableIndentBill.Disable_IndentBillColumn); } [DebuggerNonUserCode] public void SetDisable_IndentBillNull() { base[tableIndentBill.Disable_IndentBillColumn] = Convert.DBNull; } [DebuggerNonUserCode] public bool IsCreateDate_IndentBillNull() { return IsNull(tableIndentBill.CreateDate_IndentBillColumn); } [DebuggerNonUserCode] public void SetCreateDate_IndentBillNull() { base[tableIndentBill.CreateDate_IndentBillColumn] = Convert.DBNull; } [DebuggerNonUserCode] public bool IsLastModDate_IndentBillNull() { return IsNull(tableIndentBill.LastModDate_IndentBillColumn); } [DebuggerNonUserCode] public void SetLastModDate_IndentBillNull() { base[tableIndentBill.LastModDate_IndentBillColumn] = Convert.DBNull; } [DebuggerNonUserCode] public bool IsAmount_IndentBillNull() { return IsNull(tableIndentBill.Amount_IndentBillColumn); } [DebuggerNonUserCode] public void SetAmount_IndentBillNull() { base[tableIndentBill.Amount_IndentBillColumn] = Convert.DBNull; } [DebuggerNonUserCode] public bool IsGoodsAmount_IndentBillNull() { return IsNull(tableIndentBill.GoodsAmount_IndentBillColumn); } [DebuggerNonUserCode] public void SetGoodsAmount_IndentBillNull() { base[tableIndentBill.GoodsAmount_IndentBillColumn] = Convert.DBNull; } [DebuggerNonUserCode] public bool IsTaxAmount_IndentBillNull() { return IsNull(tableIndentBill.TaxAmount_IndentBillColumn); } [DebuggerNonUserCode] public void SetTaxAmount_IndentBillNull() { base[tableIndentBill.TaxAmount_IndentBillColumn] = Convert.DBNull; } [DebuggerNonUserCode] public bool IsDiscount_IndentBillNull() { return IsNull(tableIndentBill.Discount_IndentBillColumn); } [DebuggerNonUserCode] public void SetDiscount_IndentBillNull() { base[tableIndentBill.Discount_IndentBillColumn] = Convert.DBNull; } [DebuggerNonUserCode] public bool IsNo_CustomerNull() { return IsNull(tableIndentBill.No_CustomerColumn); } [DebuggerNonUserCode] public void SetNo_CustomerNull() { base[tableIndentBill.No_CustomerColumn] = Convert.DBNull; } [DebuggerNonUserCode] public bool IsName_CustomerNull() { return IsNull(tableIndentBill.Name_CustomerColumn); } [DebuggerNonUserCode] public void SetName_CustomerNull() { base[tableIndentBill.Name_CustomerColumn] = Convert.DBNull; } [DebuggerNonUserCode] public bool IsShortName_CustomerNull() { return IsNull(tableIndentBill.ShortName_CustomerColumn); } [DebuggerNonUserCode] public void SetShortName_CustomerNull() { base[tableIndentBill.ShortName_CustomerColumn] = Convert.DBNull; } [DebuggerNonUserCode] public bool IsType_CustomerNull() { return IsNull(tableIndentBill.Type_CustomerColumn); } [DebuggerNonUserCode] public void SetType_CustomerNull() { base[tableIndentBill.Type_CustomerColumn] = Convert.DBNull; } [DebuggerNonUserCode] public bool IsPostalCode_CustomerNull() { return IsNull(tableIndentBill.PostalCode_CustomerColumn); } [DebuggerNonUserCode] public void SetPostalCode_CustomerNull() { base[tableIndentBill.PostalCode_CustomerColumn] = Convert.DBNull; } [DebuggerNonUserCode] public bool IsRegistedAddress_CustomerNull() { return IsNull(tableIndentBill.RegistedAddress_CustomerColumn); } [DebuggerNonUserCode] public void SetRegistedAddress_CustomerNull() { base[tableIndentBill.RegistedAddress_CustomerColumn] = Convert.DBNull; } [DebuggerNonUserCode] public bool IsName_CreatorNull() { return IsNull(tableIndentBill.Name_CreatorColumn); } [DebuggerNonUserCode] public void SetName_CreatorNull() { base[tableIndentBill.Name_CreatorColumn] = Convert.DBNull; } [DebuggerNonUserCode] public bool IsName_AssessorNull() { return IsNull(tableIndentBill.Name_AssessorColumn); } [DebuggerNonUserCode] public void SetName_AssessorNull() { base[tableIndentBill.Name_AssessorColumn] = Convert.DBNull; } [DebuggerNonUserCode] public bool IsLastModUserNameNull() { return IsNull(tableIndentBill.LastModUserNameColumn); } [DebuggerNonUserCode] public void SetLastModUserNameNull() { base[tableIndentBill.LastModUserNameColumn] = Convert.DBNull; } [DebuggerNonUserCode] public bool IsNo_LocationNull() { return IsNull(tableIndentBill.No_LocationColumn); } [DebuggerNonUserCode] public void SetNo_LocationNull() { base[tableIndentBill.No_LocationColumn] = Convert.DBNull; } [DebuggerNonUserCode] public bool IsName_LocationNull() { return IsNull(tableIndentBill.Name_LocationColumn); } [DebuggerNonUserCode] public void SetName_LocationNull() { base[tableIndentBill.Name_LocationColumn] = Convert.DBNull; } [DebuggerNonUserCode] public bool IsNumSumNull() { return IsNull(tableIndentBill.NumSumColumn); } [DebuggerNonUserCode] public void SetNumSumNull() { base[tableIndentBill.NumSumColumn] = Convert.DBNull; } [DebuggerNonUserCode] public bool IsMoneySumNull() { return IsNull(tableIndentBill.MoneySumColumn); } [DebuggerNonUserCode] public void SetMoneySumNull() { base[tableIndentBill.MoneySumColumn] = Convert.DBNull; } [DebuggerNonUserCode] public bool IsTaxSumNull() { return IsNull(tableIndentBill.TaxSumColumn); } [DebuggerNonUserCode] public void SetTaxSumNull() { base[tableIndentBill.TaxSumColumn] = Convert.DBNull; } [DebuggerNonUserCode] public bool IsNo_PrincipalNull() { return IsNull(tableIndentBill.No_PrincipalColumn); } [DebuggerNonUserCode] public void SetNo_PrincipalNull() { base[tableIndentBill.No_PrincipalColumn] = Convert.DBNull; } [DebuggerNonUserCode] public bool IsPrincipal_IndentBillNull() { return IsNull(tableIndentBill.Principal_IndentBillColumn); } [DebuggerNonUserCode] public void SetPrincipal_IndentBillNull() { base[tableIndentBill.Principal_IndentBillColumn] = Convert.DBNull; } } [GeneratedCode("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")] public class BillCommentRow : DataRow { private BillCommentDataTable tableBillComment; [DebuggerNonUserCode] public int No_BillComment { get { try { return (int)base[tableBillComment.No_BillCommentColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'No_BillComment' in table 'BillComment' is DBNull.", innerException); } } set { base[tableBillComment.No_BillCommentColumn] = value; } } [DebuggerNonUserCode] public string Comment_BillComment { get { try { return (string)base[tableBillComment.Comment_BillCommentColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'Comment_BillComment' in table 'BillComment' is DBNull.", innerException); } } set { base[tableBillComment.Comment_BillCommentColumn] = value; } } [DebuggerNonUserCode] internal BillCommentRow(DataRowBuilder rb) : base(rb) { tableBillComment = (BillCommentDataTable)base.Table; } [DebuggerNonUserCode] public bool IsNo_BillCommentNull() { return IsNull(tableBillComment.No_BillCommentColumn); } [DebuggerNonUserCode] public void SetNo_BillCommentNull() { base[tableBillComment.No_BillCommentColumn] = Convert.DBNull; } [DebuggerNonUserCode] public bool IsComment_BillCommentNull() { return IsNull(tableBillComment.Comment_BillCommentColumn); } [DebuggerNonUserCode] public void SetComment_BillCommentNull() { base[tableBillComment.Comment_BillCommentColumn] = Convert.DBNull; } } [GeneratedCode("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")] public class ReportCommentRow : DataRow { private ReportCommentDataTable tableReportComment; [DebuggerNonUserCode] public int No_ReportComment { get { try { return (int)base[tableReportComment.No_ReportCommentColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'No_ReportComment' in table 'ReportComment' is DBNull.", innerException); } } set { base[tableReportComment.No_ReportCommentColumn] = value; } } [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_IndentBill { get { try { return (string)base[tableReportComment.No_IndentBillColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'No_IndentBill' in table 'ReportComment' is DBNull.", innerException); } } set { base[tableReportComment.No_IndentBillColumn] = value; } } [DebuggerNonUserCode] internal ReportCommentRow(DataRowBuilder rb) : base(rb) { tableReportComment = (ReportCommentDataTable)base.Table; } [DebuggerNonUserCode] public bool IsNo_ReportCommentNull() { return IsNull(tableReportComment.No_ReportCommentColumn); } [DebuggerNonUserCode] public void SetNo_ReportCommentNull() { base[tableReportComment.No_ReportCommentColumn] = Convert.DBNull; } [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_IndentBillNull() { return IsNull(tableReportComment.No_IndentBillColumn); } [DebuggerNonUserCode] public void SetNo_IndentBillNull() { base[tableReportComment.No_IndentBillColumn] = Convert.DBNull; } } [GeneratedCode("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")] public class IndentBillProductRow : DataRow { private IndentBillProductDataTable tableIndentBillProduct; [DebuggerNonUserCode] public string No_IndentBillProduct { get { try { return (string)base[tableIndentBillProduct.No_IndentBillProductColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'No_IndentBillProduct' in table 'IndentBillProduct' is DBNull.", innerException); } } set { base[tableIndentBillProduct.No_IndentBillProductColumn] = value; } } [DebuggerNonUserCode] public int Type_FromBill { get { try { return (int)base[tableIndentBillProduct.Type_FromBillColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'Type_FromBill' in table 'IndentBillProduct' is DBNull.", innerException); } } set { base[tableIndentBillProduct.Type_FromBillColumn] = value; } } [DebuggerNonUserCode] public string No_FromBill { get { try { return (string)base[tableIndentBillProduct.No_FromBillColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'No_FromBill' in table 'IndentBillProduct' is DBNull.", innerException); } } set { base[tableIndentBillProduct.No_FromBillColumn] = value; } } [DebuggerNonUserCode] public string No_FromBillProduct { get { try { return (string)base[tableIndentBillProduct.No_FromBillProductColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'No_FromBillProduct' in table 'IndentBillProduct' is DBNull.", innerException); } } set { base[tableIndentBillProduct.No_FromBillProductColumn] = value; } } [DebuggerNonUserCode] public decimal Quantity_IndentBillProduct { get { try { return (decimal)base[tableIndentBillProduct.Quantity_IndentBillProductColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'Quantity_IndentBillProduct' in table 'IndentBillProduct' is DBNull.", innerException); } } set { base[tableIndentBillProduct.Quantity_IndentBillProductColumn] = value; } } [DebuggerNonUserCode] public decimal OrderPrice_IndentBillProduct { get { try { return (decimal)base[tableIndentBillProduct.OrderPrice_IndentBillProductColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'OrderPrice_IndentBillProduct' in table 'IndentBillProduct' is DBNull.", innerException); } } set { base[tableIndentBillProduct.OrderPrice_IndentBillProductColumn] = value; } } [DebuggerNonUserCode] public decimal Discount_IndentBillProduct { get { try { return (decimal)base[tableIndentBillProduct.Discount_IndentBillProductColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'Discount_IndentBillProduct' in table 'IndentBillProduct' is DBNull.", innerException); } } set { base[tableIndentBillProduct.Discount_IndentBillProductColumn] = value; } } [DebuggerNonUserCode] public decimal UnitPrice_IndentBillProduct { get { try { return (decimal)base[tableIndentBillProduct.UnitPrice_IndentBillProductColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'UnitPrice_IndentBillProduct' in table 'IndentBillProduct' is DBNull.", innerException); } } set { base[tableIndentBillProduct.UnitPrice_IndentBillProductColumn] = value; } } [DebuggerNonUserCode] public string Comment_IndentBillProduct { get { try { return (string)base[tableIndentBillProduct.Comment_IndentBillProductColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'Comment_IndentBillProduct' in table 'IndentBillProduct' is DBNull.", innerException); } } set { base[tableIndentBillProduct.Comment_IndentBillProductColumn] = value; } } [DebuggerNonUserCode] public decimal Quantity_Sale { get { try { return (decimal)base[tableIndentBillProduct.Quantity_SaleColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'Quantity_Sale' in table 'IndentBillProduct' is DBNull.", innerException); } } set { base[tableIndentBillProduct.Quantity_SaleColumn] = value; } } [DebuggerNonUserCode] public string No_Product { get { try { return (string)base[tableIndentBillProduct.No_ProductColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'No_Product' in table 'IndentBillProduct' is DBNull.", innerException); } } set { base[tableIndentBillProduct.No_ProductColumn] = value; } } [DebuggerNonUserCode] public string Name_Product { get { try { return (string)base[tableIndentBillProduct.Name_ProductColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'Name_Product' in table 'IndentBillProduct' is DBNull.", innerException); } } set { base[tableIndentBillProduct.Name_ProductColumn] = value; } } [DebuggerNonUserCode] public string Unit_Product { get { try { return (string)base[tableIndentBillProduct.Unit_ProductColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'Unit_Product' in table 'IndentBillProduct' is DBNull.", innerException); } } set { base[tableIndentBillProduct.Unit_ProductColumn] = value; } } [DebuggerNonUserCode] public decimal LowSalePrice_Product { get { try { return (decimal)base[tableIndentBillProduct.LowSalePrice_ProductColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'LowSalePrice_Product' in table 'IndentBillProduct' is DBNull.", innerException); } } set { base[tableIndentBillProduct.LowSalePrice_ProductColumn] = value; } } [DebuggerNonUserCode] public decimal Amount_IndentBillProduct { get { try { return (decimal)base[tableIndentBillProduct.Amount_IndentBillProductColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'Amount_IndentBillProduct' in table 'IndentBillProduct' is DBNull.", innerException); } } set { base[tableIndentBillProduct.Amount_IndentBillProductColumn] = value; } } [DebuggerNonUserCode] public string Name_BillType { get { try { return (string)base[tableIndentBillProduct.Name_BillTypeColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'Name_BillType' in table 'IndentBillProduct' is DBNull.", innerException); } } set { base[tableIndentBillProduct.Name_BillTypeColumn] = value; } } [DebuggerNonUserCode] public string No_IndentBill { get { try { return (string)base[tableIndentBillProduct.No_IndentBillColumn]; } catch (InvalidCastException innerException) { throw new StrongTypingException("The value for column 'No_IndentBill' in table 'IndentBillProduct' is DBNull.", innerException); } } set { base[tableIndentBillProduct.No_IndentBillColumn] = value; } } [DebuggerNonUserCode] internal IndentBillProductRow(DataRowBuilder rb) : base(rb) { tableIndentBillProduct = (IndentBillProductDataTable)base.Table; } [DebuggerNonUserCode] public bool IsNo_IndentBillProductNull() { return IsNull(tableIndentBillProduct.No_IndentBillProductColumn); } [DebuggerNonUserCode] public void SetNo_IndentBillProductNull() { base[tableIndentBillProduct.No_IndentBillProductColumn] = Convert.DBNull; } [DebuggerNonUserCode] public bool IsType_FromBillNull() { return IsNull(tableIndentBillProduct.Type_FromBillColumn); } [DebuggerNonUserCode] public void SetType_FromBillNull() { base[tableIndentBillProduct.Type_FromBillColumn] = Convert.DBNull; } [DebuggerNonUserCode] public bool IsNo_FromBillNull() { return IsNull(tableIndentBillProduct.No_FromBillColumn); } [DebuggerNonUserCode] public void SetNo_FromBillNull() { base[tableIndentBillProduct.No_FromBillColumn] = Convert.DBNull; } [DebuggerNonUserCode] public bool IsNo_FromBillProductNull() { return IsNull(tableIndentBillProduct.No_FromBillProductColumn); } [DebuggerNonUserCode] public void SetNo_FromBillProductNull() { base[tableIndentBillProduct.No_FromBillProductColumn] = Convert.DBNull; } [DebuggerNonUserCode] public bool IsQuantity_IndentBillProductNull() { return IsNull(tableIndentBillProduct.Quantity_IndentBillProductColumn); } [DebuggerNonUserCode] public void SetQuantity_IndentBillProductNull() { base[tableIndentBillProduct.Quantity_IndentBillProductColumn] = Convert.DBNull; } [DebuggerNonUserCode] public bool IsOrderPrice_IndentBillProductNull() { return IsNull(tableIndentBillProduct.OrderPrice_IndentBillProductColumn); } [DebuggerNonUserCode] public void SetOrderPrice_IndentBillProductNull() { base[tableIndentBillProduct.OrderPrice_IndentBillProductColumn] = Convert.DBNull; } [DebuggerNonUserCode] public bool IsDiscount_IndentBillProductNull() { return IsNull(tableIndentBillProduct.Discount_IndentBillProductColumn); } [DebuggerNonUserCode] public void SetDiscount_IndentBillProductNull() { base[tableIndentBillProduct.Discount_IndentBillProductColumn] = Convert.DBNull; } [DebuggerNonUserCode] public bool IsUnitPrice_IndentBillProductNull() { return IsNull(tableIndentBillProduct.UnitPrice_IndentBillProductColumn); } [DebuggerNonUserCode] public void SetUnitPrice_IndentBillProductNull() { base[tableIndentBillProduct.UnitPrice_IndentBillProductColumn] = Convert.DBNull; } [DebuggerNonUserCode] public bool IsComment_IndentBillProductNull() { return IsNull(tableIndentBillProduct.Comment_IndentBillProductColumn); } [DebuggerNonUserCode] public void SetComment_IndentBillProductNull() { base[tableIndentBillProduct.Comment_IndentBillProductColumn] = Convert.DBNull; } [DebuggerNonUserCode] public bool IsQuantity_SaleNull() { return IsNull(tableIndentBillProduct.Quantity_SaleColumn); } [DebuggerNonUserCode] public void SetQuantity_SaleNull() { base[tableIndentBillProduct.Quantity_SaleColumn] = Convert.DBNull; } [DebuggerNonUserCode] public bool IsNo_ProductNull() { return IsNull(tableIndentBillProduct.No_ProductColumn); } [DebuggerNonUserCode] public void SetNo_ProductNull() { base[tableIndentBillProduct.No_ProductColumn] = Convert.DBNull; } [DebuggerNonUserCode] public bool IsName_ProductNull() { return IsNull(tableIndentBillProduct.Name_ProductColumn); } [DebuggerNonUserCode] public void SetName_ProductNull() { base[tableIndentBillProduct.Name_ProductColumn] = Convert.DBNull; } [DebuggerNonUserCode] public bool IsUnit_ProductNull() { return IsNull(tableIndentBillProduct.Unit_ProductColumn); } [DebuggerNonUserCode] public void SetUnit_ProductNull() { base[tableIndentBillProduct.Unit_ProductColumn] = Convert.DBNull; } [DebuggerNonUserCode] public bool IsLowSalePrice_ProductNull() { return IsNull(tableIndentBillProduct.LowSalePrice_ProductColumn); } [DebuggerNonUserCode] public void SetLowSalePrice_ProductNull() { base[tableIndentBillProduct.LowSalePrice_ProductColumn] = Convert.DBNull; } [DebuggerNonUserCode] public bool IsAmount_IndentBillProductNull() { return IsNull(tableIndentBillProduct.Amount_IndentBillProductColumn); } [DebuggerNonUserCode] public void SetAmount_IndentBillProductNull() { base[tableIndentBillProduct.Amount_IndentBillProductColumn] = Convert.DBNull; } [DebuggerNonUserCode] public bool IsName_BillTypeNull() { return IsNull(tableIndentBillProduct.Name_BillTypeColumn); } [DebuggerNonUserCode] public void SetName_BillTypeNull() { base[tableIndentBillProduct.Name_BillTypeColumn] = Convert.DBNull; } [DebuggerNonUserCode] public bool IsNo_IndentBillNull() { return IsNull(tableIndentBillProduct.No_IndentBillColumn); } [DebuggerNonUserCode] public void SetNo_IndentBillNull() { base[tableIndentBillProduct.No_IndentBillColumn] = 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 IndentBillRowChangeEvent : EventArgs { private IndentBillRow eventRow; private DataRowAction eventAction; [DebuggerNonUserCode] public IndentBillRow Row => eventRow; [DebuggerNonUserCode] public DataRowAction Action => eventAction; [DebuggerNonUserCode] public IndentBillRowChangeEvent(IndentBillRow row, DataRowAction action) { eventRow = row; eventAction = action; } } [GeneratedCode("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")] public class BillCommentRowChangeEvent : EventArgs { private BillCommentRow eventRow; private DataRowAction eventAction; [DebuggerNonUserCode] public BillCommentRow Row => eventRow; [DebuggerNonUserCode] public DataRowAction Action => eventAction; [DebuggerNonUserCode] public BillCommentRowChangeEvent(BillCommentRow row, DataRowAction action) { eventRow = row; eventAction = action; } } [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 IndentBillProductRowChangeEvent : EventArgs { private IndentBillProductRow eventRow; private DataRowAction eventAction; [DebuggerNonUserCode] public IndentBillProductRow Row => eventRow; [DebuggerNonUserCode] public DataRowAction Action => eventAction; [DebuggerNonUserCode] public IndentBillProductRowChangeEvent(IndentBillProductRow 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 IndentBillDataTable tableIndentBill; private BillCommentDataTable tableBillComment; private ReportCommentDataTable tableReportComment; private IndentBillProductDataTable tableIndentBillProduct; private AppendInfoDataTable tableAppendInfo; private SchemaSerializationMode _schemaSerializationMode = SchemaSerializationMode.IncludeSchema; [DesignerSerializationVisibility(DesignerSerializationVisibility.Content)] [DebuggerNonUserCode] [Browsable(false)] public IndentBillDataTable IndentBill => tableIndentBill; [DebuggerNonUserCode] [DesignerSerializationVisibility(DesignerSerializationVisibility.Content)] [Browsable(false)] public BillCommentDataTable BillComment => tableBillComment; [DesignerSerializationVisibility(DesignerSerializationVisibility.Content)] [DebuggerNonUserCode] [Browsable(false)] public ReportCommentDataTable ReportComment => tableReportComment; [DebuggerNonUserCode] [Browsable(false)] [DesignerSerializationVisibility(DesignerSerializationVisibility.Content)] public IndentBillProductDataTable IndentBillProduct => tableIndentBillProduct; [DebuggerNonUserCode] [DesignerSerializationVisibility(DesignerSerializationVisibility.Content)] [Browsable(false)] public AppendInfoDataTable AppendInfo => tableAppendInfo; [Browsable(true)] [DesignerSerializationVisibility(DesignerSerializationVisibility.Visible)] [DebuggerNonUserCode] public override SchemaSerializationMode SchemaSerializationMode { get { return _schemaSerializationMode; } set { _schemaSerializationMode = value; } } [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [DebuggerNonUserCode] public new DataTableCollection Tables => base.Tables; [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [DebuggerNonUserCode] public new DataRelationCollection Relations => base.Relations; [DebuggerNonUserCode] public dsFrmIndentBill() { BeginInit(); InitClass(); CollectionChangeEventHandler value = SchemaChanged; base.Tables.CollectionChanged += value; base.Relations.CollectionChanged += value; EndInit(); } [DebuggerNonUserCode] protected dsFrmIndentBill(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["IndentBill"] != null) { base.Tables.Add(new IndentBillDataTable(dataSet.Tables["IndentBill"])); } if (dataSet.Tables["BillComment"] != null) { base.Tables.Add(new BillCommentDataTable(dataSet.Tables["BillComment"])); } if (dataSet.Tables["ReportComment"] != null) { base.Tables.Add(new ReportCommentDataTable(dataSet.Tables["ReportComment"])); } if (dataSet.Tables["IndentBillProduct"] != null) { base.Tables.Add(new IndentBillProductDataTable(dataSet.Tables["IndentBillProduct"])); } 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() { dsFrmIndentBill dsFrmIndentBill = (dsFrmIndentBill)base.Clone(); dsFrmIndentBill.InitVars(); dsFrmIndentBill.SchemaSerializationMode = SchemaSerializationMode; return dsFrmIndentBill; } [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["IndentBill"] != null) { base.Tables.Add(new IndentBillDataTable(dataSet.Tables["IndentBill"])); } if (dataSet.Tables["BillComment"] != null) { base.Tables.Add(new BillCommentDataTable(dataSet.Tables["BillComment"])); } if (dataSet.Tables["ReportComment"] != null) { base.Tables.Add(new ReportCommentDataTable(dataSet.Tables["ReportComment"])); } if (dataSet.Tables["IndentBillProduct"] != null) { base.Tables.Add(new IndentBillProductDataTable(dataSet.Tables["IndentBillProduct"])); } 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) { tableIndentBill = (IndentBillDataTable)base.Tables["IndentBill"]; if (initTable && tableIndentBill != null) { tableIndentBill.InitVars(); } tableBillComment = (BillCommentDataTable)base.Tables["BillComment"]; if (initTable && tableBillComment != null) { tableBillComment.InitVars(); } tableReportComment = (ReportCommentDataTable)base.Tables["ReportComment"]; if (initTable && tableReportComment != null) { tableReportComment.InitVars(); } tableIndentBillProduct = (IndentBillProductDataTable)base.Tables["IndentBillProduct"]; if (initTable && tableIndentBillProduct != null) { tableIndentBillProduct.InitVars(); } tableAppendInfo = (AppendInfoDataTable)base.Tables["AppendInfo"]; if (initTable && tableAppendInfo != null) { tableAppendInfo.InitVars(); } } [DebuggerNonUserCode] private void InitClass() { base.DataSetName = "dsFrmIndentBill"; base.Prefix = ""; base.Namespace = "http://tempuri.org/dsFrmIndentBill.xsd"; base.EnforceConstraints = true; SchemaSerializationMode = SchemaSerializationMode.IncludeSchema; tableIndentBill = new IndentBillDataTable(); base.Tables.Add(tableIndentBill); tableBillComment = new BillCommentDataTable(); base.Tables.Add(tableBillComment); tableReportComment = new ReportCommentDataTable(); base.Tables.Add(tableReportComment); tableIndentBillProduct = new IndentBillProductDataTable(); base.Tables.Add(tableIndentBillProduct); tableAppendInfo = new AppendInfoDataTable(); base.Tables.Add(tableAppendInfo); } [DebuggerNonUserCode] private bool ShouldSerializeIndentBill() { return false; } [DebuggerNonUserCode] private bool ShouldSerializeBillComment() { return false; } [DebuggerNonUserCode] private bool ShouldSerializeReportComment() { return false; } [DebuggerNonUserCode] private bool ShouldSerializeIndentBillProduct() { 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) { dsFrmIndentBill dsFrmIndentBill = new dsFrmIndentBill(); XmlSchemaComplexType xmlSchemaComplexType = new XmlSchemaComplexType(); XmlSchemaSequence xmlSchemaSequence = new XmlSchemaSequence(); xs.Add(dsFrmIndentBill.GetSchemaSerializable()); XmlSchemaAny xmlSchemaAny = new XmlSchemaAny(); xmlSchemaAny.Namespace = dsFrmIndentBill.Namespace; xmlSchemaSequence.Items.Add(xmlSchemaAny); xmlSchemaComplexType.Particle = xmlSchemaSequence; return xmlSchemaComplexType; } } }