123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302 |
- using System;
- using System.CodeDom.Compiler;
- using System.Collections;
- using System.ComponentModel;
- using System.ComponentModel.Design;
- using System.Data;
- using System.Diagnostics;
- using System.IO;
- using System.Runtime.Serialization;
- using System.Xml;
- using System.Xml.Schema;
- using System.Xml.Serialization;
- namespace SunRoxm.BizPeri.ReportDataSet.ReportDataSet
- {
- [Serializable]
- [HelpKeyword("vs.data.DataSet")]
- [DesignerCategory("code")]
- [ToolboxItem(true)]
- [XmlRoot("dsFrmLocation")]
- [GeneratedCode("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
- [XmlSchemaProvider("GetTypedDataSetSchema")]
- public class dsFrmLocation : DataSet
- {
- public delegate void LocationRowChangeEventHandler(object sender, LocationRowChangeEvent e);
- public delegate void AppendInfoRowChangeEventHandler(object sender, AppendInfoRowChangeEvent e);
- [Serializable]
- [GeneratedCode("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
- [XmlSchemaProvider("GetTypedTableSchema")]
- public class LocationDataTable : DataTable, IEnumerable
- {
- private DataColumn columnNo_Location;
- private DataColumn columnName_Location;
- private DataColumn columnLevel_Location;
- private DataColumn columnLowestLevel_Location;
- private DataColumn columnCreateDate_Location;
- private DataColumn columnComment_Location;
- private DataColumn columnSuspendDate_Location;
- private DataColumn columnLastModDate_Location;
- private DataColumn columnSubDepot;
- private DataColumn columnLastModUser_LocationName;
- private DataColumn columnNo_SubLocation;
- private DataColumn columnCreateName;
- [DebuggerNonUserCode]
- public DataColumn No_LocationColumn => columnNo_Location;
- [DebuggerNonUserCode]
- public DataColumn Name_LocationColumn => columnName_Location;
- [DebuggerNonUserCode]
- public DataColumn Level_LocationColumn => columnLevel_Location;
- [DebuggerNonUserCode]
- public DataColumn LowestLevel_LocationColumn => columnLowestLevel_Location;
- [DebuggerNonUserCode]
- public DataColumn CreateDate_LocationColumn => columnCreateDate_Location;
- [DebuggerNonUserCode]
- public DataColumn Comment_LocationColumn => columnComment_Location;
- [DebuggerNonUserCode]
- public DataColumn SuspendDate_LocationColumn => columnSuspendDate_Location;
- [DebuggerNonUserCode]
- public DataColumn LastModDate_LocationColumn => columnLastModDate_Location;
- [DebuggerNonUserCode]
- public DataColumn SubDepotColumn => columnSubDepot;
- [DebuggerNonUserCode]
- public DataColumn LastModUser_LocationNameColumn => columnLastModUser_LocationName;
- [DebuggerNonUserCode]
- public DataColumn No_SubLocationColumn => columnNo_SubLocation;
- [DebuggerNonUserCode]
- public DataColumn CreateNameColumn => columnCreateName;
- [DebuggerNonUserCode]
- [Browsable(false)]
- public int Count => base.Rows.Count;
- [DebuggerNonUserCode]
- public LocationRow this[int index] => (LocationRow)base.Rows[index];
- public event LocationRowChangeEventHandler LocationRowChanging;
- public event LocationRowChangeEventHandler LocationRowChanged;
- public event LocationRowChangeEventHandler LocationRowDeleting;
- public event LocationRowChangeEventHandler LocationRowDeleted;
- [DebuggerNonUserCode]
- public LocationDataTable()
- {
- base.TableName = "Location";
- BeginInit();
- InitClass();
- EndInit();
- }
- [DebuggerNonUserCode]
- internal LocationDataTable(DataTable table)
- {
- base.TableName = table.TableName;
- if (table.CaseSensitive != table.DataSet.CaseSensitive)
- {
- base.CaseSensitive = table.CaseSensitive;
- }
- if (table.Locale.ToString() != table.DataSet.Locale.ToString())
- {
- base.Locale = table.Locale;
- }
- if (table.Namespace != table.DataSet.Namespace)
- {
- base.Namespace = table.Namespace;
- }
- base.Prefix = table.Prefix;
- base.MinimumCapacity = table.MinimumCapacity;
- }
- [DebuggerNonUserCode]
- protected LocationDataTable(SerializationInfo info, StreamingContext context)
- : base(info, context)
- {
- InitVars();
- }
- [DebuggerNonUserCode]
- public void AddLocationRow(LocationRow row)
- {
- base.Rows.Add(row);
- }
- [DebuggerNonUserCode]
- public LocationRow AddLocationRow(string No_Location, string Name_Location, int Level_Location, bool LowestLevel_Location, DateTime CreateDate_Location, string Comment_Location, DateTime SuspendDate_Location, DateTime LastModDate_Location, string SubDepot, string LastModUser_LocationName, string No_SubLocation, string CreateName)
- {
- LocationRow locationRow = (LocationRow)NewRow();
- locationRow.ItemArray = new object[12]
- {
- No_Location,
- Name_Location,
- Level_Location,
- LowestLevel_Location,
- CreateDate_Location,
- Comment_Location,
- SuspendDate_Location,
- LastModDate_Location,
- SubDepot,
- LastModUser_LocationName,
- No_SubLocation,
- CreateName
- };
- base.Rows.Add(locationRow);
- return locationRow;
- }
- [DebuggerNonUserCode]
- public virtual IEnumerator GetEnumerator()
- {
- return base.Rows.GetEnumerator();
- }
- [DebuggerNonUserCode]
- public override DataTable Clone()
- {
- LocationDataTable locationDataTable = (LocationDataTable)base.Clone();
- locationDataTable.InitVars();
- return locationDataTable;
- }
- [DebuggerNonUserCode]
- protected override DataTable CreateInstance()
- {
- return new LocationDataTable();
- }
- [DebuggerNonUserCode]
- internal void InitVars()
- {
- columnNo_Location = base.Columns["No_Location"];
- columnName_Location = base.Columns["Name_Location"];
- columnLevel_Location = base.Columns["Level_Location"];
- columnLowestLevel_Location = base.Columns["LowestLevel_Location"];
- columnCreateDate_Location = base.Columns["CreateDate_Location"];
- columnComment_Location = base.Columns["Comment_Location"];
- columnSuspendDate_Location = base.Columns["SuspendDate_Location"];
- columnLastModDate_Location = base.Columns["LastModDate_Location"];
- columnSubDepot = base.Columns["SubDepot"];
- columnLastModUser_LocationName = base.Columns["LastModUser_LocationName"];
- columnNo_SubLocation = base.Columns["No_SubLocation"];
- columnCreateName = base.Columns["CreateName"];
- }
- [DebuggerNonUserCode]
- private void InitClass()
- {
- columnNo_Location = new DataColumn("No_Location", typeof(string), null, MappingType.Element);
- base.Columns.Add(columnNo_Location);
- columnName_Location = new DataColumn("Name_Location", typeof(string), null, MappingType.Element);
- base.Columns.Add(columnName_Location);
- columnLevel_Location = new DataColumn("Level_Location", typeof(int), null, MappingType.Element);
- base.Columns.Add(columnLevel_Location);
- columnLowestLevel_Location = new DataColumn("LowestLevel_Location", typeof(bool), null, MappingType.Element);
- base.Columns.Add(columnLowestLevel_Location);
- columnCreateDate_Location = new DataColumn("CreateDate_Location", typeof(DateTime), null, MappingType.Element);
- base.Columns.Add(columnCreateDate_Location);
- columnComment_Location = new DataColumn("Comment_Location", typeof(string), null, MappingType.Element);
- base.Columns.Add(columnComment_Location);
- columnSuspendDate_Location = new DataColumn("SuspendDate_Location", typeof(DateTime), null, MappingType.Element);
- base.Columns.Add(columnSuspendDate_Location);
- columnLastModDate_Location = new DataColumn("LastModDate_Location", typeof(DateTime), null, MappingType.Element);
- base.Columns.Add(columnLastModDate_Location);
- columnSubDepot = new DataColumn("SubDepot", typeof(string), null, MappingType.Element);
- base.Columns.Add(columnSubDepot);
- columnLastModUser_LocationName = new DataColumn("LastModUser_LocationName", typeof(string), null, MappingType.Element);
- base.Columns.Add(columnLastModUser_LocationName);
- columnNo_SubLocation = new DataColumn("No_SubLocation", typeof(string), null, MappingType.Element);
- base.Columns.Add(columnNo_SubLocation);
- columnCreateName = new DataColumn("CreateName", typeof(string), null, MappingType.Element);
- base.Columns.Add(columnCreateName);
- }
- [DebuggerNonUserCode]
- public LocationRow NewLocationRow()
- {
- return (LocationRow)NewRow();
- }
- [DebuggerNonUserCode]
- protected override DataRow NewRowFromBuilder(DataRowBuilder builder)
- {
- return new LocationRow(builder);
- }
- [DebuggerNonUserCode]
- protected override Type GetRowType()
- {
- return typeof(LocationRow);
- }
- [DebuggerNonUserCode]
- protected override void OnRowChanged(DataRowChangeEventArgs e)
- {
- base.OnRowChanged(e);
- if (this.LocationRowChanged != null)
- {
- this.LocationRowChanged(this, new LocationRowChangeEvent((LocationRow)e.Row, e.Action));
- }
- }
- [DebuggerNonUserCode]
- protected override void OnRowChanging(DataRowChangeEventArgs e)
- {
- base.OnRowChanging(e);
- if (this.LocationRowChanging != null)
- {
- this.LocationRowChanging(this, new LocationRowChangeEvent((LocationRow)e.Row, e.Action));
- }
- }
- [DebuggerNonUserCode]
- protected override void OnRowDeleted(DataRowChangeEventArgs e)
- {
- base.OnRowDeleted(e);
- if (this.LocationRowDeleted != null)
- {
- this.LocationRowDeleted(this, new LocationRowChangeEvent((LocationRow)e.Row, e.Action));
- }
- }
- [DebuggerNonUserCode]
- protected override void OnRowDeleting(DataRowChangeEventArgs e)
- {
- base.OnRowDeleting(e);
- if (this.LocationRowDeleting != null)
- {
- this.LocationRowDeleting(this, new LocationRowChangeEvent((LocationRow)e.Row, e.Action));
- }
- }
- [DebuggerNonUserCode]
- public void RemoveLocationRow(LocationRow row)
- {
- base.Rows.Remove(row);
- }
- [DebuggerNonUserCode]
- public static XmlSchemaComplexType GetTypedTableSchema(XmlSchemaSet xs)
- {
- XmlSchemaComplexType xmlSchemaComplexType = new XmlSchemaComplexType();
- XmlSchemaSequence xmlSchemaSequence = new XmlSchemaSequence();
- dsFrmLocation dsFrmLocation = new dsFrmLocation();
- xs.Add(dsFrmLocation.GetSchemaSerializable());
- XmlSchemaAny xmlSchemaAny = new XmlSchemaAny();
- xmlSchemaAny.Namespace = "http://www.w3.org/2001/XMLSchema";
- xmlSchemaAny.MinOccurs = 0m;
- xmlSchemaAny.MaxOccurs = decimal.MaxValue;
- xmlSchemaAny.ProcessContents = XmlSchemaContentProcessing.Lax;
- xmlSchemaSequence.Items.Add(xmlSchemaAny);
- XmlSchemaAny xmlSchemaAny2 = new XmlSchemaAny();
- xmlSchemaAny2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
- xmlSchemaAny2.MinOccurs = 1m;
- xmlSchemaAny2.ProcessContents = XmlSchemaContentProcessing.Lax;
- xmlSchemaSequence.Items.Add(xmlSchemaAny2);
- XmlSchemaAttribute xmlSchemaAttribute = new XmlSchemaAttribute();
- xmlSchemaAttribute.Name = "namespace";
- xmlSchemaAttribute.FixedValue = dsFrmLocation.Namespace;
- xmlSchemaComplexType.Attributes.Add(xmlSchemaAttribute);
- XmlSchemaAttribute xmlSchemaAttribute2 = new XmlSchemaAttribute();
- xmlSchemaAttribute2.Name = "tableTypeName";
- xmlSchemaAttribute2.FixedValue = "LocationDataTable";
- xmlSchemaComplexType.Attributes.Add(xmlSchemaAttribute2);
- xmlSchemaComplexType.Particle = xmlSchemaSequence;
- return xmlSchemaComplexType;
- }
- }
- [Serializable]
- [GeneratedCode("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
- [XmlSchemaProvider("GetTypedTableSchema")]
- public class AppendInfoDataTable : DataTable, IEnumerable
- {
- private DataColumn columnCurrentCompany;
- private DataColumn columnCurrentUser;
- [DebuggerNonUserCode]
- public DataColumn CurrentCompanyColumn => columnCurrentCompany;
- [DebuggerNonUserCode]
- public DataColumn CurrentUserColumn => columnCurrentUser;
- [DebuggerNonUserCode]
- [Browsable(false)]
- public int Count => base.Rows.Count;
- [DebuggerNonUserCode]
- public AppendInfoRow this[int index] => (AppendInfoRow)base.Rows[index];
- public event AppendInfoRowChangeEventHandler AppendInfoRowChanging;
- public event AppendInfoRowChangeEventHandler AppendInfoRowChanged;
- public event AppendInfoRowChangeEventHandler AppendInfoRowDeleting;
- public event AppendInfoRowChangeEventHandler AppendInfoRowDeleted;
- [DebuggerNonUserCode]
- public AppendInfoDataTable()
- {
- base.TableName = "AppendInfo";
- BeginInit();
- InitClass();
- EndInit();
- }
- [DebuggerNonUserCode]
- internal AppendInfoDataTable(DataTable table)
- {
- base.TableName = table.TableName;
- if (table.CaseSensitive != table.DataSet.CaseSensitive)
- {
- base.CaseSensitive = table.CaseSensitive;
- }
- if (table.Locale.ToString() != table.DataSet.Locale.ToString())
- {
- base.Locale = table.Locale;
- }
- if (table.Namespace != table.DataSet.Namespace)
- {
- base.Namespace = table.Namespace;
- }
- base.Prefix = table.Prefix;
- base.MinimumCapacity = table.MinimumCapacity;
- }
- [DebuggerNonUserCode]
- protected AppendInfoDataTable(SerializationInfo info, StreamingContext context)
- : base(info, context)
- {
- InitVars();
- }
- [DebuggerNonUserCode]
- public void AddAppendInfoRow(AppendInfoRow row)
- {
- base.Rows.Add(row);
- }
- [DebuggerNonUserCode]
- public AppendInfoRow AddAppendInfoRow(string CurrentCompany, string CurrentUser)
- {
- AppendInfoRow appendInfoRow = (AppendInfoRow)NewRow();
- appendInfoRow.ItemArray = new object[2]
- {
- CurrentCompany,
- CurrentUser
- };
- base.Rows.Add(appendInfoRow);
- return appendInfoRow;
- }
- [DebuggerNonUserCode]
- public virtual IEnumerator GetEnumerator()
- {
- return base.Rows.GetEnumerator();
- }
- [DebuggerNonUserCode]
- public override DataTable Clone()
- {
- AppendInfoDataTable appendInfoDataTable = (AppendInfoDataTable)base.Clone();
- appendInfoDataTable.InitVars();
- return appendInfoDataTable;
- }
- [DebuggerNonUserCode]
- protected override DataTable CreateInstance()
- {
- return new AppendInfoDataTable();
- }
- [DebuggerNonUserCode]
- internal void InitVars()
- {
- columnCurrentCompany = base.Columns["CurrentCompany"];
- columnCurrentUser = base.Columns["CurrentUser"];
- }
- [DebuggerNonUserCode]
- private void InitClass()
- {
- columnCurrentCompany = new DataColumn("CurrentCompany", typeof(string), null, MappingType.Element);
- base.Columns.Add(columnCurrentCompany);
- columnCurrentUser = new DataColumn("CurrentUser", typeof(string), null, MappingType.Element);
- base.Columns.Add(columnCurrentUser);
- }
- [DebuggerNonUserCode]
- public AppendInfoRow NewAppendInfoRow()
- {
- return (AppendInfoRow)NewRow();
- }
- [DebuggerNonUserCode]
- protected override DataRow NewRowFromBuilder(DataRowBuilder builder)
- {
- return new AppendInfoRow(builder);
- }
- [DebuggerNonUserCode]
- protected override Type GetRowType()
- {
- return typeof(AppendInfoRow);
- }
- [DebuggerNonUserCode]
- protected override void OnRowChanged(DataRowChangeEventArgs e)
- {
- base.OnRowChanged(e);
- if (this.AppendInfoRowChanged != null)
- {
- this.AppendInfoRowChanged(this, new AppendInfoRowChangeEvent((AppendInfoRow)e.Row, e.Action));
- }
- }
- [DebuggerNonUserCode]
- protected override void OnRowChanging(DataRowChangeEventArgs e)
- {
- base.OnRowChanging(e);
- if (this.AppendInfoRowChanging != null)
- {
- this.AppendInfoRowChanging(this, new AppendInfoRowChangeEvent((AppendInfoRow)e.Row, e.Action));
- }
- }
- [DebuggerNonUserCode]
- protected override void OnRowDeleted(DataRowChangeEventArgs e)
- {
- base.OnRowDeleted(e);
- if (this.AppendInfoRowDeleted != null)
- {
- this.AppendInfoRowDeleted(this, new AppendInfoRowChangeEvent((AppendInfoRow)e.Row, e.Action));
- }
- }
- [DebuggerNonUserCode]
- protected override void OnRowDeleting(DataRowChangeEventArgs e)
- {
- base.OnRowDeleting(e);
- if (this.AppendInfoRowDeleting != null)
- {
- this.AppendInfoRowDeleting(this, new AppendInfoRowChangeEvent((AppendInfoRow)e.Row, e.Action));
- }
- }
- [DebuggerNonUserCode]
- public void RemoveAppendInfoRow(AppendInfoRow row)
- {
- base.Rows.Remove(row);
- }
- [DebuggerNonUserCode]
- public static XmlSchemaComplexType GetTypedTableSchema(XmlSchemaSet xs)
- {
- XmlSchemaComplexType xmlSchemaComplexType = new XmlSchemaComplexType();
- XmlSchemaSequence xmlSchemaSequence = new XmlSchemaSequence();
- dsFrmLocation dsFrmLocation = new dsFrmLocation();
- xs.Add(dsFrmLocation.GetSchemaSerializable());
- XmlSchemaAny xmlSchemaAny = new XmlSchemaAny();
- xmlSchemaAny.Namespace = "http://www.w3.org/2001/XMLSchema";
- xmlSchemaAny.MinOccurs = 0m;
- xmlSchemaAny.MaxOccurs = decimal.MaxValue;
- xmlSchemaAny.ProcessContents = XmlSchemaContentProcessing.Lax;
- xmlSchemaSequence.Items.Add(xmlSchemaAny);
- XmlSchemaAny xmlSchemaAny2 = new XmlSchemaAny();
- xmlSchemaAny2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
- xmlSchemaAny2.MinOccurs = 1m;
- xmlSchemaAny2.ProcessContents = XmlSchemaContentProcessing.Lax;
- xmlSchemaSequence.Items.Add(xmlSchemaAny2);
- XmlSchemaAttribute xmlSchemaAttribute = new XmlSchemaAttribute();
- xmlSchemaAttribute.Name = "namespace";
- xmlSchemaAttribute.FixedValue = dsFrmLocation.Namespace;
- xmlSchemaComplexType.Attributes.Add(xmlSchemaAttribute);
- XmlSchemaAttribute xmlSchemaAttribute2 = new XmlSchemaAttribute();
- xmlSchemaAttribute2.Name = "tableTypeName";
- xmlSchemaAttribute2.FixedValue = "AppendInfoDataTable";
- xmlSchemaComplexType.Attributes.Add(xmlSchemaAttribute2);
- xmlSchemaComplexType.Particle = xmlSchemaSequence;
- return xmlSchemaComplexType;
- }
- }
- [GeneratedCode("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
- public class LocationRow : DataRow
- {
- private LocationDataTable tableLocation;
- [DebuggerNonUserCode]
- public string No_Location
- {
- get
- {
- try
- {
- return (string)base[tableLocation.No_LocationColumn];
- }
- catch (InvalidCastException innerException)
- {
- throw new StrongTypingException("The value for column 'No_Location' in table 'Location' is DBNull.", innerException);
- }
- }
- set
- {
- base[tableLocation.No_LocationColumn] = value;
- }
- }
- [DebuggerNonUserCode]
- public string Name_Location
- {
- get
- {
- try
- {
- return (string)base[tableLocation.Name_LocationColumn];
- }
- catch (InvalidCastException innerException)
- {
- throw new StrongTypingException("The value for column 'Name_Location' in table 'Location' is DBNull.", innerException);
- }
- }
- set
- {
- base[tableLocation.Name_LocationColumn] = value;
- }
- }
- [DebuggerNonUserCode]
- public int Level_Location
- {
- get
- {
- try
- {
- return (int)base[tableLocation.Level_LocationColumn];
- }
- catch (InvalidCastException innerException)
- {
- throw new StrongTypingException("The value for column 'Level_Location' in table 'Location' is DBNull.", innerException);
- }
- }
- set
- {
- base[tableLocation.Level_LocationColumn] = value;
- }
- }
- [DebuggerNonUserCode]
- public bool LowestLevel_Location
- {
- get
- {
- try
- {
- return (bool)base[tableLocation.LowestLevel_LocationColumn];
- }
- catch (InvalidCastException innerException)
- {
- throw new StrongTypingException("The value for column 'LowestLevel_Location' in table 'Location' is DBNull.", innerException);
- }
- }
- set
- {
- base[tableLocation.LowestLevel_LocationColumn] = value;
- }
- }
- [DebuggerNonUserCode]
- public DateTime CreateDate_Location
- {
- get
- {
- try
- {
- return (DateTime)base[tableLocation.CreateDate_LocationColumn];
- }
- catch (InvalidCastException innerException)
- {
- throw new StrongTypingException("The value for column 'CreateDate_Location' in table 'Location' is DBNull.", innerException);
- }
- }
- set
- {
- base[tableLocation.CreateDate_LocationColumn] = value;
- }
- }
- [DebuggerNonUserCode]
- public string Comment_Location
- {
- get
- {
- try
- {
- return (string)base[tableLocation.Comment_LocationColumn];
- }
- catch (InvalidCastException innerException)
- {
- throw new StrongTypingException("The value for column 'Comment_Location' in table 'Location' is DBNull.", innerException);
- }
- }
- set
- {
- base[tableLocation.Comment_LocationColumn] = value;
- }
- }
- [DebuggerNonUserCode]
- public DateTime SuspendDate_Location
- {
- get
- {
- try
- {
- return (DateTime)base[tableLocation.SuspendDate_LocationColumn];
- }
- catch (InvalidCastException innerException)
- {
- throw new StrongTypingException("The value for column 'SuspendDate_Location' in table 'Location' is DBNull.", innerException);
- }
- }
- set
- {
- base[tableLocation.SuspendDate_LocationColumn] = value;
- }
- }
- [DebuggerNonUserCode]
- public DateTime LastModDate_Location
- {
- get
- {
- try
- {
- return (DateTime)base[tableLocation.LastModDate_LocationColumn];
- }
- catch (InvalidCastException innerException)
- {
- throw new StrongTypingException("The value for column 'LastModDate_Location' in table 'Location' is DBNull.", innerException);
- }
- }
- set
- {
- base[tableLocation.LastModDate_LocationColumn] = value;
- }
- }
- [DebuggerNonUserCode]
- public string SubDepot
- {
- get
- {
- try
- {
- return (string)base[tableLocation.SubDepotColumn];
- }
- catch (InvalidCastException innerException)
- {
- throw new StrongTypingException("The value for column 'SubDepot' in table 'Location' is DBNull.", innerException);
- }
- }
- set
- {
- base[tableLocation.SubDepotColumn] = value;
- }
- }
- [DebuggerNonUserCode]
- public string LastModUser_LocationName
- {
- get
- {
- try
- {
- return (string)base[tableLocation.LastModUser_LocationNameColumn];
- }
- catch (InvalidCastException innerException)
- {
- throw new StrongTypingException("The value for column 'LastModUser_LocationName' in table 'Location' is DBNull.", innerException);
- }
- }
- set
- {
- base[tableLocation.LastModUser_LocationNameColumn] = value;
- }
- }
- [DebuggerNonUserCode]
- public string No_SubLocation
- {
- get
- {
- try
- {
- return (string)base[tableLocation.No_SubLocationColumn];
- }
- catch (InvalidCastException innerException)
- {
- throw new StrongTypingException("The value for column 'No_SubLocation' in table 'Location' is DBNull.", innerException);
- }
- }
- set
- {
- base[tableLocation.No_SubLocationColumn] = value;
- }
- }
- [DebuggerNonUserCode]
- public string CreateName
- {
- get
- {
- try
- {
- return (string)base[tableLocation.CreateNameColumn];
- }
- catch (InvalidCastException innerException)
- {
- throw new StrongTypingException("The value for column 'CreateName' in table 'Location' is DBNull.", innerException);
- }
- }
- set
- {
- base[tableLocation.CreateNameColumn] = value;
- }
- }
- [DebuggerNonUserCode]
- internal LocationRow(DataRowBuilder rb)
- : base(rb)
- {
- tableLocation = (LocationDataTable)base.Table;
- }
- [DebuggerNonUserCode]
- public bool IsNo_LocationNull()
- {
- return IsNull(tableLocation.No_LocationColumn);
- }
- [DebuggerNonUserCode]
- public void SetNo_LocationNull()
- {
- base[tableLocation.No_LocationColumn] = Convert.DBNull;
- }
- [DebuggerNonUserCode]
- public bool IsName_LocationNull()
- {
- return IsNull(tableLocation.Name_LocationColumn);
- }
- [DebuggerNonUserCode]
- public void SetName_LocationNull()
- {
- base[tableLocation.Name_LocationColumn] = Convert.DBNull;
- }
- [DebuggerNonUserCode]
- public bool IsLevel_LocationNull()
- {
- return IsNull(tableLocation.Level_LocationColumn);
- }
- [DebuggerNonUserCode]
- public void SetLevel_LocationNull()
- {
- base[tableLocation.Level_LocationColumn] = Convert.DBNull;
- }
- [DebuggerNonUserCode]
- public bool IsLowestLevel_LocationNull()
- {
- return IsNull(tableLocation.LowestLevel_LocationColumn);
- }
- [DebuggerNonUserCode]
- public void SetLowestLevel_LocationNull()
- {
- base[tableLocation.LowestLevel_LocationColumn] = Convert.DBNull;
- }
- [DebuggerNonUserCode]
- public bool IsCreateDate_LocationNull()
- {
- return IsNull(tableLocation.CreateDate_LocationColumn);
- }
- [DebuggerNonUserCode]
- public void SetCreateDate_LocationNull()
- {
- base[tableLocation.CreateDate_LocationColumn] = Convert.DBNull;
- }
- [DebuggerNonUserCode]
- public bool IsComment_LocationNull()
- {
- return IsNull(tableLocation.Comment_LocationColumn);
- }
- [DebuggerNonUserCode]
- public void SetComment_LocationNull()
- {
- base[tableLocation.Comment_LocationColumn] = Convert.DBNull;
- }
- [DebuggerNonUserCode]
- public bool IsSuspendDate_LocationNull()
- {
- return IsNull(tableLocation.SuspendDate_LocationColumn);
- }
- [DebuggerNonUserCode]
- public void SetSuspendDate_LocationNull()
- {
- base[tableLocation.SuspendDate_LocationColumn] = Convert.DBNull;
- }
- [DebuggerNonUserCode]
- public bool IsLastModDate_LocationNull()
- {
- return IsNull(tableLocation.LastModDate_LocationColumn);
- }
- [DebuggerNonUserCode]
- public void SetLastModDate_LocationNull()
- {
- base[tableLocation.LastModDate_LocationColumn] = Convert.DBNull;
- }
- [DebuggerNonUserCode]
- public bool IsSubDepotNull()
- {
- return IsNull(tableLocation.SubDepotColumn);
- }
- [DebuggerNonUserCode]
- public void SetSubDepotNull()
- {
- base[tableLocation.SubDepotColumn] = Convert.DBNull;
- }
- [DebuggerNonUserCode]
- public bool IsLastModUser_LocationNameNull()
- {
- return IsNull(tableLocation.LastModUser_LocationNameColumn);
- }
- [DebuggerNonUserCode]
- public void SetLastModUser_LocationNameNull()
- {
- base[tableLocation.LastModUser_LocationNameColumn] = Convert.DBNull;
- }
- [DebuggerNonUserCode]
- public bool IsNo_SubLocationNull()
- {
- return IsNull(tableLocation.No_SubLocationColumn);
- }
- [DebuggerNonUserCode]
- public void SetNo_SubLocationNull()
- {
- base[tableLocation.No_SubLocationColumn] = Convert.DBNull;
- }
- [DebuggerNonUserCode]
- public bool IsCreateNameNull()
- {
- return IsNull(tableLocation.CreateNameColumn);
- }
- [DebuggerNonUserCode]
- public void SetCreateNameNull()
- {
- base[tableLocation.CreateNameColumn] = Convert.DBNull;
- }
- }
- [GeneratedCode("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
- public class AppendInfoRow : DataRow
- {
- private AppendInfoDataTable tableAppendInfo;
- [DebuggerNonUserCode]
- public string CurrentCompany
- {
- get
- {
- try
- {
- return (string)base[tableAppendInfo.CurrentCompanyColumn];
- }
- catch (InvalidCastException innerException)
- {
- throw new StrongTypingException("The value for column 'CurrentCompany' in table 'AppendInfo' is DBNull.", innerException);
- }
- }
- set
- {
- base[tableAppendInfo.CurrentCompanyColumn] = value;
- }
- }
- [DebuggerNonUserCode]
- public string CurrentUser
- {
- get
- {
- try
- {
- return (string)base[tableAppendInfo.CurrentUserColumn];
- }
- catch (InvalidCastException innerException)
- {
- throw new StrongTypingException("The value for column 'CurrentUser' in table 'AppendInfo' is DBNull.", innerException);
- }
- }
- set
- {
- base[tableAppendInfo.CurrentUserColumn] = value;
- }
- }
- [DebuggerNonUserCode]
- internal AppendInfoRow(DataRowBuilder rb)
- : base(rb)
- {
- tableAppendInfo = (AppendInfoDataTable)base.Table;
- }
- [DebuggerNonUserCode]
- public bool IsCurrentCompanyNull()
- {
- return IsNull(tableAppendInfo.CurrentCompanyColumn);
- }
- [DebuggerNonUserCode]
- public void SetCurrentCompanyNull()
- {
- base[tableAppendInfo.CurrentCompanyColumn] = Convert.DBNull;
- }
- [DebuggerNonUserCode]
- public bool IsCurrentUserNull()
- {
- return IsNull(tableAppendInfo.CurrentUserColumn);
- }
- [DebuggerNonUserCode]
- public void SetCurrentUserNull()
- {
- base[tableAppendInfo.CurrentUserColumn] = Convert.DBNull;
- }
- }
- [GeneratedCode("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
- public class LocationRowChangeEvent : EventArgs
- {
- private LocationRow eventRow;
- private DataRowAction eventAction;
- [DebuggerNonUserCode]
- public LocationRow Row => eventRow;
- [DebuggerNonUserCode]
- public DataRowAction Action => eventAction;
- [DebuggerNonUserCode]
- public LocationRowChangeEvent(LocationRow row, DataRowAction action)
- {
- eventRow = row;
- eventAction = action;
- }
- }
- [GeneratedCode("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
- public class AppendInfoRowChangeEvent : EventArgs
- {
- private AppendInfoRow eventRow;
- private DataRowAction eventAction;
- [DebuggerNonUserCode]
- public AppendInfoRow Row => eventRow;
- [DebuggerNonUserCode]
- public DataRowAction Action => eventAction;
- [DebuggerNonUserCode]
- public AppendInfoRowChangeEvent(AppendInfoRow row, DataRowAction action)
- {
- eventRow = row;
- eventAction = action;
- }
- }
- private LocationDataTable tableLocation;
- private AppendInfoDataTable tableAppendInfo;
- private SchemaSerializationMode _schemaSerializationMode = SchemaSerializationMode.IncludeSchema;
- [Browsable(false)]
- [DebuggerNonUserCode]
- [DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
- public LocationDataTable Location => tableLocation;
- [Browsable(false)]
- [DebuggerNonUserCode]
- [DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
- public AppendInfoDataTable AppendInfo => tableAppendInfo;
- [DebuggerNonUserCode]
- [Browsable(true)]
- [DesignerSerializationVisibility(DesignerSerializationVisibility.Visible)]
- public override SchemaSerializationMode SchemaSerializationMode
- {
- get
- {
- return _schemaSerializationMode;
- }
- set
- {
- _schemaSerializationMode = value;
- }
- }
- [DebuggerNonUserCode]
- [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
- public new DataTableCollection Tables => base.Tables;
- [DebuggerNonUserCode]
- [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
- public new DataRelationCollection Relations => base.Relations;
- [DebuggerNonUserCode]
- public dsFrmLocation()
- {
- BeginInit();
- InitClass();
- CollectionChangeEventHandler value = SchemaChanged;
- base.Tables.CollectionChanged += value;
- base.Relations.CollectionChanged += value;
- EndInit();
- }
- [DebuggerNonUserCode]
- protected dsFrmLocation(SerializationInfo info, StreamingContext context)
- : base(info, context, ConstructSchema: false)
- {
- if (IsBinarySerialized(info, context))
- {
- InitVars(initTable: false);
- CollectionChangeEventHandler value = SchemaChanged;
- Tables.CollectionChanged += value;
- Relations.CollectionChanged += value;
- return;
- }
- string s = (string)info.GetValue("XmlSchema", typeof(string));
- if (DetermineSchemaSerializationMode(info, context) == SchemaSerializationMode.IncludeSchema)
- {
- DataSet dataSet = new DataSet();
- dataSet.ReadXmlSchema(new XmlTextReader(new StringReader(s)));
- if (dataSet.Tables["Location"] != null)
- {
- base.Tables.Add(new LocationDataTable(dataSet.Tables["Location"]));
- }
- if (dataSet.Tables["AppendInfo"] != null)
- {
- base.Tables.Add(new AppendInfoDataTable(dataSet.Tables["AppendInfo"]));
- }
- base.DataSetName = dataSet.DataSetName;
- base.Prefix = dataSet.Prefix;
- base.Namespace = dataSet.Namespace;
- base.Locale = dataSet.Locale;
- base.CaseSensitive = dataSet.CaseSensitive;
- base.EnforceConstraints = dataSet.EnforceConstraints;
- Merge(dataSet, preserveChanges: false, MissingSchemaAction.Add);
- InitVars();
- }
- else
- {
- ReadXmlSchema(new XmlTextReader(new StringReader(s)));
- }
- GetSerializationData(info, context);
- CollectionChangeEventHandler value2 = SchemaChanged;
- base.Tables.CollectionChanged += value2;
- Relations.CollectionChanged += value2;
- }
- [DebuggerNonUserCode]
- protected override void InitializeDerivedDataSet()
- {
- BeginInit();
- InitClass();
- EndInit();
- }
- [DebuggerNonUserCode]
- public override DataSet Clone()
- {
- dsFrmLocation dsFrmLocation = (dsFrmLocation)base.Clone();
- dsFrmLocation.InitVars();
- dsFrmLocation.SchemaSerializationMode = SchemaSerializationMode;
- return dsFrmLocation;
- }
- [DebuggerNonUserCode]
- protected override bool ShouldSerializeTables()
- {
- return false;
- }
- [DebuggerNonUserCode]
- protected override bool ShouldSerializeRelations()
- {
- return false;
- }
- [DebuggerNonUserCode]
- protected override void ReadXmlSerializable(XmlReader reader)
- {
- if (DetermineSchemaSerializationMode(reader) == SchemaSerializationMode.IncludeSchema)
- {
- Reset();
- DataSet dataSet = new DataSet();
- dataSet.ReadXml(reader);
- if (dataSet.Tables["Location"] != null)
- {
- base.Tables.Add(new LocationDataTable(dataSet.Tables["Location"]));
- }
- if (dataSet.Tables["AppendInfo"] != null)
- {
- base.Tables.Add(new AppendInfoDataTable(dataSet.Tables["AppendInfo"]));
- }
- base.DataSetName = dataSet.DataSetName;
- base.Prefix = dataSet.Prefix;
- base.Namespace = dataSet.Namespace;
- base.Locale = dataSet.Locale;
- base.CaseSensitive = dataSet.CaseSensitive;
- base.EnforceConstraints = dataSet.EnforceConstraints;
- Merge(dataSet, preserveChanges: false, MissingSchemaAction.Add);
- InitVars();
- }
- else
- {
- ReadXml(reader);
- InitVars();
- }
- }
- [DebuggerNonUserCode]
- protected override XmlSchema GetSchemaSerializable()
- {
- MemoryStream memoryStream = new MemoryStream();
- WriteXmlSchema(new XmlTextWriter(memoryStream, null));
- memoryStream.Position = 0L;
- return XmlSchema.Read(new XmlTextReader(memoryStream), null);
- }
- [DebuggerNonUserCode]
- internal void InitVars()
- {
- InitVars(initTable: true);
- }
- [DebuggerNonUserCode]
- internal void InitVars(bool initTable)
- {
- tableLocation = (LocationDataTable)base.Tables["Location"];
- if (initTable && tableLocation != null)
- {
- tableLocation.InitVars();
- }
- tableAppendInfo = (AppendInfoDataTable)base.Tables["AppendInfo"];
- if (initTable && tableAppendInfo != null)
- {
- tableAppendInfo.InitVars();
- }
- }
- [DebuggerNonUserCode]
- private void InitClass()
- {
- base.DataSetName = "dsFrmLocation";
- base.Prefix = "";
- base.Namespace = "http://tempuri.org/dsFrmLocation.xsd";
- base.EnforceConstraints = true;
- SchemaSerializationMode = SchemaSerializationMode.IncludeSchema;
- tableLocation = new LocationDataTable();
- base.Tables.Add(tableLocation);
- tableAppendInfo = new AppendInfoDataTable();
- base.Tables.Add(tableAppendInfo);
- }
- [DebuggerNonUserCode]
- private bool ShouldSerializeLocation()
- {
- return false;
- }
- [DebuggerNonUserCode]
- private bool ShouldSerializeAppendInfo()
- {
- return false;
- }
- [DebuggerNonUserCode]
- private void SchemaChanged(object sender, CollectionChangeEventArgs e)
- {
- if (e.Action == CollectionChangeAction.Remove)
- {
- InitVars();
- }
- }
- [DebuggerNonUserCode]
- public static XmlSchemaComplexType GetTypedDataSetSchema(XmlSchemaSet xs)
- {
- dsFrmLocation dsFrmLocation = new dsFrmLocation();
- XmlSchemaComplexType xmlSchemaComplexType = new XmlSchemaComplexType();
- XmlSchemaSequence xmlSchemaSequence = new XmlSchemaSequence();
- xs.Add(dsFrmLocation.GetSchemaSerializable());
- XmlSchemaAny xmlSchemaAny = new XmlSchemaAny();
- xmlSchemaAny.Namespace = dsFrmLocation.Namespace;
- xmlSchemaSequence.Items.Add(xmlSchemaAny);
- xmlSchemaComplexType.Particle = xmlSchemaSequence;
- return xmlSchemaComplexType;
- }
- }
- }
|