//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ #pragma warning disable 1591 namespace Saving.Applications.trading.dlg.w_dlg_regis_ctrl { /// ///Represents a strongly typed in-memory cache of data. /// [global::System.Serializable()] [global::System.ComponentModel.DesignerCategoryAttribute("code")] [global::System.ComponentModel.ToolboxItem(true)] [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedDataSetSchema")] [global::System.Xml.Serialization.XmlRootAttribute("DataSet1")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.DataSet")] public partial class DataSet1 : global::System.Data.DataSet { private STDEBTMASTERDataTable tableSTDEBTMASTER; private STDEBTDECDataTable tableSTDEBTDEC; private STDEBTDETDataTable tableSTDEBTDET; private STDEBTINCDataTable tableSTDEBTINC; private global::System.Data.DataRelation relationSYS_C00450050; private global::System.Data.DataRelation relationSYS_C00450030; private global::System.Data.DataRelation relationSYS_C00450040; private global::System.Data.SchemaSerializationMode _schemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public DataSet1() { this.BeginInit(); this.InitClass(); global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged); base.Tables.CollectionChanged += schemaChangedHandler; base.Relations.CollectionChanged += schemaChangedHandler; this.EndInit(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected DataSet1(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : base(info, context, false) { if ((this.IsBinarySerialized(info, context) == true)) { this.InitVars(false); global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler1 = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged); this.Tables.CollectionChanged += schemaChangedHandler1; this.Relations.CollectionChanged += schemaChangedHandler1; return; } string strSchema = ((string)(info.GetValue("XmlSchema", typeof(string)))); if ((this.DetermineSchemaSerializationMode(info, context) == global::System.Data.SchemaSerializationMode.IncludeSchema)) { global::System.Data.DataSet ds = new global::System.Data.DataSet(); ds.ReadXmlSchema(new global::System.Xml.XmlTextReader(new global::System.IO.StringReader(strSchema))); if ((ds.Tables["STDEBTMASTER"] != null)) { base.Tables.Add(new STDEBTMASTERDataTable(ds.Tables["STDEBTMASTER"])); } if ((ds.Tables["STDEBTDEC"] != null)) { base.Tables.Add(new STDEBTDECDataTable(ds.Tables["STDEBTDEC"])); } if ((ds.Tables["STDEBTDET"] != null)) { base.Tables.Add(new STDEBTDETDataTable(ds.Tables["STDEBTDET"])); } if ((ds.Tables["STDEBTINC"] != null)) { base.Tables.Add(new STDEBTINCDataTable(ds.Tables["STDEBTINC"])); } this.DataSetName = ds.DataSetName; this.Prefix = ds.Prefix; this.Namespace = ds.Namespace; this.Locale = ds.Locale; this.CaseSensitive = ds.CaseSensitive; this.EnforceConstraints = ds.EnforceConstraints; this.Merge(ds, false, global::System.Data.MissingSchemaAction.Add); this.InitVars(); } else { this.ReadXmlSchema(new global::System.Xml.XmlTextReader(new global::System.IO.StringReader(strSchema))); } this.GetSerializationData(info, context); global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged); base.Tables.CollectionChanged += schemaChangedHandler; this.Relations.CollectionChanged += schemaChangedHandler; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Browsable(false)] [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)] public STDEBTMASTERDataTable STDEBTMASTER { get { return this.tableSTDEBTMASTER; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Browsable(false)] [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)] public STDEBTDECDataTable STDEBTDEC { get { return this.tableSTDEBTDEC; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Browsable(false)] [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)] public STDEBTDETDataTable STDEBTDET { get { return this.tableSTDEBTDET; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Browsable(false)] [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)] public STDEBTINCDataTable STDEBTINC { get { return this.tableSTDEBTINC; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.BrowsableAttribute(true)] [global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Visible)] public override global::System.Data.SchemaSerializationMode SchemaSerializationMode { get { return this._schemaSerializationMode; } set { this._schemaSerializationMode = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Hidden)] public new global::System.Data.DataTableCollection Tables { get { return base.Tables; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Hidden)] public new global::System.Data.DataRelationCollection Relations { get { return base.Relations; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override void InitializeDerivedDataSet() { this.BeginInit(); this.InitClass(); this.EndInit(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public override global::System.Data.DataSet Clone() { DataSet1 cln = ((DataSet1)(base.Clone())); cln.InitVars(); cln.SchemaSerializationMode = this.SchemaSerializationMode; return cln; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override bool ShouldSerializeTables() { return false; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override bool ShouldSerializeRelations() { return false; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override void ReadXmlSerializable(global::System.Xml.XmlReader reader) { if ((this.DetermineSchemaSerializationMode(reader) == global::System.Data.SchemaSerializationMode.IncludeSchema)) { this.Reset(); global::System.Data.DataSet ds = new global::System.Data.DataSet(); ds.ReadXml(reader); if ((ds.Tables["STDEBTMASTER"] != null)) { base.Tables.Add(new STDEBTMASTERDataTable(ds.Tables["STDEBTMASTER"])); } if ((ds.Tables["STDEBTDEC"] != null)) { base.Tables.Add(new STDEBTDECDataTable(ds.Tables["STDEBTDEC"])); } if ((ds.Tables["STDEBTDET"] != null)) { base.Tables.Add(new STDEBTDETDataTable(ds.Tables["STDEBTDET"])); } if ((ds.Tables["STDEBTINC"] != null)) { base.Tables.Add(new STDEBTINCDataTable(ds.Tables["STDEBTINC"])); } this.DataSetName = ds.DataSetName; this.Prefix = ds.Prefix; this.Namespace = ds.Namespace; this.Locale = ds.Locale; this.CaseSensitive = ds.CaseSensitive; this.EnforceConstraints = ds.EnforceConstraints; this.Merge(ds, false, global::System.Data.MissingSchemaAction.Add); this.InitVars(); } else { this.ReadXml(reader); this.InitVars(); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override global::System.Xml.Schema.XmlSchema GetSchemaSerializable() { global::System.IO.MemoryStream stream = new global::System.IO.MemoryStream(); this.WriteXmlSchema(new global::System.Xml.XmlTextWriter(stream, null)); stream.Position = 0; return global::System.Xml.Schema.XmlSchema.Read(new global::System.Xml.XmlTextReader(stream), null); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal void InitVars() { this.InitVars(true); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal void InitVars(bool initTable) { this.tableSTDEBTMASTER = ((STDEBTMASTERDataTable)(base.Tables["STDEBTMASTER"])); if ((initTable == true)) { if ((this.tableSTDEBTMASTER != null)) { this.tableSTDEBTMASTER.InitVars(); } } this.tableSTDEBTDEC = ((STDEBTDECDataTable)(base.Tables["STDEBTDEC"])); if ((initTable == true)) { if ((this.tableSTDEBTDEC != null)) { this.tableSTDEBTDEC.InitVars(); } } this.tableSTDEBTDET = ((STDEBTDETDataTable)(base.Tables["STDEBTDET"])); if ((initTable == true)) { if ((this.tableSTDEBTDET != null)) { this.tableSTDEBTDET.InitVars(); } } this.tableSTDEBTINC = ((STDEBTINCDataTable)(base.Tables["STDEBTINC"])); if ((initTable == true)) { if ((this.tableSTDEBTINC != null)) { this.tableSTDEBTINC.InitVars(); } } this.relationSYS_C00450050 = this.Relations["SYS_C00450050"]; this.relationSYS_C00450030 = this.Relations["SYS_C00450030"]; this.relationSYS_C00450040 = this.Relations["SYS_C00450040"]; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitClass() { this.DataSetName = "DataSet1"; this.Prefix = ""; this.Namespace = "http://tempuri.org/DataSet1.xsd"; this.EnforceConstraints = true; this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema; this.tableSTDEBTMASTER = new STDEBTMASTERDataTable(); base.Tables.Add(this.tableSTDEBTMASTER); this.tableSTDEBTDEC = new STDEBTDECDataTable(); base.Tables.Add(this.tableSTDEBTDEC); this.tableSTDEBTDET = new STDEBTDETDataTable(); base.Tables.Add(this.tableSTDEBTDET); this.tableSTDEBTINC = new STDEBTINCDataTable(); base.Tables.Add(this.tableSTDEBTINC); this.relationSYS_C00450050 = new global::System.Data.DataRelation("SYS_C00450050", new global::System.Data.DataColumn[] { this.tableSTDEBTMASTER.DEBT_NOColumn, this.tableSTDEBTMASTER.COOP_IDColumn, this.tableSTDEBTMASTER.STORE_IDColumn, this.tableSTDEBTMASTER.DEBTTYPE_CODEColumn}, new global::System.Data.DataColumn[] { this.tableSTDEBTDEC.DEBT_NOColumn, this.tableSTDEBTDEC.COOP_IDColumn, this.tableSTDEBTDEC.STORE_IDColumn, this.tableSTDEBTDEC.DEBTTYPE_CODEColumn}, false); this.Relations.Add(this.relationSYS_C00450050); this.relationSYS_C00450030 = new global::System.Data.DataRelation("SYS_C00450030", new global::System.Data.DataColumn[] { this.tableSTDEBTMASTER.DEBT_NOColumn, this.tableSTDEBTMASTER.COOP_IDColumn, this.tableSTDEBTMASTER.STORE_IDColumn, this.tableSTDEBTMASTER.DEBTTYPE_CODEColumn}, new global::System.Data.DataColumn[] { this.tableSTDEBTINC.DEBT_NOColumn, this.tableSTDEBTINC.COOP_IDColumn, this.tableSTDEBTINC.STORE_IDColumn, this.tableSTDEBTINC.DEBTTYPE_CODEColumn}, false); this.Relations.Add(this.relationSYS_C00450030); this.relationSYS_C00450040 = new global::System.Data.DataRelation("SYS_C00450040", new global::System.Data.DataColumn[] { this.tableSTDEBTMASTER.DEBT_NOColumn, this.tableSTDEBTMASTER.COOP_IDColumn, this.tableSTDEBTMASTER.STORE_IDColumn, this.tableSTDEBTMASTER.DEBTTYPE_CODEColumn}, new global::System.Data.DataColumn[] { this.tableSTDEBTDET.DEBT_NOColumn, this.tableSTDEBTDET.COOP_IDColumn, this.tableSTDEBTDET.STORE_IDColumn, this.tableSTDEBTDET.DEBTTYPE_CODEColumn}, false); this.Relations.Add(this.relationSYS_C00450040); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private bool ShouldSerializeSTDEBTMASTER() { return false; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private bool ShouldSerializeSTDEBTDEC() { return false; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private bool ShouldSerializeSTDEBTDET() { return false; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private bool ShouldSerializeSTDEBTINC() { return false; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void SchemaChanged(object sender, global::System.ComponentModel.CollectionChangeEventArgs e) { if ((e.Action == global::System.ComponentModel.CollectionChangeAction.Remove)) { this.InitVars(); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedDataSetSchema(global::System.Xml.Schema.XmlSchemaSet xs) { DataSet1 ds = new DataSet1(); global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType(); global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence(); global::System.Xml.Schema.XmlSchemaAny any = new global::System.Xml.Schema.XmlSchemaAny(); any.Namespace = ds.Namespace; sequence.Items.Add(any); type.Particle = sequence; global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable(); if (xs.Contains(dsSchema.TargetNamespace)) { global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream(); global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream(); try { global::System.Xml.Schema.XmlSchema schema = null; dsSchema.Write(s1); for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) { schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current)); s2.SetLength(0); schema.Write(s2); if ((s1.Length == s2.Length)) { s1.Position = 0; s2.Position = 0; for (; ((s1.Position != s1.Length) && (s1.ReadByte() == s2.ReadByte())); ) { ; } if ((s1.Position == s1.Length)) { return type; } } } } finally { if ((s1 != null)) { s1.Close(); } if ((s2 != null)) { s2.Close(); } } } xs.Add(dsSchema); return type; } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public delegate void STDEBTMASTERRowChangeEventHandler(object sender, STDEBTMASTERRowChangeEvent e); [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public delegate void STDEBTDECRowChangeEventHandler(object sender, STDEBTDECRowChangeEvent e); [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public delegate void STDEBTDETRowChangeEventHandler(object sender, STDEBTDETRowChangeEvent e); [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public delegate void STDEBTINCRowChangeEventHandler(object sender, STDEBTINCRowChangeEvent e); /// ///Represents the strongly named DataTable class. /// [global::System.Serializable()] [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")] public partial class STDEBTMASTERDataTable : global::System.Data.TypedTableBase { private global::System.Data.DataColumn columnDEBT_NO; private global::System.Data.DataColumn columnCOOP_ID; private global::System.Data.DataColumn columnDEBTTYPE_CODE; private global::System.Data.DataColumn columnDEBTFROMTYPE_CODE; private global::System.Data.DataColumn columnDEBT_NAME; private global::System.Data.DataColumn columnREFDEBT_NO; private global::System.Data.DataColumn columnDEBT_AMT; private global::System.Data.DataColumn columnCREDIT_AMT; private global::System.Data.DataColumn columnENTRY_ID; private global::System.Data.DataColumn columnENTRY_DATE; private global::System.Data.DataColumn columnCREDITBALANCE_AMT; private global::System.Data.DataColumn columnDEBT_ADDR; private global::System.Data.DataColumn columnDEBT_TUMBON; private global::System.Data.DataColumn columnDEBT_AMPHUR; private global::System.Data.DataColumn columnDEBT_PROVINCE; private global::System.Data.DataColumn columnDEBT_POSTCODE; private global::System.Data.DataColumn columnDEBT_PHONE; private global::System.Data.DataColumn columnDEBT_TAX_NO; private global::System.Data.DataColumn columnDEBT_STATUS; private global::System.Data.DataColumn columnBF_FEEAMT; private global::System.Data.DataColumn columndebttypecode; private global::System.Data.DataColumn columnBFDEBT_AMT; private global::System.Data.DataColumn columnSTORE_ID; private global::System.Data.DataColumn columnDEBT_MOO; private global::System.Data.DataColumn columndebt_road; private global::System.Data.DataColumn columnSite_desc; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public STDEBTMASTERDataTable() { this.TableName = "STDEBTMASTER"; this.BeginInit(); this.InitClass(); this.EndInit(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal STDEBTMASTERDataTable(global::System.Data.DataTable table) { this.TableName = table.TableName; if ((table.CaseSensitive != table.DataSet.CaseSensitive)) { this.CaseSensitive = table.CaseSensitive; } if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) { this.Locale = table.Locale; } if ((table.Namespace != table.DataSet.Namespace)) { this.Namespace = table.Namespace; } this.Prefix = table.Prefix; this.MinimumCapacity = table.MinimumCapacity; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected STDEBTMASTERDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : base(info, context) { this.InitVars(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DEBT_NOColumn { get { return this.columnDEBT_NO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn COOP_IDColumn { get { return this.columnCOOP_ID; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DEBTTYPE_CODEColumn { get { return this.columnDEBTTYPE_CODE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DEBTFROMTYPE_CODEColumn { get { return this.columnDEBTFROMTYPE_CODE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DEBT_NAMEColumn { get { return this.columnDEBT_NAME; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn REFDEBT_NOColumn { get { return this.columnREFDEBT_NO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DEBT_AMTColumn { get { return this.columnDEBT_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn CREDIT_AMTColumn { get { return this.columnCREDIT_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn ENTRY_IDColumn { get { return this.columnENTRY_ID; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn ENTRY_DATEColumn { get { return this.columnENTRY_DATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn CREDITBALANCE_AMTColumn { get { return this.columnCREDITBALANCE_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DEBT_ADDRColumn { get { return this.columnDEBT_ADDR; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DEBT_TUMBONColumn { get { return this.columnDEBT_TUMBON; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DEBT_AMPHURColumn { get { return this.columnDEBT_AMPHUR; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DEBT_PROVINCEColumn { get { return this.columnDEBT_PROVINCE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DEBT_POSTCODEColumn { get { return this.columnDEBT_POSTCODE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DEBT_PHONEColumn { get { return this.columnDEBT_PHONE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DEBT_TAX_NOColumn { get { return this.columnDEBT_TAX_NO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DEBT_STATUSColumn { get { return this.columnDEBT_STATUS; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BF_FEEAMTColumn { get { return this.columnBF_FEEAMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn debttypecodeColumn { get { return this.columndebttypecode; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BFDEBT_AMTColumn { get { return this.columnBFDEBT_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn STORE_IDColumn { get { return this.columnSTORE_ID; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DEBT_MOOColumn { get { return this.columnDEBT_MOO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn debt_roadColumn { get { return this.columndebt_road; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn Site_descColumn { get { return this.columnSite_desc; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Browsable(false)] public int Count { get { return this.Rows.Count; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public STDEBTMASTERRow this[int index] { get { return ((STDEBTMASTERRow)(this.Rows[index])); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event STDEBTMASTERRowChangeEventHandler STDEBTMASTERRowChanging; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event STDEBTMASTERRowChangeEventHandler STDEBTMASTERRowChanged; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event STDEBTMASTERRowChangeEventHandler STDEBTMASTERRowDeleting; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event STDEBTMASTERRowChangeEventHandler STDEBTMASTERRowDeleted; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void AddSTDEBTMASTERRow(STDEBTMASTERRow row) { this.Rows.Add(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public STDEBTMASTERRow AddSTDEBTMASTERRow( string DEBT_NO, string COOP_ID, string DEBTTYPE_CODE, string DEBTFROMTYPE_CODE, string DEBT_NAME, string REFDEBT_NO, decimal DEBT_AMT, decimal CREDIT_AMT, string ENTRY_ID, System.DateTime ENTRY_DATE, decimal CREDITBALANCE_AMT, string DEBT_ADDR, string DEBT_TUMBON, string DEBT_AMPHUR, string DEBT_PROVINCE, string DEBT_POSTCODE, string DEBT_PHONE, string DEBT_TAX_NO, string DEBT_STATUS, decimal BF_FEEAMT, string debttypecode, decimal BFDEBT_AMT, string STORE_ID, string DEBT_MOO, string debt_road, string Site_desc) { STDEBTMASTERRow rowSTDEBTMASTERRow = ((STDEBTMASTERRow)(this.NewRow())); object[] columnValuesArray = new object[] { DEBT_NO, COOP_ID, DEBTTYPE_CODE, DEBTFROMTYPE_CODE, DEBT_NAME, REFDEBT_NO, DEBT_AMT, CREDIT_AMT, ENTRY_ID, ENTRY_DATE, CREDITBALANCE_AMT, DEBT_ADDR, DEBT_TUMBON, DEBT_AMPHUR, DEBT_PROVINCE, DEBT_POSTCODE, DEBT_PHONE, DEBT_TAX_NO, DEBT_STATUS, BF_FEEAMT, debttypecode, BFDEBT_AMT, STORE_ID, DEBT_MOO, debt_road, Site_desc}; rowSTDEBTMASTERRow.ItemArray = columnValuesArray; this.Rows.Add(rowSTDEBTMASTERRow); return rowSTDEBTMASTERRow; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public override global::System.Data.DataTable Clone() { STDEBTMASTERDataTable cln = ((STDEBTMASTERDataTable)(base.Clone())); cln.InitVars(); return cln; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override global::System.Data.DataTable CreateInstance() { return new STDEBTMASTERDataTable(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal void InitVars() { this.columnDEBT_NO = base.Columns["DEBT_NO"]; this.columnCOOP_ID = base.Columns["COOP_ID"]; this.columnDEBTTYPE_CODE = base.Columns["DEBTTYPE_CODE"]; this.columnDEBTFROMTYPE_CODE = base.Columns["DEBTFROMTYPE_CODE"]; this.columnDEBT_NAME = base.Columns["DEBT_NAME"]; this.columnREFDEBT_NO = base.Columns["REFDEBT_NO"]; this.columnDEBT_AMT = base.Columns["DEBT_AMT"]; this.columnCREDIT_AMT = base.Columns["CREDIT_AMT"]; this.columnENTRY_ID = base.Columns["ENTRY_ID"]; this.columnENTRY_DATE = base.Columns["ENTRY_DATE"]; this.columnCREDITBALANCE_AMT = base.Columns["CREDITBALANCE_AMT"]; this.columnDEBT_ADDR = base.Columns["DEBT_ADDR"]; this.columnDEBT_TUMBON = base.Columns["DEBT_TUMBON"]; this.columnDEBT_AMPHUR = base.Columns["DEBT_AMPHUR"]; this.columnDEBT_PROVINCE = base.Columns["DEBT_PROVINCE"]; this.columnDEBT_POSTCODE = base.Columns["DEBT_POSTCODE"]; this.columnDEBT_PHONE = base.Columns["DEBT_PHONE"]; this.columnDEBT_TAX_NO = base.Columns["DEBT_TAX_NO"]; this.columnDEBT_STATUS = base.Columns["DEBT_STATUS"]; this.columnBF_FEEAMT = base.Columns["BF_FEEAMT"]; this.columndebttypecode = base.Columns["debttypecode"]; this.columnBFDEBT_AMT = base.Columns["BFDEBT_AMT"]; this.columnSTORE_ID = base.Columns["STORE_ID"]; this.columnDEBT_MOO = base.Columns["DEBT_MOO"]; this.columndebt_road = base.Columns["debt_road"]; this.columnSite_desc = base.Columns["Site_desc"]; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitClass() { this.columnDEBT_NO = new global::System.Data.DataColumn("DEBT_NO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDEBT_NO); this.columnCOOP_ID = new global::System.Data.DataColumn("COOP_ID", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCOOP_ID); this.columnDEBTTYPE_CODE = new global::System.Data.DataColumn("DEBTTYPE_CODE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDEBTTYPE_CODE); this.columnDEBTFROMTYPE_CODE = new global::System.Data.DataColumn("DEBTFROMTYPE_CODE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDEBTFROMTYPE_CODE); this.columnDEBT_NAME = new global::System.Data.DataColumn("DEBT_NAME", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDEBT_NAME); this.columnREFDEBT_NO = new global::System.Data.DataColumn("REFDEBT_NO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnREFDEBT_NO); this.columnDEBT_AMT = new global::System.Data.DataColumn("DEBT_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDEBT_AMT); this.columnCREDIT_AMT = new global::System.Data.DataColumn("CREDIT_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCREDIT_AMT); this.columnENTRY_ID = new global::System.Data.DataColumn("ENTRY_ID", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnENTRY_ID); this.columnENTRY_DATE = new global::System.Data.DataColumn("ENTRY_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnENTRY_DATE); this.columnCREDITBALANCE_AMT = new global::System.Data.DataColumn("CREDITBALANCE_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCREDITBALANCE_AMT); this.columnDEBT_ADDR = new global::System.Data.DataColumn("DEBT_ADDR", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDEBT_ADDR); this.columnDEBT_TUMBON = new global::System.Data.DataColumn("DEBT_TUMBON", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDEBT_TUMBON); this.columnDEBT_AMPHUR = new global::System.Data.DataColumn("DEBT_AMPHUR", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDEBT_AMPHUR); this.columnDEBT_PROVINCE = new global::System.Data.DataColumn("DEBT_PROVINCE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDEBT_PROVINCE); this.columnDEBT_POSTCODE = new global::System.Data.DataColumn("DEBT_POSTCODE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDEBT_POSTCODE); this.columnDEBT_PHONE = new global::System.Data.DataColumn("DEBT_PHONE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDEBT_PHONE); this.columnDEBT_TAX_NO = new global::System.Data.DataColumn("DEBT_TAX_NO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDEBT_TAX_NO); this.columnDEBT_STATUS = new global::System.Data.DataColumn("DEBT_STATUS", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDEBT_STATUS); this.columnBF_FEEAMT = new global::System.Data.DataColumn("BF_FEEAMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBF_FEEAMT); this.columndebttypecode = new global::System.Data.DataColumn("debttypecode", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columndebttypecode); this.columnBFDEBT_AMT = new global::System.Data.DataColumn("BFDEBT_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBFDEBT_AMT); this.columnSTORE_ID = new global::System.Data.DataColumn("STORE_ID", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSTORE_ID); this.columnDEBT_MOO = new global::System.Data.DataColumn("DEBT_MOO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDEBT_MOO); this.columndebt_road = new global::System.Data.DataColumn("debt_road", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columndebt_road); this.columnSite_desc = new global::System.Data.DataColumn("Site_desc", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSite_desc); this.Constraints.Add(new global::System.Data.UniqueConstraint("STDEBTMASTERKey1", new global::System.Data.DataColumn[] { this.columnDEBT_NO, this.columnCOOP_ID, this.columnDEBTTYPE_CODE, this.columnSTORE_ID}, false)); this.columnDEBT_NO.AllowDBNull = false; this.columnDEBT_NO.MaxLength = 20; this.columnCOOP_ID.AllowDBNull = false; this.columnCOOP_ID.MaxLength = 6; this.columnDEBTTYPE_CODE.AllowDBNull = false; this.columnDEBTTYPE_CODE.MaxLength = 3; this.columnDEBTFROMTYPE_CODE.MaxLength = 3; this.columnDEBT_NAME.MaxLength = 150; this.columnREFDEBT_NO.MaxLength = 20; this.columnENTRY_ID.MaxLength = 20; this.columnDEBT_ADDR.MaxLength = 150; this.columnDEBT_TUMBON.MaxLength = 50; this.columnDEBT_AMPHUR.MaxLength = 50; this.columnDEBT_PROVINCE.MaxLength = 30; this.columnDEBT_POSTCODE.MaxLength = 5; this.columnDEBT_PHONE.MaxLength = 50; this.columnDEBT_TAX_NO.MaxLength = 20; this.columnDEBT_STATUS.MaxLength = 1; this.columnSTORE_ID.MaxLength = 3; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public STDEBTMASTERRow NewSTDEBTMASTERRow() { return ((STDEBTMASTERRow)(this.NewRow())); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) { return new STDEBTMASTERRow(builder); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override global::System.Type GetRowType() { return typeof(STDEBTMASTERRow); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) { base.OnRowChanged(e); if ((this.STDEBTMASTERRowChanged != null)) { this.STDEBTMASTERRowChanged(this, new STDEBTMASTERRowChangeEvent(((STDEBTMASTERRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) { base.OnRowChanging(e); if ((this.STDEBTMASTERRowChanging != null)) { this.STDEBTMASTERRowChanging(this, new STDEBTMASTERRowChangeEvent(((STDEBTMASTERRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) { base.OnRowDeleted(e); if ((this.STDEBTMASTERRowDeleted != null)) { this.STDEBTMASTERRowDeleted(this, new STDEBTMASTERRowChangeEvent(((STDEBTMASTERRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) { base.OnRowDeleting(e); if ((this.STDEBTMASTERRowDeleting != null)) { this.STDEBTMASTERRowDeleting(this, new STDEBTMASTERRowChangeEvent(((STDEBTMASTERRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void RemoveSTDEBTMASTERRow(STDEBTMASTERRow row) { this.Rows.Remove(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) { global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType(); global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence(); DataSet1 ds = new DataSet1(); global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny(); any1.Namespace = "http://www.w3.org/2001/XMLSchema"; any1.MinOccurs = new decimal(0); any1.MaxOccurs = decimal.MaxValue; any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax; sequence.Items.Add(any1); global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny(); any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1"; any2.MinOccurs = new decimal(1); any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax; sequence.Items.Add(any2); global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute(); attribute1.Name = "namespace"; attribute1.FixedValue = ds.Namespace; type.Attributes.Add(attribute1); global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute(); attribute2.Name = "tableTypeName"; attribute2.FixedValue = "STDEBTMASTERDataTable"; type.Attributes.Add(attribute2); type.Particle = sequence; global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable(); if (xs.Contains(dsSchema.TargetNamespace)) { global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream(); global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream(); try { global::System.Xml.Schema.XmlSchema schema = null; dsSchema.Write(s1); for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) { schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current)); s2.SetLength(0); schema.Write(s2); if ((s1.Length == s2.Length)) { s1.Position = 0; s2.Position = 0; for (; ((s1.Position != s1.Length) && (s1.ReadByte() == s2.ReadByte())); ) { ; } if ((s1.Position == s1.Length)) { return type; } } } } finally { if ((s1 != null)) { s1.Close(); } if ((s2 != null)) { s2.Close(); } } } xs.Add(dsSchema); return type; } } /// ///Represents the strongly named DataTable class. /// [global::System.Serializable()] [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")] public partial class STDEBTDECDataTable : global::System.Data.TypedTableBase { private global::System.Data.DataColumn columnDEBTDECDOC_NO; private global::System.Data.DataColumn columnDEBT_NO; private global::System.Data.DataColumn columnCOOP_ID; private global::System.Data.DataColumn columnDEBTDEC_AMT; private global::System.Data.DataColumn columnDEBTBALANCE_AMT; private global::System.Data.DataColumn columnDEBTDEC_STATUS; private global::System.Data.DataColumn columnENTRY_ID; private global::System.Data.DataColumn columnENTRY_DATE; private global::System.Data.DataColumn columnREMARK; private global::System.Data.DataColumn columnDEBTDECTYPE_CODE; private global::System.Data.DataColumn columnSTORE_ID; private global::System.Data.DataColumn columnDEBTTYPE_CODE; private global::System.Data.DataColumn columnSLIP_DATE; private global::System.Data.DataColumn columnSLIP_TDATE; private global::System.Data.DataColumn columnENTRY_TDATE; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public STDEBTDECDataTable() { this.TableName = "STDEBTDEC"; this.BeginInit(); this.InitClass(); this.EndInit(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal STDEBTDECDataTable(global::System.Data.DataTable table) { this.TableName = table.TableName; if ((table.CaseSensitive != table.DataSet.CaseSensitive)) { this.CaseSensitive = table.CaseSensitive; } if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) { this.Locale = table.Locale; } if ((table.Namespace != table.DataSet.Namespace)) { this.Namespace = table.Namespace; } this.Prefix = table.Prefix; this.MinimumCapacity = table.MinimumCapacity; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected STDEBTDECDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : base(info, context) { this.InitVars(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DEBTDECDOC_NOColumn { get { return this.columnDEBTDECDOC_NO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DEBT_NOColumn { get { return this.columnDEBT_NO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn COOP_IDColumn { get { return this.columnCOOP_ID; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DEBTDEC_AMTColumn { get { return this.columnDEBTDEC_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DEBTBALANCE_AMTColumn { get { return this.columnDEBTBALANCE_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DEBTDEC_STATUSColumn { get { return this.columnDEBTDEC_STATUS; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn ENTRY_IDColumn { get { return this.columnENTRY_ID; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn ENTRY_DATEColumn { get { return this.columnENTRY_DATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn REMARKColumn { get { return this.columnREMARK; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DEBTDECTYPE_CODEColumn { get { return this.columnDEBTDECTYPE_CODE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn STORE_IDColumn { get { return this.columnSTORE_ID; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DEBTTYPE_CODEColumn { get { return this.columnDEBTTYPE_CODE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn SLIP_DATEColumn { get { return this.columnSLIP_DATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn SLIP_TDATEColumn { get { return this.columnSLIP_TDATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn ENTRY_TDATEColumn { get { return this.columnENTRY_TDATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Browsable(false)] public int Count { get { return this.Rows.Count; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public STDEBTDECRow this[int index] { get { return ((STDEBTDECRow)(this.Rows[index])); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event STDEBTDECRowChangeEventHandler STDEBTDECRowChanging; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event STDEBTDECRowChangeEventHandler STDEBTDECRowChanged; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event STDEBTDECRowChangeEventHandler STDEBTDECRowDeleting; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event STDEBTDECRowChangeEventHandler STDEBTDECRowDeleted; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void AddSTDEBTDECRow(STDEBTDECRow row) { this.Rows.Add(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public STDEBTDECRow AddSTDEBTDECRow(string DEBTDECDOC_NO, string DEBT_NO, string COOP_ID, decimal DEBTDEC_AMT, decimal DEBTBALANCE_AMT, string DEBTDEC_STATUS, string ENTRY_ID, System.DateTime ENTRY_DATE, string REMARK, string DEBTDECTYPE_CODE, string STORE_ID, string DEBTTYPE_CODE, System.DateTime SLIP_DATE, string SLIP_TDATE, string ENTRY_TDATE) { STDEBTDECRow rowSTDEBTDECRow = ((STDEBTDECRow)(this.NewRow())); object[] columnValuesArray = new object[] { DEBTDECDOC_NO, DEBT_NO, COOP_ID, DEBTDEC_AMT, DEBTBALANCE_AMT, DEBTDEC_STATUS, ENTRY_ID, ENTRY_DATE, REMARK, DEBTDECTYPE_CODE, STORE_ID, DEBTTYPE_CODE, SLIP_DATE, SLIP_TDATE, ENTRY_TDATE}; rowSTDEBTDECRow.ItemArray = columnValuesArray; this.Rows.Add(rowSTDEBTDECRow); return rowSTDEBTDECRow; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public override global::System.Data.DataTable Clone() { STDEBTDECDataTable cln = ((STDEBTDECDataTable)(base.Clone())); cln.InitVars(); return cln; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override global::System.Data.DataTable CreateInstance() { return new STDEBTDECDataTable(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal void InitVars() { this.columnDEBTDECDOC_NO = base.Columns["DEBTDECDOC_NO"]; this.columnDEBT_NO = base.Columns["DEBT_NO"]; this.columnCOOP_ID = base.Columns["COOP_ID"]; this.columnDEBTDEC_AMT = base.Columns["DEBTDEC_AMT"]; this.columnDEBTBALANCE_AMT = base.Columns["DEBTBALANCE_AMT"]; this.columnDEBTDEC_STATUS = base.Columns["DEBTDEC_STATUS"]; this.columnENTRY_ID = base.Columns["ENTRY_ID"]; this.columnENTRY_DATE = base.Columns["ENTRY_DATE"]; this.columnREMARK = base.Columns["REMARK"]; this.columnDEBTDECTYPE_CODE = base.Columns["DEBTDECTYPE_CODE"]; this.columnSTORE_ID = base.Columns["STORE_ID"]; this.columnDEBTTYPE_CODE = base.Columns["DEBTTYPE_CODE"]; this.columnSLIP_DATE = base.Columns["SLIP_DATE"]; this.columnSLIP_TDATE = base.Columns["SLIP_TDATE"]; this.columnENTRY_TDATE = base.Columns["ENTRY_TDATE"]; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitClass() { this.columnDEBTDECDOC_NO = new global::System.Data.DataColumn("DEBTDECDOC_NO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDEBTDECDOC_NO); this.columnDEBT_NO = new global::System.Data.DataColumn("DEBT_NO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDEBT_NO); this.columnCOOP_ID = new global::System.Data.DataColumn("COOP_ID", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCOOP_ID); this.columnDEBTDEC_AMT = new global::System.Data.DataColumn("DEBTDEC_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDEBTDEC_AMT); this.columnDEBTBALANCE_AMT = new global::System.Data.DataColumn("DEBTBALANCE_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDEBTBALANCE_AMT); this.columnDEBTDEC_STATUS = new global::System.Data.DataColumn("DEBTDEC_STATUS", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDEBTDEC_STATUS); this.columnENTRY_ID = new global::System.Data.DataColumn("ENTRY_ID", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnENTRY_ID); this.columnENTRY_DATE = new global::System.Data.DataColumn("ENTRY_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnENTRY_DATE); this.columnREMARK = new global::System.Data.DataColumn("REMARK", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnREMARK); this.columnDEBTDECTYPE_CODE = new global::System.Data.DataColumn("DEBTDECTYPE_CODE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDEBTDECTYPE_CODE); this.columnSTORE_ID = new global::System.Data.DataColumn("STORE_ID", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSTORE_ID); this.columnDEBTTYPE_CODE = new global::System.Data.DataColumn("DEBTTYPE_CODE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDEBTTYPE_CODE); this.columnSLIP_DATE = new global::System.Data.DataColumn("SLIP_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSLIP_DATE); this.columnSLIP_TDATE = new global::System.Data.DataColumn("SLIP_TDATE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSLIP_TDATE); this.columnENTRY_TDATE = new global::System.Data.DataColumn("ENTRY_TDATE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnENTRY_TDATE); this.Constraints.Add(new global::System.Data.UniqueConstraint("STDEBTDECKey1", new global::System.Data.DataColumn[] { this.columnDEBTDECDOC_NO, this.columnDEBT_NO, this.columnCOOP_ID, this.columnDEBTDECTYPE_CODE}, false)); this.columnDEBTDECDOC_NO.MaxLength = 20; this.columnDEBT_NO.MaxLength = 20; this.columnCOOP_ID.MaxLength = 6; this.columnDEBTDEC_STATUS.MaxLength = 1; this.columnENTRY_ID.MaxLength = 20; this.columnREMARK.MaxLength = 150; this.columnDEBTDECTYPE_CODE.MaxLength = 3; this.columnSTORE_ID.MaxLength = 3; this.columnDEBTTYPE_CODE.MaxLength = 3; this.columnSLIP_TDATE.MaxLength = 8; this.columnENTRY_TDATE.MaxLength = 8; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public STDEBTDECRow NewSTDEBTDECRow() { return ((STDEBTDECRow)(this.NewRow())); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) { return new STDEBTDECRow(builder); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override global::System.Type GetRowType() { return typeof(STDEBTDECRow); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) { base.OnRowChanged(e); if ((this.STDEBTDECRowChanged != null)) { this.STDEBTDECRowChanged(this, new STDEBTDECRowChangeEvent(((STDEBTDECRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) { base.OnRowChanging(e); if ((this.STDEBTDECRowChanging != null)) { this.STDEBTDECRowChanging(this, new STDEBTDECRowChangeEvent(((STDEBTDECRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) { base.OnRowDeleted(e); if ((this.STDEBTDECRowDeleted != null)) { this.STDEBTDECRowDeleted(this, new STDEBTDECRowChangeEvent(((STDEBTDECRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) { base.OnRowDeleting(e); if ((this.STDEBTDECRowDeleting != null)) { this.STDEBTDECRowDeleting(this, new STDEBTDECRowChangeEvent(((STDEBTDECRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void RemoveSTDEBTDECRow(STDEBTDECRow row) { this.Rows.Remove(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) { global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType(); global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence(); DataSet1 ds = new DataSet1(); global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny(); any1.Namespace = "http://www.w3.org/2001/XMLSchema"; any1.MinOccurs = new decimal(0); any1.MaxOccurs = decimal.MaxValue; any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax; sequence.Items.Add(any1); global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny(); any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1"; any2.MinOccurs = new decimal(1); any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax; sequence.Items.Add(any2); global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute(); attribute1.Name = "namespace"; attribute1.FixedValue = ds.Namespace; type.Attributes.Add(attribute1); global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute(); attribute2.Name = "tableTypeName"; attribute2.FixedValue = "STDEBTDECDataTable"; type.Attributes.Add(attribute2); type.Particle = sequence; global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable(); if (xs.Contains(dsSchema.TargetNamespace)) { global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream(); global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream(); try { global::System.Xml.Schema.XmlSchema schema = null; dsSchema.Write(s1); for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) { schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current)); s2.SetLength(0); schema.Write(s2); if ((s1.Length == s2.Length)) { s1.Position = 0; s2.Position = 0; for (; ((s1.Position != s1.Length) && (s1.ReadByte() == s2.ReadByte())); ) { ; } if ((s1.Position == s1.Length)) { return type; } } } } finally { if ((s1 != null)) { s1.Close(); } if ((s2 != null)) { s2.Close(); } } } xs.Add(dsSchema); return type; } } /// ///Represents the strongly named DataTable class. /// [global::System.Serializable()] [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")] public partial class STDEBTDETDataTable : global::System.Data.TypedTableBase { private global::System.Data.DataColumn columnDEBT_NO; private global::System.Data.DataColumn columnCOOP_ID; private global::System.Data.DataColumn columnSEQ_NO; private global::System.Data.DataColumn columnDEBTDETTYPE_CODE; private global::System.Data.DataColumn columnDEBTDET_DATE; private global::System.Data.DataColumn columnREFDOC_NO; private global::System.Data.DataColumn columnDEBTDET_AMT; private global::System.Data.DataColumn columnDEBTBALANCE_AMT; private global::System.Data.DataColumn columnDEBTINCDECTYPE_CODE; private global::System.Data.DataColumn columnSTORE_ID; private global::System.Data.DataColumn columnDEBTTYPE_CODE; private global::System.Data.DataColumn columnDEBTDET_STATUS; private global::System.Data.DataColumn columnDEBTDET_TDATE; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public STDEBTDETDataTable() { this.TableName = "STDEBTDET"; this.BeginInit(); this.InitClass(); this.EndInit(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal STDEBTDETDataTable(global::System.Data.DataTable table) { this.TableName = table.TableName; if ((table.CaseSensitive != table.DataSet.CaseSensitive)) { this.CaseSensitive = table.CaseSensitive; } if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) { this.Locale = table.Locale; } if ((table.Namespace != table.DataSet.Namespace)) { this.Namespace = table.Namespace; } this.Prefix = table.Prefix; this.MinimumCapacity = table.MinimumCapacity; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected STDEBTDETDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : base(info, context) { this.InitVars(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DEBT_NOColumn { get { return this.columnDEBT_NO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn COOP_IDColumn { get { return this.columnCOOP_ID; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn SEQ_NOColumn { get { return this.columnSEQ_NO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DEBTDETTYPE_CODEColumn { get { return this.columnDEBTDETTYPE_CODE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DEBTDET_DATEColumn { get { return this.columnDEBTDET_DATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn REFDOC_NOColumn { get { return this.columnREFDOC_NO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DEBTDET_AMTColumn { get { return this.columnDEBTDET_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DEBTBALANCE_AMTColumn { get { return this.columnDEBTBALANCE_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DEBTINCDECTYPE_CODEColumn { get { return this.columnDEBTINCDECTYPE_CODE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn STORE_IDColumn { get { return this.columnSTORE_ID; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DEBTTYPE_CODEColumn { get { return this.columnDEBTTYPE_CODE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DEBTDET_STATUSColumn { get { return this.columnDEBTDET_STATUS; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DEBTDET_TDATEColumn { get { return this.columnDEBTDET_TDATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Browsable(false)] public int Count { get { return this.Rows.Count; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public STDEBTDETRow this[int index] { get { return ((STDEBTDETRow)(this.Rows[index])); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event STDEBTDETRowChangeEventHandler STDEBTDETRowChanging; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event STDEBTDETRowChangeEventHandler STDEBTDETRowChanged; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event STDEBTDETRowChangeEventHandler STDEBTDETRowDeleting; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event STDEBTDETRowChangeEventHandler STDEBTDETRowDeleted; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void AddSTDEBTDETRow(STDEBTDETRow row) { this.Rows.Add(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public STDEBTDETRow AddSTDEBTDETRow(string DEBT_NO, string COOP_ID, decimal SEQ_NO, string DEBTDETTYPE_CODE, System.DateTime DEBTDET_DATE, string REFDOC_NO, decimal DEBTDET_AMT, decimal DEBTBALANCE_AMT, string DEBTINCDECTYPE_CODE, string STORE_ID, string DEBTTYPE_CODE, string DEBTDET_STATUS, string DEBTDET_TDATE) { STDEBTDETRow rowSTDEBTDETRow = ((STDEBTDETRow)(this.NewRow())); object[] columnValuesArray = new object[] { DEBT_NO, COOP_ID, SEQ_NO, DEBTDETTYPE_CODE, DEBTDET_DATE, REFDOC_NO, DEBTDET_AMT, DEBTBALANCE_AMT, DEBTINCDECTYPE_CODE, STORE_ID, DEBTTYPE_CODE, DEBTDET_STATUS, DEBTDET_TDATE}; rowSTDEBTDETRow.ItemArray = columnValuesArray; this.Rows.Add(rowSTDEBTDETRow); return rowSTDEBTDETRow; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public override global::System.Data.DataTable Clone() { STDEBTDETDataTable cln = ((STDEBTDETDataTable)(base.Clone())); cln.InitVars(); return cln; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override global::System.Data.DataTable CreateInstance() { return new STDEBTDETDataTable(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal void InitVars() { this.columnDEBT_NO = base.Columns["DEBT_NO"]; this.columnCOOP_ID = base.Columns["COOP_ID"]; this.columnSEQ_NO = base.Columns["SEQ_NO"]; this.columnDEBTDETTYPE_CODE = base.Columns["DEBTDETTYPE_CODE"]; this.columnDEBTDET_DATE = base.Columns["DEBTDET_DATE"]; this.columnREFDOC_NO = base.Columns["REFDOC_NO"]; this.columnDEBTDET_AMT = base.Columns["DEBTDET_AMT"]; this.columnDEBTBALANCE_AMT = base.Columns["DEBTBALANCE_AMT"]; this.columnDEBTINCDECTYPE_CODE = base.Columns["DEBTINCDECTYPE_CODE"]; this.columnSTORE_ID = base.Columns["STORE_ID"]; this.columnDEBTTYPE_CODE = base.Columns["DEBTTYPE_CODE"]; this.columnDEBTDET_STATUS = base.Columns["DEBTDET_STATUS"]; this.columnDEBTDET_TDATE = base.Columns["DEBTDET_TDATE"]; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitClass() { this.columnDEBT_NO = new global::System.Data.DataColumn("DEBT_NO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDEBT_NO); this.columnCOOP_ID = new global::System.Data.DataColumn("COOP_ID", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCOOP_ID); this.columnSEQ_NO = new global::System.Data.DataColumn("SEQ_NO", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSEQ_NO); this.columnDEBTDETTYPE_CODE = new global::System.Data.DataColumn("DEBTDETTYPE_CODE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDEBTDETTYPE_CODE); this.columnDEBTDET_DATE = new global::System.Data.DataColumn("DEBTDET_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDEBTDET_DATE); this.columnREFDOC_NO = new global::System.Data.DataColumn("REFDOC_NO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnREFDOC_NO); this.columnDEBTDET_AMT = new global::System.Data.DataColumn("DEBTDET_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDEBTDET_AMT); this.columnDEBTBALANCE_AMT = new global::System.Data.DataColumn("DEBTBALANCE_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDEBTBALANCE_AMT); this.columnDEBTINCDECTYPE_CODE = new global::System.Data.DataColumn("DEBTINCDECTYPE_CODE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDEBTINCDECTYPE_CODE); this.columnSTORE_ID = new global::System.Data.DataColumn("STORE_ID", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSTORE_ID); this.columnDEBTTYPE_CODE = new global::System.Data.DataColumn("DEBTTYPE_CODE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDEBTTYPE_CODE); this.columnDEBTDET_STATUS = new global::System.Data.DataColumn("DEBTDET_STATUS", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDEBTDET_STATUS); this.columnDEBTDET_TDATE = new global::System.Data.DataColumn("DEBTDET_TDATE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDEBTDET_TDATE); this.Constraints.Add(new global::System.Data.UniqueConstraint("STDEBTDETKey1", new global::System.Data.DataColumn[] { this.columnDEBT_NO, this.columnCOOP_ID, this.columnSEQ_NO, this.columnDEBTDETTYPE_CODE, this.columnDEBTINCDECTYPE_CODE, this.columnSTORE_ID}, false)); this.columnDEBT_NO.MaxLength = 20; this.columnCOOP_ID.MaxLength = 6; this.columnDEBTDETTYPE_CODE.MaxLength = 3; this.columnREFDOC_NO.MaxLength = 20; this.columnDEBTINCDECTYPE_CODE.MaxLength = 3; this.columnSTORE_ID.MaxLength = 3; this.columnDEBTTYPE_CODE.MaxLength = 3; this.columnDEBTDET_STATUS.MaxLength = 1; this.columnDEBTDET_TDATE.MaxLength = 8; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public STDEBTDETRow NewSTDEBTDETRow() { return ((STDEBTDETRow)(this.NewRow())); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) { return new STDEBTDETRow(builder); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override global::System.Type GetRowType() { return typeof(STDEBTDETRow); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) { base.OnRowChanged(e); if ((this.STDEBTDETRowChanged != null)) { this.STDEBTDETRowChanged(this, new STDEBTDETRowChangeEvent(((STDEBTDETRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) { base.OnRowChanging(e); if ((this.STDEBTDETRowChanging != null)) { this.STDEBTDETRowChanging(this, new STDEBTDETRowChangeEvent(((STDEBTDETRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) { base.OnRowDeleted(e); if ((this.STDEBTDETRowDeleted != null)) { this.STDEBTDETRowDeleted(this, new STDEBTDETRowChangeEvent(((STDEBTDETRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) { base.OnRowDeleting(e); if ((this.STDEBTDETRowDeleting != null)) { this.STDEBTDETRowDeleting(this, new STDEBTDETRowChangeEvent(((STDEBTDETRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void RemoveSTDEBTDETRow(STDEBTDETRow row) { this.Rows.Remove(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) { global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType(); global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence(); DataSet1 ds = new DataSet1(); global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny(); any1.Namespace = "http://www.w3.org/2001/XMLSchema"; any1.MinOccurs = new decimal(0); any1.MaxOccurs = decimal.MaxValue; any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax; sequence.Items.Add(any1); global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny(); any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1"; any2.MinOccurs = new decimal(1); any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax; sequence.Items.Add(any2); global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute(); attribute1.Name = "namespace"; attribute1.FixedValue = ds.Namespace; type.Attributes.Add(attribute1); global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute(); attribute2.Name = "tableTypeName"; attribute2.FixedValue = "STDEBTDETDataTable"; type.Attributes.Add(attribute2); type.Particle = sequence; global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable(); if (xs.Contains(dsSchema.TargetNamespace)) { global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream(); global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream(); try { global::System.Xml.Schema.XmlSchema schema = null; dsSchema.Write(s1); for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) { schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current)); s2.SetLength(0); schema.Write(s2); if ((s1.Length == s2.Length)) { s1.Position = 0; s2.Position = 0; for (; ((s1.Position != s1.Length) && (s1.ReadByte() == s2.ReadByte())); ) { ; } if ((s1.Position == s1.Length)) { return type; } } } } finally { if ((s1 != null)) { s1.Close(); } if ((s2 != null)) { s2.Close(); } } } xs.Add(dsSchema); return type; } } /// ///Represents the strongly named DataTable class. /// [global::System.Serializable()] [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")] public partial class STDEBTINCDataTable : global::System.Data.TypedTableBase { private global::System.Data.DataColumn columnDEBTINCDOC_NO; private global::System.Data.DataColumn columnDEBT_NO; private global::System.Data.DataColumn columnCOOP_ID; private global::System.Data.DataColumn columnDEBT_AMT; private global::System.Data.DataColumn columnDEBTBALANCE_AMT; private global::System.Data.DataColumn columnDEBTINC_STATUS; private global::System.Data.DataColumn columnDEBTPAY_AMT; private global::System.Data.DataColumn columnENTRY_ID; private global::System.Data.DataColumn columnENTRY_DATE; private global::System.Data.DataColumn columnREMARK; private global::System.Data.DataColumn columnDEBTINCTYPE_CODE; private global::System.Data.DataColumn columnSTORE_ID; private global::System.Data.DataColumn columnDEBTTYPE_CODE; private global::System.Data.DataColumn columnSLIP_DATE; private global::System.Data.DataColumn columnENTRY_TDATE; private global::System.Data.DataColumn columnSLIP_TDATE; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public STDEBTINCDataTable() { this.TableName = "STDEBTINC"; this.BeginInit(); this.InitClass(); this.EndInit(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal STDEBTINCDataTable(global::System.Data.DataTable table) { this.TableName = table.TableName; if ((table.CaseSensitive != table.DataSet.CaseSensitive)) { this.CaseSensitive = table.CaseSensitive; } if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) { this.Locale = table.Locale; } if ((table.Namespace != table.DataSet.Namespace)) { this.Namespace = table.Namespace; } this.Prefix = table.Prefix; this.MinimumCapacity = table.MinimumCapacity; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected STDEBTINCDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : base(info, context) { this.InitVars(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DEBTINCDOC_NOColumn { get { return this.columnDEBTINCDOC_NO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DEBT_NOColumn { get { return this.columnDEBT_NO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn COOP_IDColumn { get { return this.columnCOOP_ID; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DEBT_AMTColumn { get { return this.columnDEBT_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DEBTBALANCE_AMTColumn { get { return this.columnDEBTBALANCE_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DEBTINC_STATUSColumn { get { return this.columnDEBTINC_STATUS; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DEBTPAY_AMTColumn { get { return this.columnDEBTPAY_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn ENTRY_IDColumn { get { return this.columnENTRY_ID; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn ENTRY_DATEColumn { get { return this.columnENTRY_DATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn REMARKColumn { get { return this.columnREMARK; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DEBTINCTYPE_CODEColumn { get { return this.columnDEBTINCTYPE_CODE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn STORE_IDColumn { get { return this.columnSTORE_ID; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DEBTTYPE_CODEColumn { get { return this.columnDEBTTYPE_CODE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn SLIP_DATEColumn { get { return this.columnSLIP_DATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn ENTRY_TDATEColumn { get { return this.columnENTRY_TDATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn SLIP_TDATEColumn { get { return this.columnSLIP_TDATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Browsable(false)] public int Count { get { return this.Rows.Count; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public STDEBTINCRow this[int index] { get { return ((STDEBTINCRow)(this.Rows[index])); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event STDEBTINCRowChangeEventHandler STDEBTINCRowChanging; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event STDEBTINCRowChangeEventHandler STDEBTINCRowChanged; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event STDEBTINCRowChangeEventHandler STDEBTINCRowDeleting; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event STDEBTINCRowChangeEventHandler STDEBTINCRowDeleted; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void AddSTDEBTINCRow(STDEBTINCRow row) { this.Rows.Add(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public STDEBTINCRow AddSTDEBTINCRow( string DEBTINCDOC_NO, string DEBT_NO, string COOP_ID, decimal DEBT_AMT, decimal DEBTBALANCE_AMT, string DEBTINC_STATUS, decimal DEBTPAY_AMT, string ENTRY_ID, System.DateTime ENTRY_DATE, string REMARK, string DEBTINCTYPE_CODE, string STORE_ID, string DEBTTYPE_CODE, System.DateTime SLIP_DATE, string ENTRY_TDATE, string SLIP_TDATE) { STDEBTINCRow rowSTDEBTINCRow = ((STDEBTINCRow)(this.NewRow())); object[] columnValuesArray = new object[] { DEBTINCDOC_NO, DEBT_NO, COOP_ID, DEBT_AMT, DEBTBALANCE_AMT, DEBTINC_STATUS, DEBTPAY_AMT, ENTRY_ID, ENTRY_DATE, REMARK, DEBTINCTYPE_CODE, STORE_ID, DEBTTYPE_CODE, SLIP_DATE, ENTRY_TDATE, SLIP_TDATE}; rowSTDEBTINCRow.ItemArray = columnValuesArray; this.Rows.Add(rowSTDEBTINCRow); return rowSTDEBTINCRow; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public override global::System.Data.DataTable Clone() { STDEBTINCDataTable cln = ((STDEBTINCDataTable)(base.Clone())); cln.InitVars(); return cln; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override global::System.Data.DataTable CreateInstance() { return new STDEBTINCDataTable(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal void InitVars() { this.columnDEBTINCDOC_NO = base.Columns["DEBTINCDOC_NO"]; this.columnDEBT_NO = base.Columns["DEBT_NO"]; this.columnCOOP_ID = base.Columns["COOP_ID"]; this.columnDEBT_AMT = base.Columns["DEBT_AMT"]; this.columnDEBTBALANCE_AMT = base.Columns["DEBTBALANCE_AMT"]; this.columnDEBTINC_STATUS = base.Columns["DEBTINC_STATUS"]; this.columnDEBTPAY_AMT = base.Columns["DEBTPAY_AMT"]; this.columnENTRY_ID = base.Columns["ENTRY_ID"]; this.columnENTRY_DATE = base.Columns["ENTRY_DATE"]; this.columnREMARK = base.Columns["REMARK"]; this.columnDEBTINCTYPE_CODE = base.Columns["DEBTINCTYPE_CODE"]; this.columnSTORE_ID = base.Columns["STORE_ID"]; this.columnDEBTTYPE_CODE = base.Columns["DEBTTYPE_CODE"]; this.columnSLIP_DATE = base.Columns["SLIP_DATE"]; this.columnENTRY_TDATE = base.Columns["ENTRY_TDATE"]; this.columnSLIP_TDATE = base.Columns["SLIP_TDATE"]; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitClass() { this.columnDEBTINCDOC_NO = new global::System.Data.DataColumn("DEBTINCDOC_NO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDEBTINCDOC_NO); this.columnDEBT_NO = new global::System.Data.DataColumn("DEBT_NO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDEBT_NO); this.columnCOOP_ID = new global::System.Data.DataColumn("COOP_ID", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCOOP_ID); this.columnDEBT_AMT = new global::System.Data.DataColumn("DEBT_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDEBT_AMT); this.columnDEBTBALANCE_AMT = new global::System.Data.DataColumn("DEBTBALANCE_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDEBTBALANCE_AMT); this.columnDEBTINC_STATUS = new global::System.Data.DataColumn("DEBTINC_STATUS", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDEBTINC_STATUS); this.columnDEBTPAY_AMT = new global::System.Data.DataColumn("DEBTPAY_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDEBTPAY_AMT); this.columnENTRY_ID = new global::System.Data.DataColumn("ENTRY_ID", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnENTRY_ID); this.columnENTRY_DATE = new global::System.Data.DataColumn("ENTRY_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnENTRY_DATE); this.columnREMARK = new global::System.Data.DataColumn("REMARK", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnREMARK); this.columnDEBTINCTYPE_CODE = new global::System.Data.DataColumn("DEBTINCTYPE_CODE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDEBTINCTYPE_CODE); this.columnSTORE_ID = new global::System.Data.DataColumn("STORE_ID", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSTORE_ID); this.columnDEBTTYPE_CODE = new global::System.Data.DataColumn("DEBTTYPE_CODE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDEBTTYPE_CODE); this.columnSLIP_DATE = new global::System.Data.DataColumn("SLIP_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSLIP_DATE); this.columnENTRY_TDATE = new global::System.Data.DataColumn("ENTRY_TDATE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnENTRY_TDATE); this.columnSLIP_TDATE = new global::System.Data.DataColumn("SLIP_TDATE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSLIP_TDATE); this.Constraints.Add(new global::System.Data.UniqueConstraint("STDEBTINCKey1", new global::System.Data.DataColumn[] { this.columnDEBTINCDOC_NO, this.columnDEBT_NO, this.columnCOOP_ID, this.columnDEBTINCTYPE_CODE}, false)); this.columnDEBTINCDOC_NO.MaxLength = 20; this.columnDEBT_NO.MaxLength = 20; this.columnCOOP_ID.MaxLength = 6; this.columnDEBTINC_STATUS.MaxLength = 1; this.columnENTRY_ID.MaxLength = 20; this.columnREMARK.MaxLength = 150; this.columnDEBTINCTYPE_CODE.MaxLength = 3; this.columnSTORE_ID.MaxLength = 3; this.columnDEBTTYPE_CODE.MaxLength = 3; this.columnENTRY_TDATE.MaxLength = 8; this.columnSLIP_TDATE.MaxLength = 8; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public STDEBTINCRow NewSTDEBTINCRow() { return ((STDEBTINCRow)(this.NewRow())); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) { return new STDEBTINCRow(builder); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override global::System.Type GetRowType() { return typeof(STDEBTINCRow); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) { base.OnRowChanged(e); if ((this.STDEBTINCRowChanged != null)) { this.STDEBTINCRowChanged(this, new STDEBTINCRowChangeEvent(((STDEBTINCRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) { base.OnRowChanging(e); if ((this.STDEBTINCRowChanging != null)) { this.STDEBTINCRowChanging(this, new STDEBTINCRowChangeEvent(((STDEBTINCRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) { base.OnRowDeleted(e); if ((this.STDEBTINCRowDeleted != null)) { this.STDEBTINCRowDeleted(this, new STDEBTINCRowChangeEvent(((STDEBTINCRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) { base.OnRowDeleting(e); if ((this.STDEBTINCRowDeleting != null)) { this.STDEBTINCRowDeleting(this, new STDEBTINCRowChangeEvent(((STDEBTINCRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void RemoveSTDEBTINCRow(STDEBTINCRow row) { this.Rows.Remove(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) { global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType(); global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence(); DataSet1 ds = new DataSet1(); global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny(); any1.Namespace = "http://www.w3.org/2001/XMLSchema"; any1.MinOccurs = new decimal(0); any1.MaxOccurs = decimal.MaxValue; any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax; sequence.Items.Add(any1); global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny(); any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1"; any2.MinOccurs = new decimal(1); any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax; sequence.Items.Add(any2); global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute(); attribute1.Name = "namespace"; attribute1.FixedValue = ds.Namespace; type.Attributes.Add(attribute1); global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute(); attribute2.Name = "tableTypeName"; attribute2.FixedValue = "STDEBTINCDataTable"; type.Attributes.Add(attribute2); type.Particle = sequence; global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable(); if (xs.Contains(dsSchema.TargetNamespace)) { global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream(); global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream(); try { global::System.Xml.Schema.XmlSchema schema = null; dsSchema.Write(s1); for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) { schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current)); s2.SetLength(0); schema.Write(s2); if ((s1.Length == s2.Length)) { s1.Position = 0; s2.Position = 0; for (; ((s1.Position != s1.Length) && (s1.ReadByte() == s2.ReadByte())); ) { ; } if ((s1.Position == s1.Length)) { return type; } } } } finally { if ((s1 != null)) { s1.Close(); } if ((s2 != null)) { s2.Close(); } } } xs.Add(dsSchema); return type; } } /// ///Represents strongly named DataRow class. /// public partial class STDEBTMASTERRow : global::System.Data.DataRow { private STDEBTMASTERDataTable tableSTDEBTMASTER; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal STDEBTMASTERRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tableSTDEBTMASTER = ((STDEBTMASTERDataTable)(this.Table)); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string DEBT_NO { get { return ((string)(this[this.tableSTDEBTMASTER.DEBT_NOColumn])); } set { this[this.tableSTDEBTMASTER.DEBT_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string COOP_ID { get { return ((string)(this[this.tableSTDEBTMASTER.COOP_IDColumn])); } set { this[this.tableSTDEBTMASTER.COOP_IDColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string DEBTTYPE_CODE { get { return ((string)(this[this.tableSTDEBTMASTER.DEBTTYPE_CODEColumn])); } set { this[this.tableSTDEBTMASTER.DEBTTYPE_CODEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string DEBTFROMTYPE_CODE { get { try { return ((string)(this[this.tableSTDEBTMASTER.DEBTFROMTYPE_CODEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DEBTFROMTYPE_CODE\' in table \'STDEBTMASTER\' is DBNull.", e); } } set { this[this.tableSTDEBTMASTER.DEBTFROMTYPE_CODEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string DEBT_NAME { get { try { return ((string)(this[this.tableSTDEBTMASTER.DEBT_NAMEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DEBT_NAME\' in table \'STDEBTMASTER\' is DBNull.", e); } } set { this[this.tableSTDEBTMASTER.DEBT_NAMEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string REFDEBT_NO { get { try { return ((string)(this[this.tableSTDEBTMASTER.REFDEBT_NOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'REFDEBT_NO\' in table \'STDEBTMASTER\' is DBNull.", e); } } set { this[this.tableSTDEBTMASTER.REFDEBT_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal DEBT_AMT { get { try { return ((decimal)(this[this.tableSTDEBTMASTER.DEBT_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DEBT_AMT\' in table \'STDEBTMASTER\' is DBNull.", e); } } set { this[this.tableSTDEBTMASTER.DEBT_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal CREDIT_AMT { get { try { return ((decimal)(this[this.tableSTDEBTMASTER.CREDIT_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'CREDIT_AMT\' in table \'STDEBTMASTER\' is DBNull.", e); } } set { this[this.tableSTDEBTMASTER.CREDIT_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string ENTRY_ID { get { try { return ((string)(this[this.tableSTDEBTMASTER.ENTRY_IDColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'ENTRY_ID\' in table \'STDEBTMASTER\' is DBNull.", e); } } set { this[this.tableSTDEBTMASTER.ENTRY_IDColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime ENTRY_DATE { get { try { return ((global::System.DateTime)(this[this.tableSTDEBTMASTER.ENTRY_DATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'ENTRY_DATE\' in table \'STDEBTMASTER\' is DBNull.", e); } } set { this[this.tableSTDEBTMASTER.ENTRY_DATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal CREDITBALANCE_AMT { get { try { return ((decimal)(this[this.tableSTDEBTMASTER.CREDITBALANCE_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'CREDITBALANCE_AMT\' in table \'STDEBTMASTER\' is DBNull.", e); } } set { this[this.tableSTDEBTMASTER.CREDITBALANCE_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string DEBT_ADDR { get { try { return ((string)(this[this.tableSTDEBTMASTER.DEBT_ADDRColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DEBT_ADDR\' in table \'STDEBTMASTER\' is DBNull.", e); } } set { this[this.tableSTDEBTMASTER.DEBT_ADDRColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string DEBT_TUMBON { get { try { return ((string)(this[this.tableSTDEBTMASTER.DEBT_TUMBONColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DEBT_TUMBON\' in table \'STDEBTMASTER\' is DBNull.", e); } } set { this[this.tableSTDEBTMASTER.DEBT_TUMBONColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string DEBT_AMPHUR { get { try { return ((string)(this[this.tableSTDEBTMASTER.DEBT_AMPHURColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DEBT_AMPHUR\' in table \'STDEBTMASTER\' is DBNull.", e); } } set { this[this.tableSTDEBTMASTER.DEBT_AMPHURColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string DEBT_PROVINCE { get { try { return ((string)(this[this.tableSTDEBTMASTER.DEBT_PROVINCEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DEBT_PROVINCE\' in table \'STDEBTMASTER\' is DBNull.", e); } } set { this[this.tableSTDEBTMASTER.DEBT_PROVINCEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string DEBT_POSTCODE { get { try { return ((string)(this[this.tableSTDEBTMASTER.DEBT_POSTCODEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DEBT_POSTCODE\' in table \'STDEBTMASTER\' is DBNull.", e); } } set { this[this.tableSTDEBTMASTER.DEBT_POSTCODEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string DEBT_PHONE { get { try { return ((string)(this[this.tableSTDEBTMASTER.DEBT_PHONEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DEBT_PHONE\' in table \'STDEBTMASTER\' is DBNull.", e); } } set { this[this.tableSTDEBTMASTER.DEBT_PHONEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string DEBT_TAX_NO { get { try { return ((string)(this[this.tableSTDEBTMASTER.DEBT_TAX_NOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DEBT_TAX_NO\' in table \'STDEBTMASTER\' is DBNull.", e); } } set { this[this.tableSTDEBTMASTER.DEBT_TAX_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string DEBT_STATUS { get { try { return ((string)(this[this.tableSTDEBTMASTER.DEBT_STATUSColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DEBT_STATUS\' in table \'STDEBTMASTER\' is DBNull.", e); } } set { this[this.tableSTDEBTMASTER.DEBT_STATUSColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal BF_FEEAMT { get { try { return ((decimal)(this[this.tableSTDEBTMASTER.BF_FEEAMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BF_FEEAMT\' in table \'STDEBTMASTER\' is DBNull.", e); } } set { this[this.tableSTDEBTMASTER.BF_FEEAMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string debttypecode { get { try { return ((string)(this[this.tableSTDEBTMASTER.debttypecodeColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'debttypecode\' in table \'STDEBTMASTER\' is DBNull.", e); } } set { this[this.tableSTDEBTMASTER.debttypecodeColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal BFDEBT_AMT { get { try { return ((decimal)(this[this.tableSTDEBTMASTER.BFDEBT_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BFDEBT_AMT\' in table \'STDEBTMASTER\' is DBNull.", e); } } set { this[this.tableSTDEBTMASTER.BFDEBT_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string STORE_ID { get { try { return ((string)(this[this.tableSTDEBTMASTER.STORE_IDColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'STORE_ID\' in table \'STDEBTMASTER\' is DBNull.", e); } } set { this[this.tableSTDEBTMASTER.STORE_IDColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string DEBT_MOO { get { try { return ((string)(this[this.tableSTDEBTMASTER.DEBT_MOOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DEBT_MOO\' in table \'STDEBTMASTER\' is DBNull.", e); } } set { this[this.tableSTDEBTMASTER.DEBT_MOOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string debt_road { get { try { return ((string)(this[this.tableSTDEBTMASTER.debt_roadColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'debt_road\' in table \'STDEBTMASTER\' is DBNull.", e); } } set { this[this.tableSTDEBTMASTER.debt_roadColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string Site_desc { get { try { return ((string)(this[this.tableSTDEBTMASTER.Site_descColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'Site_desc\' in table \'STDEBTMASTER\' is DBNull.", e); } } set { this[this.tableSTDEBTMASTER.Site_descColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDEBTFROMTYPE_CODENull() { return this.IsNull(this.tableSTDEBTMASTER.DEBTFROMTYPE_CODEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDEBTFROMTYPE_CODENull() { this[this.tableSTDEBTMASTER.DEBTFROMTYPE_CODEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDEBT_NAMENull() { return this.IsNull(this.tableSTDEBTMASTER.DEBT_NAMEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDEBT_NAMENull() { this[this.tableSTDEBTMASTER.DEBT_NAMEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsREFDEBT_NONull() { return this.IsNull(this.tableSTDEBTMASTER.REFDEBT_NOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetREFDEBT_NONull() { this[this.tableSTDEBTMASTER.REFDEBT_NOColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDEBT_AMTNull() { return this.IsNull(this.tableSTDEBTMASTER.DEBT_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDEBT_AMTNull() { this[this.tableSTDEBTMASTER.DEBT_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCREDIT_AMTNull() { return this.IsNull(this.tableSTDEBTMASTER.CREDIT_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCREDIT_AMTNull() { this[this.tableSTDEBTMASTER.CREDIT_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsENTRY_IDNull() { return this.IsNull(this.tableSTDEBTMASTER.ENTRY_IDColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetENTRY_IDNull() { this[this.tableSTDEBTMASTER.ENTRY_IDColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsENTRY_DATENull() { return this.IsNull(this.tableSTDEBTMASTER.ENTRY_DATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetENTRY_DATENull() { this[this.tableSTDEBTMASTER.ENTRY_DATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCREDITBALANCE_AMTNull() { return this.IsNull(this.tableSTDEBTMASTER.CREDITBALANCE_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCREDITBALANCE_AMTNull() { this[this.tableSTDEBTMASTER.CREDITBALANCE_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDEBT_ADDRNull() { return this.IsNull(this.tableSTDEBTMASTER.DEBT_ADDRColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDEBT_ADDRNull() { this[this.tableSTDEBTMASTER.DEBT_ADDRColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDEBT_TUMBONNull() { return this.IsNull(this.tableSTDEBTMASTER.DEBT_TUMBONColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDEBT_TUMBONNull() { this[this.tableSTDEBTMASTER.DEBT_TUMBONColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDEBT_AMPHURNull() { return this.IsNull(this.tableSTDEBTMASTER.DEBT_AMPHURColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDEBT_AMPHURNull() { this[this.tableSTDEBTMASTER.DEBT_AMPHURColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDEBT_PROVINCENull() { return this.IsNull(this.tableSTDEBTMASTER.DEBT_PROVINCEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDEBT_PROVINCENull() { this[this.tableSTDEBTMASTER.DEBT_PROVINCEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDEBT_POSTCODENull() { return this.IsNull(this.tableSTDEBTMASTER.DEBT_POSTCODEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDEBT_POSTCODENull() { this[this.tableSTDEBTMASTER.DEBT_POSTCODEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDEBT_PHONENull() { return this.IsNull(this.tableSTDEBTMASTER.DEBT_PHONEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDEBT_PHONENull() { this[this.tableSTDEBTMASTER.DEBT_PHONEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDEBT_TAX_NONull() { return this.IsNull(this.tableSTDEBTMASTER.DEBT_TAX_NOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDEBT_TAX_NONull() { this[this.tableSTDEBTMASTER.DEBT_TAX_NOColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDEBT_STATUSNull() { return this.IsNull(this.tableSTDEBTMASTER.DEBT_STATUSColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDEBT_STATUSNull() { this[this.tableSTDEBTMASTER.DEBT_STATUSColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBF_FEEAMTNull() { return this.IsNull(this.tableSTDEBTMASTER.BF_FEEAMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBF_FEEAMTNull() { this[this.tableSTDEBTMASTER.BF_FEEAMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsdebttypecodeNull() { return this.IsNull(this.tableSTDEBTMASTER.debttypecodeColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetdebttypecodeNull() { this[this.tableSTDEBTMASTER.debttypecodeColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBFDEBT_AMTNull() { return this.IsNull(this.tableSTDEBTMASTER.BFDEBT_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBFDEBT_AMTNull() { this[this.tableSTDEBTMASTER.BFDEBT_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSTORE_IDNull() { return this.IsNull(this.tableSTDEBTMASTER.STORE_IDColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSTORE_IDNull() { this[this.tableSTDEBTMASTER.STORE_IDColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDEBT_MOONull() { return this.IsNull(this.tableSTDEBTMASTER.DEBT_MOOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDEBT_MOONull() { this[this.tableSTDEBTMASTER.DEBT_MOOColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool Isdebt_roadNull() { return this.IsNull(this.tableSTDEBTMASTER.debt_roadColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void Setdebt_roadNull() { this[this.tableSTDEBTMASTER.debt_roadColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSite_descNull() { return this.IsNull(this.tableSTDEBTMASTER.Site_descColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSite_descNull() { this[this.tableSTDEBTMASTER.Site_descColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public STDEBTDECRow[] GetSTDEBTDECRows() { if ((this.Table.ChildRelations["SYS_C00450050"] == null)) { return new STDEBTDECRow[0]; } else { return ((STDEBTDECRow[])(base.GetChildRows(this.Table.ChildRelations["SYS_C00450050"]))); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public STDEBTINCRow[] GetSTDEBTINCRows() { if ((this.Table.ChildRelations["SYS_C00450030"] == null)) { return new STDEBTINCRow[0]; } else { return ((STDEBTINCRow[])(base.GetChildRows(this.Table.ChildRelations["SYS_C00450030"]))); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public STDEBTDETRow[] GetSTDEBTDETRows() { if ((this.Table.ChildRelations["SYS_C00450040"] == null)) { return new STDEBTDETRow[0]; } else { return ((STDEBTDETRow[])(base.GetChildRows(this.Table.ChildRelations["SYS_C00450040"]))); } } } /// ///Represents strongly named DataRow class. /// public partial class STDEBTDECRow : global::System.Data.DataRow { private STDEBTDECDataTable tableSTDEBTDEC; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal STDEBTDECRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tableSTDEBTDEC = ((STDEBTDECDataTable)(this.Table)); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string DEBTDECDOC_NO { get { try { return ((string)(this[this.tableSTDEBTDEC.DEBTDECDOC_NOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DEBTDECDOC_NO\' in table \'STDEBTDEC\' is DBNull.", e); } } set { this[this.tableSTDEBTDEC.DEBTDECDOC_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string DEBT_NO { get { try { return ((string)(this[this.tableSTDEBTDEC.DEBT_NOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DEBT_NO\' in table \'STDEBTDEC\' is DBNull.", e); } } set { this[this.tableSTDEBTDEC.DEBT_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string COOP_ID { get { try { return ((string)(this[this.tableSTDEBTDEC.COOP_IDColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'COOP_ID\' in table \'STDEBTDEC\' is DBNull.", e); } } set { this[this.tableSTDEBTDEC.COOP_IDColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal DEBTDEC_AMT { get { try { return ((decimal)(this[this.tableSTDEBTDEC.DEBTDEC_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DEBTDEC_AMT\' in table \'STDEBTDEC\' is DBNull.", e); } } set { this[this.tableSTDEBTDEC.DEBTDEC_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal DEBTBALANCE_AMT { get { try { return ((decimal)(this[this.tableSTDEBTDEC.DEBTBALANCE_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DEBTBALANCE_AMT\' in table \'STDEBTDEC\' is DBNull.", e); } } set { this[this.tableSTDEBTDEC.DEBTBALANCE_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string DEBTDEC_STATUS { get { try { return ((string)(this[this.tableSTDEBTDEC.DEBTDEC_STATUSColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DEBTDEC_STATUS\' in table \'STDEBTDEC\' is DBNull.", e); } } set { this[this.tableSTDEBTDEC.DEBTDEC_STATUSColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string ENTRY_ID { get { try { return ((string)(this[this.tableSTDEBTDEC.ENTRY_IDColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'ENTRY_ID\' in table \'STDEBTDEC\' is DBNull.", e); } } set { this[this.tableSTDEBTDEC.ENTRY_IDColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime ENTRY_DATE { get { try { return ((global::System.DateTime)(this[this.tableSTDEBTDEC.ENTRY_DATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'ENTRY_DATE\' in table \'STDEBTDEC\' is DBNull.", e); } } set { this[this.tableSTDEBTDEC.ENTRY_DATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string REMARK { get { try { return ((string)(this[this.tableSTDEBTDEC.REMARKColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'REMARK\' in table \'STDEBTDEC\' is DBNull.", e); } } set { this[this.tableSTDEBTDEC.REMARKColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string DEBTDECTYPE_CODE { get { try { return ((string)(this[this.tableSTDEBTDEC.DEBTDECTYPE_CODEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DEBTDECTYPE_CODE\' in table \'STDEBTDEC\' is DBNull.", e); } } set { this[this.tableSTDEBTDEC.DEBTDECTYPE_CODEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string STORE_ID { get { try { return ((string)(this[this.tableSTDEBTDEC.STORE_IDColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'STORE_ID\' in table \'STDEBTDEC\' is DBNull.", e); } } set { this[this.tableSTDEBTDEC.STORE_IDColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string DEBTTYPE_CODE { get { try { return ((string)(this[this.tableSTDEBTDEC.DEBTTYPE_CODEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DEBTTYPE_CODE\' in table \'STDEBTDEC\' is DBNull.", e); } } set { this[this.tableSTDEBTDEC.DEBTTYPE_CODEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime SLIP_DATE { get { try { return ((global::System.DateTime)(this[this.tableSTDEBTDEC.SLIP_DATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'SLIP_DATE\' in table \'STDEBTDEC\' is DBNull.", e); } } set { this[this.tableSTDEBTDEC.SLIP_DATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string SLIP_TDATE { get { try { return ((string)(this[this.tableSTDEBTDEC.SLIP_TDATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'SLIP_TDATE\' in table \'STDEBTDEC\' is DBNull.", e); } } set { this[this.tableSTDEBTDEC.SLIP_TDATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string ENTRY_TDATE { get { try { return ((string)(this[this.tableSTDEBTDEC.ENTRY_TDATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'ENTRY_TDATE\' in table \'STDEBTDEC\' is DBNull.", e); } } set { this[this.tableSTDEBTDEC.ENTRY_TDATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public STDEBTMASTERRow STDEBTMASTERRowParent { get { return ((STDEBTMASTERRow)(this.GetParentRow(this.Table.ParentRelations["SYS_C00450050"]))); } set { this.SetParentRow(value, this.Table.ParentRelations["SYS_C00450050"]); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDEBTDECDOC_NONull() { return this.IsNull(this.tableSTDEBTDEC.DEBTDECDOC_NOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDEBTDECDOC_NONull() { this[this.tableSTDEBTDEC.DEBTDECDOC_NOColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDEBT_NONull() { return this.IsNull(this.tableSTDEBTDEC.DEBT_NOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDEBT_NONull() { this[this.tableSTDEBTDEC.DEBT_NOColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCOOP_IDNull() { return this.IsNull(this.tableSTDEBTDEC.COOP_IDColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCOOP_IDNull() { this[this.tableSTDEBTDEC.COOP_IDColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDEBTDEC_AMTNull() { return this.IsNull(this.tableSTDEBTDEC.DEBTDEC_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDEBTDEC_AMTNull() { this[this.tableSTDEBTDEC.DEBTDEC_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDEBTBALANCE_AMTNull() { return this.IsNull(this.tableSTDEBTDEC.DEBTBALANCE_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDEBTBALANCE_AMTNull() { this[this.tableSTDEBTDEC.DEBTBALANCE_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDEBTDEC_STATUSNull() { return this.IsNull(this.tableSTDEBTDEC.DEBTDEC_STATUSColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDEBTDEC_STATUSNull() { this[this.tableSTDEBTDEC.DEBTDEC_STATUSColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsENTRY_IDNull() { return this.IsNull(this.tableSTDEBTDEC.ENTRY_IDColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetENTRY_IDNull() { this[this.tableSTDEBTDEC.ENTRY_IDColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsENTRY_DATENull() { return this.IsNull(this.tableSTDEBTDEC.ENTRY_DATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetENTRY_DATENull() { this[this.tableSTDEBTDEC.ENTRY_DATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsREMARKNull() { return this.IsNull(this.tableSTDEBTDEC.REMARKColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetREMARKNull() { this[this.tableSTDEBTDEC.REMARKColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDEBTDECTYPE_CODENull() { return this.IsNull(this.tableSTDEBTDEC.DEBTDECTYPE_CODEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDEBTDECTYPE_CODENull() { this[this.tableSTDEBTDEC.DEBTDECTYPE_CODEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSTORE_IDNull() { return this.IsNull(this.tableSTDEBTDEC.STORE_IDColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSTORE_IDNull() { this[this.tableSTDEBTDEC.STORE_IDColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDEBTTYPE_CODENull() { return this.IsNull(this.tableSTDEBTDEC.DEBTTYPE_CODEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDEBTTYPE_CODENull() { this[this.tableSTDEBTDEC.DEBTTYPE_CODEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSLIP_DATENull() { return this.IsNull(this.tableSTDEBTDEC.SLIP_DATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSLIP_DATENull() { this[this.tableSTDEBTDEC.SLIP_DATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSLIP_TDATENull() { return this.IsNull(this.tableSTDEBTDEC.SLIP_TDATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSLIP_TDATENull() { this[this.tableSTDEBTDEC.SLIP_TDATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsENTRY_TDATENull() { return this.IsNull(this.tableSTDEBTDEC.ENTRY_TDATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetENTRY_TDATENull() { this[this.tableSTDEBTDEC.ENTRY_TDATEColumn] = global::System.Convert.DBNull; } } /// ///Represents strongly named DataRow class. /// public partial class STDEBTDETRow : global::System.Data.DataRow { private STDEBTDETDataTable tableSTDEBTDET; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal STDEBTDETRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tableSTDEBTDET = ((STDEBTDETDataTable)(this.Table)); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string DEBT_NO { get { try { return ((string)(this[this.tableSTDEBTDET.DEBT_NOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DEBT_NO\' in table \'STDEBTDET\' is DBNull.", e); } } set { this[this.tableSTDEBTDET.DEBT_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string COOP_ID { get { try { return ((string)(this[this.tableSTDEBTDET.COOP_IDColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'COOP_ID\' in table \'STDEBTDET\' is DBNull.", e); } } set { this[this.tableSTDEBTDET.COOP_IDColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal SEQ_NO { get { try { return ((decimal)(this[this.tableSTDEBTDET.SEQ_NOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'SEQ_NO\' in table \'STDEBTDET\' is DBNull.", e); } } set { this[this.tableSTDEBTDET.SEQ_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string DEBTDETTYPE_CODE { get { try { return ((string)(this[this.tableSTDEBTDET.DEBTDETTYPE_CODEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DEBTDETTYPE_CODE\' in table \'STDEBTDET\' is DBNull.", e); } } set { this[this.tableSTDEBTDET.DEBTDETTYPE_CODEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime DEBTDET_DATE { get { try { return ((global::System.DateTime)(this[this.tableSTDEBTDET.DEBTDET_DATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DEBTDET_DATE\' in table \'STDEBTDET\' is DBNull.", e); } } set { this[this.tableSTDEBTDET.DEBTDET_DATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string REFDOC_NO { get { try { return ((string)(this[this.tableSTDEBTDET.REFDOC_NOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'REFDOC_NO\' in table \'STDEBTDET\' is DBNull.", e); } } set { this[this.tableSTDEBTDET.REFDOC_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal DEBTDET_AMT { get { try { return ((decimal)(this[this.tableSTDEBTDET.DEBTDET_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DEBTDET_AMT\' in table \'STDEBTDET\' is DBNull.", e); } } set { this[this.tableSTDEBTDET.DEBTDET_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal DEBTBALANCE_AMT { get { try { return ((decimal)(this[this.tableSTDEBTDET.DEBTBALANCE_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DEBTBALANCE_AMT\' in table \'STDEBTDET\' is DBNull.", e); } } set { this[this.tableSTDEBTDET.DEBTBALANCE_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string DEBTINCDECTYPE_CODE { get { try { return ((string)(this[this.tableSTDEBTDET.DEBTINCDECTYPE_CODEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DEBTINCDECTYPE_CODE\' in table \'STDEBTDET\' is DBNull.", e); } } set { this[this.tableSTDEBTDET.DEBTINCDECTYPE_CODEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string STORE_ID { get { try { return ((string)(this[this.tableSTDEBTDET.STORE_IDColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'STORE_ID\' in table \'STDEBTDET\' is DBNull.", e); } } set { this[this.tableSTDEBTDET.STORE_IDColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string DEBTTYPE_CODE { get { try { return ((string)(this[this.tableSTDEBTDET.DEBTTYPE_CODEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DEBTTYPE_CODE\' in table \'STDEBTDET\' is DBNull.", e); } } set { this[this.tableSTDEBTDET.DEBTTYPE_CODEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string DEBTDET_STATUS { get { try { return ((string)(this[this.tableSTDEBTDET.DEBTDET_STATUSColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DEBTDET_STATUS\' in table \'STDEBTDET\' is DBNull.", e); } } set { this[this.tableSTDEBTDET.DEBTDET_STATUSColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string DEBTDET_TDATE { get { try { return ((string)(this[this.tableSTDEBTDET.DEBTDET_TDATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DEBTDET_TDATE\' in table \'STDEBTDET\' is DBNull.", e); } } set { this[this.tableSTDEBTDET.DEBTDET_TDATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public STDEBTMASTERRow STDEBTMASTERRowParent { get { return ((STDEBTMASTERRow)(this.GetParentRow(this.Table.ParentRelations["SYS_C00450040"]))); } set { this.SetParentRow(value, this.Table.ParentRelations["SYS_C00450040"]); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDEBT_NONull() { return this.IsNull(this.tableSTDEBTDET.DEBT_NOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDEBT_NONull() { this[this.tableSTDEBTDET.DEBT_NOColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCOOP_IDNull() { return this.IsNull(this.tableSTDEBTDET.COOP_IDColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCOOP_IDNull() { this[this.tableSTDEBTDET.COOP_IDColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSEQ_NONull() { return this.IsNull(this.tableSTDEBTDET.SEQ_NOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSEQ_NONull() { this[this.tableSTDEBTDET.SEQ_NOColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDEBTDETTYPE_CODENull() { return this.IsNull(this.tableSTDEBTDET.DEBTDETTYPE_CODEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDEBTDETTYPE_CODENull() { this[this.tableSTDEBTDET.DEBTDETTYPE_CODEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDEBTDET_DATENull() { return this.IsNull(this.tableSTDEBTDET.DEBTDET_DATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDEBTDET_DATENull() { this[this.tableSTDEBTDET.DEBTDET_DATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsREFDOC_NONull() { return this.IsNull(this.tableSTDEBTDET.REFDOC_NOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetREFDOC_NONull() { this[this.tableSTDEBTDET.REFDOC_NOColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDEBTDET_AMTNull() { return this.IsNull(this.tableSTDEBTDET.DEBTDET_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDEBTDET_AMTNull() { this[this.tableSTDEBTDET.DEBTDET_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDEBTBALANCE_AMTNull() { return this.IsNull(this.tableSTDEBTDET.DEBTBALANCE_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDEBTBALANCE_AMTNull() { this[this.tableSTDEBTDET.DEBTBALANCE_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDEBTINCDECTYPE_CODENull() { return this.IsNull(this.tableSTDEBTDET.DEBTINCDECTYPE_CODEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDEBTINCDECTYPE_CODENull() { this[this.tableSTDEBTDET.DEBTINCDECTYPE_CODEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSTORE_IDNull() { return this.IsNull(this.tableSTDEBTDET.STORE_IDColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSTORE_IDNull() { this[this.tableSTDEBTDET.STORE_IDColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDEBTTYPE_CODENull() { return this.IsNull(this.tableSTDEBTDET.DEBTTYPE_CODEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDEBTTYPE_CODENull() { this[this.tableSTDEBTDET.DEBTTYPE_CODEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDEBTDET_STATUSNull() { return this.IsNull(this.tableSTDEBTDET.DEBTDET_STATUSColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDEBTDET_STATUSNull() { this[this.tableSTDEBTDET.DEBTDET_STATUSColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDEBTDET_TDATENull() { return this.IsNull(this.tableSTDEBTDET.DEBTDET_TDATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDEBTDET_TDATENull() { this[this.tableSTDEBTDET.DEBTDET_TDATEColumn] = global::System.Convert.DBNull; } } /// ///Represents strongly named DataRow class. /// public partial class STDEBTINCRow : global::System.Data.DataRow { private STDEBTINCDataTable tableSTDEBTINC; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal STDEBTINCRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tableSTDEBTINC = ((STDEBTINCDataTable)(this.Table)); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string DEBTINCDOC_NO { get { try { return ((string)(this[this.tableSTDEBTINC.DEBTINCDOC_NOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DEBTINCDOC_NO\' in table \'STDEBTINC\' is DBNull.", e); } } set { this[this.tableSTDEBTINC.DEBTINCDOC_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string DEBT_NO { get { try { return ((string)(this[this.tableSTDEBTINC.DEBT_NOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DEBT_NO\' in table \'STDEBTINC\' is DBNull.", e); } } set { this[this.tableSTDEBTINC.DEBT_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string COOP_ID { get { try { return ((string)(this[this.tableSTDEBTINC.COOP_IDColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'COOP_ID\' in table \'STDEBTINC\' is DBNull.", e); } } set { this[this.tableSTDEBTINC.COOP_IDColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal DEBT_AMT { get { try { return ((decimal)(this[this.tableSTDEBTINC.DEBT_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DEBT_AMT\' in table \'STDEBTINC\' is DBNull.", e); } } set { this[this.tableSTDEBTINC.DEBT_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal DEBTBALANCE_AMT { get { try { return ((decimal)(this[this.tableSTDEBTINC.DEBTBALANCE_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DEBTBALANCE_AMT\' in table \'STDEBTINC\' is DBNull.", e); } } set { this[this.tableSTDEBTINC.DEBTBALANCE_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string DEBTINC_STATUS { get { try { return ((string)(this[this.tableSTDEBTINC.DEBTINC_STATUSColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DEBTINC_STATUS\' in table \'STDEBTINC\' is DBNull.", e); } } set { this[this.tableSTDEBTINC.DEBTINC_STATUSColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal DEBTPAY_AMT { get { try { return ((decimal)(this[this.tableSTDEBTINC.DEBTPAY_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DEBTPAY_AMT\' in table \'STDEBTINC\' is DBNull.", e); } } set { this[this.tableSTDEBTINC.DEBTPAY_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string ENTRY_ID { get { try { return ((string)(this[this.tableSTDEBTINC.ENTRY_IDColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'ENTRY_ID\' in table \'STDEBTINC\' is DBNull.", e); } } set { this[this.tableSTDEBTINC.ENTRY_IDColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime ENTRY_DATE { get { try { return ((global::System.DateTime)(this[this.tableSTDEBTINC.ENTRY_DATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'ENTRY_DATE\' in table \'STDEBTINC\' is DBNull.", e); } } set { this[this.tableSTDEBTINC.ENTRY_DATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string REMARK { get { try { return ((string)(this[this.tableSTDEBTINC.REMARKColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'REMARK\' in table \'STDEBTINC\' is DBNull.", e); } } set { this[this.tableSTDEBTINC.REMARKColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string DEBTINCTYPE_CODE { get { try { return ((string)(this[this.tableSTDEBTINC.DEBTINCTYPE_CODEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DEBTINCTYPE_CODE\' in table \'STDEBTINC\' is DBNull.", e); } } set { this[this.tableSTDEBTINC.DEBTINCTYPE_CODEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string STORE_ID { get { try { return ((string)(this[this.tableSTDEBTINC.STORE_IDColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'STORE_ID\' in table \'STDEBTINC\' is DBNull.", e); } } set { this[this.tableSTDEBTINC.STORE_IDColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string DEBTTYPE_CODE { get { try { return ((string)(this[this.tableSTDEBTINC.DEBTTYPE_CODEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DEBTTYPE_CODE\' in table \'STDEBTINC\' is DBNull.", e); } } set { this[this.tableSTDEBTINC.DEBTTYPE_CODEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime SLIP_DATE { get { try { return ((global::System.DateTime)(this[this.tableSTDEBTINC.SLIP_DATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'SLIP_DATE\' in table \'STDEBTINC\' is DBNull.", e); } } set { this[this.tableSTDEBTINC.SLIP_DATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string ENTRY_TDATE { get { try { return ((string)(this[this.tableSTDEBTINC.ENTRY_TDATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'ENTRY_TDATE\' in table \'STDEBTINC\' is DBNull.", e); } } set { this[this.tableSTDEBTINC.ENTRY_TDATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string SLIP_TDATE { get { try { return ((string)(this[this.tableSTDEBTINC.SLIP_TDATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'SLIP_TDATE\' in table \'STDEBTINC\' is DBNull.", e); } } set { this[this.tableSTDEBTINC.SLIP_TDATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public STDEBTMASTERRow STDEBTMASTERRowParent { get { return ((STDEBTMASTERRow)(this.GetParentRow(this.Table.ParentRelations["SYS_C00450030"]))); } set { this.SetParentRow(value, this.Table.ParentRelations["SYS_C00450030"]); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDEBTINCDOC_NONull() { return this.IsNull(this.tableSTDEBTINC.DEBTINCDOC_NOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDEBTINCDOC_NONull() { this[this.tableSTDEBTINC.DEBTINCDOC_NOColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDEBT_NONull() { return this.IsNull(this.tableSTDEBTINC.DEBT_NOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDEBT_NONull() { this[this.tableSTDEBTINC.DEBT_NOColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCOOP_IDNull() { return this.IsNull(this.tableSTDEBTINC.COOP_IDColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCOOP_IDNull() { this[this.tableSTDEBTINC.COOP_IDColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDEBT_AMTNull() { return this.IsNull(this.tableSTDEBTINC.DEBT_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDEBT_AMTNull() { this[this.tableSTDEBTINC.DEBT_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDEBTBALANCE_AMTNull() { return this.IsNull(this.tableSTDEBTINC.DEBTBALANCE_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDEBTBALANCE_AMTNull() { this[this.tableSTDEBTINC.DEBTBALANCE_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDEBTINC_STATUSNull() { return this.IsNull(this.tableSTDEBTINC.DEBTINC_STATUSColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDEBTINC_STATUSNull() { this[this.tableSTDEBTINC.DEBTINC_STATUSColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDEBTPAY_AMTNull() { return this.IsNull(this.tableSTDEBTINC.DEBTPAY_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDEBTPAY_AMTNull() { this[this.tableSTDEBTINC.DEBTPAY_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsENTRY_IDNull() { return this.IsNull(this.tableSTDEBTINC.ENTRY_IDColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetENTRY_IDNull() { this[this.tableSTDEBTINC.ENTRY_IDColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsENTRY_DATENull() { return this.IsNull(this.tableSTDEBTINC.ENTRY_DATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetENTRY_DATENull() { this[this.tableSTDEBTINC.ENTRY_DATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsREMARKNull() { return this.IsNull(this.tableSTDEBTINC.REMARKColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetREMARKNull() { this[this.tableSTDEBTINC.REMARKColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDEBTINCTYPE_CODENull() { return this.IsNull(this.tableSTDEBTINC.DEBTINCTYPE_CODEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDEBTINCTYPE_CODENull() { this[this.tableSTDEBTINC.DEBTINCTYPE_CODEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSTORE_IDNull() { return this.IsNull(this.tableSTDEBTINC.STORE_IDColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSTORE_IDNull() { this[this.tableSTDEBTINC.STORE_IDColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDEBTTYPE_CODENull() { return this.IsNull(this.tableSTDEBTINC.DEBTTYPE_CODEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDEBTTYPE_CODENull() { this[this.tableSTDEBTINC.DEBTTYPE_CODEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSLIP_DATENull() { return this.IsNull(this.tableSTDEBTINC.SLIP_DATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSLIP_DATENull() { this[this.tableSTDEBTINC.SLIP_DATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsENTRY_TDATENull() { return this.IsNull(this.tableSTDEBTINC.ENTRY_TDATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetENTRY_TDATENull() { this[this.tableSTDEBTINC.ENTRY_TDATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSLIP_TDATENull() { return this.IsNull(this.tableSTDEBTINC.SLIP_TDATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSLIP_TDATENull() { this[this.tableSTDEBTINC.SLIP_TDATEColumn] = global::System.Convert.DBNull; } } /// ///Row event argument class /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public class STDEBTMASTERRowChangeEvent : global::System.EventArgs { private STDEBTMASTERRow eventRow; private global::System.Data.DataRowAction eventAction; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public STDEBTMASTERRowChangeEvent(STDEBTMASTERRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public STDEBTMASTERRow Row { get { return this.eventRow; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataRowAction Action { get { return this.eventAction; } } } /// ///Row event argument class /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public class STDEBTDECRowChangeEvent : global::System.EventArgs { private STDEBTDECRow eventRow; private global::System.Data.DataRowAction eventAction; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public STDEBTDECRowChangeEvent(STDEBTDECRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public STDEBTDECRow Row { get { return this.eventRow; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataRowAction Action { get { return this.eventAction; } } } /// ///Row event argument class /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public class STDEBTDETRowChangeEvent : global::System.EventArgs { private STDEBTDETRow eventRow; private global::System.Data.DataRowAction eventAction; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public STDEBTDETRowChangeEvent(STDEBTDETRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public STDEBTDETRow Row { get { return this.eventRow; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataRowAction Action { get { return this.eventAction; } } } /// ///Row event argument class /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public class STDEBTINCRowChangeEvent : global::System.EventArgs { private STDEBTINCRow eventRow; private global::System.Data.DataRowAction eventAction; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public STDEBTINCRowChangeEvent(STDEBTINCRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public STDEBTINCRow Row { get { return this.eventRow; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataRowAction Action { get { return this.eventAction; } } } } } #pragma warning restore 1591