//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ #pragma warning disable 1591 namespace Saving.Applications.trading.ws_td_product_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 DtdsMainDataTable tableDtdsMain; private DtdsList_stproductmastersetDataTable tableDtdsList_stproductmasterset; private DtdsList_ststockcardDataTable tableDtdsList_ststockcard; private DtdsList_ststocklotDataTable tableDtdsList_ststocklot; private DtdsList_ststockmasterDataTable tableDtdsList_ststockmaster; private DtdsList_slipDataTable tableDtdsList_slip; 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["DtdsMain"] != null)) { base.Tables.Add(new DtdsMainDataTable(ds.Tables["DtdsMain"])); } if ((ds.Tables["DtdsList_stproductmasterset"] != null)) { base.Tables.Add(new DtdsList_stproductmastersetDataTable(ds.Tables["DtdsList_stproductmasterset"])); } if ((ds.Tables["DtdsList_ststockcard"] != null)) { base.Tables.Add(new DtdsList_ststockcardDataTable(ds.Tables["DtdsList_ststockcard"])); } if ((ds.Tables["DtdsList_ststocklot"] != null)) { base.Tables.Add(new DtdsList_ststocklotDataTable(ds.Tables["DtdsList_ststocklot"])); } if ((ds.Tables["DtdsList_ststockmaster"] != null)) { base.Tables.Add(new DtdsList_ststockmasterDataTable(ds.Tables["DtdsList_ststockmaster"])); } if ((ds.Tables["DtdsList_slip"] != null)) { base.Tables.Add(new DtdsList_slipDataTable(ds.Tables["DtdsList_slip"])); } 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 DtdsMainDataTable DtdsMain { get { return this.tableDtdsMain; } } [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 DtdsList_stproductmastersetDataTable DtdsList_stproductmasterset { get { return this.tableDtdsList_stproductmasterset; } } [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 DtdsList_ststockcardDataTable DtdsList_ststockcard { get { return this.tableDtdsList_ststockcard; } } [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 DtdsList_ststocklotDataTable DtdsList_ststocklot { get { return this.tableDtdsList_ststocklot; } } [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 DtdsList_ststockmasterDataTable DtdsList_ststockmaster { get { return this.tableDtdsList_ststockmaster; } } [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 DtdsList_slipDataTable DtdsList_slip { get { return this.tableDtdsList_slip; } } [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["DtdsMain"] != null)) { base.Tables.Add(new DtdsMainDataTable(ds.Tables["DtdsMain"])); } if ((ds.Tables["DtdsList_stproductmasterset"] != null)) { base.Tables.Add(new DtdsList_stproductmastersetDataTable(ds.Tables["DtdsList_stproductmasterset"])); } if ((ds.Tables["DtdsList_ststockcard"] != null)) { base.Tables.Add(new DtdsList_ststockcardDataTable(ds.Tables["DtdsList_ststockcard"])); } if ((ds.Tables["DtdsList_ststocklot"] != null)) { base.Tables.Add(new DtdsList_ststocklotDataTable(ds.Tables["DtdsList_ststocklot"])); } if ((ds.Tables["DtdsList_ststockmaster"] != null)) { base.Tables.Add(new DtdsList_ststockmasterDataTable(ds.Tables["DtdsList_ststockmaster"])); } if ((ds.Tables["DtdsList_slip"] != null)) { base.Tables.Add(new DtdsList_slipDataTable(ds.Tables["DtdsList_slip"])); } 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.tableDtdsMain = ((DtdsMainDataTable)(base.Tables["DtdsMain"])); if ((initTable == true)) { if ((this.tableDtdsMain != null)) { this.tableDtdsMain.InitVars(); } } this.tableDtdsList_stproductmasterset = ((DtdsList_stproductmastersetDataTable)(base.Tables["DtdsList_stproductmasterset"])); if ((initTable == true)) { if ((this.tableDtdsList_stproductmasterset != null)) { this.tableDtdsList_stproductmasterset.InitVars(); } } this.tableDtdsList_ststockcard = ((DtdsList_ststockcardDataTable)(base.Tables["DtdsList_ststockcard"])); if ((initTable == true)) { if ((this.tableDtdsList_ststockcard != null)) { this.tableDtdsList_ststockcard.InitVars(); } } this.tableDtdsList_ststocklot = ((DtdsList_ststocklotDataTable)(base.Tables["DtdsList_ststocklot"])); if ((initTable == true)) { if ((this.tableDtdsList_ststocklot != null)) { this.tableDtdsList_ststocklot.InitVars(); } } this.tableDtdsList_ststockmaster = ((DtdsList_ststockmasterDataTable)(base.Tables["DtdsList_ststockmaster"])); if ((initTable == true)) { if ((this.tableDtdsList_ststockmaster != null)) { this.tableDtdsList_ststockmaster.InitVars(); } } this.tableDtdsList_slip = ((DtdsList_slipDataTable)(base.Tables["DtdsList_slip"])); if ((initTable == true)) { if ((this.tableDtdsList_slip != null)) { this.tableDtdsList_slip.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.tableDtdsMain = new DtdsMainDataTable(); base.Tables.Add(this.tableDtdsMain); this.tableDtdsList_stproductmasterset = new DtdsList_stproductmastersetDataTable(); base.Tables.Add(this.tableDtdsList_stproductmasterset); this.tableDtdsList_ststockcard = new DtdsList_ststockcardDataTable(); base.Tables.Add(this.tableDtdsList_ststockcard); this.tableDtdsList_ststocklot = new DtdsList_ststocklotDataTable(); base.Tables.Add(this.tableDtdsList_ststocklot); this.tableDtdsList_ststockmaster = new DtdsList_ststockmasterDataTable(); base.Tables.Add(this.tableDtdsList_ststockmaster); this.tableDtdsList_slip = new DtdsList_slipDataTable(); base.Tables.Add(this.tableDtdsList_slip); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private bool ShouldSerializeDtdsMain() { return false; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private bool ShouldSerializeDtdsList_stproductmasterset() { return false; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private bool ShouldSerializeDtdsList_ststockcard() { return false; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private bool ShouldSerializeDtdsList_ststocklot() { return false; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private bool ShouldSerializeDtdsList_ststockmaster() { return false; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private bool ShouldSerializeDtdsList_slip() { 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 DtdsMainRowChangeEventHandler(object sender, DtdsMainRowChangeEvent e); [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public delegate void DtdsList_stproductmastersetRowChangeEventHandler(object sender, DtdsList_stproductmastersetRowChangeEvent e); [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public delegate void DtdsList_ststockcardRowChangeEventHandler(object sender, DtdsList_ststockcardRowChangeEvent e); [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public delegate void DtdsList_ststocklotRowChangeEventHandler(object sender, DtdsList_ststocklotRowChangeEvent e); [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public delegate void DtdsList_ststockmasterRowChangeEventHandler(object sender, DtdsList_ststockmasterRowChangeEvent e); [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public delegate void DtdsList_slipRowChangeEventHandler(object sender, DtdsList_slipRowChangeEvent e); /// ///Represents the strongly named DataTable class. /// [global::System.Serializable()] [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")] public partial class DtdsMainDataTable : global::System.Data.TypedTableBase { private global::System.Data.DataColumn columnPRODUCT_NO; private global::System.Data.DataColumn columnCOOP_ID; private global::System.Data.DataColumn columnTERMINAL_NO; private global::System.Data.DataColumn columnPRODUCT_DESC; private global::System.Data.DataColumn columnBUSSINESS_CODE; private global::System.Data.DataColumn columnPRODUCTGROUP_CODE; private global::System.Data.DataColumn columnPRODUCTTYPE_CODE; private global::System.Data.DataColumn columnDISCOUNT_CODE; private global::System.Data.DataColumn columnUNIT_CODE; private global::System.Data.DataColumn columnBRAND_NAME; private global::System.Data.DataColumn columnMODEL_NO; private global::System.Data.DataColumn columnBAR_CODE; private global::System.Data.DataColumn columnDEPT_FLAG; private global::System.Data.DataColumn columnPRODUCT_SET_FLAG; private global::System.Data.DataColumn columnstore_id; private global::System.Data.DataColumn columnlotname; private global::System.Data.DataColumn columnPRODUCTSUBTYPE_CODE; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public DtdsMainDataTable() { this.TableName = "DtdsMain"; this.BeginInit(); this.InitClass(); this.EndInit(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal DtdsMainDataTable(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 DtdsMainDataTable(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 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 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 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 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 BUSSINESS_CODEColumn { get { return this.columnBUSSINESS_CODE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PRODUCTGROUP_CODEColumn { get { return this.columnPRODUCTGROUP_CODE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PRODUCTTYPE_CODEColumn { get { return this.columnPRODUCTTYPE_CODE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DISCOUNT_CODEColumn { get { return this.columnDISCOUNT_CODE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn UNIT_CODEColumn { get { return this.columnUNIT_CODE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BRAND_NAMEColumn { get { return this.columnBRAND_NAME; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn MODEL_NOColumn { get { return this.columnMODEL_NO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BAR_CODEColumn { get { return this.columnBAR_CODE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DEPT_FLAGColumn { get { return this.columnDEPT_FLAG; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PRODUCT_SET_FLAGColumn { get { return this.columnPRODUCT_SET_FLAG; } } [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 lotnameColumn { get { return this.columnlotname; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PRODUCTSUBTYPE_CODEColumn { get { return this.columnPRODUCTSUBTYPE_CODE; } } [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 DtdsMainRow this[int index] { get { return ((DtdsMainRow)(this.Rows[index])); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event DtdsMainRowChangeEventHandler DtdsMainRowChanging; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event DtdsMainRowChangeEventHandler DtdsMainRowChanged; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event DtdsMainRowChangeEventHandler DtdsMainRowDeleting; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event DtdsMainRowChangeEventHandler DtdsMainRowDeleted; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void AddDtdsMainRow(DtdsMainRow row) { this.Rows.Add(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public DtdsMainRow AddDtdsMainRow( string PRODUCT_NO, string COOP_ID, string TERMINAL_NO, string PRODUCT_DESC, string BUSSINESS_CODE, string PRODUCTGROUP_CODE, string PRODUCTTYPE_CODE, string DISCOUNT_CODE, string UNIT_CODE, string BRAND_NAME, string MODEL_NO, string BAR_CODE, string DEPT_FLAG, string PRODUCT_SET_FLAG, string store_id, string lotname, string PRODUCTSUBTYPE_CODE) { DtdsMainRow rowDtdsMainRow = ((DtdsMainRow)(this.NewRow())); object[] columnValuesArray = new object[] { PRODUCT_NO, COOP_ID, TERMINAL_NO, PRODUCT_DESC, BUSSINESS_CODE, PRODUCTGROUP_CODE, PRODUCTTYPE_CODE, DISCOUNT_CODE, UNIT_CODE, BRAND_NAME, MODEL_NO, BAR_CODE, DEPT_FLAG, PRODUCT_SET_FLAG, store_id, lotname, PRODUCTSUBTYPE_CODE}; rowDtdsMainRow.ItemArray = columnValuesArray; this.Rows.Add(rowDtdsMainRow); return rowDtdsMainRow; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public override global::System.Data.DataTable Clone() { DtdsMainDataTable cln = ((DtdsMainDataTable)(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 DtdsMainDataTable(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal void InitVars() { this.columnPRODUCT_NO = base.Columns["PRODUCT_NO"]; this.columnCOOP_ID = base.Columns["COOP_ID"]; this.columnTERMINAL_NO = base.Columns["TERMINAL_NO"]; this.columnPRODUCT_DESC = base.Columns["PRODUCT_DESC"]; this.columnBUSSINESS_CODE = base.Columns["BUSSINESS_CODE"]; this.columnPRODUCTGROUP_CODE = base.Columns["PRODUCTGROUP_CODE"]; this.columnPRODUCTTYPE_CODE = base.Columns["PRODUCTTYPE_CODE"]; this.columnDISCOUNT_CODE = base.Columns["DISCOUNT_CODE"]; this.columnUNIT_CODE = base.Columns["UNIT_CODE"]; this.columnBRAND_NAME = base.Columns["BRAND_NAME"]; this.columnMODEL_NO = base.Columns["MODEL_NO"]; this.columnBAR_CODE = base.Columns["BAR_CODE"]; this.columnDEPT_FLAG = base.Columns["DEPT_FLAG"]; this.columnPRODUCT_SET_FLAG = base.Columns["PRODUCT_SET_FLAG"]; this.columnstore_id = base.Columns["store_id"]; this.columnlotname = base.Columns["lotname"]; this.columnPRODUCTSUBTYPE_CODE = base.Columns["PRODUCTSUBTYPE_CODE"]; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitClass() { 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.columnCOOP_ID = new global::System.Data.DataColumn("COOP_ID", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCOOP_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.columnPRODUCT_DESC = new global::System.Data.DataColumn("PRODUCT_DESC", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPRODUCT_DESC); this.columnBUSSINESS_CODE = new global::System.Data.DataColumn("BUSSINESS_CODE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBUSSINESS_CODE); this.columnPRODUCTGROUP_CODE = new global::System.Data.DataColumn("PRODUCTGROUP_CODE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPRODUCTGROUP_CODE); this.columnPRODUCTTYPE_CODE = new global::System.Data.DataColumn("PRODUCTTYPE_CODE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPRODUCTTYPE_CODE); this.columnDISCOUNT_CODE = new global::System.Data.DataColumn("DISCOUNT_CODE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDISCOUNT_CODE); this.columnUNIT_CODE = new global::System.Data.DataColumn("UNIT_CODE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnUNIT_CODE); this.columnBRAND_NAME = new global::System.Data.DataColumn("BRAND_NAME", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBRAND_NAME); this.columnMODEL_NO = new global::System.Data.DataColumn("MODEL_NO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMODEL_NO); this.columnBAR_CODE = new global::System.Data.DataColumn("BAR_CODE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBAR_CODE); this.columnDEPT_FLAG = new global::System.Data.DataColumn("DEPT_FLAG", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDEPT_FLAG); this.columnPRODUCT_SET_FLAG = new global::System.Data.DataColumn("PRODUCT_SET_FLAG", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPRODUCT_SET_FLAG); 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.columnlotname = new global::System.Data.DataColumn("lotname", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnlotname); this.columnPRODUCTSUBTYPE_CODE = new global::System.Data.DataColumn("PRODUCTSUBTYPE_CODE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPRODUCTSUBTYPE_CODE); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public DtdsMainRow NewDtdsMainRow() { return ((DtdsMainRow)(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 DtdsMainRow(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(DtdsMainRow); } [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.DtdsMainRowChanged != null)) { this.DtdsMainRowChanged(this, new DtdsMainRowChangeEvent(((DtdsMainRow)(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.DtdsMainRowChanging != null)) { this.DtdsMainRowChanging(this, new DtdsMainRowChangeEvent(((DtdsMainRow)(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.DtdsMainRowDeleted != null)) { this.DtdsMainRowDeleted(this, new DtdsMainRowChangeEvent(((DtdsMainRow)(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.DtdsMainRowDeleting != null)) { this.DtdsMainRowDeleting(this, new DtdsMainRowChangeEvent(((DtdsMainRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void RemoveDtdsMainRow(DtdsMainRow 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 = "DtdsMainDataTable"; 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 DtdsList_stproductmastersetDataTable : global::System.Data.TypedTableBase { private global::System.Data.DataColumn columnPRODUCT_NO; private global::System.Data.DataColumn columnCOOP_ID; private global::System.Data.DataColumn columnPRODUCT_NO_SET; private global::System.Data.DataColumn columnVALUE_QTY; private global::System.Data.DataColumn columnstore_id; private global::System.Data.DataColumn columnPRODUCT_DESC; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public DtdsList_stproductmastersetDataTable() { this.TableName = "DtdsList_stproductmasterset"; this.BeginInit(); this.InitClass(); this.EndInit(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal DtdsList_stproductmastersetDataTable(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 DtdsList_stproductmastersetDataTable(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 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 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 PRODUCT_NO_SETColumn { get { return this.columnPRODUCT_NO_SET; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn VALUE_QTYColumn { get { return this.columnVALUE_QTY; } } [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 PRODUCT_DESCColumn { get { return this.columnPRODUCT_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 DtdsList_stproductmastersetRow this[int index] { get { return ((DtdsList_stproductmastersetRow)(this.Rows[index])); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event DtdsList_stproductmastersetRowChangeEventHandler DtdsList_stproductmastersetRowChanging; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event DtdsList_stproductmastersetRowChangeEventHandler DtdsList_stproductmastersetRowChanged; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event DtdsList_stproductmastersetRowChangeEventHandler DtdsList_stproductmastersetRowDeleting; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event DtdsList_stproductmastersetRowChangeEventHandler DtdsList_stproductmastersetRowDeleted; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void AddDtdsList_stproductmastersetRow(DtdsList_stproductmastersetRow row) { this.Rows.Add(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public DtdsList_stproductmastersetRow AddDtdsList_stproductmastersetRow(string PRODUCT_NO, string COOP_ID, string PRODUCT_NO_SET, string VALUE_QTY, string store_id, string PRODUCT_DESC) { DtdsList_stproductmastersetRow rowDtdsList_stproductmastersetRow = ((DtdsList_stproductmastersetRow)(this.NewRow())); object[] columnValuesArray = new object[] { PRODUCT_NO, COOP_ID, PRODUCT_NO_SET, VALUE_QTY, store_id, PRODUCT_DESC}; rowDtdsList_stproductmastersetRow.ItemArray = columnValuesArray; this.Rows.Add(rowDtdsList_stproductmastersetRow); return rowDtdsList_stproductmastersetRow; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public override global::System.Data.DataTable Clone() { DtdsList_stproductmastersetDataTable cln = ((DtdsList_stproductmastersetDataTable)(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 DtdsList_stproductmastersetDataTable(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal void InitVars() { this.columnPRODUCT_NO = base.Columns["PRODUCT_NO"]; this.columnCOOP_ID = base.Columns["COOP_ID"]; this.columnPRODUCT_NO_SET = base.Columns["PRODUCT_NO_SET"]; this.columnVALUE_QTY = base.Columns["VALUE_QTY"]; this.columnstore_id = base.Columns["store_id"]; this.columnPRODUCT_DESC = base.Columns["PRODUCT_DESC"]; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitClass() { 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.columnCOOP_ID = new global::System.Data.DataColumn("COOP_ID", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCOOP_ID); this.columnPRODUCT_NO_SET = new global::System.Data.DataColumn("PRODUCT_NO_SET", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPRODUCT_NO_SET); this.columnVALUE_QTY = new global::System.Data.DataColumn("VALUE_QTY", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnVALUE_QTY); 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.columnPRODUCT_DESC = new global::System.Data.DataColumn("PRODUCT_DESC", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPRODUCT_DESC); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public DtdsList_stproductmastersetRow NewDtdsList_stproductmastersetRow() { return ((DtdsList_stproductmastersetRow)(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 DtdsList_stproductmastersetRow(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(DtdsList_stproductmastersetRow); } [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.DtdsList_stproductmastersetRowChanged != null)) { this.DtdsList_stproductmastersetRowChanged(this, new DtdsList_stproductmastersetRowChangeEvent(((DtdsList_stproductmastersetRow)(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.DtdsList_stproductmastersetRowChanging != null)) { this.DtdsList_stproductmastersetRowChanging(this, new DtdsList_stproductmastersetRowChangeEvent(((DtdsList_stproductmastersetRow)(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.DtdsList_stproductmastersetRowDeleted != null)) { this.DtdsList_stproductmastersetRowDeleted(this, new DtdsList_stproductmastersetRowChangeEvent(((DtdsList_stproductmastersetRow)(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.DtdsList_stproductmastersetRowDeleting != null)) { this.DtdsList_stproductmastersetRowDeleting(this, new DtdsList_stproductmastersetRowChangeEvent(((DtdsList_stproductmastersetRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void RemoveDtdsList_stproductmastersetRow(DtdsList_stproductmastersetRow 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 = "DtdsList_stproductmastersetDataTable"; 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 DtdsList_ststockcardDataTable : global::System.Data.TypedTableBase { private global::System.Data.DataColumn columnSTORE_ID; private global::System.Data.DataColumn columnPRODUCT_NO; private global::System.Data.DataColumn columnSLIP_NO; private global::System.Data.DataColumn columnCOOP_ID; private global::System.Data.DataColumn columnSEQ_NO; private global::System.Data.DataColumn columnLOT_NO; private global::System.Data.DataColumn columnSLIPTYPE_CODE; private global::System.Data.DataColumn columnSLIP_DATE; private global::System.Data.DataColumn columnITEM_QTY; private global::System.Data.DataColumn columnITEM_AMT; private global::System.Data.DataColumn columnBALANCE_AMT; private global::System.Data.DataColumn columnSTOCKCARD_STATUS; private global::System.Data.DataColumn columnCOST_AMT; private global::System.Data.DataColumn columnslip_tdate; private global::System.Data.DataColumn columnEXPENSE_CODE; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public DtdsList_ststockcardDataTable() { this.TableName = "DtdsList_ststockcard"; this.BeginInit(); this.InitClass(); this.EndInit(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal DtdsList_ststockcardDataTable(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 DtdsList_ststockcardDataTable(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 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 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 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 COOP_IDColumn { get { return this.columnCOOP_ID; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn SEQ_NOColumn { get { return this.columnSEQ_NO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn 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 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 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 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 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 BALANCE_AMTColumn { get { return this.columnBALANCE_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn STOCKCARD_STATUSColumn { get { return this.columnSTOCKCARD_STATUS; } } [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 slip_tdateColumn { get { return this.columnslip_tdate; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn EXPENSE_CODEColumn { get { return this.columnEXPENSE_CODE; } } [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 DtdsList_ststockcardRow this[int index] { get { return ((DtdsList_ststockcardRow)(this.Rows[index])); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event DtdsList_ststockcardRowChangeEventHandler DtdsList_ststockcardRowChanging; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event DtdsList_ststockcardRowChangeEventHandler DtdsList_ststockcardRowChanged; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event DtdsList_ststockcardRowChangeEventHandler DtdsList_ststockcardRowDeleting; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event DtdsList_ststockcardRowChangeEventHandler DtdsList_ststockcardRowDeleted; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void AddDtdsList_ststockcardRow(DtdsList_ststockcardRow row) { this.Rows.Add(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public DtdsList_ststockcardRow AddDtdsList_ststockcardRow(string STORE_ID, string PRODUCT_NO, string SLIP_NO, string COOP_ID, string SEQ_NO, string LOT_NO, string SLIPTYPE_CODE, string SLIP_DATE, string ITEM_QTY, string ITEM_AMT, string BALANCE_AMT, string STOCKCARD_STATUS, string COST_AMT, string slip_tdate, string EXPENSE_CODE) { DtdsList_ststockcardRow rowDtdsList_ststockcardRow = ((DtdsList_ststockcardRow)(this.NewRow())); object[] columnValuesArray = new object[] { STORE_ID, PRODUCT_NO, SLIP_NO, COOP_ID, SEQ_NO, LOT_NO, SLIPTYPE_CODE, SLIP_DATE, ITEM_QTY, ITEM_AMT, BALANCE_AMT, STOCKCARD_STATUS, COST_AMT, slip_tdate, EXPENSE_CODE}; rowDtdsList_ststockcardRow.ItemArray = columnValuesArray; this.Rows.Add(rowDtdsList_ststockcardRow); return rowDtdsList_ststockcardRow; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public override global::System.Data.DataTable Clone() { DtdsList_ststockcardDataTable cln = ((DtdsList_ststockcardDataTable)(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 DtdsList_ststockcardDataTable(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal void InitVars() { this.columnSTORE_ID = base.Columns["STORE_ID"]; this.columnPRODUCT_NO = base.Columns["PRODUCT_NO"]; this.columnSLIP_NO = base.Columns["SLIP_NO"]; this.columnCOOP_ID = base.Columns["COOP_ID"]; this.columnSEQ_NO = base.Columns["SEQ_NO"]; this.columnLOT_NO = base.Columns["LOT_NO"]; this.columnSLIPTYPE_CODE = base.Columns["SLIPTYPE_CODE"]; this.columnSLIP_DATE = base.Columns["SLIP_DATE"]; this.columnITEM_QTY = base.Columns["ITEM_QTY"]; this.columnITEM_AMT = base.Columns["ITEM_AMT"]; this.columnBALANCE_AMT = base.Columns["BALANCE_AMT"]; this.columnSTOCKCARD_STATUS = base.Columns["STOCKCARD_STATUS"]; this.columnCOST_AMT = base.Columns["COST_AMT"]; this.columnslip_tdate = base.Columns["slip_tdate"]; this.columnEXPENSE_CODE = base.Columns["EXPENSE_CODE"]; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitClass() { 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.columnPRODUCT_NO = new global::System.Data.DataColumn("PRODUCT_NO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPRODUCT_NO); 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.columnCOOP_ID = new global::System.Data.DataColumn("COOP_ID", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCOOP_ID); this.columnSEQ_NO = new global::System.Data.DataColumn("SEQ_NO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSEQ_NO); 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.columnSLIPTYPE_CODE = new global::System.Data.DataColumn("SLIPTYPE_CODE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSLIPTYPE_CODE); this.columnSLIP_DATE = new global::System.Data.DataColumn("SLIP_DATE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSLIP_DATE); this.columnITEM_QTY = new global::System.Data.DataColumn("ITEM_QTY", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnITEM_QTY); this.columnITEM_AMT = new global::System.Data.DataColumn("ITEM_AMT", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnITEM_AMT); this.columnBALANCE_AMT = new global::System.Data.DataColumn("BALANCE_AMT", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBALANCE_AMT); this.columnSTOCKCARD_STATUS = new global::System.Data.DataColumn("STOCKCARD_STATUS", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSTOCKCARD_STATUS); this.columnCOST_AMT = new global::System.Data.DataColumn("COST_AMT", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCOST_AMT); this.columnslip_tdate = new global::System.Data.DataColumn("slip_tdate", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnslip_tdate); this.columnEXPENSE_CODE = new global::System.Data.DataColumn("EXPENSE_CODE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnEXPENSE_CODE); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public DtdsList_ststockcardRow NewDtdsList_ststockcardRow() { return ((DtdsList_ststockcardRow)(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 DtdsList_ststockcardRow(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(DtdsList_ststockcardRow); } [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.DtdsList_ststockcardRowChanged != null)) { this.DtdsList_ststockcardRowChanged(this, new DtdsList_ststockcardRowChangeEvent(((DtdsList_ststockcardRow)(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.DtdsList_ststockcardRowChanging != null)) { this.DtdsList_ststockcardRowChanging(this, new DtdsList_ststockcardRowChangeEvent(((DtdsList_ststockcardRow)(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.DtdsList_ststockcardRowDeleted != null)) { this.DtdsList_ststockcardRowDeleted(this, new DtdsList_ststockcardRowChangeEvent(((DtdsList_ststockcardRow)(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.DtdsList_ststockcardRowDeleting != null)) { this.DtdsList_ststockcardRowDeleting(this, new DtdsList_ststockcardRowChangeEvent(((DtdsList_ststockcardRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void RemoveDtdsList_ststockcardRow(DtdsList_ststockcardRow 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 = "DtdsList_ststockcardDataTable"; 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 DtdsList_ststocklotDataTable : global::System.Data.TypedTableBase { private global::System.Data.DataColumn columnPRODUCT_NO; private global::System.Data.DataColumn columnCOOP_ID; private global::System.Data.DataColumn columnLOT_NO; private global::System.Data.DataColumn columnSTORE_ID; private global::System.Data.DataColumn columnLOT_DATE; private global::System.Data.DataColumn columnLOT_QTY; private global::System.Data.DataColumn columnPRODUCT_COST; private global::System.Data.DataColumn columnBALANCE_QTY; private global::System.Data.DataColumn columnSTART_NO; private global::System.Data.DataColumn columnEND_NO; private global::System.Data.DataColumn columnREFDOC_NO; private global::System.Data.DataColumn columnREFDC_NO; private global::System.Data.DataColumn columnSTOCKLOT_STATUS; private global::System.Data.DataColumn columnlot_tdate; private global::System.Data.DataColumn columnDEBT_NAME; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public DtdsList_ststocklotDataTable() { this.TableName = "DtdsList_ststocklot"; this.BeginInit(); this.InitClass(); this.EndInit(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal DtdsList_ststocklotDataTable(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 DtdsList_ststocklotDataTable(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 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 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 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 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 LOT_DATEColumn { get { return this.columnLOT_DATE; } } [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 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 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 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 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 REFDC_NOColumn { get { return this.columnREFDC_NO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn STOCKLOT_STATUSColumn { get { return this.columnSTOCKLOT_STATUS; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn lot_tdateColumn { get { return this.columnlot_tdate; } } [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")] [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 DtdsList_ststocklotRow this[int index] { get { return ((DtdsList_ststocklotRow)(this.Rows[index])); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event DtdsList_ststocklotRowChangeEventHandler DtdsList_ststocklotRowChanging; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event DtdsList_ststocklotRowChangeEventHandler DtdsList_ststocklotRowChanged; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event DtdsList_ststocklotRowChangeEventHandler DtdsList_ststocklotRowDeleting; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event DtdsList_ststocklotRowChangeEventHandler DtdsList_ststocklotRowDeleted; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void AddDtdsList_ststocklotRow(DtdsList_ststocklotRow row) { this.Rows.Add(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public DtdsList_ststocklotRow AddDtdsList_ststocklotRow(string PRODUCT_NO, string COOP_ID, string LOT_NO, string STORE_ID, string LOT_DATE, string LOT_QTY, string PRODUCT_COST, string BALANCE_QTY, string START_NO, string END_NO, string REFDOC_NO, string REFDC_NO, string STOCKLOT_STATUS, string lot_tdate, string DEBT_NAME) { DtdsList_ststocklotRow rowDtdsList_ststocklotRow = ((DtdsList_ststocklotRow)(this.NewRow())); object[] columnValuesArray = new object[] { PRODUCT_NO, COOP_ID, LOT_NO, STORE_ID, LOT_DATE, LOT_QTY, PRODUCT_COST, BALANCE_QTY, START_NO, END_NO, REFDOC_NO, REFDC_NO, STOCKLOT_STATUS, lot_tdate, DEBT_NAME}; rowDtdsList_ststocklotRow.ItemArray = columnValuesArray; this.Rows.Add(rowDtdsList_ststocklotRow); return rowDtdsList_ststocklotRow; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public override global::System.Data.DataTable Clone() { DtdsList_ststocklotDataTable cln = ((DtdsList_ststocklotDataTable)(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 DtdsList_ststocklotDataTable(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal void InitVars() { this.columnPRODUCT_NO = base.Columns["PRODUCT_NO"]; this.columnCOOP_ID = base.Columns["COOP_ID"]; this.columnLOT_NO = base.Columns["LOT_NO"]; this.columnSTORE_ID = base.Columns["STORE_ID"]; this.columnLOT_DATE = base.Columns["LOT_DATE"]; this.columnLOT_QTY = base.Columns["LOT_QTY"]; this.columnPRODUCT_COST = base.Columns["PRODUCT_COST"]; this.columnBALANCE_QTY = base.Columns["BALANCE_QTY"]; this.columnSTART_NO = base.Columns["START_NO"]; this.columnEND_NO = base.Columns["END_NO"]; this.columnREFDOC_NO = base.Columns["REFDOC_NO"]; this.columnREFDC_NO = base.Columns["REFDC_NO"]; this.columnSTOCKLOT_STATUS = base.Columns["STOCKLOT_STATUS"]; this.columnlot_tdate = base.Columns["lot_tdate"]; this.columnDEBT_NAME = base.Columns["DEBT_NAME"]; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitClass() { 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.columnCOOP_ID = new global::System.Data.DataColumn("COOP_ID", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCOOP_ID); 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.columnSTORE_ID = new global::System.Data.DataColumn("STORE_ID", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSTORE_ID); this.columnLOT_DATE = new global::System.Data.DataColumn("LOT_DATE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnLOT_DATE); this.columnLOT_QTY = new global::System.Data.DataColumn("LOT_QTY", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnLOT_QTY); this.columnPRODUCT_COST = new global::System.Data.DataColumn("PRODUCT_COST", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPRODUCT_COST); this.columnBALANCE_QTY = new global::System.Data.DataColumn("BALANCE_QTY", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBALANCE_QTY); this.columnSTART_NO = new global::System.Data.DataColumn("START_NO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSTART_NO); this.columnEND_NO = new global::System.Data.DataColumn("END_NO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnEND_NO); 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.columnREFDC_NO = new global::System.Data.DataColumn("REFDC_NO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnREFDC_NO); this.columnSTOCKLOT_STATUS = new global::System.Data.DataColumn("STOCKLOT_STATUS", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSTOCKLOT_STATUS); this.columnlot_tdate = new global::System.Data.DataColumn("lot_tdate", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnlot_tdate); this.columnDEBT_NAME = new global::System.Data.DataColumn("DEBT_NAME", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDEBT_NAME); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public DtdsList_ststocklotRow NewDtdsList_ststocklotRow() { return ((DtdsList_ststocklotRow)(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 DtdsList_ststocklotRow(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(DtdsList_ststocklotRow); } [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.DtdsList_ststocklotRowChanged != null)) { this.DtdsList_ststocklotRowChanged(this, new DtdsList_ststocklotRowChangeEvent(((DtdsList_ststocklotRow)(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.DtdsList_ststocklotRowChanging != null)) { this.DtdsList_ststocklotRowChanging(this, new DtdsList_ststocklotRowChangeEvent(((DtdsList_ststocklotRow)(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.DtdsList_ststocklotRowDeleted != null)) { this.DtdsList_ststocklotRowDeleted(this, new DtdsList_ststocklotRowChangeEvent(((DtdsList_ststocklotRow)(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.DtdsList_ststocklotRowDeleting != null)) { this.DtdsList_ststocklotRowDeleting(this, new DtdsList_ststocklotRowChangeEvent(((DtdsList_ststocklotRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void RemoveDtdsList_ststocklotRow(DtdsList_ststocklotRow 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 = "DtdsList_ststocklotDataTable"; 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 DtdsList_ststockmasterDataTable : global::System.Data.TypedTableBase { private global::System.Data.DataColumn columnPRODUCT_NO; private global::System.Data.DataColumn columnCOOP_ID; private global::System.Data.DataColumn columnSTORE_ID; private global::System.Data.DataColumn columnPRODUCT_STATUS; private global::System.Data.DataColumn columnMINPOINT_QTY; private global::System.Data.DataColumn columnEND_NO; private global::System.Data.DataColumn columnSTART_NO; private global::System.Data.DataColumn columnBALANCE_QTY; private global::System.Data.DataColumn columnBFBALANCE_QTY; private global::System.Data.DataColumn columnPRICE_AMT; private global::System.Data.DataColumn columnCOST_AMT; private global::System.Data.DataColumn columnVAT_FLAG; private global::System.Data.DataColumn columnREAVG_FLAG; private global::System.Data.DataColumn columnCOSTAVG_AMT; private global::System.Data.DataColumn columnPRICELOAN_AMT; private global::System.Data.DataColumn columnWHOLESALECASH_AMT; private global::System.Data.DataColumn columnWHOLESALELOAN_AMT; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public DtdsList_ststockmasterDataTable() { this.TableName = "DtdsList_ststockmaster"; this.BeginInit(); this.InitClass(); this.EndInit(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal DtdsList_ststockmasterDataTable(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 DtdsList_ststockmasterDataTable(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 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 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 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 PRODUCT_STATUSColumn { get { return this.columnPRODUCT_STATUS; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn MINPOINT_QTYColumn { get { return this.columnMINPOINT_QTY; } } [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 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 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 BFBALANCE_QTYColumn { get { return this.columnBFBALANCE_QTY; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PRICE_AMTColumn { get { return this.columnPRICE_AMT; } } [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 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 REAVG_FLAGColumn { get { return this.columnREAVG_FLAG; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn COSTAVG_AMTColumn { get { return this.columnCOSTAVG_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PRICELOAN_AMTColumn { get { return this.columnPRICELOAN_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn WHOLESALECASH_AMTColumn { get { return this.columnWHOLESALECASH_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn WHOLESALELOAN_AMTColumn { get { return this.columnWHOLESALELOAN_AMT; } } [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 DtdsList_ststockmasterRow this[int index] { get { return ((DtdsList_ststockmasterRow)(this.Rows[index])); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event DtdsList_ststockmasterRowChangeEventHandler DtdsList_ststockmasterRowChanging; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event DtdsList_ststockmasterRowChangeEventHandler DtdsList_ststockmasterRowChanged; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event DtdsList_ststockmasterRowChangeEventHandler DtdsList_ststockmasterRowDeleting; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event DtdsList_ststockmasterRowChangeEventHandler DtdsList_ststockmasterRowDeleted; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void AddDtdsList_ststockmasterRow(DtdsList_ststockmasterRow row) { this.Rows.Add(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public DtdsList_ststockmasterRow AddDtdsList_ststockmasterRow( string PRODUCT_NO, string COOP_ID, string STORE_ID, string PRODUCT_STATUS, string MINPOINT_QTY, string END_NO, string START_NO, string BALANCE_QTY, string BFBALANCE_QTY, string PRICE_AMT, string COST_AMT, string VAT_FLAG, string REAVG_FLAG, string COSTAVG_AMT, string PRICELOAN_AMT, string WHOLESALECASH_AMT, string WHOLESALELOAN_AMT) { DtdsList_ststockmasterRow rowDtdsList_ststockmasterRow = ((DtdsList_ststockmasterRow)(this.NewRow())); object[] columnValuesArray = new object[] { PRODUCT_NO, COOP_ID, STORE_ID, PRODUCT_STATUS, MINPOINT_QTY, END_NO, START_NO, BALANCE_QTY, BFBALANCE_QTY, PRICE_AMT, COST_AMT, VAT_FLAG, REAVG_FLAG, COSTAVG_AMT, PRICELOAN_AMT, WHOLESALECASH_AMT, WHOLESALELOAN_AMT}; rowDtdsList_ststockmasterRow.ItemArray = columnValuesArray; this.Rows.Add(rowDtdsList_ststockmasterRow); return rowDtdsList_ststockmasterRow; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public override global::System.Data.DataTable Clone() { DtdsList_ststockmasterDataTable cln = ((DtdsList_ststockmasterDataTable)(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 DtdsList_ststockmasterDataTable(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal void InitVars() { this.columnPRODUCT_NO = base.Columns["PRODUCT_NO"]; this.columnCOOP_ID = base.Columns["COOP_ID"]; this.columnSTORE_ID = base.Columns["STORE_ID"]; this.columnPRODUCT_STATUS = base.Columns["PRODUCT_STATUS"]; this.columnMINPOINT_QTY = base.Columns["MINPOINT_QTY"]; this.columnEND_NO = base.Columns["END_NO"]; this.columnSTART_NO = base.Columns["START_NO"]; this.columnBALANCE_QTY = base.Columns["BALANCE_QTY"]; this.columnBFBALANCE_QTY = base.Columns["BFBALANCE_QTY"]; this.columnPRICE_AMT = base.Columns["PRICE_AMT"]; this.columnCOST_AMT = base.Columns["COST_AMT"]; this.columnVAT_FLAG = base.Columns["VAT_FLAG"]; this.columnREAVG_FLAG = base.Columns["REAVG_FLAG"]; this.columnCOSTAVG_AMT = base.Columns["COSTAVG_AMT"]; this.columnPRICELOAN_AMT = base.Columns["PRICELOAN_AMT"]; this.columnWHOLESALECASH_AMT = base.Columns["WHOLESALECASH_AMT"]; this.columnWHOLESALELOAN_AMT = base.Columns["WHOLESALELOAN_AMT"]; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitClass() { 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.columnCOOP_ID = new global::System.Data.DataColumn("COOP_ID", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCOOP_ID); 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.columnPRODUCT_STATUS = new global::System.Data.DataColumn("PRODUCT_STATUS", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPRODUCT_STATUS); this.columnMINPOINT_QTY = new global::System.Data.DataColumn("MINPOINT_QTY", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMINPOINT_QTY); this.columnEND_NO = new global::System.Data.DataColumn("END_NO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnEND_NO); this.columnSTART_NO = new global::System.Data.DataColumn("START_NO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSTART_NO); this.columnBALANCE_QTY = new global::System.Data.DataColumn("BALANCE_QTY", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBALANCE_QTY); this.columnBFBALANCE_QTY = new global::System.Data.DataColumn("BFBALANCE_QTY", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBFBALANCE_QTY); this.columnPRICE_AMT = new global::System.Data.DataColumn("PRICE_AMT", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPRICE_AMT); this.columnCOST_AMT = new global::System.Data.DataColumn("COST_AMT", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCOST_AMT); this.columnVAT_FLAG = new global::System.Data.DataColumn("VAT_FLAG", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnVAT_FLAG); this.columnREAVG_FLAG = new global::System.Data.DataColumn("REAVG_FLAG", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnREAVG_FLAG); this.columnCOSTAVG_AMT = new global::System.Data.DataColumn("COSTAVG_AMT", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCOSTAVG_AMT); this.columnPRICELOAN_AMT = new global::System.Data.DataColumn("PRICELOAN_AMT", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPRICELOAN_AMT); this.columnWHOLESALECASH_AMT = new global::System.Data.DataColumn("WHOLESALECASH_AMT", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnWHOLESALECASH_AMT); this.columnWHOLESALELOAN_AMT = new global::System.Data.DataColumn("WHOLESALELOAN_AMT", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnWHOLESALELOAN_AMT); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public DtdsList_ststockmasterRow NewDtdsList_ststockmasterRow() { return ((DtdsList_ststockmasterRow)(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 DtdsList_ststockmasterRow(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(DtdsList_ststockmasterRow); } [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.DtdsList_ststockmasterRowChanged != null)) { this.DtdsList_ststockmasterRowChanged(this, new DtdsList_ststockmasterRowChangeEvent(((DtdsList_ststockmasterRow)(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.DtdsList_ststockmasterRowChanging != null)) { this.DtdsList_ststockmasterRowChanging(this, new DtdsList_ststockmasterRowChangeEvent(((DtdsList_ststockmasterRow)(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.DtdsList_ststockmasterRowDeleted != null)) { this.DtdsList_ststockmasterRowDeleted(this, new DtdsList_ststockmasterRowChangeEvent(((DtdsList_ststockmasterRow)(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.DtdsList_ststockmasterRowDeleting != null)) { this.DtdsList_ststockmasterRowDeleting(this, new DtdsList_ststockmasterRowChangeEvent(((DtdsList_ststockmasterRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void RemoveDtdsList_ststockmasterRow(DtdsList_ststockmasterRow 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 = "DtdsList_ststockmasterDataTable"; 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 DtdsList_slipDataTable : global::System.Data.TypedTableBase { private global::System.Data.DataColumn columncoop_id; private global::System.Data.DataColumn columnstore_id; private global::System.Data.DataColumn columnslip_no; private global::System.Data.DataColumn columnslip_date; private global::System.Data.DataColumn columnproduct_cost; private global::System.Data.DataColumn columnitem_qty; private global::System.Data.DataColumn columnitem_amt; private global::System.Data.DataColumn columnitemnet_amt; private global::System.Data.DataColumn columnvat_amt; private global::System.Data.DataColumn columndiscount_amt; private global::System.Data.DataColumn columnsliptype_code; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public DtdsList_slipDataTable() { this.TableName = "DtdsList_slip"; this.BeginInit(); this.InitClass(); this.EndInit(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal DtdsList_slipDataTable(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 DtdsList_slipDataTable(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 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 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 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 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 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 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 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 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 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 sliptype_codeColumn { get { return this.columnsliptype_code; } } [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 DtdsList_slipRow this[int index] { get { return ((DtdsList_slipRow)(this.Rows[index])); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event DtdsList_slipRowChangeEventHandler DtdsList_slipRowChanging; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event DtdsList_slipRowChangeEventHandler DtdsList_slipRowChanged; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event DtdsList_slipRowChangeEventHandler DtdsList_slipRowDeleting; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event DtdsList_slipRowChangeEventHandler DtdsList_slipRowDeleted; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void AddDtdsList_slipRow(DtdsList_slipRow row) { this.Rows.Add(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public DtdsList_slipRow AddDtdsList_slipRow(string coop_id, string store_id, string slip_no, System.DateTime slip_date, decimal product_cost, decimal item_qty, decimal item_amt, decimal itemnet_amt, decimal vat_amt, decimal discount_amt, string sliptype_code) { DtdsList_slipRow rowDtdsList_slipRow = ((DtdsList_slipRow)(this.NewRow())); object[] columnValuesArray = new object[] { coop_id, store_id, slip_no, slip_date, product_cost, item_qty, item_amt, itemnet_amt, vat_amt, discount_amt, sliptype_code}; rowDtdsList_slipRow.ItemArray = columnValuesArray; this.Rows.Add(rowDtdsList_slipRow); return rowDtdsList_slipRow; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public override global::System.Data.DataTable Clone() { DtdsList_slipDataTable cln = ((DtdsList_slipDataTable)(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 DtdsList_slipDataTable(); } [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.columnstore_id = base.Columns["store_id"]; this.columnslip_no = base.Columns["slip_no"]; this.columnslip_date = base.Columns["slip_date"]; this.columnproduct_cost = base.Columns["product_cost"]; this.columnitem_qty = base.Columns["item_qty"]; this.columnitem_amt = base.Columns["item_amt"]; this.columnitemnet_amt = base.Columns["itemnet_amt"]; this.columnvat_amt = base.Columns["vat_amt"]; this.columndiscount_amt = base.Columns["discount_amt"]; this.columnsliptype_code = base.Columns["sliptype_code"]; } [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.columnstore_id = new global::System.Data.DataColumn("store_id", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnstore_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.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.columnproduct_cost = new global::System.Data.DataColumn("product_cost", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnproduct_cost); 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.columnitem_amt = new global::System.Data.DataColumn("item_amt", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnitem_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.columnvat_amt = new global::System.Data.DataColumn("vat_amt", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnvat_amt); 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.columnsliptype_code = new global::System.Data.DataColumn("sliptype_code", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnsliptype_code); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public DtdsList_slipRow NewDtdsList_slipRow() { return ((DtdsList_slipRow)(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 DtdsList_slipRow(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(DtdsList_slipRow); } [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.DtdsList_slipRowChanged != null)) { this.DtdsList_slipRowChanged(this, new DtdsList_slipRowChangeEvent(((DtdsList_slipRow)(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.DtdsList_slipRowChanging != null)) { this.DtdsList_slipRowChanging(this, new DtdsList_slipRowChangeEvent(((DtdsList_slipRow)(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.DtdsList_slipRowDeleted != null)) { this.DtdsList_slipRowDeleted(this, new DtdsList_slipRowChangeEvent(((DtdsList_slipRow)(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.DtdsList_slipRowDeleting != null)) { this.DtdsList_slipRowDeleting(this, new DtdsList_slipRowChangeEvent(((DtdsList_slipRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void RemoveDtdsList_slipRow(DtdsList_slipRow 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 = "DtdsList_slipDataTable"; 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 DtdsMainRow : global::System.Data.DataRow { private DtdsMainDataTable tableDtdsMain; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal DtdsMainRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tableDtdsMain = ((DtdsMainDataTable)(this.Table)); } [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.tableDtdsMain.PRODUCT_NOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PRODUCT_NO\' in table \'DtdsMain\' is DBNull.", e); } } set { this[this.tableDtdsMain.PRODUCT_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string COOP_ID { get { try { return ((string)(this[this.tableDtdsMain.COOP_IDColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'COOP_ID\' in table \'DtdsMain\' is DBNull.", e); } } set { this[this.tableDtdsMain.COOP_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.tableDtdsMain.TERMINAL_NOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'TERMINAL_NO\' in table \'DtdsMain\' is DBNull.", e); } } set { this[this.tableDtdsMain.TERMINAL_NOColumn] = 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.tableDtdsMain.PRODUCT_DESCColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PRODUCT_DESC\' in table \'DtdsMain\' is DBNull.", e); } } set { this[this.tableDtdsMain.PRODUCT_DESCColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string BUSSINESS_CODE { get { try { return ((string)(this[this.tableDtdsMain.BUSSINESS_CODEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BUSSINESS_CODE\' in table \'DtdsMain\' is DBNull.", e); } } set { this[this.tableDtdsMain.BUSSINESS_CODEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string PRODUCTGROUP_CODE { get { try { return ((string)(this[this.tableDtdsMain.PRODUCTGROUP_CODEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PRODUCTGROUP_CODE\' in table \'DtdsMain\' is DBNull.", e); } } set { this[this.tableDtdsMain.PRODUCTGROUP_CODEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string PRODUCTTYPE_CODE { get { try { return ((string)(this[this.tableDtdsMain.PRODUCTTYPE_CODEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PRODUCTTYPE_CODE\' in table \'DtdsMain\' is DBNull.", e); } } set { this[this.tableDtdsMain.PRODUCTTYPE_CODEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string DISCOUNT_CODE { get { try { return ((string)(this[this.tableDtdsMain.DISCOUNT_CODEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DISCOUNT_CODE\' in table \'DtdsMain\' is DBNull.", e); } } set { this[this.tableDtdsMain.DISCOUNT_CODEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string UNIT_CODE { get { try { return ((string)(this[this.tableDtdsMain.UNIT_CODEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'UNIT_CODE\' in table \'DtdsMain\' is DBNull.", e); } } set { this[this.tableDtdsMain.UNIT_CODEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string BRAND_NAME { get { try { return ((string)(this[this.tableDtdsMain.BRAND_NAMEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BRAND_NAME\' in table \'DtdsMain\' is DBNull.", e); } } set { this[this.tableDtdsMain.BRAND_NAMEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string MODEL_NO { get { try { return ((string)(this[this.tableDtdsMain.MODEL_NOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MODEL_NO\' in table \'DtdsMain\' is DBNull.", e); } } set { this[this.tableDtdsMain.MODEL_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string BAR_CODE { get { try { return ((string)(this[this.tableDtdsMain.BAR_CODEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BAR_CODE\' in table \'DtdsMain\' is DBNull.", e); } } set { this[this.tableDtdsMain.BAR_CODEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string DEPT_FLAG { get { try { return ((string)(this[this.tableDtdsMain.DEPT_FLAGColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DEPT_FLAG\' in table \'DtdsMain\' is DBNull.", e); } } set { this[this.tableDtdsMain.DEPT_FLAGColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string PRODUCT_SET_FLAG { get { try { return ((string)(this[this.tableDtdsMain.PRODUCT_SET_FLAGColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PRODUCT_SET_FLAG\' in table \'DtdsMain\' is DBNull.", e); } } set { this[this.tableDtdsMain.PRODUCT_SET_FLAGColumn] = 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.tableDtdsMain.store_idColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'store_id\' in table \'DtdsMain\' is DBNull.", e); } } set { this[this.tableDtdsMain.store_idColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string lotname { get { try { return ((string)(this[this.tableDtdsMain.lotnameColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'lotname\' in table \'DtdsMain\' is DBNull.", e); } } set { this[this.tableDtdsMain.lotnameColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string PRODUCTSUBTYPE_CODE { get { try { return ((string)(this[this.tableDtdsMain.PRODUCTSUBTYPE_CODEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PRODUCTSUBTYPE_CODE\' in table \'DtdsMain\' is DBNull.", e); } } set { this[this.tableDtdsMain.PRODUCTSUBTYPE_CODEColumn] = value; } } [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.tableDtdsMain.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.tableDtdsMain.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 IsCOOP_IDNull() { return this.IsNull(this.tableDtdsMain.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.tableDtdsMain.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 IsTERMINAL_NONull() { return this.IsNull(this.tableDtdsMain.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.tableDtdsMain.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 IsPRODUCT_DESCNull() { return this.IsNull(this.tableDtdsMain.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.tableDtdsMain.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 IsBUSSINESS_CODENull() { return this.IsNull(this.tableDtdsMain.BUSSINESS_CODEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBUSSINESS_CODENull() { this[this.tableDtdsMain.BUSSINESS_CODEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPRODUCTGROUP_CODENull() { return this.IsNull(this.tableDtdsMain.PRODUCTGROUP_CODEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPRODUCTGROUP_CODENull() { this[this.tableDtdsMain.PRODUCTGROUP_CODEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPRODUCTTYPE_CODENull() { return this.IsNull(this.tableDtdsMain.PRODUCTTYPE_CODEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPRODUCTTYPE_CODENull() { this[this.tableDtdsMain.PRODUCTTYPE_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_CODENull() { return this.IsNull(this.tableDtdsMain.DISCOUNT_CODEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDISCOUNT_CODENull() { this[this.tableDtdsMain.DISCOUNT_CODEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsUNIT_CODENull() { return this.IsNull(this.tableDtdsMain.UNIT_CODEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetUNIT_CODENull() { this[this.tableDtdsMain.UNIT_CODEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBRAND_NAMENull() { return this.IsNull(this.tableDtdsMain.BRAND_NAMEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBRAND_NAMENull() { this[this.tableDtdsMain.BRAND_NAMEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsMODEL_NONull() { return this.IsNull(this.tableDtdsMain.MODEL_NOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetMODEL_NONull() { this[this.tableDtdsMain.MODEL_NOColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBAR_CODENull() { return this.IsNull(this.tableDtdsMain.BAR_CODEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBAR_CODENull() { this[this.tableDtdsMain.BAR_CODEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDEPT_FLAGNull() { return this.IsNull(this.tableDtdsMain.DEPT_FLAGColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDEPT_FLAGNull() { this[this.tableDtdsMain.DEPT_FLAGColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPRODUCT_SET_FLAGNull() { return this.IsNull(this.tableDtdsMain.PRODUCT_SET_FLAGColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPRODUCT_SET_FLAGNull() { this[this.tableDtdsMain.PRODUCT_SET_FLAGColumn] = 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.tableDtdsMain.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.tableDtdsMain.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 IslotnameNull() { return this.IsNull(this.tableDtdsMain.lotnameColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetlotnameNull() { this[this.tableDtdsMain.lotnameColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPRODUCTSUBTYPE_CODENull() { return this.IsNull(this.tableDtdsMain.PRODUCTSUBTYPE_CODEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPRODUCTSUBTYPE_CODENull() { this[this.tableDtdsMain.PRODUCTSUBTYPE_CODEColumn] = global::System.Convert.DBNull; } } /// ///Represents strongly named DataRow class. /// public partial class DtdsList_stproductmastersetRow : global::System.Data.DataRow { private DtdsList_stproductmastersetDataTable tableDtdsList_stproductmasterset; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal DtdsList_stproductmastersetRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tableDtdsList_stproductmasterset = ((DtdsList_stproductmastersetDataTable)(this.Table)); } [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.tableDtdsList_stproductmasterset.PRODUCT_NOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PRODUCT_NO\' in table \'DtdsList_stproductmasterset\' is DBNul" + "l.", e); } } set { this[this.tableDtdsList_stproductmasterset.PRODUCT_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string COOP_ID { get { try { return ((string)(this[this.tableDtdsList_stproductmasterset.COOP_IDColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'COOP_ID\' in table \'DtdsList_stproductmasterset\' is DBNull.", e); } } set { this[this.tableDtdsList_stproductmasterset.COOP_IDColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string PRODUCT_NO_SET { get { try { return ((string)(this[this.tableDtdsList_stproductmasterset.PRODUCT_NO_SETColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PRODUCT_NO_SET\' in table \'DtdsList_stproductmasterset\' is D" + "BNull.", e); } } set { this[this.tableDtdsList_stproductmasterset.PRODUCT_NO_SETColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string VALUE_QTY { get { try { return ((string)(this[this.tableDtdsList_stproductmasterset.VALUE_QTYColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'VALUE_QTY\' in table \'DtdsList_stproductmasterset\' is DBNull" + ".", e); } } set { this[this.tableDtdsList_stproductmasterset.VALUE_QTYColumn] = 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.tableDtdsList_stproductmasterset.store_idColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'store_id\' in table \'DtdsList_stproductmasterset\' is DBNull." + "", e); } } set { this[this.tableDtdsList_stproductmasterset.store_idColumn] = 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.tableDtdsList_stproductmasterset.PRODUCT_DESCColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PRODUCT_DESC\' in table \'DtdsList_stproductmasterset\' is DBN" + "ull.", e); } } set { this[this.tableDtdsList_stproductmasterset.PRODUCT_DESCColumn] = value; } } [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.tableDtdsList_stproductmasterset.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.tableDtdsList_stproductmasterset.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 IsCOOP_IDNull() { return this.IsNull(this.tableDtdsList_stproductmasterset.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.tableDtdsList_stproductmasterset.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 IsPRODUCT_NO_SETNull() { return this.IsNull(this.tableDtdsList_stproductmasterset.PRODUCT_NO_SETColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPRODUCT_NO_SETNull() { this[this.tableDtdsList_stproductmasterset.PRODUCT_NO_SETColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsVALUE_QTYNull() { return this.IsNull(this.tableDtdsList_stproductmasterset.VALUE_QTYColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetVALUE_QTYNull() { this[this.tableDtdsList_stproductmasterset.VALUE_QTYColumn] = 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.tableDtdsList_stproductmasterset.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.tableDtdsList_stproductmasterset.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 IsPRODUCT_DESCNull() { return this.IsNull(this.tableDtdsList_stproductmasterset.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.tableDtdsList_stproductmasterset.PRODUCT_DESCColumn] = global::System.Convert.DBNull; } } /// ///Represents strongly named DataRow class. /// public partial class DtdsList_ststockcardRow : global::System.Data.DataRow { private DtdsList_ststockcardDataTable tableDtdsList_ststockcard; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal DtdsList_ststockcardRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tableDtdsList_ststockcard = ((DtdsList_ststockcardDataTable)(this.Table)); } [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.tableDtdsList_ststockcard.STORE_IDColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'STORE_ID\' in table \'DtdsList_ststockcard\' is DBNull.", e); } } set { this[this.tableDtdsList_ststockcard.STORE_IDColumn] = 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.tableDtdsList_ststockcard.PRODUCT_NOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PRODUCT_NO\' in table \'DtdsList_ststockcard\' is DBNull.", e); } } set { this[this.tableDtdsList_ststockcard.PRODUCT_NOColumn] = 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.tableDtdsList_ststockcard.SLIP_NOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'SLIP_NO\' in table \'DtdsList_ststockcard\' is DBNull.", e); } } set { this[this.tableDtdsList_ststockcard.SLIP_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string COOP_ID { get { try { return ((string)(this[this.tableDtdsList_ststockcard.COOP_IDColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'COOP_ID\' in table \'DtdsList_ststockcard\' is DBNull.", e); } } set { this[this.tableDtdsList_ststockcard.COOP_IDColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string SEQ_NO { get { try { return ((string)(this[this.tableDtdsList_ststockcard.SEQ_NOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'SEQ_NO\' in table \'DtdsList_ststockcard\' is DBNull.", e); } } set { this[this.tableDtdsList_ststockcard.SEQ_NOColumn] = 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.tableDtdsList_ststockcard.LOT_NOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'LOT_NO\' in table \'DtdsList_ststockcard\' is DBNull.", e); } } set { this[this.tableDtdsList_ststockcard.LOT_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.tableDtdsList_ststockcard.SLIPTYPE_CODEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'SLIPTYPE_CODE\' in table \'DtdsList_ststockcard\' is DBNull.", e); } } set { this[this.tableDtdsList_ststockcard.SLIPTYPE_CODEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string SLIP_DATE { get { try { return ((string)(this[this.tableDtdsList_ststockcard.SLIP_DATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'SLIP_DATE\' in table \'DtdsList_ststockcard\' is DBNull.", e); } } set { this[this.tableDtdsList_ststockcard.SLIP_DATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string ITEM_QTY { get { try { return ((string)(this[this.tableDtdsList_ststockcard.ITEM_QTYColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'ITEM_QTY\' in table \'DtdsList_ststockcard\' is DBNull.", e); } } set { this[this.tableDtdsList_ststockcard.ITEM_QTYColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string ITEM_AMT { get { try { return ((string)(this[this.tableDtdsList_ststockcard.ITEM_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'ITEM_AMT\' in table \'DtdsList_ststockcard\' is DBNull.", e); } } set { this[this.tableDtdsList_ststockcard.ITEM_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string BALANCE_AMT { get { try { return ((string)(this[this.tableDtdsList_ststockcard.BALANCE_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BALANCE_AMT\' in table \'DtdsList_ststockcard\' is DBNull.", e); } } set { this[this.tableDtdsList_ststockcard.BALANCE_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string STOCKCARD_STATUS { get { try { return ((string)(this[this.tableDtdsList_ststockcard.STOCKCARD_STATUSColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'STOCKCARD_STATUS\' in table \'DtdsList_ststockcard\' is DBNull" + ".", e); } } set { this[this.tableDtdsList_ststockcard.STOCKCARD_STATUSColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string COST_AMT { get { try { return ((string)(this[this.tableDtdsList_ststockcard.COST_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'COST_AMT\' in table \'DtdsList_ststockcard\' is DBNull.", e); } } set { this[this.tableDtdsList_ststockcard.COST_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string slip_tdate { get { try { return ((string)(this[this.tableDtdsList_ststockcard.slip_tdateColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'slip_tdate\' in table \'DtdsList_ststockcard\' is DBNull.", e); } } set { this[this.tableDtdsList_ststockcard.slip_tdateColumn] = 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.tableDtdsList_ststockcard.EXPENSE_CODEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'EXPENSE_CODE\' in table \'DtdsList_ststockcard\' is DBNull.", e); } } set { this[this.tableDtdsList_ststockcard.EXPENSE_CODEColumn] = value; } } [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.tableDtdsList_ststockcard.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.tableDtdsList_ststockcard.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 IsPRODUCT_NONull() { return this.IsNull(this.tableDtdsList_ststockcard.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.tableDtdsList_ststockcard.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 IsSLIP_NONull() { return this.IsNull(this.tableDtdsList_ststockcard.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.tableDtdsList_ststockcard.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 IsCOOP_IDNull() { return this.IsNull(this.tableDtdsList_ststockcard.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.tableDtdsList_ststockcard.COOP_IDColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSEQ_NONull() { return this.IsNull(this.tableDtdsList_ststockcard.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.tableDtdsList_ststockcard.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 IsLOT_NONull() { return this.IsNull(this.tableDtdsList_ststockcard.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.tableDtdsList_ststockcard.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 IsSLIPTYPE_CODENull() { return this.IsNull(this.tableDtdsList_ststockcard.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.tableDtdsList_ststockcard.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 IsSLIP_DATENull() { return this.IsNull(this.tableDtdsList_ststockcard.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.tableDtdsList_ststockcard.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 IsITEM_QTYNull() { return this.IsNull(this.tableDtdsList_ststockcard.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.tableDtdsList_ststockcard.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 IsITEM_AMTNull() { return this.IsNull(this.tableDtdsList_ststockcard.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.tableDtdsList_ststockcard.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 IsBALANCE_AMTNull() { return this.IsNull(this.tableDtdsList_ststockcard.BALANCE_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBALANCE_AMTNull() { this[this.tableDtdsList_ststockcard.BALANCE_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSTOCKCARD_STATUSNull() { return this.IsNull(this.tableDtdsList_ststockcard.STOCKCARD_STATUSColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSTOCKCARD_STATUSNull() { this[this.tableDtdsList_ststockcard.STOCKCARD_STATUSColumn] = 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.tableDtdsList_ststockcard.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.tableDtdsList_ststockcard.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 Isslip_tdateNull() { return this.IsNull(this.tableDtdsList_ststockcard.slip_tdateColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void Setslip_tdateNull() { this[this.tableDtdsList_ststockcard.slip_tdateColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsEXPENSE_CODENull() { return this.IsNull(this.tableDtdsList_ststockcard.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.tableDtdsList_ststockcard.EXPENSE_CODEColumn] = global::System.Convert.DBNull; } } /// ///Represents strongly named DataRow class. /// public partial class DtdsList_ststocklotRow : global::System.Data.DataRow { private DtdsList_ststocklotDataTable tableDtdsList_ststocklot; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal DtdsList_ststocklotRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tableDtdsList_ststocklot = ((DtdsList_ststocklotDataTable)(this.Table)); } [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.tableDtdsList_ststocklot.PRODUCT_NOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PRODUCT_NO\' in table \'DtdsList_ststocklot\' is DBNull.", e); } } set { this[this.tableDtdsList_ststocklot.PRODUCT_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string COOP_ID { get { try { return ((string)(this[this.tableDtdsList_ststocklot.COOP_IDColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'COOP_ID\' in table \'DtdsList_ststocklot\' is DBNull.", e); } } set { this[this.tableDtdsList_ststocklot.COOP_IDColumn] = 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.tableDtdsList_ststocklot.LOT_NOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'LOT_NO\' in table \'DtdsList_ststocklot\' is DBNull.", e); } } set { this[this.tableDtdsList_ststocklot.LOT_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.tableDtdsList_ststocklot.STORE_IDColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'STORE_ID\' in table \'DtdsList_ststocklot\' is DBNull.", e); } } set { this[this.tableDtdsList_ststocklot.STORE_IDColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string LOT_DATE { get { try { return ((string)(this[this.tableDtdsList_ststocklot.LOT_DATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'LOT_DATE\' in table \'DtdsList_ststocklot\' is DBNull.", e); } } set { this[this.tableDtdsList_ststocklot.LOT_DATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string LOT_QTY { get { try { return ((string)(this[this.tableDtdsList_ststocklot.LOT_QTYColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'LOT_QTY\' in table \'DtdsList_ststocklot\' is DBNull.", e); } } set { this[this.tableDtdsList_ststocklot.LOT_QTYColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string PRODUCT_COST { get { try { return ((string)(this[this.tableDtdsList_ststocklot.PRODUCT_COSTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PRODUCT_COST\' in table \'DtdsList_ststocklot\' is DBNull.", e); } } set { this[this.tableDtdsList_ststocklot.PRODUCT_COSTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string BALANCE_QTY { get { try { return ((string)(this[this.tableDtdsList_ststocklot.BALANCE_QTYColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BALANCE_QTY\' in table \'DtdsList_ststocklot\' is DBNull.", e); } } set { this[this.tableDtdsList_ststocklot.BALANCE_QTYColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string START_NO { get { try { return ((string)(this[this.tableDtdsList_ststocklot.START_NOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'START_NO\' in table \'DtdsList_ststocklot\' is DBNull.", e); } } set { this[this.tableDtdsList_ststocklot.START_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string END_NO { get { try { return ((string)(this[this.tableDtdsList_ststocklot.END_NOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'END_NO\' in table \'DtdsList_ststocklot\' is DBNull.", e); } } set { this[this.tableDtdsList_ststocklot.END_NOColumn] = 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.tableDtdsList_ststocklot.REFDOC_NOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'REFDOC_NO\' in table \'DtdsList_ststocklot\' is DBNull.", e); } } set { this[this.tableDtdsList_ststocklot.REFDOC_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string REFDC_NO { get { try { return ((string)(this[this.tableDtdsList_ststocklot.REFDC_NOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'REFDC_NO\' in table \'DtdsList_ststocklot\' is DBNull.", e); } } set { this[this.tableDtdsList_ststocklot.REFDC_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string STOCKLOT_STATUS { get { try { return ((string)(this[this.tableDtdsList_ststocklot.STOCKLOT_STATUSColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'STOCKLOT_STATUS\' in table \'DtdsList_ststocklot\' is DBNull.", e); } } set { this[this.tableDtdsList_ststocklot.STOCKLOT_STATUSColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string lot_tdate { get { try { return ((string)(this[this.tableDtdsList_ststocklot.lot_tdateColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'lot_tdate\' in table \'DtdsList_ststocklot\' is DBNull.", e); } } set { this[this.tableDtdsList_ststocklot.lot_tdateColumn] = 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.tableDtdsList_ststocklot.DEBT_NAMEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DEBT_NAME\' in table \'DtdsList_ststocklot\' is DBNull.", e); } } set { this[this.tableDtdsList_ststocklot.DEBT_NAMEColumn] = value; } } [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.tableDtdsList_ststocklot.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.tableDtdsList_ststocklot.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 IsCOOP_IDNull() { return this.IsNull(this.tableDtdsList_ststocklot.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.tableDtdsList_ststocklot.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 IsLOT_NONull() { return this.IsNull(this.tableDtdsList_ststocklot.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.tableDtdsList_ststocklot.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 IsSTORE_IDNull() { return this.IsNull(this.tableDtdsList_ststocklot.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.tableDtdsList_ststocklot.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 IsLOT_DATENull() { return this.IsNull(this.tableDtdsList_ststocklot.LOT_DATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetLOT_DATENull() { this[this.tableDtdsList_ststocklot.LOT_DATEColumn] = 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.tableDtdsList_ststocklot.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.tableDtdsList_ststocklot.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 IsPRODUCT_COSTNull() { return this.IsNull(this.tableDtdsList_ststocklot.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.tableDtdsList_ststocklot.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 IsBALANCE_QTYNull() { return this.IsNull(this.tableDtdsList_ststocklot.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.tableDtdsList_ststocklot.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 IsSTART_NONull() { return this.IsNull(this.tableDtdsList_ststocklot.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.tableDtdsList_ststocklot.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.tableDtdsList_ststocklot.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.tableDtdsList_ststocklot.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 IsREFDOC_NONull() { return this.IsNull(this.tableDtdsList_ststocklot.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.tableDtdsList_ststocklot.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 IsREFDC_NONull() { return this.IsNull(this.tableDtdsList_ststocklot.REFDC_NOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetREFDC_NONull() { this[this.tableDtdsList_ststocklot.REFDC_NOColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSTOCKLOT_STATUSNull() { return this.IsNull(this.tableDtdsList_ststocklot.STOCKLOT_STATUSColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSTOCKLOT_STATUSNull() { this[this.tableDtdsList_ststocklot.STOCKLOT_STATUSColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool Islot_tdateNull() { return this.IsNull(this.tableDtdsList_ststocklot.lot_tdateColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void Setlot_tdateNull() { this[this.tableDtdsList_ststocklot.lot_tdateColumn] = 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.tableDtdsList_ststocklot.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.tableDtdsList_ststocklot.DEBT_NAMEColumn] = global::System.Convert.DBNull; } } /// ///Represents strongly named DataRow class. /// public partial class DtdsList_ststockmasterRow : global::System.Data.DataRow { private DtdsList_ststockmasterDataTable tableDtdsList_ststockmaster; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal DtdsList_ststockmasterRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tableDtdsList_ststockmaster = ((DtdsList_ststockmasterDataTable)(this.Table)); } [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.tableDtdsList_ststockmaster.PRODUCT_NOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PRODUCT_NO\' in table \'DtdsList_ststockmaster\' is DBNull.", e); } } set { this[this.tableDtdsList_ststockmaster.PRODUCT_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string COOP_ID { get { try { return ((string)(this[this.tableDtdsList_ststockmaster.COOP_IDColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'COOP_ID\' in table \'DtdsList_ststockmaster\' is DBNull.", e); } } set { this[this.tableDtdsList_ststockmaster.COOP_IDColumn] = 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.tableDtdsList_ststockmaster.STORE_IDColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'STORE_ID\' in table \'DtdsList_ststockmaster\' is DBNull.", e); } } set { this[this.tableDtdsList_ststockmaster.STORE_IDColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string PRODUCT_STATUS { get { try { return ((string)(this[this.tableDtdsList_ststockmaster.PRODUCT_STATUSColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PRODUCT_STATUS\' in table \'DtdsList_ststockmaster\' is DBNull" + ".", e); } } set { this[this.tableDtdsList_ststockmaster.PRODUCT_STATUSColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string MINPOINT_QTY { get { try { return ((string)(this[this.tableDtdsList_ststockmaster.MINPOINT_QTYColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MINPOINT_QTY\' in table \'DtdsList_ststockmaster\' is DBNull.", e); } } set { this[this.tableDtdsList_ststockmaster.MINPOINT_QTYColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string END_NO { get { try { return ((string)(this[this.tableDtdsList_ststockmaster.END_NOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'END_NO\' in table \'DtdsList_ststockmaster\' is DBNull.", e); } } set { this[this.tableDtdsList_ststockmaster.END_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string START_NO { get { try { return ((string)(this[this.tableDtdsList_ststockmaster.START_NOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'START_NO\' in table \'DtdsList_ststockmaster\' is DBNull.", e); } } set { this[this.tableDtdsList_ststockmaster.START_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string BALANCE_QTY { get { try { return ((string)(this[this.tableDtdsList_ststockmaster.BALANCE_QTYColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BALANCE_QTY\' in table \'DtdsList_ststockmaster\' is DBNull.", e); } } set { this[this.tableDtdsList_ststockmaster.BALANCE_QTYColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string BFBALANCE_QTY { get { try { return ((string)(this[this.tableDtdsList_ststockmaster.BFBALANCE_QTYColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BFBALANCE_QTY\' in table \'DtdsList_ststockmaster\' is DBNull." + "", e); } } set { this[this.tableDtdsList_ststockmaster.BFBALANCE_QTYColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string PRICE_AMT { get { try { return ((string)(this[this.tableDtdsList_ststockmaster.PRICE_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PRICE_AMT\' in table \'DtdsList_ststockmaster\' is DBNull.", e); } } set { this[this.tableDtdsList_ststockmaster.PRICE_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string COST_AMT { get { try { return ((string)(this[this.tableDtdsList_ststockmaster.COST_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'COST_AMT\' in table \'DtdsList_ststockmaster\' is DBNull.", e); } } set { this[this.tableDtdsList_ststockmaster.COST_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string VAT_FLAG { get { try { return ((string)(this[this.tableDtdsList_ststockmaster.VAT_FLAGColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'VAT_FLAG\' in table \'DtdsList_ststockmaster\' is DBNull.", e); } } set { this[this.tableDtdsList_ststockmaster.VAT_FLAGColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string REAVG_FLAG { get { try { return ((string)(this[this.tableDtdsList_ststockmaster.REAVG_FLAGColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'REAVG_FLAG\' in table \'DtdsList_ststockmaster\' is DBNull.", e); } } set { this[this.tableDtdsList_ststockmaster.REAVG_FLAGColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string COSTAVG_AMT { get { try { return ((string)(this[this.tableDtdsList_ststockmaster.COSTAVG_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'COSTAVG_AMT\' in table \'DtdsList_ststockmaster\' is DBNull.", e); } } set { this[this.tableDtdsList_ststockmaster.COSTAVG_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string PRICELOAN_AMT { get { try { return ((string)(this[this.tableDtdsList_ststockmaster.PRICELOAN_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PRICELOAN_AMT\' in table \'DtdsList_ststockmaster\' is DBNull." + "", e); } } set { this[this.tableDtdsList_ststockmaster.PRICELOAN_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string WHOLESALECASH_AMT { get { try { return ((string)(this[this.tableDtdsList_ststockmaster.WHOLESALECASH_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'WHOLESALECASH_AMT\' in table \'DtdsList_ststockmaster\' is DBN" + "ull.", e); } } set { this[this.tableDtdsList_ststockmaster.WHOLESALECASH_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string WHOLESALELOAN_AMT { get { try { return ((string)(this[this.tableDtdsList_ststockmaster.WHOLESALELOAN_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'WHOLESALELOAN_AMT\' in table \'DtdsList_ststockmaster\' is DBN" + "ull.", e); } } set { this[this.tableDtdsList_ststockmaster.WHOLESALELOAN_AMTColumn] = value; } } [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.tableDtdsList_ststockmaster.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.tableDtdsList_ststockmaster.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 IsCOOP_IDNull() { return this.IsNull(this.tableDtdsList_ststockmaster.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.tableDtdsList_ststockmaster.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 IsSTORE_IDNull() { return this.IsNull(this.tableDtdsList_ststockmaster.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.tableDtdsList_ststockmaster.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 IsPRODUCT_STATUSNull() { return this.IsNull(this.tableDtdsList_ststockmaster.PRODUCT_STATUSColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPRODUCT_STATUSNull() { this[this.tableDtdsList_ststockmaster.PRODUCT_STATUSColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsMINPOINT_QTYNull() { return this.IsNull(this.tableDtdsList_ststockmaster.MINPOINT_QTYColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetMINPOINT_QTYNull() { this[this.tableDtdsList_ststockmaster.MINPOINT_QTYColumn] = 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.tableDtdsList_ststockmaster.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.tableDtdsList_ststockmaster.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 IsSTART_NONull() { return this.IsNull(this.tableDtdsList_ststockmaster.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.tableDtdsList_ststockmaster.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 IsBALANCE_QTYNull() { return this.IsNull(this.tableDtdsList_ststockmaster.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.tableDtdsList_ststockmaster.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 IsBFBALANCE_QTYNull() { return this.IsNull(this.tableDtdsList_ststockmaster.BFBALANCE_QTYColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBFBALANCE_QTYNull() { this[this.tableDtdsList_ststockmaster.BFBALANCE_QTYColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPRICE_AMTNull() { return this.IsNull(this.tableDtdsList_ststockmaster.PRICE_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPRICE_AMTNull() { this[this.tableDtdsList_ststockmaster.PRICE_AMTColumn] = 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.tableDtdsList_ststockmaster.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.tableDtdsList_ststockmaster.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 IsVAT_FLAGNull() { return this.IsNull(this.tableDtdsList_ststockmaster.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.tableDtdsList_ststockmaster.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 IsREAVG_FLAGNull() { return this.IsNull(this.tableDtdsList_ststockmaster.REAVG_FLAGColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetREAVG_FLAGNull() { this[this.tableDtdsList_ststockmaster.REAVG_FLAGColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCOSTAVG_AMTNull() { return this.IsNull(this.tableDtdsList_ststockmaster.COSTAVG_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCOSTAVG_AMTNull() { this[this.tableDtdsList_ststockmaster.COSTAVG_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPRICELOAN_AMTNull() { return this.IsNull(this.tableDtdsList_ststockmaster.PRICELOAN_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPRICELOAN_AMTNull() { this[this.tableDtdsList_ststockmaster.PRICELOAN_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsWHOLESALECASH_AMTNull() { return this.IsNull(this.tableDtdsList_ststockmaster.WHOLESALECASH_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetWHOLESALECASH_AMTNull() { this[this.tableDtdsList_ststockmaster.WHOLESALECASH_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsWHOLESALELOAN_AMTNull() { return this.IsNull(this.tableDtdsList_ststockmaster.WHOLESALELOAN_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetWHOLESALELOAN_AMTNull() { this[this.tableDtdsList_ststockmaster.WHOLESALELOAN_AMTColumn] = global::System.Convert.DBNull; } } /// ///Represents strongly named DataRow class. /// public partial class DtdsList_slipRow : global::System.Data.DataRow { private DtdsList_slipDataTable tableDtdsList_slip; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal DtdsList_slipRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tableDtdsList_slip = ((DtdsList_slipDataTable)(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.tableDtdsList_slip.coop_idColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'coop_id\' in table \'DtdsList_slip\' is DBNull.", e); } } set { this[this.tableDtdsList_slip.coop_idColumn] = 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.tableDtdsList_slip.store_idColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'store_id\' in table \'DtdsList_slip\' is DBNull.", e); } } set { this[this.tableDtdsList_slip.store_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.tableDtdsList_slip.slip_noColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'slip_no\' in table \'DtdsList_slip\' is DBNull.", e); } } set { this[this.tableDtdsList_slip.slip_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.tableDtdsList_slip.slip_dateColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'slip_date\' in table \'DtdsList_slip\' is DBNull.", e); } } set { this[this.tableDtdsList_slip.slip_dateColumn] = 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.tableDtdsList_slip.product_costColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'product_cost\' in table \'DtdsList_slip\' is DBNull.", e); } } set { this[this.tableDtdsList_slip.product_costColumn] = 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.tableDtdsList_slip.item_qtyColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'item_qty\' in table \'DtdsList_slip\' is DBNull.", e); } } set { this[this.tableDtdsList_slip.item_qtyColumn] = 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.tableDtdsList_slip.item_amtColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'item_amt\' in table \'DtdsList_slip\' is DBNull.", e); } } set { this[this.tableDtdsList_slip.item_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.tableDtdsList_slip.itemnet_amtColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'itemnet_amt\' in table \'DtdsList_slip\' is DBNull.", e); } } set { this[this.tableDtdsList_slip.itemnet_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.tableDtdsList_slip.vat_amtColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'vat_amt\' in table \'DtdsList_slip\' is DBNull.", e); } } set { this[this.tableDtdsList_slip.vat_amtColumn] = 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.tableDtdsList_slip.discount_amtColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'discount_amt\' in table \'DtdsList_slip\' is DBNull.", e); } } set { this[this.tableDtdsList_slip.discount_amtColumn] = 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.tableDtdsList_slip.sliptype_codeColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'sliptype_code\' in table \'DtdsList_slip\' is DBNull.", e); } } set { this[this.tableDtdsList_slip.sliptype_codeColumn] = 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.tableDtdsList_slip.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.tableDtdsList_slip.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 Isstore_idNull() { return this.IsNull(this.tableDtdsList_slip.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.tableDtdsList_slip.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 Isslip_noNull() { return this.IsNull(this.tableDtdsList_slip.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.tableDtdsList_slip.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 Isslip_dateNull() { return this.IsNull(this.tableDtdsList_slip.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.tableDtdsList_slip.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 Isproduct_costNull() { return this.IsNull(this.tableDtdsList_slip.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.tableDtdsList_slip.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 Isitem_qtyNull() { return this.IsNull(this.tableDtdsList_slip.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.tableDtdsList_slip.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 Isitem_amtNull() { return this.IsNull(this.tableDtdsList_slip.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.tableDtdsList_slip.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 Isitemnet_amtNull() { return this.IsNull(this.tableDtdsList_slip.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.tableDtdsList_slip.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 Isvat_amtNull() { return this.IsNull(this.tableDtdsList_slip.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.tableDtdsList_slip.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 Isdiscount_amtNull() { return this.IsNull(this.tableDtdsList_slip.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.tableDtdsList_slip.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 Issliptype_codeNull() { return this.IsNull(this.tableDtdsList_slip.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.tableDtdsList_slip.sliptype_codeColumn] = global::System.Convert.DBNull; } } /// ///Row event argument class /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public class DtdsMainRowChangeEvent : global::System.EventArgs { private DtdsMainRow 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 DtdsMainRowChangeEvent(DtdsMainRow 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 DtdsMainRow 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 DtdsList_stproductmastersetRowChangeEvent : global::System.EventArgs { private DtdsList_stproductmastersetRow 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 DtdsList_stproductmastersetRowChangeEvent(DtdsList_stproductmastersetRow 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 DtdsList_stproductmastersetRow 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 DtdsList_ststockcardRowChangeEvent : global::System.EventArgs { private DtdsList_ststockcardRow 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 DtdsList_ststockcardRowChangeEvent(DtdsList_ststockcardRow 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 DtdsList_ststockcardRow 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 DtdsList_ststocklotRowChangeEvent : global::System.EventArgs { private DtdsList_ststocklotRow 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 DtdsList_ststocklotRowChangeEvent(DtdsList_ststocklotRow 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 DtdsList_ststocklotRow 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 DtdsList_ststockmasterRowChangeEvent : global::System.EventArgs { private DtdsList_ststockmasterRow 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 DtdsList_ststockmasterRowChangeEvent(DtdsList_ststockmasterRow 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 DtdsList_ststockmasterRow 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 DtdsList_slipRowChangeEvent : global::System.EventArgs { private DtdsList_slipRow 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 DtdsList_slipRowChangeEvent(DtdsList_slipRow 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 DtdsList_slipRow 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