//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.33440 // // 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.ws_td_sale_oil_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 DSSUMDataTable tableDSSUM; private STSTOCKSLIPDataTable tableSTSTOCKSLIP; private STSTOCKSLIPDETDataTable tableSTSTOCKSLIPDET; 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["DSSUM"] != null)) { base.Tables.Add(new DSSUMDataTable(ds.Tables["DSSUM"])); } if ((ds.Tables["STSTOCKSLIP"] != null)) { base.Tables.Add(new STSTOCKSLIPDataTable(ds.Tables["STSTOCKSLIP"])); } if ((ds.Tables["STSTOCKSLIPDET"] != null)) { base.Tables.Add(new STSTOCKSLIPDETDataTable(ds.Tables["STSTOCKSLIPDET"])); } 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 DSSUMDataTable DSSUM { get { return this.tableDSSUM; } } [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 STSTOCKSLIPDataTable STSTOCKSLIP { get { return this.tableSTSTOCKSLIP; } } [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 STSTOCKSLIPDETDataTable STSTOCKSLIPDET { get { return this.tableSTSTOCKSLIPDET; } } [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["DSSUM"] != null)) { base.Tables.Add(new DSSUMDataTable(ds.Tables["DSSUM"])); } if ((ds.Tables["STSTOCKSLIP"] != null)) { base.Tables.Add(new STSTOCKSLIPDataTable(ds.Tables["STSTOCKSLIP"])); } if ((ds.Tables["STSTOCKSLIPDET"] != null)) { base.Tables.Add(new STSTOCKSLIPDETDataTable(ds.Tables["STSTOCKSLIPDET"])); } 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.tableDSSUM = ((DSSUMDataTable)(base.Tables["DSSUM"])); if ((initTable == true)) { if ((this.tableDSSUM != null)) { this.tableDSSUM.InitVars(); } } this.tableSTSTOCKSLIP = ((STSTOCKSLIPDataTable)(base.Tables["STSTOCKSLIP"])); if ((initTable == true)) { if ((this.tableSTSTOCKSLIP != null)) { this.tableSTSTOCKSLIP.InitVars(); } } this.tableSTSTOCKSLIPDET = ((STSTOCKSLIPDETDataTable)(base.Tables["STSTOCKSLIPDET"])); if ((initTable == true)) { if ((this.tableSTSTOCKSLIPDET != null)) { this.tableSTSTOCKSLIPDET.InitVars(); } } } [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.tableDSSUM = new DSSUMDataTable(); base.Tables.Add(this.tableDSSUM); this.tableSTSTOCKSLIP = new STSTOCKSLIPDataTable(); base.Tables.Add(this.tableSTSTOCKSLIP); this.tableSTSTOCKSLIPDET = new STSTOCKSLIPDETDataTable(); base.Tables.Add(this.tableSTSTOCKSLIPDET); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private bool ShouldSerializeDSSUM() { return false; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private bool ShouldSerializeSTSTOCKSLIP() { return false; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private bool ShouldSerializeSTSTOCKSLIPDET() { 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 DSSUMRowChangeEventHandler(object sender, DSSUMRowChangeEvent e); [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public delegate void STSTOCKSLIPRowChangeEventHandler(object sender, STSTOCKSLIPRowChangeEvent e); [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public delegate void STSTOCKSLIPDETRowChangeEventHandler(object sender, STSTOCKSLIPDETRowChangeEvent e); /// ///Represents the strongly named DataTable class. /// [global::System.Serializable()] [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")] public partial class DSSUMDataTable : global::System.Data.TypedTableBase { private global::System.Data.DataColumn columnsum_qty; private global::System.Data.DataColumn columnsum_item_amt; private global::System.Data.DataColumn columnsum_vat_amt; private global::System.Data.DataColumn columnsum_discount_amt; private global::System.Data.DataColumn columnsum_itemnet_amt; private global::System.Data.DataColumn columnstatus_save; private global::System.Data.DataColumn columnSite_id; 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 DSSUMDataTable() { this.TableName = "DSSUM"; this.BeginInit(); this.InitClass(); this.EndInit(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal DSSUMDataTable(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 DSSUMDataTable(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 sum_qtyColumn { get { return this.columnsum_qty; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn sum_item_amtColumn { get { return this.columnsum_item_amt; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn sum_vat_amtColumn { get { return this.columnsum_vat_amt; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn sum_discount_amtColumn { get { return this.columnsum_discount_amt; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn sum_itemnet_amtColumn { get { return this.columnsum_itemnet_amt; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn status_saveColumn { get { return this.columnstatus_save; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn Site_idColumn { get { return this.columnSite_id; } } [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 DSSUMRow this[int index] { get { return ((DSSUMRow)(this.Rows[index])); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event DSSUMRowChangeEventHandler DSSUMRowChanging; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event DSSUMRowChangeEventHandler DSSUMRowChanged; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event DSSUMRowChangeEventHandler DSSUMRowDeleting; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event DSSUMRowChangeEventHandler DSSUMRowDeleted; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void AddDSSUMRow(DSSUMRow row) { this.Rows.Add(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public DSSUMRow AddDSSUMRow(decimal sum_qty, decimal sum_item_amt, decimal sum_vat_amt, decimal sum_discount_amt, decimal sum_itemnet_amt, string status_save, string Site_id, string Site_desc) { DSSUMRow rowDSSUMRow = ((DSSUMRow)(this.NewRow())); object[] columnValuesArray = new object[] { sum_qty, sum_item_amt, sum_vat_amt, sum_discount_amt, sum_itemnet_amt, status_save, Site_id, Site_desc}; rowDSSUMRow.ItemArray = columnValuesArray; this.Rows.Add(rowDSSUMRow); return rowDSSUMRow; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public override global::System.Data.DataTable Clone() { DSSUMDataTable cln = ((DSSUMDataTable)(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 DSSUMDataTable(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal void InitVars() { this.columnsum_qty = base.Columns["sum_qty"]; this.columnsum_item_amt = base.Columns["sum_item_amt"]; this.columnsum_vat_amt = base.Columns["sum_vat_amt"]; this.columnsum_discount_amt = base.Columns["sum_discount_amt"]; this.columnsum_itemnet_amt = base.Columns["sum_itemnet_amt"]; this.columnstatus_save = base.Columns["status_save"]; this.columnSite_id = base.Columns["Site_id"]; 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.columnsum_qty = new global::System.Data.DataColumn("sum_qty", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnsum_qty); this.columnsum_item_amt = new global::System.Data.DataColumn("sum_item_amt", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnsum_item_amt); this.columnsum_vat_amt = new global::System.Data.DataColumn("sum_vat_amt", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnsum_vat_amt); this.columnsum_discount_amt = new global::System.Data.DataColumn("sum_discount_amt", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnsum_discount_amt); this.columnsum_itemnet_amt = new global::System.Data.DataColumn("sum_itemnet_amt", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnsum_itemnet_amt); this.columnstatus_save = new global::System.Data.DataColumn("status_save", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnstatus_save); this.columnSite_id = new global::System.Data.DataColumn("Site_id", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSite_id); this.columnSite_desc = new global::System.Data.DataColumn("Site_desc", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSite_desc); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public DSSUMRow NewDSSUMRow() { return ((DSSUMRow)(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 DSSUMRow(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(DSSUMRow); } [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.DSSUMRowChanged != null)) { this.DSSUMRowChanged(this, new DSSUMRowChangeEvent(((DSSUMRow)(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.DSSUMRowChanging != null)) { this.DSSUMRowChanging(this, new DSSUMRowChangeEvent(((DSSUMRow)(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.DSSUMRowDeleted != null)) { this.DSSUMRowDeleted(this, new DSSUMRowChangeEvent(((DSSUMRow)(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.DSSUMRowDeleting != null)) { this.DSSUMRowDeleting(this, new DSSUMRowChangeEvent(((DSSUMRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void RemoveDSSUMRow(DSSUMRow 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 = "DSSUMDataTable"; 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 STSTOCKSLIPDataTable : global::System.Data.TypedTableBase { private global::System.Data.DataColumn columnCOOP_ID; private global::System.Data.DataColumn columnSLIP_NO; private global::System.Data.DataColumn columnSTORE_ID; private global::System.Data.DataColumn columnTERMINAL_NO; private global::System.Data.DataColumn columnSLIP_DATE; private global::System.Data.DataColumn columnREFDOC_NO; private global::System.Data.DataColumn columnDEBT_NO; private global::System.Data.DataColumn columnSLIPTYPE_CODE; private global::System.Data.DataColumn columnREMARK; private global::System.Data.DataColumn columnDEBT_NAME; private global::System.Data.DataColumn columnDEBTTYPE_CODE; private global::System.Data.DataColumn columnSLIP_AMT; private global::System.Data.DataColumn columnDEBTFROMTYPE_CODE; private global::System.Data.DataColumn columnDISCOUNT_AMT; private global::System.Data.DataColumn columnSLIPNET_AMT; private global::System.Data.DataColumn columnVAT_AMT; private global::System.Data.DataColumn columnRECEIVE_AMT; private global::System.Data.DataColumn columnCHANGE_AMT; private global::System.Data.DataColumn columnREMAIN_AMT; private global::System.Data.DataColumn columnRECEIPTDOC_NO; private global::System.Data.DataColumn columnTAXDOC_NO; private global::System.Data.DataColumn columnDELIVERYDOC_NO; private global::System.Data.DataColumn columnINVOICEDOC_NO; private global::System.Data.DataColumn columnSLIP_STATUS; private global::System.Data.DataColumn columnEXPENSE_CODE; private global::System.Data.DataColumn columnENTRY_ID; private global::System.Data.DataColumn columnENTRY_DATE; private global::System.Data.DataColumn columnPOST_STATUS; private global::System.Data.DataColumn columnsum_slipnet; private global::System.Data.DataColumn columnVAT_TYPE; private global::System.Data.DataColumn columncontract_no; private global::System.Data.DataColumn columnitemnet_amt; private global::System.Data.DataColumn columncontract_status; private global::System.Data.DataColumn columncar_id; private global::System.Data.DataColumn columnorder_id; private global::System.Data.DataColumn columnSite_id; private global::System.Data.DataColumn columnSite_desc; private global::System.Data.DataColumn columnStore_desc; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public STSTOCKSLIPDataTable() { this.TableName = "STSTOCKSLIP"; this.BeginInit(); this.InitClass(); this.EndInit(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal STSTOCKSLIPDataTable(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 STSTOCKSLIPDataTable(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 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 SLIP_NOColumn { get { return this.columnSLIP_NO; } } [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 TERMINAL_NOColumn { get { return this.columnTERMINAL_NO; } } [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 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 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 SLIPTYPE_CODEColumn { get { return this.columnSLIPTYPE_CODE; } } [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 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 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_AMTColumn { get { return this.columnSLIP_AMT; } } [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 DISCOUNT_AMTColumn { get { return this.columnDISCOUNT_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn SLIPNET_AMTColumn { get { return this.columnSLIPNET_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn VAT_AMTColumn { get { return this.columnVAT_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn RECEIVE_AMTColumn { get { return this.columnRECEIVE_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn CHANGE_AMTColumn { get { return this.columnCHANGE_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn REMAIN_AMTColumn { get { return this.columnREMAIN_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn RECEIPTDOC_NOColumn { get { return this.columnRECEIPTDOC_NO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn TAXDOC_NOColumn { get { return this.columnTAXDOC_NO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DELIVERYDOC_NOColumn { get { return this.columnDELIVERYDOC_NO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn INVOICEDOC_NOColumn { get { return this.columnINVOICEDOC_NO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn SLIP_STATUSColumn { get { return this.columnSLIP_STATUS; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn EXPENSE_CODEColumn { get { return this.columnEXPENSE_CODE; } } [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 POST_STATUSColumn { get { return this.columnPOST_STATUS; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn sum_slipnetColumn { get { return this.columnsum_slipnet; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn VAT_TYPEColumn { get { return this.columnVAT_TYPE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn contract_noColumn { get { return this.columncontract_no; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn itemnet_amtColumn { get { return this.columnitemnet_amt; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn contract_statusColumn { get { return this.columncontract_status; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn car_idColumn { get { return this.columncar_id; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn order_idColumn { get { return this.columnorder_id; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn Site_idColumn { get { return this.columnSite_id; } } [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")] public global::System.Data.DataColumn Store_descColumn { get { return this.columnStore_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 STSTOCKSLIPRow this[int index] { get { return ((STSTOCKSLIPRow)(this.Rows[index])); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event STSTOCKSLIPRowChangeEventHandler STSTOCKSLIPRowChanging; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event STSTOCKSLIPRowChangeEventHandler STSTOCKSLIPRowChanged; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event STSTOCKSLIPRowChangeEventHandler STSTOCKSLIPRowDeleting; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event STSTOCKSLIPRowChangeEventHandler STSTOCKSLIPRowDeleted; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void AddSTSTOCKSLIPRow(STSTOCKSLIPRow row) { this.Rows.Add(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public STSTOCKSLIPRow AddSTSTOCKSLIPRow( string COOP_ID, string SLIP_NO, string STORE_ID, string TERMINAL_NO, System.DateTime SLIP_DATE, string REFDOC_NO, string DEBT_NO, string SLIPTYPE_CODE, string REMARK, string DEBT_NAME, string DEBTTYPE_CODE, decimal SLIP_AMT, string DEBTFROMTYPE_CODE, decimal DISCOUNT_AMT, decimal SLIPNET_AMT, decimal VAT_AMT, decimal RECEIVE_AMT, decimal CHANGE_AMT, decimal REMAIN_AMT, string RECEIPTDOC_NO, string TAXDOC_NO, string DELIVERYDOC_NO, string INVOICEDOC_NO, string SLIP_STATUS, string EXPENSE_CODE, string ENTRY_ID, string ENTRY_DATE, string POST_STATUS, decimal sum_slipnet, string VAT_TYPE, string contract_no, decimal itemnet_amt, string contract_status, string car_id, string order_id, string Site_id, string Site_desc, string Store_desc) { STSTOCKSLIPRow rowSTSTOCKSLIPRow = ((STSTOCKSLIPRow)(this.NewRow())); object[] columnValuesArray = new object[] { COOP_ID, SLIP_NO, STORE_ID, TERMINAL_NO, SLIP_DATE, REFDOC_NO, DEBT_NO, SLIPTYPE_CODE, REMARK, DEBT_NAME, DEBTTYPE_CODE, SLIP_AMT, DEBTFROMTYPE_CODE, DISCOUNT_AMT, SLIPNET_AMT, VAT_AMT, RECEIVE_AMT, CHANGE_AMT, REMAIN_AMT, RECEIPTDOC_NO, TAXDOC_NO, DELIVERYDOC_NO, INVOICEDOC_NO, SLIP_STATUS, EXPENSE_CODE, ENTRY_ID, ENTRY_DATE, POST_STATUS, sum_slipnet, VAT_TYPE, contract_no, itemnet_amt, contract_status, car_id, order_id, Site_id, Site_desc, Store_desc}; rowSTSTOCKSLIPRow.ItemArray = columnValuesArray; this.Rows.Add(rowSTSTOCKSLIPRow); return rowSTSTOCKSLIPRow; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public override global::System.Data.DataTable Clone() { STSTOCKSLIPDataTable cln = ((STSTOCKSLIPDataTable)(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 STSTOCKSLIPDataTable(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal void InitVars() { this.columnCOOP_ID = base.Columns["COOP_ID"]; this.columnSLIP_NO = base.Columns["SLIP_NO"]; this.columnSTORE_ID = base.Columns["STORE_ID"]; this.columnTERMINAL_NO = base.Columns["TERMINAL_NO"]; this.columnSLIP_DATE = base.Columns["SLIP_DATE"]; this.columnREFDOC_NO = base.Columns["REFDOC_NO"]; this.columnDEBT_NO = base.Columns["DEBT_NO"]; this.columnSLIPTYPE_CODE = base.Columns["SLIPTYPE_CODE"]; this.columnREMARK = base.Columns["REMARK"]; this.columnDEBT_NAME = base.Columns["DEBT_NAME"]; this.columnDEBTTYPE_CODE = base.Columns["DEBTTYPE_CODE"]; this.columnSLIP_AMT = base.Columns["SLIP_AMT"]; this.columnDEBTFROMTYPE_CODE = base.Columns["DEBTFROMTYPE_CODE"]; this.columnDISCOUNT_AMT = base.Columns["DISCOUNT_AMT"]; this.columnSLIPNET_AMT = base.Columns["SLIPNET_AMT"]; this.columnVAT_AMT = base.Columns["VAT_AMT"]; this.columnRECEIVE_AMT = base.Columns["RECEIVE_AMT"]; this.columnCHANGE_AMT = base.Columns["CHANGE_AMT"]; this.columnREMAIN_AMT = base.Columns["REMAIN_AMT"]; this.columnRECEIPTDOC_NO = base.Columns["RECEIPTDOC_NO"]; this.columnTAXDOC_NO = base.Columns["TAXDOC_NO"]; this.columnDELIVERYDOC_NO = base.Columns["DELIVERYDOC_NO"]; this.columnINVOICEDOC_NO = base.Columns["INVOICEDOC_NO"]; this.columnSLIP_STATUS = base.Columns["SLIP_STATUS"]; this.columnEXPENSE_CODE = base.Columns["EXPENSE_CODE"]; this.columnENTRY_ID = base.Columns["ENTRY_ID"]; this.columnENTRY_DATE = base.Columns["ENTRY_DATE"]; this.columnPOST_STATUS = base.Columns["POST_STATUS"]; this.columnsum_slipnet = base.Columns["sum_slipnet"]; this.columnVAT_TYPE = base.Columns["VAT_TYPE"]; this.columncontract_no = base.Columns["contract_no"]; this.columnitemnet_amt = base.Columns["itemnet_amt"]; this.columncontract_status = base.Columns["contract_status"]; this.columncar_id = base.Columns["car_id"]; this.columnorder_id = base.Columns["order_id"]; this.columnSite_id = base.Columns["Site_id"]; this.columnSite_desc = base.Columns["Site_desc"]; this.columnStore_desc = base.Columns["Store_desc"]; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitClass() { 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.columnSLIP_NO = new global::System.Data.DataColumn("SLIP_NO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSLIP_NO); 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.columnTERMINAL_NO = new global::System.Data.DataColumn("TERMINAL_NO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnTERMINAL_NO); 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.columnREFDOC_NO = new global::System.Data.DataColumn("REFDOC_NO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnREFDOC_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.columnSLIPTYPE_CODE = new global::System.Data.DataColumn("SLIPTYPE_CODE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSLIPTYPE_CODE); this.columnREMARK = new global::System.Data.DataColumn("REMARK", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnREMARK); 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.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_AMT = new global::System.Data.DataColumn("SLIP_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSLIP_AMT); 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.columnDISCOUNT_AMT = new global::System.Data.DataColumn("DISCOUNT_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDISCOUNT_AMT); this.columnSLIPNET_AMT = new global::System.Data.DataColumn("SLIPNET_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSLIPNET_AMT); this.columnVAT_AMT = new global::System.Data.DataColumn("VAT_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnVAT_AMT); this.columnRECEIVE_AMT = new global::System.Data.DataColumn("RECEIVE_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnRECEIVE_AMT); this.columnCHANGE_AMT = new global::System.Data.DataColumn("CHANGE_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCHANGE_AMT); this.columnREMAIN_AMT = new global::System.Data.DataColumn("REMAIN_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnREMAIN_AMT); this.columnRECEIPTDOC_NO = new global::System.Data.DataColumn("RECEIPTDOC_NO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnRECEIPTDOC_NO); this.columnTAXDOC_NO = new global::System.Data.DataColumn("TAXDOC_NO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnTAXDOC_NO); this.columnDELIVERYDOC_NO = new global::System.Data.DataColumn("DELIVERYDOC_NO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDELIVERYDOC_NO); this.columnINVOICEDOC_NO = new global::System.Data.DataColumn("INVOICEDOC_NO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnINVOICEDOC_NO); this.columnSLIP_STATUS = new global::System.Data.DataColumn("SLIP_STATUS", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSLIP_STATUS); this.columnEXPENSE_CODE = new global::System.Data.DataColumn("EXPENSE_CODE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnEXPENSE_CODE); 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(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnENTRY_DATE); this.columnPOST_STATUS = new global::System.Data.DataColumn("POST_STATUS", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPOST_STATUS); this.columnsum_slipnet = new global::System.Data.DataColumn("sum_slipnet", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnsum_slipnet); this.columnVAT_TYPE = new global::System.Data.DataColumn("VAT_TYPE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnVAT_TYPE); this.columncontract_no = new global::System.Data.DataColumn("contract_no", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columncontract_no); this.columnitemnet_amt = new global::System.Data.DataColumn("itemnet_amt", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnitemnet_amt); this.columncontract_status = new global::System.Data.DataColumn("contract_status", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columncontract_status); this.columncar_id = new global::System.Data.DataColumn("car_id", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columncar_id); this.columnorder_id = new global::System.Data.DataColumn("order_id", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnorder_id); this.columnSite_id = new global::System.Data.DataColumn("Site_id", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSite_id); 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.columnStore_desc = new global::System.Data.DataColumn("Store_desc", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnStore_desc); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public STSTOCKSLIPRow NewSTSTOCKSLIPRow() { return ((STSTOCKSLIPRow)(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 STSTOCKSLIPRow(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(STSTOCKSLIPRow); } [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.STSTOCKSLIPRowChanged != null)) { this.STSTOCKSLIPRowChanged(this, new STSTOCKSLIPRowChangeEvent(((STSTOCKSLIPRow)(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.STSTOCKSLIPRowChanging != null)) { this.STSTOCKSLIPRowChanging(this, new STSTOCKSLIPRowChangeEvent(((STSTOCKSLIPRow)(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.STSTOCKSLIPRowDeleted != null)) { this.STSTOCKSLIPRowDeleted(this, new STSTOCKSLIPRowChangeEvent(((STSTOCKSLIPRow)(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.STSTOCKSLIPRowDeleting != null)) { this.STSTOCKSLIPRowDeleting(this, new STSTOCKSLIPRowChangeEvent(((STSTOCKSLIPRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void RemoveSTSTOCKSLIPRow(STSTOCKSLIPRow 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 = "STSTOCKSLIPDataTable"; 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 STSTOCKSLIPDETDataTable : global::System.Data.TypedTableBase { private global::System.Data.DataColumn columnCOOP_ID; private global::System.Data.DataColumn columnSLIP_NO; private global::System.Data.DataColumn columnSTORE_ID; private global::System.Data.DataColumn columnSEQ_NO; private global::System.Data.DataColumn columnITEM_QTY; private global::System.Data.DataColumn columnPRODUCT_NO; private global::System.Data.DataColumn columnITEMTYPE_CODE; private global::System.Data.DataColumn columnPRODUCT_PRICE; private global::System.Data.DataColumn columnDISCOUNT_PERCENT; private global::System.Data.DataColumn columnPRODUCT_COST; private global::System.Data.DataColumn columnDISCOUNT_AMT; private global::System.Data.DataColumn columnITEM_AMT; private global::System.Data.DataColumn columnVAT_AMT; private global::System.Data.DataColumn columnITEMNET_AMT; private global::System.Data.DataColumn columnITEMNOVAT_AMT; private global::System.Data.DataColumn columnLOT_NO; private global::System.Data.DataColumn columnSLIPDET_STATUS; private global::System.Data.DataColumn columnITEM_RETURN_QTY; private global::System.Data.DataColumn columnCOST_AMT; private global::System.Data.DataColumn columnBEFORE_METER; private global::System.Data.DataColumn columnAFTER_METER; private global::System.Data.DataColumn columnPUMP_ID; private global::System.Data.DataColumn columnvat_flag; private global::System.Data.DataColumn columnSTART_NO; private global::System.Data.DataColumn columnEND_NO; private global::System.Data.DataColumn columnBALANCE_QTY; private global::System.Data.DataColumn columnPRODUCT_DESC; private global::System.Data.DataColumn columnLOT_QTY; private global::System.Data.DataColumn columnsale_a_amt; private global::System.Data.DataColumn columnsale_b_amt; private global::System.Data.DataColumn columnsale_c_amt; private global::System.Data.DataColumn columnsale_d_amt; private global::System.Data.DataColumn columnrow_status; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public STSTOCKSLIPDETDataTable() { this.TableName = "STSTOCKSLIPDET"; this.BeginInit(); this.InitClass(); this.EndInit(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal STSTOCKSLIPDETDataTable(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 STSTOCKSLIPDETDataTable(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 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 SLIP_NOColumn { get { return this.columnSLIP_NO; } } [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 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 ITEM_QTYColumn { get { return this.columnITEM_QTY; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PRODUCT_NOColumn { get { return this.columnPRODUCT_NO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn ITEMTYPE_CODEColumn { get { return this.columnITEMTYPE_CODE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PRODUCT_PRICEColumn { get { return this.columnPRODUCT_PRICE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DISCOUNT_PERCENTColumn { get { return this.columnDISCOUNT_PERCENT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PRODUCT_COSTColumn { get { return this.columnPRODUCT_COST; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DISCOUNT_AMTColumn { get { return this.columnDISCOUNT_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn ITEM_AMTColumn { get { return this.columnITEM_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn VAT_AMTColumn { get { return this.columnVAT_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn ITEMNET_AMTColumn { get { return this.columnITEMNET_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn ITEMNOVAT_AMTColumn { get { return this.columnITEMNOVAT_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn LOT_NOColumn { get { return this.columnLOT_NO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn SLIPDET_STATUSColumn { get { return this.columnSLIPDET_STATUS; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn ITEM_RETURN_QTYColumn { get { return this.columnITEM_RETURN_QTY; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn COST_AMTColumn { get { return this.columnCOST_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BEFORE_METERColumn { get { return this.columnBEFORE_METER; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn AFTER_METERColumn { get { return this.columnAFTER_METER; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PUMP_IDColumn { get { return this.columnPUMP_ID; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn vat_flagColumn { get { return this.columnvat_flag; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn START_NOColumn { get { return this.columnSTART_NO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn END_NOColumn { get { return this.columnEND_NO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BALANCE_QTYColumn { get { return this.columnBALANCE_QTY; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PRODUCT_DESCColumn { get { return this.columnPRODUCT_DESC; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn LOT_QTYColumn { get { return this.columnLOT_QTY; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn sale_a_amtColumn { get { return this.columnsale_a_amt; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn sale_b_amtColumn { get { return this.columnsale_b_amt; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn sale_c_amtColumn { get { return this.columnsale_c_amt; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn sale_d_amtColumn { get { return this.columnsale_d_amt; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn row_statusColumn { get { return this.columnrow_status; } } [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 STSTOCKSLIPDETRow this[int index] { get { return ((STSTOCKSLIPDETRow)(this.Rows[index])); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event STSTOCKSLIPDETRowChangeEventHandler STSTOCKSLIPDETRowChanging; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event STSTOCKSLIPDETRowChangeEventHandler STSTOCKSLIPDETRowChanged; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event STSTOCKSLIPDETRowChangeEventHandler STSTOCKSLIPDETRowDeleting; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event STSTOCKSLIPDETRowChangeEventHandler STSTOCKSLIPDETRowDeleted; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void AddSTSTOCKSLIPDETRow(STSTOCKSLIPDETRow row) { this.Rows.Add(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public STSTOCKSLIPDETRow AddSTSTOCKSLIPDETRow( string COOP_ID, string SLIP_NO, string STORE_ID, decimal SEQ_NO, decimal ITEM_QTY, string PRODUCT_NO, string ITEMTYPE_CODE, decimal PRODUCT_PRICE, decimal DISCOUNT_PERCENT, decimal PRODUCT_COST, decimal DISCOUNT_AMT, decimal ITEM_AMT, decimal VAT_AMT, decimal ITEMNET_AMT, decimal ITEMNOVAT_AMT, string LOT_NO, string SLIPDET_STATUS, decimal ITEM_RETURN_QTY, decimal COST_AMT, decimal BEFORE_METER, decimal AFTER_METER, string PUMP_ID, decimal vat_flag, decimal START_NO, decimal END_NO, decimal BALANCE_QTY, string PRODUCT_DESC, decimal LOT_QTY, decimal sale_a_amt, decimal sale_b_amt, decimal sale_c_amt, decimal sale_d_amt, string row_status) { STSTOCKSLIPDETRow rowSTSTOCKSLIPDETRow = ((STSTOCKSLIPDETRow)(this.NewRow())); object[] columnValuesArray = new object[] { COOP_ID, SLIP_NO, STORE_ID, SEQ_NO, ITEM_QTY, PRODUCT_NO, ITEMTYPE_CODE, PRODUCT_PRICE, DISCOUNT_PERCENT, PRODUCT_COST, DISCOUNT_AMT, ITEM_AMT, VAT_AMT, ITEMNET_AMT, ITEMNOVAT_AMT, LOT_NO, SLIPDET_STATUS, ITEM_RETURN_QTY, COST_AMT, BEFORE_METER, AFTER_METER, PUMP_ID, vat_flag, START_NO, END_NO, BALANCE_QTY, PRODUCT_DESC, LOT_QTY, sale_a_amt, sale_b_amt, sale_c_amt, sale_d_amt, row_status}; rowSTSTOCKSLIPDETRow.ItemArray = columnValuesArray; this.Rows.Add(rowSTSTOCKSLIPDETRow); return rowSTSTOCKSLIPDETRow; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public override global::System.Data.DataTable Clone() { STSTOCKSLIPDETDataTable cln = ((STSTOCKSLIPDETDataTable)(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 STSTOCKSLIPDETDataTable(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal void InitVars() { this.columnCOOP_ID = base.Columns["COOP_ID"]; this.columnSLIP_NO = base.Columns["SLIP_NO"]; this.columnSTORE_ID = base.Columns["STORE_ID"]; this.columnSEQ_NO = base.Columns["SEQ_NO"]; this.columnITEM_QTY = base.Columns["ITEM_QTY"]; this.columnPRODUCT_NO = base.Columns["PRODUCT_NO"]; this.columnITEMTYPE_CODE = base.Columns["ITEMTYPE_CODE"]; this.columnPRODUCT_PRICE = base.Columns["PRODUCT_PRICE"]; this.columnDISCOUNT_PERCENT = base.Columns["DISCOUNT_PERCENT"]; this.columnPRODUCT_COST = base.Columns["PRODUCT_COST"]; this.columnDISCOUNT_AMT = base.Columns["DISCOUNT_AMT"]; this.columnITEM_AMT = base.Columns["ITEM_AMT"]; this.columnVAT_AMT = base.Columns["VAT_AMT"]; this.columnITEMNET_AMT = base.Columns["ITEMNET_AMT"]; this.columnITEMNOVAT_AMT = base.Columns["ITEMNOVAT_AMT"]; this.columnLOT_NO = base.Columns["LOT_NO"]; this.columnSLIPDET_STATUS = base.Columns["SLIPDET_STATUS"]; this.columnITEM_RETURN_QTY = base.Columns["ITEM_RETURN_QTY"]; this.columnCOST_AMT = base.Columns["COST_AMT"]; this.columnBEFORE_METER = base.Columns["BEFORE_METER"]; this.columnAFTER_METER = base.Columns["AFTER_METER"]; this.columnPUMP_ID = base.Columns["PUMP_ID"]; this.columnvat_flag = base.Columns["vat_flag"]; this.columnSTART_NO = base.Columns["START_NO"]; this.columnEND_NO = base.Columns["END_NO"]; this.columnBALANCE_QTY = base.Columns["BALANCE_QTY"]; this.columnPRODUCT_DESC = base.Columns["PRODUCT_DESC"]; this.columnLOT_QTY = base.Columns["LOT_QTY"]; this.columnsale_a_amt = base.Columns["sale_a_amt"]; this.columnsale_b_amt = base.Columns["sale_b_amt"]; this.columnsale_c_amt = base.Columns["sale_c_amt"]; this.columnsale_d_amt = base.Columns["sale_d_amt"]; this.columnrow_status = base.Columns["row_status"]; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitClass() { 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.columnSLIP_NO = new global::System.Data.DataColumn("SLIP_NO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSLIP_NO); 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.columnSEQ_NO = new global::System.Data.DataColumn("SEQ_NO", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSEQ_NO); this.columnITEM_QTY = new global::System.Data.DataColumn("ITEM_QTY", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnITEM_QTY); this.columnPRODUCT_NO = new global::System.Data.DataColumn("PRODUCT_NO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPRODUCT_NO); this.columnITEMTYPE_CODE = new global::System.Data.DataColumn("ITEMTYPE_CODE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnITEMTYPE_CODE); this.columnPRODUCT_PRICE = new global::System.Data.DataColumn("PRODUCT_PRICE", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPRODUCT_PRICE); this.columnDISCOUNT_PERCENT = new global::System.Data.DataColumn("DISCOUNT_PERCENT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDISCOUNT_PERCENT); this.columnPRODUCT_COST = new global::System.Data.DataColumn("PRODUCT_COST", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPRODUCT_COST); this.columnDISCOUNT_AMT = new global::System.Data.DataColumn("DISCOUNT_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDISCOUNT_AMT); this.columnITEM_AMT = new global::System.Data.DataColumn("ITEM_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnITEM_AMT); this.columnVAT_AMT = new global::System.Data.DataColumn("VAT_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnVAT_AMT); this.columnITEMNET_AMT = new global::System.Data.DataColumn("ITEMNET_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnITEMNET_AMT); this.columnITEMNOVAT_AMT = new global::System.Data.DataColumn("ITEMNOVAT_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnITEMNOVAT_AMT); this.columnLOT_NO = new global::System.Data.DataColumn("LOT_NO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnLOT_NO); this.columnSLIPDET_STATUS = new global::System.Data.DataColumn("SLIPDET_STATUS", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSLIPDET_STATUS); this.columnITEM_RETURN_QTY = new global::System.Data.DataColumn("ITEM_RETURN_QTY", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnITEM_RETURN_QTY); this.columnCOST_AMT = new global::System.Data.DataColumn("COST_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCOST_AMT); this.columnBEFORE_METER = new global::System.Data.DataColumn("BEFORE_METER", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBEFORE_METER); this.columnAFTER_METER = new global::System.Data.DataColumn("AFTER_METER", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnAFTER_METER); this.columnPUMP_ID = new global::System.Data.DataColumn("PUMP_ID", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPUMP_ID); this.columnvat_flag = new global::System.Data.DataColumn("vat_flag", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnvat_flag); this.columnSTART_NO = new global::System.Data.DataColumn("START_NO", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSTART_NO); this.columnEND_NO = new global::System.Data.DataColumn("END_NO", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnEND_NO); this.columnBALANCE_QTY = new global::System.Data.DataColumn("BALANCE_QTY", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBALANCE_QTY); this.columnPRODUCT_DESC = new global::System.Data.DataColumn("PRODUCT_DESC", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPRODUCT_DESC); this.columnLOT_QTY = new global::System.Data.DataColumn("LOT_QTY", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnLOT_QTY); this.columnsale_a_amt = new global::System.Data.DataColumn("sale_a_amt", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnsale_a_amt); this.columnsale_b_amt = new global::System.Data.DataColumn("sale_b_amt", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnsale_b_amt); this.columnsale_c_amt = new global::System.Data.DataColumn("sale_c_amt", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnsale_c_amt); this.columnsale_d_amt = new global::System.Data.DataColumn("sale_d_amt", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnsale_d_amt); this.columnrow_status = new global::System.Data.DataColumn("row_status", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnrow_status); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public STSTOCKSLIPDETRow NewSTSTOCKSLIPDETRow() { return ((STSTOCKSLIPDETRow)(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 STSTOCKSLIPDETRow(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(STSTOCKSLIPDETRow); } [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.STSTOCKSLIPDETRowChanged != null)) { this.STSTOCKSLIPDETRowChanged(this, new STSTOCKSLIPDETRowChangeEvent(((STSTOCKSLIPDETRow)(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.STSTOCKSLIPDETRowChanging != null)) { this.STSTOCKSLIPDETRowChanging(this, new STSTOCKSLIPDETRowChangeEvent(((STSTOCKSLIPDETRow)(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.STSTOCKSLIPDETRowDeleted != null)) { this.STSTOCKSLIPDETRowDeleted(this, new STSTOCKSLIPDETRowChangeEvent(((STSTOCKSLIPDETRow)(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.STSTOCKSLIPDETRowDeleting != null)) { this.STSTOCKSLIPDETRowDeleting(this, new STSTOCKSLIPDETRowChangeEvent(((STSTOCKSLIPDETRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void RemoveSTSTOCKSLIPDETRow(STSTOCKSLIPDETRow 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 = "STSTOCKSLIPDETDataTable"; 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 DSSUMRow : global::System.Data.DataRow { private DSSUMDataTable tableDSSUM; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal DSSUMRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tableDSSUM = ((DSSUMDataTable)(this.Table)); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal sum_qty { get { try { return ((decimal)(this[this.tableDSSUM.sum_qtyColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'sum_qty\' in table \'DSSUM\' is DBNull.", e); } } set { this[this.tableDSSUM.sum_qtyColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal sum_item_amt { get { try { return ((decimal)(this[this.tableDSSUM.sum_item_amtColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'sum_item_amt\' in table \'DSSUM\' is DBNull.", e); } } set { this[this.tableDSSUM.sum_item_amtColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal sum_vat_amt { get { try { return ((decimal)(this[this.tableDSSUM.sum_vat_amtColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'sum_vat_amt\' in table \'DSSUM\' is DBNull.", e); } } set { this[this.tableDSSUM.sum_vat_amtColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal sum_discount_amt { get { try { return ((decimal)(this[this.tableDSSUM.sum_discount_amtColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'sum_discount_amt\' in table \'DSSUM\' is DBNull.", e); } } set { this[this.tableDSSUM.sum_discount_amtColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal sum_itemnet_amt { get { try { return ((decimal)(this[this.tableDSSUM.sum_itemnet_amtColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'sum_itemnet_amt\' in table \'DSSUM\' is DBNull.", e); } } set { this[this.tableDSSUM.sum_itemnet_amtColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string status_save { get { try { return ((string)(this[this.tableDSSUM.status_saveColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'status_save\' in table \'DSSUM\' is DBNull.", e); } } set { this[this.tableDSSUM.status_saveColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string Site_id { get { try { return ((string)(this[this.tableDSSUM.Site_idColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'Site_id\' in table \'DSSUM\' is DBNull.", e); } } set { this[this.tableDSSUM.Site_idColumn] = 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.tableDSSUM.Site_descColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'Site_desc\' in table \'DSSUM\' is DBNull.", e); } } set { this[this.tableDSSUM.Site_descColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool Issum_qtyNull() { return this.IsNull(this.tableDSSUM.sum_qtyColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void Setsum_qtyNull() { this[this.tableDSSUM.sum_qtyColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool Issum_item_amtNull() { return this.IsNull(this.tableDSSUM.sum_item_amtColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void Setsum_item_amtNull() { this[this.tableDSSUM.sum_item_amtColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool Issum_vat_amtNull() { return this.IsNull(this.tableDSSUM.sum_vat_amtColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void Setsum_vat_amtNull() { this[this.tableDSSUM.sum_vat_amtColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool Issum_discount_amtNull() { return this.IsNull(this.tableDSSUM.sum_discount_amtColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void Setsum_discount_amtNull() { this[this.tableDSSUM.sum_discount_amtColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool Issum_itemnet_amtNull() { return this.IsNull(this.tableDSSUM.sum_itemnet_amtColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void Setsum_itemnet_amtNull() { this[this.tableDSSUM.sum_itemnet_amtColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool Isstatus_saveNull() { return this.IsNull(this.tableDSSUM.status_saveColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void Setstatus_saveNull() { this[this.tableDSSUM.status_saveColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSite_idNull() { return this.IsNull(this.tableDSSUM.Site_idColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSite_idNull() { this[this.tableDSSUM.Site_idColumn] = 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.tableDSSUM.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.tableDSSUM.Site_descColumn] = global::System.Convert.DBNull; } } /// ///Represents strongly named DataRow class. /// public partial class STSTOCKSLIPRow : global::System.Data.DataRow { private STSTOCKSLIPDataTable tableSTSTOCKSLIP; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal STSTOCKSLIPRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tableSTSTOCKSLIP = ((STSTOCKSLIPDataTable)(this.Table)); } [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.tableSTSTOCKSLIP.COOP_IDColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'COOP_ID\' in table \'STSTOCKSLIP\' is DBNull.", e); } } set { this[this.tableSTSTOCKSLIP.COOP_IDColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string SLIP_NO { get { try { return ((string)(this[this.tableSTSTOCKSLIP.SLIP_NOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'SLIP_NO\' in table \'STSTOCKSLIP\' is DBNull.", e); } } set { this[this.tableSTSTOCKSLIP.SLIP_NOColumn] = 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.tableSTSTOCKSLIP.STORE_IDColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'STORE_ID\' in table \'STSTOCKSLIP\' is DBNull.", e); } } set { this[this.tableSTSTOCKSLIP.STORE_IDColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string TERMINAL_NO { get { try { return ((string)(this[this.tableSTSTOCKSLIP.TERMINAL_NOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'TERMINAL_NO\' in table \'STSTOCKSLIP\' is DBNull.", e); } } set { this[this.tableSTSTOCKSLIP.TERMINAL_NOColumn] = 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.tableSTSTOCKSLIP.SLIP_DATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'SLIP_DATE\' in table \'STSTOCKSLIP\' is DBNull.", e); } } set { this[this.tableSTSTOCKSLIP.SLIP_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.tableSTSTOCKSLIP.REFDOC_NOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'REFDOC_NO\' in table \'STSTOCKSLIP\' is DBNull.", e); } } set { this[this.tableSTSTOCKSLIP.REFDOC_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.tableSTSTOCKSLIP.DEBT_NOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DEBT_NO\' in table \'STSTOCKSLIP\' is DBNull.", e); } } set { this[this.tableSTSTOCKSLIP.DEBT_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string SLIPTYPE_CODE { get { try { return ((string)(this[this.tableSTSTOCKSLIP.SLIPTYPE_CODEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'SLIPTYPE_CODE\' in table \'STSTOCKSLIP\' is DBNull.", e); } } set { this[this.tableSTSTOCKSLIP.SLIPTYPE_CODEColumn] = 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.tableSTSTOCKSLIP.REMARKColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'REMARK\' in table \'STSTOCKSLIP\' is DBNull.", e); } } set { this[this.tableSTSTOCKSLIP.REMARKColumn] = 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.tableSTSTOCKSLIP.DEBT_NAMEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DEBT_NAME\' in table \'STSTOCKSLIP\' is DBNull.", e); } } set { this[this.tableSTSTOCKSLIP.DEBT_NAMEColumn] = 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.tableSTSTOCKSLIP.DEBTTYPE_CODEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DEBTTYPE_CODE\' in table \'STSTOCKSLIP\' is DBNull.", e); } } set { this[this.tableSTSTOCKSLIP.DEBTTYPE_CODEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal SLIP_AMT { get { try { return ((decimal)(this[this.tableSTSTOCKSLIP.SLIP_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'SLIP_AMT\' in table \'STSTOCKSLIP\' is DBNull.", e); } } set { this[this.tableSTSTOCKSLIP.SLIP_AMTColumn] = 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.tableSTSTOCKSLIP.DEBTFROMTYPE_CODEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DEBTFROMTYPE_CODE\' in table \'STSTOCKSLIP\' is DBNull.", e); } } set { this[this.tableSTSTOCKSLIP.DEBTFROMTYPE_CODEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal DISCOUNT_AMT { get { try { return ((decimal)(this[this.tableSTSTOCKSLIP.DISCOUNT_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DISCOUNT_AMT\' in table \'STSTOCKSLIP\' is DBNull.", e); } } set { this[this.tableSTSTOCKSLIP.DISCOUNT_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal SLIPNET_AMT { get { try { return ((decimal)(this[this.tableSTSTOCKSLIP.SLIPNET_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'SLIPNET_AMT\' in table \'STSTOCKSLIP\' is DBNull.", e); } } set { this[this.tableSTSTOCKSLIP.SLIPNET_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal VAT_AMT { get { try { return ((decimal)(this[this.tableSTSTOCKSLIP.VAT_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'VAT_AMT\' in table \'STSTOCKSLIP\' is DBNull.", e); } } set { this[this.tableSTSTOCKSLIP.VAT_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal RECEIVE_AMT { get { try { return ((decimal)(this[this.tableSTSTOCKSLIP.RECEIVE_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'RECEIVE_AMT\' in table \'STSTOCKSLIP\' is DBNull.", e); } } set { this[this.tableSTSTOCKSLIP.RECEIVE_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal CHANGE_AMT { get { try { return ((decimal)(this[this.tableSTSTOCKSLIP.CHANGE_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'CHANGE_AMT\' in table \'STSTOCKSLIP\' is DBNull.", e); } } set { this[this.tableSTSTOCKSLIP.CHANGE_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal REMAIN_AMT { get { try { return ((decimal)(this[this.tableSTSTOCKSLIP.REMAIN_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'REMAIN_AMT\' in table \'STSTOCKSLIP\' is DBNull.", e); } } set { this[this.tableSTSTOCKSLIP.REMAIN_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string RECEIPTDOC_NO { get { try { return ((string)(this[this.tableSTSTOCKSLIP.RECEIPTDOC_NOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'RECEIPTDOC_NO\' in table \'STSTOCKSLIP\' is DBNull.", e); } } set { this[this.tableSTSTOCKSLIP.RECEIPTDOC_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string TAXDOC_NO { get { try { return ((string)(this[this.tableSTSTOCKSLIP.TAXDOC_NOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'TAXDOC_NO\' in table \'STSTOCKSLIP\' is DBNull.", e); } } set { this[this.tableSTSTOCKSLIP.TAXDOC_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string DELIVERYDOC_NO { get { try { return ((string)(this[this.tableSTSTOCKSLIP.DELIVERYDOC_NOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DELIVERYDOC_NO\' in table \'STSTOCKSLIP\' is DBNull.", e); } } set { this[this.tableSTSTOCKSLIP.DELIVERYDOC_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string INVOICEDOC_NO { get { try { return ((string)(this[this.tableSTSTOCKSLIP.INVOICEDOC_NOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'INVOICEDOC_NO\' in table \'STSTOCKSLIP\' is DBNull.", e); } } set { this[this.tableSTSTOCKSLIP.INVOICEDOC_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string SLIP_STATUS { get { try { return ((string)(this[this.tableSTSTOCKSLIP.SLIP_STATUSColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'SLIP_STATUS\' in table \'STSTOCKSLIP\' is DBNull.", e); } } set { this[this.tableSTSTOCKSLIP.SLIP_STATUSColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string EXPENSE_CODE { get { try { return ((string)(this[this.tableSTSTOCKSLIP.EXPENSE_CODEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'EXPENSE_CODE\' in table \'STSTOCKSLIP\' is DBNull.", e); } } set { this[this.tableSTSTOCKSLIP.EXPENSE_CODEColumn] = 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.tableSTSTOCKSLIP.ENTRY_IDColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'ENTRY_ID\' in table \'STSTOCKSLIP\' is DBNull.", e); } } set { this[this.tableSTSTOCKSLIP.ENTRY_IDColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string ENTRY_DATE { get { try { return ((string)(this[this.tableSTSTOCKSLIP.ENTRY_DATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'ENTRY_DATE\' in table \'STSTOCKSLIP\' is DBNull.", e); } } set { this[this.tableSTSTOCKSLIP.ENTRY_DATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string POST_STATUS { get { try { return ((string)(this[this.tableSTSTOCKSLIP.POST_STATUSColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'POST_STATUS\' in table \'STSTOCKSLIP\' is DBNull.", e); } } set { this[this.tableSTSTOCKSLIP.POST_STATUSColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal sum_slipnet { get { try { return ((decimal)(this[this.tableSTSTOCKSLIP.sum_slipnetColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'sum_slipnet\' in table \'STSTOCKSLIP\' is DBNull.", e); } } set { this[this.tableSTSTOCKSLIP.sum_slipnetColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string VAT_TYPE { get { try { return ((string)(this[this.tableSTSTOCKSLIP.VAT_TYPEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'VAT_TYPE\' in table \'STSTOCKSLIP\' is DBNull.", e); } } set { this[this.tableSTSTOCKSLIP.VAT_TYPEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string contract_no { get { try { return ((string)(this[this.tableSTSTOCKSLIP.contract_noColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'contract_no\' in table \'STSTOCKSLIP\' is DBNull.", e); } } set { this[this.tableSTSTOCKSLIP.contract_noColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal itemnet_amt { get { try { return ((decimal)(this[this.tableSTSTOCKSLIP.itemnet_amtColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'itemnet_amt\' in table \'STSTOCKSLIP\' is DBNull.", e); } } set { this[this.tableSTSTOCKSLIP.itemnet_amtColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string contract_status { get { try { return ((string)(this[this.tableSTSTOCKSLIP.contract_statusColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'contract_status\' in table \'STSTOCKSLIP\' is DBNull.", e); } } set { this[this.tableSTSTOCKSLIP.contract_statusColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string car_id { get { try { return ((string)(this[this.tableSTSTOCKSLIP.car_idColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'car_id\' in table \'STSTOCKSLIP\' is DBNull.", e); } } set { this[this.tableSTSTOCKSLIP.car_idColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string order_id { get { try { return ((string)(this[this.tableSTSTOCKSLIP.order_idColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'order_id\' in table \'STSTOCKSLIP\' is DBNull.", e); } } set { this[this.tableSTSTOCKSLIP.order_idColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string Site_id { get { try { return ((string)(this[this.tableSTSTOCKSLIP.Site_idColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'Site_id\' in table \'STSTOCKSLIP\' is DBNull.", e); } } set { this[this.tableSTSTOCKSLIP.Site_idColumn] = 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.tableSTSTOCKSLIP.Site_descColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'Site_desc\' in table \'STSTOCKSLIP\' is DBNull.", e); } } set { this[this.tableSTSTOCKSLIP.Site_descColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string Store_desc { get { try { return ((string)(this[this.tableSTSTOCKSLIP.Store_descColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'Store_desc\' in table \'STSTOCKSLIP\' is DBNull.", e); } } set { this[this.tableSTSTOCKSLIP.Store_descColumn] = value; } } [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.tableSTSTOCKSLIP.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.tableSTSTOCKSLIP.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 IsSLIP_NONull() { return this.IsNull(this.tableSTSTOCKSLIP.SLIP_NOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSLIP_NONull() { this[this.tableSTSTOCKSLIP.SLIP_NOColumn] = 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.tableSTSTOCKSLIP.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.tableSTSTOCKSLIP.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 IsTERMINAL_NONull() { return this.IsNull(this.tableSTSTOCKSLIP.TERMINAL_NOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetTERMINAL_NONull() { this[this.tableSTSTOCKSLIP.TERMINAL_NOColumn] = 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.tableSTSTOCKSLIP.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.tableSTSTOCKSLIP.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 IsREFDOC_NONull() { return this.IsNull(this.tableSTSTOCKSLIP.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.tableSTSTOCKSLIP.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 IsDEBT_NONull() { return this.IsNull(this.tableSTSTOCKSLIP.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.tableSTSTOCKSLIP.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 IsSLIPTYPE_CODENull() { return this.IsNull(this.tableSTSTOCKSLIP.SLIPTYPE_CODEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSLIPTYPE_CODENull() { this[this.tableSTSTOCKSLIP.SLIPTYPE_CODEColumn] = 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.tableSTSTOCKSLIP.REMARKColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetREMARKNull() { this[this.tableSTSTOCKSLIP.REMARKColumn] = 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.tableSTSTOCKSLIP.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.tableSTSTOCKSLIP.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 IsDEBTTYPE_CODENull() { return this.IsNull(this.tableSTSTOCKSLIP.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.tableSTSTOCKSLIP.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_AMTNull() { return this.IsNull(this.tableSTSTOCKSLIP.SLIP_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSLIP_AMTNull() { this[this.tableSTSTOCKSLIP.SLIP_AMTColumn] = global::System.Convert.DBNull; } [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.tableSTSTOCKSLIP.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.tableSTSTOCKSLIP.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 IsDISCOUNT_AMTNull() { return this.IsNull(this.tableSTSTOCKSLIP.DISCOUNT_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDISCOUNT_AMTNull() { this[this.tableSTSTOCKSLIP.DISCOUNT_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSLIPNET_AMTNull() { return this.IsNull(this.tableSTSTOCKSLIP.SLIPNET_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSLIPNET_AMTNull() { this[this.tableSTSTOCKSLIP.SLIPNET_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsVAT_AMTNull() { return this.IsNull(this.tableSTSTOCKSLIP.VAT_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetVAT_AMTNull() { this[this.tableSTSTOCKSLIP.VAT_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsRECEIVE_AMTNull() { return this.IsNull(this.tableSTSTOCKSLIP.RECEIVE_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetRECEIVE_AMTNull() { this[this.tableSTSTOCKSLIP.RECEIVE_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCHANGE_AMTNull() { return this.IsNull(this.tableSTSTOCKSLIP.CHANGE_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCHANGE_AMTNull() { this[this.tableSTSTOCKSLIP.CHANGE_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsREMAIN_AMTNull() { return this.IsNull(this.tableSTSTOCKSLIP.REMAIN_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetREMAIN_AMTNull() { this[this.tableSTSTOCKSLIP.REMAIN_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsRECEIPTDOC_NONull() { return this.IsNull(this.tableSTSTOCKSLIP.RECEIPTDOC_NOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetRECEIPTDOC_NONull() { this[this.tableSTSTOCKSLIP.RECEIPTDOC_NOColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsTAXDOC_NONull() { return this.IsNull(this.tableSTSTOCKSLIP.TAXDOC_NOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetTAXDOC_NONull() { this[this.tableSTSTOCKSLIP.TAXDOC_NOColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDELIVERYDOC_NONull() { return this.IsNull(this.tableSTSTOCKSLIP.DELIVERYDOC_NOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDELIVERYDOC_NONull() { this[this.tableSTSTOCKSLIP.DELIVERYDOC_NOColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsINVOICEDOC_NONull() { return this.IsNull(this.tableSTSTOCKSLIP.INVOICEDOC_NOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetINVOICEDOC_NONull() { this[this.tableSTSTOCKSLIP.INVOICEDOC_NOColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSLIP_STATUSNull() { return this.IsNull(this.tableSTSTOCKSLIP.SLIP_STATUSColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSLIP_STATUSNull() { this[this.tableSTSTOCKSLIP.SLIP_STATUSColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsEXPENSE_CODENull() { return this.IsNull(this.tableSTSTOCKSLIP.EXPENSE_CODEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetEXPENSE_CODENull() { this[this.tableSTSTOCKSLIP.EXPENSE_CODEColumn] = 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.tableSTSTOCKSLIP.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.tableSTSTOCKSLIP.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.tableSTSTOCKSLIP.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.tableSTSTOCKSLIP.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 IsPOST_STATUSNull() { return this.IsNull(this.tableSTSTOCKSLIP.POST_STATUSColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPOST_STATUSNull() { this[this.tableSTSTOCKSLIP.POST_STATUSColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool Issum_slipnetNull() { return this.IsNull(this.tableSTSTOCKSLIP.sum_slipnetColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void Setsum_slipnetNull() { this[this.tableSTSTOCKSLIP.sum_slipnetColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsVAT_TYPENull() { return this.IsNull(this.tableSTSTOCKSLIP.VAT_TYPEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetVAT_TYPENull() { this[this.tableSTSTOCKSLIP.VAT_TYPEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool Iscontract_noNull() { return this.IsNull(this.tableSTSTOCKSLIP.contract_noColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void Setcontract_noNull() { this[this.tableSTSTOCKSLIP.contract_noColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool Isitemnet_amtNull() { return this.IsNull(this.tableSTSTOCKSLIP.itemnet_amtColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void Setitemnet_amtNull() { this[this.tableSTSTOCKSLIP.itemnet_amtColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool Iscontract_statusNull() { return this.IsNull(this.tableSTSTOCKSLIP.contract_statusColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void Setcontract_statusNull() { this[this.tableSTSTOCKSLIP.contract_statusColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool Iscar_idNull() { return this.IsNull(this.tableSTSTOCKSLIP.car_idColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void Setcar_idNull() { this[this.tableSTSTOCKSLIP.car_idColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool Isorder_idNull() { return this.IsNull(this.tableSTSTOCKSLIP.order_idColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void Setorder_idNull() { this[this.tableSTSTOCKSLIP.order_idColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSite_idNull() { return this.IsNull(this.tableSTSTOCKSLIP.Site_idColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSite_idNull() { this[this.tableSTSTOCKSLIP.Site_idColumn] = 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.tableSTSTOCKSLIP.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.tableSTSTOCKSLIP.Site_descColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsStore_descNull() { return this.IsNull(this.tableSTSTOCKSLIP.Store_descColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetStore_descNull() { this[this.tableSTSTOCKSLIP.Store_descColumn] = global::System.Convert.DBNull; } } /// ///Represents strongly named DataRow class. /// public partial class STSTOCKSLIPDETRow : global::System.Data.DataRow { private STSTOCKSLIPDETDataTable tableSTSTOCKSLIPDET; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal STSTOCKSLIPDETRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tableSTSTOCKSLIPDET = ((STSTOCKSLIPDETDataTable)(this.Table)); } [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.tableSTSTOCKSLIPDET.COOP_IDColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'COOP_ID\' in table \'STSTOCKSLIPDET\' is DBNull.", e); } } set { this[this.tableSTSTOCKSLIPDET.COOP_IDColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string SLIP_NO { get { try { return ((string)(this[this.tableSTSTOCKSLIPDET.SLIP_NOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'SLIP_NO\' in table \'STSTOCKSLIPDET\' is DBNull.", e); } } set { this[this.tableSTSTOCKSLIPDET.SLIP_NOColumn] = 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.tableSTSTOCKSLIPDET.STORE_IDColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'STORE_ID\' in table \'STSTOCKSLIPDET\' is DBNull.", e); } } set { this[this.tableSTSTOCKSLIPDET.STORE_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.tableSTSTOCKSLIPDET.SEQ_NOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'SEQ_NO\' in table \'STSTOCKSLIPDET\' is DBNull.", e); } } set { this[this.tableSTSTOCKSLIPDET.SEQ_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal ITEM_QTY { get { try { return ((decimal)(this[this.tableSTSTOCKSLIPDET.ITEM_QTYColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'ITEM_QTY\' in table \'STSTOCKSLIPDET\' is DBNull.", e); } } set { this[this.tableSTSTOCKSLIPDET.ITEM_QTYColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string PRODUCT_NO { get { try { return ((string)(this[this.tableSTSTOCKSLIPDET.PRODUCT_NOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PRODUCT_NO\' in table \'STSTOCKSLIPDET\' is DBNull.", e); } } set { this[this.tableSTSTOCKSLIPDET.PRODUCT_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string ITEMTYPE_CODE { get { try { return ((string)(this[this.tableSTSTOCKSLIPDET.ITEMTYPE_CODEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'ITEMTYPE_CODE\' in table \'STSTOCKSLIPDET\' is DBNull.", e); } } set { this[this.tableSTSTOCKSLIPDET.ITEMTYPE_CODEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal PRODUCT_PRICE { get { try { return ((decimal)(this[this.tableSTSTOCKSLIPDET.PRODUCT_PRICEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PRODUCT_PRICE\' in table \'STSTOCKSLIPDET\' is DBNull.", e); } } set { this[this.tableSTSTOCKSLIPDET.PRODUCT_PRICEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal DISCOUNT_PERCENT { get { try { return ((decimal)(this[this.tableSTSTOCKSLIPDET.DISCOUNT_PERCENTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DISCOUNT_PERCENT\' in table \'STSTOCKSLIPDET\' is DBNull.", e); } } set { this[this.tableSTSTOCKSLIPDET.DISCOUNT_PERCENTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal PRODUCT_COST { get { try { return ((decimal)(this[this.tableSTSTOCKSLIPDET.PRODUCT_COSTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PRODUCT_COST\' in table \'STSTOCKSLIPDET\' is DBNull.", e); } } set { this[this.tableSTSTOCKSLIPDET.PRODUCT_COSTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal DISCOUNT_AMT { get { try { return ((decimal)(this[this.tableSTSTOCKSLIPDET.DISCOUNT_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DISCOUNT_AMT\' in table \'STSTOCKSLIPDET\' is DBNull.", e); } } set { this[this.tableSTSTOCKSLIPDET.DISCOUNT_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal ITEM_AMT { get { try { return ((decimal)(this[this.tableSTSTOCKSLIPDET.ITEM_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'ITEM_AMT\' in table \'STSTOCKSLIPDET\' is DBNull.", e); } } set { this[this.tableSTSTOCKSLIPDET.ITEM_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal VAT_AMT { get { try { return ((decimal)(this[this.tableSTSTOCKSLIPDET.VAT_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'VAT_AMT\' in table \'STSTOCKSLIPDET\' is DBNull.", e); } } set { this[this.tableSTSTOCKSLIPDET.VAT_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal ITEMNET_AMT { get { try { return ((decimal)(this[this.tableSTSTOCKSLIPDET.ITEMNET_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'ITEMNET_AMT\' in table \'STSTOCKSLIPDET\' is DBNull.", e); } } set { this[this.tableSTSTOCKSLIPDET.ITEMNET_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal ITEMNOVAT_AMT { get { try { return ((decimal)(this[this.tableSTSTOCKSLIPDET.ITEMNOVAT_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'ITEMNOVAT_AMT\' in table \'STSTOCKSLIPDET\' is DBNull.", e); } } set { this[this.tableSTSTOCKSLIPDET.ITEMNOVAT_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string LOT_NO { get { try { return ((string)(this[this.tableSTSTOCKSLIPDET.LOT_NOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'LOT_NO\' in table \'STSTOCKSLIPDET\' is DBNull.", e); } } set { this[this.tableSTSTOCKSLIPDET.LOT_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string SLIPDET_STATUS { get { try { return ((string)(this[this.tableSTSTOCKSLIPDET.SLIPDET_STATUSColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'SLIPDET_STATUS\' in table \'STSTOCKSLIPDET\' is DBNull.", e); } } set { this[this.tableSTSTOCKSLIPDET.SLIPDET_STATUSColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal ITEM_RETURN_QTY { get { try { return ((decimal)(this[this.tableSTSTOCKSLIPDET.ITEM_RETURN_QTYColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'ITEM_RETURN_QTY\' in table \'STSTOCKSLIPDET\' is DBNull.", e); } } set { this[this.tableSTSTOCKSLIPDET.ITEM_RETURN_QTYColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal COST_AMT { get { try { return ((decimal)(this[this.tableSTSTOCKSLIPDET.COST_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'COST_AMT\' in table \'STSTOCKSLIPDET\' is DBNull.", e); } } set { this[this.tableSTSTOCKSLIPDET.COST_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal BEFORE_METER { get { try { return ((decimal)(this[this.tableSTSTOCKSLIPDET.BEFORE_METERColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BEFORE_METER\' in table \'STSTOCKSLIPDET\' is DBNull.", e); } } set { this[this.tableSTSTOCKSLIPDET.BEFORE_METERColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal AFTER_METER { get { try { return ((decimal)(this[this.tableSTSTOCKSLIPDET.AFTER_METERColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'AFTER_METER\' in table \'STSTOCKSLIPDET\' is DBNull.", e); } } set { this[this.tableSTSTOCKSLIPDET.AFTER_METERColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string PUMP_ID { get { try { return ((string)(this[this.tableSTSTOCKSLIPDET.PUMP_IDColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PUMP_ID\' in table \'STSTOCKSLIPDET\' is DBNull.", e); } } set { this[this.tableSTSTOCKSLIPDET.PUMP_IDColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal vat_flag { get { try { return ((decimal)(this[this.tableSTSTOCKSLIPDET.vat_flagColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'vat_flag\' in table \'STSTOCKSLIPDET\' is DBNull.", e); } } set { this[this.tableSTSTOCKSLIPDET.vat_flagColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal START_NO { get { try { return ((decimal)(this[this.tableSTSTOCKSLIPDET.START_NOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'START_NO\' in table \'STSTOCKSLIPDET\' is DBNull.", e); } } set { this[this.tableSTSTOCKSLIPDET.START_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal END_NO { get { try { return ((decimal)(this[this.tableSTSTOCKSLIPDET.END_NOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'END_NO\' in table \'STSTOCKSLIPDET\' is DBNull.", e); } } set { this[this.tableSTSTOCKSLIPDET.END_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal BALANCE_QTY { get { try { return ((decimal)(this[this.tableSTSTOCKSLIPDET.BALANCE_QTYColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BALANCE_QTY\' in table \'STSTOCKSLIPDET\' is DBNull.", e); } } set { this[this.tableSTSTOCKSLIPDET.BALANCE_QTYColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string PRODUCT_DESC { get { try { return ((string)(this[this.tableSTSTOCKSLIPDET.PRODUCT_DESCColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PRODUCT_DESC\' in table \'STSTOCKSLIPDET\' is DBNull.", e); } } set { this[this.tableSTSTOCKSLIPDET.PRODUCT_DESCColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal LOT_QTY { get { try { return ((decimal)(this[this.tableSTSTOCKSLIPDET.LOT_QTYColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'LOT_QTY\' in table \'STSTOCKSLIPDET\' is DBNull.", e); } } set { this[this.tableSTSTOCKSLIPDET.LOT_QTYColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal sale_a_amt { get { try { return ((decimal)(this[this.tableSTSTOCKSLIPDET.sale_a_amtColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'sale_a_amt\' in table \'STSTOCKSLIPDET\' is DBNull.", e); } } set { this[this.tableSTSTOCKSLIPDET.sale_a_amtColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal sale_b_amt { get { try { return ((decimal)(this[this.tableSTSTOCKSLIPDET.sale_b_amtColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'sale_b_amt\' in table \'STSTOCKSLIPDET\' is DBNull.", e); } } set { this[this.tableSTSTOCKSLIPDET.sale_b_amtColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal sale_c_amt { get { try { return ((decimal)(this[this.tableSTSTOCKSLIPDET.sale_c_amtColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'sale_c_amt\' in table \'STSTOCKSLIPDET\' is DBNull.", e); } } set { this[this.tableSTSTOCKSLIPDET.sale_c_amtColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal sale_d_amt { get { try { return ((decimal)(this[this.tableSTSTOCKSLIPDET.sale_d_amtColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'sale_d_amt\' in table \'STSTOCKSLIPDET\' is DBNull.", e); } } set { this[this.tableSTSTOCKSLIPDET.sale_d_amtColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string row_status { get { try { return ((string)(this[this.tableSTSTOCKSLIPDET.row_statusColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'row_status\' in table \'STSTOCKSLIPDET\' is DBNull.", e); } } set { this[this.tableSTSTOCKSLIPDET.row_statusColumn] = value; } } [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.tableSTSTOCKSLIPDET.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.tableSTSTOCKSLIPDET.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 IsSLIP_NONull() { return this.IsNull(this.tableSTSTOCKSLIPDET.SLIP_NOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSLIP_NONull() { this[this.tableSTSTOCKSLIPDET.SLIP_NOColumn] = 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.tableSTSTOCKSLIPDET.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.tableSTSTOCKSLIPDET.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 IsSEQ_NONull() { return this.IsNull(this.tableSTSTOCKSLIPDET.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.tableSTSTOCKSLIPDET.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 IsITEM_QTYNull() { return this.IsNull(this.tableSTSTOCKSLIPDET.ITEM_QTYColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetITEM_QTYNull() { this[this.tableSTSTOCKSLIPDET.ITEM_QTYColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPRODUCT_NONull() { return this.IsNull(this.tableSTSTOCKSLIPDET.PRODUCT_NOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPRODUCT_NONull() { this[this.tableSTSTOCKSLIPDET.PRODUCT_NOColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsITEMTYPE_CODENull() { return this.IsNull(this.tableSTSTOCKSLIPDET.ITEMTYPE_CODEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetITEMTYPE_CODENull() { this[this.tableSTSTOCKSLIPDET.ITEMTYPE_CODEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPRODUCT_PRICENull() { return this.IsNull(this.tableSTSTOCKSLIPDET.PRODUCT_PRICEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPRODUCT_PRICENull() { this[this.tableSTSTOCKSLIPDET.PRODUCT_PRICEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDISCOUNT_PERCENTNull() { return this.IsNull(this.tableSTSTOCKSLIPDET.DISCOUNT_PERCENTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDISCOUNT_PERCENTNull() { this[this.tableSTSTOCKSLIPDET.DISCOUNT_PERCENTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPRODUCT_COSTNull() { return this.IsNull(this.tableSTSTOCKSLIPDET.PRODUCT_COSTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPRODUCT_COSTNull() { this[this.tableSTSTOCKSLIPDET.PRODUCT_COSTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDISCOUNT_AMTNull() { return this.IsNull(this.tableSTSTOCKSLIPDET.DISCOUNT_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDISCOUNT_AMTNull() { this[this.tableSTSTOCKSLIPDET.DISCOUNT_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsITEM_AMTNull() { return this.IsNull(this.tableSTSTOCKSLIPDET.ITEM_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetITEM_AMTNull() { this[this.tableSTSTOCKSLIPDET.ITEM_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsVAT_AMTNull() { return this.IsNull(this.tableSTSTOCKSLIPDET.VAT_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetVAT_AMTNull() { this[this.tableSTSTOCKSLIPDET.VAT_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsITEMNET_AMTNull() { return this.IsNull(this.tableSTSTOCKSLIPDET.ITEMNET_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetITEMNET_AMTNull() { this[this.tableSTSTOCKSLIPDET.ITEMNET_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsITEMNOVAT_AMTNull() { return this.IsNull(this.tableSTSTOCKSLIPDET.ITEMNOVAT_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetITEMNOVAT_AMTNull() { this[this.tableSTSTOCKSLIPDET.ITEMNOVAT_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsLOT_NONull() { return this.IsNull(this.tableSTSTOCKSLIPDET.LOT_NOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetLOT_NONull() { this[this.tableSTSTOCKSLIPDET.LOT_NOColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSLIPDET_STATUSNull() { return this.IsNull(this.tableSTSTOCKSLIPDET.SLIPDET_STATUSColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSLIPDET_STATUSNull() { this[this.tableSTSTOCKSLIPDET.SLIPDET_STATUSColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsITEM_RETURN_QTYNull() { return this.IsNull(this.tableSTSTOCKSLIPDET.ITEM_RETURN_QTYColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetITEM_RETURN_QTYNull() { this[this.tableSTSTOCKSLIPDET.ITEM_RETURN_QTYColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCOST_AMTNull() { return this.IsNull(this.tableSTSTOCKSLIPDET.COST_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCOST_AMTNull() { this[this.tableSTSTOCKSLIPDET.COST_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBEFORE_METERNull() { return this.IsNull(this.tableSTSTOCKSLIPDET.BEFORE_METERColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBEFORE_METERNull() { this[this.tableSTSTOCKSLIPDET.BEFORE_METERColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsAFTER_METERNull() { return this.IsNull(this.tableSTSTOCKSLIPDET.AFTER_METERColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetAFTER_METERNull() { this[this.tableSTSTOCKSLIPDET.AFTER_METERColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPUMP_IDNull() { return this.IsNull(this.tableSTSTOCKSLIPDET.PUMP_IDColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPUMP_IDNull() { this[this.tableSTSTOCKSLIPDET.PUMP_IDColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool Isvat_flagNull() { return this.IsNull(this.tableSTSTOCKSLIPDET.vat_flagColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void Setvat_flagNull() { this[this.tableSTSTOCKSLIPDET.vat_flagColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSTART_NONull() { return this.IsNull(this.tableSTSTOCKSLIPDET.START_NOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSTART_NONull() { this[this.tableSTSTOCKSLIPDET.START_NOColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsEND_NONull() { return this.IsNull(this.tableSTSTOCKSLIPDET.END_NOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetEND_NONull() { this[this.tableSTSTOCKSLIPDET.END_NOColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBALANCE_QTYNull() { return this.IsNull(this.tableSTSTOCKSLIPDET.BALANCE_QTYColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBALANCE_QTYNull() { this[this.tableSTSTOCKSLIPDET.BALANCE_QTYColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPRODUCT_DESCNull() { return this.IsNull(this.tableSTSTOCKSLIPDET.PRODUCT_DESCColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPRODUCT_DESCNull() { this[this.tableSTSTOCKSLIPDET.PRODUCT_DESCColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsLOT_QTYNull() { return this.IsNull(this.tableSTSTOCKSLIPDET.LOT_QTYColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetLOT_QTYNull() { this[this.tableSTSTOCKSLIPDET.LOT_QTYColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool Issale_a_amtNull() { return this.IsNull(this.tableSTSTOCKSLIPDET.sale_a_amtColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void Setsale_a_amtNull() { this[this.tableSTSTOCKSLIPDET.sale_a_amtColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool Issale_b_amtNull() { return this.IsNull(this.tableSTSTOCKSLIPDET.sale_b_amtColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void Setsale_b_amtNull() { this[this.tableSTSTOCKSLIPDET.sale_b_amtColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool Issale_c_amtNull() { return this.IsNull(this.tableSTSTOCKSLIPDET.sale_c_amtColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void Setsale_c_amtNull() { this[this.tableSTSTOCKSLIPDET.sale_c_amtColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool Issale_d_amtNull() { return this.IsNull(this.tableSTSTOCKSLIPDET.sale_d_amtColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void Setsale_d_amtNull() { this[this.tableSTSTOCKSLIPDET.sale_d_amtColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool Isrow_statusNull() { return this.IsNull(this.tableSTSTOCKSLIPDET.row_statusColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void Setrow_statusNull() { this[this.tableSTSTOCKSLIPDET.row_statusColumn] = global::System.Convert.DBNull; } } /// ///Row event argument class /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public class DSSUMRowChangeEvent : global::System.EventArgs { private DSSUMRow 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 DSSUMRowChangeEvent(DSSUMRow 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 DSSUMRow 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 STSTOCKSLIPRowChangeEvent : global::System.EventArgs { private STSTOCKSLIPRow 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 STSTOCKSLIPRowChangeEvent(STSTOCKSLIPRow 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 STSTOCKSLIPRow 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 STSTOCKSLIPDETRowChangeEvent : global::System.EventArgs { private STSTOCKSLIPDETRow 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 STSTOCKSLIPDETRowChangeEvent(STSTOCKSLIPDETRow 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 STSTOCKSLIPDETRow 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