//------------------------------------------------------------------------------
//
// This code was generated by a tool.
// Runtime Version:4.0.30319.225
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
//
//------------------------------------------------------------------------------
#pragma warning disable 1591
namespace Saving.Applications.admin.dlg.w_dlg_dialogadd_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 amappstatusDataTable tableamappstatus;
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["amappstatus"] != null)) {
base.Tables.Add(new amappstatusDataTable(ds.Tables["amappstatus"]));
}
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 amappstatusDataTable amappstatus {
get {
return this.tableamappstatus;
}
}
[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["amappstatus"] != null)) {
base.Tables.Add(new amappstatusDataTable(ds.Tables["amappstatus"]));
}
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.tableamappstatus = ((amappstatusDataTable)(base.Tables["amappstatus"]));
if ((initTable == true)) {
if ((this.tableamappstatus != null)) {
this.tableamappstatus.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.tableamappstatus = new amappstatusDataTable();
base.Tables.Add(this.tableamappstatus);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private bool ShouldSerializeamappstatus() {
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 amappstatusRowChangeEventHandler(object sender, amappstatusRowChangeEvent e);
///
///Represents the strongly named DataTable class.
///
[global::System.Serializable()]
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
public partial class amappstatusDataTable : global::System.Data.TypedTableBase {
private global::System.Data.DataColumn columnCOOP_ID;
private global::System.Data.DataColumn columnAPPLICATION;
private global::System.Data.DataColumn columnCLOSEDAY_STATUS;
private global::System.Data.DataColumn columnCLOSEDAY_ID;
private global::System.Data.DataColumn columnCLOSEDAY_DATE;
private global::System.Data.DataColumn columnCLOSEMONTH_ID;
private global::System.Data.DataColumn columnCLOSEMONTH_DATE;
private global::System.Data.DataColumn columnCLOSEMONTH_STATUS;
private global::System.Data.DataColumn columnCLOSEYEAR_STATUS;
private global::System.Data.DataColumn columnCLOSEYEAR_ID;
private global::System.Data.DataColumn columnCLOSEYEAR_DATE;
private global::System.Data.DataColumn columnSERVICE_NAME;
private global::System.Data.DataColumn columnSERVER_IP;
private global::System.Data.DataColumn columnAUTO_FLAG;
private global::System.Data.DataColumn columnLAST_LOG_SEQ_NO;
private global::System.Data.DataColumn columnCUR_PROCESS_ID;
private global::System.Data.DataColumn columnDATECUT_OF;
private global::System.Data.DataColumn columnNXTDATECUT_OF;
private global::System.Data.DataColumn columnCURRENT_ACCYEAR;
private global::System.Data.DataColumn columnCLOSEME_MINUTE;
private global::System.Data.DataColumn columnDESCRIPTION;
private global::System.Data.DataColumn columnAPPLGROUP_CODE;
private global::System.Data.DataColumn columnAPPLTIME_CODE;
private global::System.Data.DataColumn columnAPPLTIME_DAYINCMT;
private global::System.Data.DataColumn columnBRANCH_ID;
private global::System.Data.DataColumn columnMENU_ORDER;
private global::System.Data.DataColumn columnUSED_FLAG;
private global::System.Data.DataColumn columnCOOP_CONTROL;
private global::System.Data.DataColumn columnCHECK_CLOSE_STATUS;
private global::System.Data.DataColumn columnLAST_WORKDATE;
private global::System.Data.DataColumn columnWORKDATE;
private global::System.Data.DataColumn columnPORT_NUMBER;
private global::System.Data.DataColumn columnpost_flag;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public amappstatusDataTable() {
this.TableName = "amappstatus";
this.BeginInit();
this.InitClass();
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal amappstatusDataTable(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 amappstatusDataTable(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 APPLICATIONColumn {
get {
return this.columnAPPLICATION;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CLOSEDAY_STATUSColumn {
get {
return this.columnCLOSEDAY_STATUS;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CLOSEDAY_IDColumn {
get {
return this.columnCLOSEDAY_ID;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CLOSEDAY_DATEColumn {
get {
return this.columnCLOSEDAY_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CLOSEMONTH_IDColumn {
get {
return this.columnCLOSEMONTH_ID;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CLOSEMONTH_DATEColumn {
get {
return this.columnCLOSEMONTH_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CLOSEMONTH_STATUSColumn {
get {
return this.columnCLOSEMONTH_STATUS;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CLOSEYEAR_STATUSColumn {
get {
return this.columnCLOSEYEAR_STATUS;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CLOSEYEAR_IDColumn {
get {
return this.columnCLOSEYEAR_ID;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CLOSEYEAR_DATEColumn {
get {
return this.columnCLOSEYEAR_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SERVICE_NAMEColumn {
get {
return this.columnSERVICE_NAME;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SERVER_IPColumn {
get {
return this.columnSERVER_IP;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn AUTO_FLAGColumn {
get {
return this.columnAUTO_FLAG;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LAST_LOG_SEQ_NOColumn {
get {
return this.columnLAST_LOG_SEQ_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CUR_PROCESS_IDColumn {
get {
return this.columnCUR_PROCESS_ID;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn DATECUT_OFColumn {
get {
return this.columnDATECUT_OF;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn NXTDATECUT_OFColumn {
get {
return this.columnNXTDATECUT_OF;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CURRENT_ACCYEARColumn {
get {
return this.columnCURRENT_ACCYEAR;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CLOSEME_MINUTEColumn {
get {
return this.columnCLOSEME_MINUTE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn DESCRIPTIONColumn {
get {
return this.columnDESCRIPTION;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn APPLGROUP_CODEColumn {
get {
return this.columnAPPLGROUP_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn APPLTIME_CODEColumn {
get {
return this.columnAPPLTIME_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn APPLTIME_DAYINCMTColumn {
get {
return this.columnAPPLTIME_DAYINCMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BRANCH_IDColumn {
get {
return this.columnBRANCH_ID;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MENU_ORDERColumn {
get {
return this.columnMENU_ORDER;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn USED_FLAGColumn {
get {
return this.columnUSED_FLAG;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn COOP_CONTROLColumn {
get {
return this.columnCOOP_CONTROL;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CHECK_CLOSE_STATUSColumn {
get {
return this.columnCHECK_CLOSE_STATUS;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LAST_WORKDATEColumn {
get {
return this.columnLAST_WORKDATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn WORKDATEColumn {
get {
return this.columnWORKDATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PORT_NUMBERColumn {
get {
return this.columnPORT_NUMBER;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn post_flagColumn {
get {
return this.columnpost_flag;
}
}
[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 amappstatusRow this[int index] {
get {
return ((amappstatusRow)(this.Rows[index]));
}
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event amappstatusRowChangeEventHandler amappstatusRowChanging;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event amappstatusRowChangeEventHandler amappstatusRowChanged;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event amappstatusRowChangeEventHandler amappstatusRowDeleting;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event amappstatusRowChangeEventHandler amappstatusRowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void AddamappstatusRow(amappstatusRow row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public amappstatusRow AddamappstatusRow(
string COOP_ID,
string APPLICATION,
decimal CLOSEDAY_STATUS,
string CLOSEDAY_ID,
System.DateTime CLOSEDAY_DATE,
string CLOSEMONTH_ID,
System.DateTime CLOSEMONTH_DATE,
decimal CLOSEMONTH_STATUS,
decimal CLOSEYEAR_STATUS,
string CLOSEYEAR_ID,
System.DateTime CLOSEYEAR_DATE,
string SERVICE_NAME,
string SERVER_IP,
decimal AUTO_FLAG,
decimal LAST_LOG_SEQ_NO,
string CUR_PROCESS_ID,
System.DateTime DATECUT_OF,
System.DateTime NXTDATECUT_OF,
decimal CURRENT_ACCYEAR,
decimal CLOSEME_MINUTE,
string DESCRIPTION,
string APPLGROUP_CODE,
string APPLTIME_CODE,
decimal APPLTIME_DAYINCMT,
string BRANCH_ID,
decimal MENU_ORDER,
decimal USED_FLAG,
string COOP_CONTROL,
decimal CHECK_CLOSE_STATUS,
System.DateTime LAST_WORKDATE,
System.DateTime WORKDATE,
decimal PORT_NUMBER,
decimal post_flag) {
amappstatusRow rowamappstatusRow = ((amappstatusRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
COOP_ID,
APPLICATION,
CLOSEDAY_STATUS,
CLOSEDAY_ID,
CLOSEDAY_DATE,
CLOSEMONTH_ID,
CLOSEMONTH_DATE,
CLOSEMONTH_STATUS,
CLOSEYEAR_STATUS,
CLOSEYEAR_ID,
CLOSEYEAR_DATE,
SERVICE_NAME,
SERVER_IP,
AUTO_FLAG,
LAST_LOG_SEQ_NO,
CUR_PROCESS_ID,
DATECUT_OF,
NXTDATECUT_OF,
CURRENT_ACCYEAR,
CLOSEME_MINUTE,
DESCRIPTION,
APPLGROUP_CODE,
APPLTIME_CODE,
APPLTIME_DAYINCMT,
BRANCH_ID,
MENU_ORDER,
USED_FLAG,
COOP_CONTROL,
CHECK_CLOSE_STATUS,
LAST_WORKDATE,
WORKDATE,
PORT_NUMBER,
post_flag};
rowamappstatusRow.ItemArray = columnValuesArray;
this.Rows.Add(rowamappstatusRow);
return rowamappstatusRow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public amappstatusRow FindByCOOP_IDAPPLICATION(string COOP_ID, string APPLICATION) {
return ((amappstatusRow)(this.Rows.Find(new object[] {
COOP_ID,
APPLICATION})));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public override global::System.Data.DataTable Clone() {
amappstatusDataTable cln = ((amappstatusDataTable)(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 amappstatusDataTable();
}
[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.columnAPPLICATION = base.Columns["APPLICATION"];
this.columnCLOSEDAY_STATUS = base.Columns["CLOSEDAY_STATUS"];
this.columnCLOSEDAY_ID = base.Columns["CLOSEDAY_ID"];
this.columnCLOSEDAY_DATE = base.Columns["CLOSEDAY_DATE"];
this.columnCLOSEMONTH_ID = base.Columns["CLOSEMONTH_ID"];
this.columnCLOSEMONTH_DATE = base.Columns["CLOSEMONTH_DATE"];
this.columnCLOSEMONTH_STATUS = base.Columns["CLOSEMONTH_STATUS"];
this.columnCLOSEYEAR_STATUS = base.Columns["CLOSEYEAR_STATUS"];
this.columnCLOSEYEAR_ID = base.Columns["CLOSEYEAR_ID"];
this.columnCLOSEYEAR_DATE = base.Columns["CLOSEYEAR_DATE"];
this.columnSERVICE_NAME = base.Columns["SERVICE_NAME"];
this.columnSERVER_IP = base.Columns["SERVER_IP"];
this.columnAUTO_FLAG = base.Columns["AUTO_FLAG"];
this.columnLAST_LOG_SEQ_NO = base.Columns["LAST_LOG_SEQ_NO"];
this.columnCUR_PROCESS_ID = base.Columns["CUR_PROCESS_ID"];
this.columnDATECUT_OF = base.Columns["DATECUT_OF"];
this.columnNXTDATECUT_OF = base.Columns["NXTDATECUT_OF"];
this.columnCURRENT_ACCYEAR = base.Columns["CURRENT_ACCYEAR"];
this.columnCLOSEME_MINUTE = base.Columns["CLOSEME_MINUTE"];
this.columnDESCRIPTION = base.Columns["DESCRIPTION"];
this.columnAPPLGROUP_CODE = base.Columns["APPLGROUP_CODE"];
this.columnAPPLTIME_CODE = base.Columns["APPLTIME_CODE"];
this.columnAPPLTIME_DAYINCMT = base.Columns["APPLTIME_DAYINCMT"];
this.columnBRANCH_ID = base.Columns["BRANCH_ID"];
this.columnMENU_ORDER = base.Columns["MENU_ORDER"];
this.columnUSED_FLAG = base.Columns["USED_FLAG"];
this.columnCOOP_CONTROL = base.Columns["COOP_CONTROL"];
this.columnCHECK_CLOSE_STATUS = base.Columns["CHECK_CLOSE_STATUS"];
this.columnLAST_WORKDATE = base.Columns["LAST_WORKDATE"];
this.columnWORKDATE = base.Columns["WORKDATE"];
this.columnPORT_NUMBER = base.Columns["PORT_NUMBER"];
this.columnpost_flag = base.Columns["post_flag"];
}
[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.columnAPPLICATION = new global::System.Data.DataColumn("APPLICATION", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnAPPLICATION);
this.columnCLOSEDAY_STATUS = new global::System.Data.DataColumn("CLOSEDAY_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCLOSEDAY_STATUS);
this.columnCLOSEDAY_ID = new global::System.Data.DataColumn("CLOSEDAY_ID", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCLOSEDAY_ID);
this.columnCLOSEDAY_DATE = new global::System.Data.DataColumn("CLOSEDAY_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCLOSEDAY_DATE);
this.columnCLOSEMONTH_ID = new global::System.Data.DataColumn("CLOSEMONTH_ID", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCLOSEMONTH_ID);
this.columnCLOSEMONTH_DATE = new global::System.Data.DataColumn("CLOSEMONTH_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCLOSEMONTH_DATE);
this.columnCLOSEMONTH_STATUS = new global::System.Data.DataColumn("CLOSEMONTH_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCLOSEMONTH_STATUS);
this.columnCLOSEYEAR_STATUS = new global::System.Data.DataColumn("CLOSEYEAR_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCLOSEYEAR_STATUS);
this.columnCLOSEYEAR_ID = new global::System.Data.DataColumn("CLOSEYEAR_ID", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCLOSEYEAR_ID);
this.columnCLOSEYEAR_DATE = new global::System.Data.DataColumn("CLOSEYEAR_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCLOSEYEAR_DATE);
this.columnSERVICE_NAME = new global::System.Data.DataColumn("SERVICE_NAME", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSERVICE_NAME);
this.columnSERVER_IP = new global::System.Data.DataColumn("SERVER_IP", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSERVER_IP);
this.columnAUTO_FLAG = new global::System.Data.DataColumn("AUTO_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnAUTO_FLAG);
this.columnLAST_LOG_SEQ_NO = new global::System.Data.DataColumn("LAST_LOG_SEQ_NO", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLAST_LOG_SEQ_NO);
this.columnCUR_PROCESS_ID = new global::System.Data.DataColumn("CUR_PROCESS_ID", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCUR_PROCESS_ID);
this.columnDATECUT_OF = new global::System.Data.DataColumn("DATECUT_OF", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnDATECUT_OF);
this.columnNXTDATECUT_OF = new global::System.Data.DataColumn("NXTDATECUT_OF", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnNXTDATECUT_OF);
this.columnCURRENT_ACCYEAR = new global::System.Data.DataColumn("CURRENT_ACCYEAR", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCURRENT_ACCYEAR);
this.columnCLOSEME_MINUTE = new global::System.Data.DataColumn("CLOSEME_MINUTE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCLOSEME_MINUTE);
this.columnDESCRIPTION = new global::System.Data.DataColumn("DESCRIPTION", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnDESCRIPTION);
this.columnAPPLGROUP_CODE = new global::System.Data.DataColumn("APPLGROUP_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnAPPLGROUP_CODE);
this.columnAPPLTIME_CODE = new global::System.Data.DataColumn("APPLTIME_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnAPPLTIME_CODE);
this.columnAPPLTIME_DAYINCMT = new global::System.Data.DataColumn("APPLTIME_DAYINCMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnAPPLTIME_DAYINCMT);
this.columnBRANCH_ID = new global::System.Data.DataColumn("BRANCH_ID", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBRANCH_ID);
this.columnMENU_ORDER = new global::System.Data.DataColumn("MENU_ORDER", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMENU_ORDER);
this.columnUSED_FLAG = new global::System.Data.DataColumn("USED_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnUSED_FLAG);
this.columnCOOP_CONTROL = new global::System.Data.DataColumn("COOP_CONTROL", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOOP_CONTROL);
this.columnCHECK_CLOSE_STATUS = new global::System.Data.DataColumn("CHECK_CLOSE_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCHECK_CLOSE_STATUS);
this.columnLAST_WORKDATE = new global::System.Data.DataColumn("LAST_WORKDATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLAST_WORKDATE);
this.columnWORKDATE = new global::System.Data.DataColumn("WORKDATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnWORKDATE);
this.columnPORT_NUMBER = new global::System.Data.DataColumn("PORT_NUMBER", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPORT_NUMBER);
this.columnpost_flag = new global::System.Data.DataColumn("post_flag", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnpost_flag);
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
this.columnCOOP_ID,
this.columnAPPLICATION}, true));
this.columnCOOP_ID.AllowDBNull = false;
this.columnCOOP_ID.MaxLength = 3;
this.columnAPPLICATION.AllowDBNull = false;
this.columnAPPLICATION.MaxLength = 16;
this.columnCLOSEDAY_ID.MaxLength = 10;
this.columnCLOSEMONTH_ID.MaxLength = 10;
this.columnCLOSEYEAR_ID.MaxLength = 10;
this.columnSERVICE_NAME.MaxLength = 10;
this.columnSERVER_IP.MaxLength = 7;
this.columnCUR_PROCESS_ID.MaxLength = 10;
this.columnDESCRIPTION.MaxLength = 50;
this.columnAPPLGROUP_CODE.MaxLength = 1;
this.columnAPPLTIME_CODE.MaxLength = 1;
this.columnBRANCH_ID.MaxLength = 1;
this.columnCOOP_CONTROL.MaxLength = 3;
this.columnpost_flag.AllowDBNull = false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public amappstatusRow NewamappstatusRow() {
return ((amappstatusRow)(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 amappstatusRow(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(amappstatusRow);
}
[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.amappstatusRowChanged != null)) {
this.amappstatusRowChanged(this, new amappstatusRowChangeEvent(((amappstatusRow)(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.amappstatusRowChanging != null)) {
this.amappstatusRowChanging(this, new amappstatusRowChangeEvent(((amappstatusRow)(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.amappstatusRowDeleted != null)) {
this.amappstatusRowDeleted(this, new amappstatusRowChangeEvent(((amappstatusRow)(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.amappstatusRowDeleting != null)) {
this.amappstatusRowDeleting(this, new amappstatusRowChangeEvent(((amappstatusRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void RemoveamappstatusRow(amappstatusRow 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 = "amappstatusDataTable";
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 amappstatusRow : global::System.Data.DataRow {
private amappstatusDataTable tableamappstatus;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal amappstatusRow(global::System.Data.DataRowBuilder rb) :
base(rb) {
this.tableamappstatus = ((amappstatusDataTable)(this.Table));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string COOP_ID {
get {
return ((string)(this[this.tableamappstatus.COOP_IDColumn]));
}
set {
this[this.tableamappstatus.COOP_IDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string APPLICATION {
get {
return ((string)(this[this.tableamappstatus.APPLICATIONColumn]));
}
set {
this[this.tableamappstatus.APPLICATIONColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal CLOSEDAY_STATUS {
get {
try {
return ((decimal)(this[this.tableamappstatus.CLOSEDAY_STATUSColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CLOSEDAY_STATUS\' in table \'amappstatus\' is DBNull.", e);
}
}
set {
this[this.tableamappstatus.CLOSEDAY_STATUSColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string CLOSEDAY_ID {
get {
try {
return ((string)(this[this.tableamappstatus.CLOSEDAY_IDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CLOSEDAY_ID\' in table \'amappstatus\' is DBNull.", e);
}
}
set {
this[this.tableamappstatus.CLOSEDAY_IDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime CLOSEDAY_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableamappstatus.CLOSEDAY_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CLOSEDAY_DATE\' in table \'amappstatus\' is DBNull.", e);
}
}
set {
this[this.tableamappstatus.CLOSEDAY_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string CLOSEMONTH_ID {
get {
try {
return ((string)(this[this.tableamappstatus.CLOSEMONTH_IDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CLOSEMONTH_ID\' in table \'amappstatus\' is DBNull.", e);
}
}
set {
this[this.tableamappstatus.CLOSEMONTH_IDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime CLOSEMONTH_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableamappstatus.CLOSEMONTH_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CLOSEMONTH_DATE\' in table \'amappstatus\' is DBNull.", e);
}
}
set {
this[this.tableamappstatus.CLOSEMONTH_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal CLOSEMONTH_STATUS {
get {
try {
return ((decimal)(this[this.tableamappstatus.CLOSEMONTH_STATUSColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CLOSEMONTH_STATUS\' in table \'amappstatus\' is DBNull.", e);
}
}
set {
this[this.tableamappstatus.CLOSEMONTH_STATUSColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal CLOSEYEAR_STATUS {
get {
try {
return ((decimal)(this[this.tableamappstatus.CLOSEYEAR_STATUSColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CLOSEYEAR_STATUS\' in table \'amappstatus\' is DBNull.", e);
}
}
set {
this[this.tableamappstatus.CLOSEYEAR_STATUSColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string CLOSEYEAR_ID {
get {
try {
return ((string)(this[this.tableamappstatus.CLOSEYEAR_IDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CLOSEYEAR_ID\' in table \'amappstatus\' is DBNull.", e);
}
}
set {
this[this.tableamappstatus.CLOSEYEAR_IDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime CLOSEYEAR_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableamappstatus.CLOSEYEAR_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CLOSEYEAR_DATE\' in table \'amappstatus\' is DBNull.", e);
}
}
set {
this[this.tableamappstatus.CLOSEYEAR_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string SERVICE_NAME {
get {
try {
return ((string)(this[this.tableamappstatus.SERVICE_NAMEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SERVICE_NAME\' in table \'amappstatus\' is DBNull.", e);
}
}
set {
this[this.tableamappstatus.SERVICE_NAMEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string SERVER_IP {
get {
try {
return ((string)(this[this.tableamappstatus.SERVER_IPColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SERVER_IP\' in table \'amappstatus\' is DBNull.", e);
}
}
set {
this[this.tableamappstatus.SERVER_IPColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal AUTO_FLAG {
get {
try {
return ((decimal)(this[this.tableamappstatus.AUTO_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'AUTO_FLAG\' in table \'amappstatus\' is DBNull.", e);
}
}
set {
this[this.tableamappstatus.AUTO_FLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal LAST_LOG_SEQ_NO {
get {
try {
return ((decimal)(this[this.tableamappstatus.LAST_LOG_SEQ_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LAST_LOG_SEQ_NO\' in table \'amappstatus\' is DBNull.", e);
}
}
set {
this[this.tableamappstatus.LAST_LOG_SEQ_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string CUR_PROCESS_ID {
get {
try {
return ((string)(this[this.tableamappstatus.CUR_PROCESS_IDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CUR_PROCESS_ID\' in table \'amappstatus\' is DBNull.", e);
}
}
set {
this[this.tableamappstatus.CUR_PROCESS_IDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime DATECUT_OF {
get {
try {
return ((global::System.DateTime)(this[this.tableamappstatus.DATECUT_OFColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'DATECUT_OF\' in table \'amappstatus\' is DBNull.", e);
}
}
set {
this[this.tableamappstatus.DATECUT_OFColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime NXTDATECUT_OF {
get {
try {
return ((global::System.DateTime)(this[this.tableamappstatus.NXTDATECUT_OFColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'NXTDATECUT_OF\' in table \'amappstatus\' is DBNull.", e);
}
}
set {
this[this.tableamappstatus.NXTDATECUT_OFColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal CURRENT_ACCYEAR {
get {
try {
return ((decimal)(this[this.tableamappstatus.CURRENT_ACCYEARColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CURRENT_ACCYEAR\' in table \'amappstatus\' is DBNull.", e);
}
}
set {
this[this.tableamappstatus.CURRENT_ACCYEARColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal CLOSEME_MINUTE {
get {
try {
return ((decimal)(this[this.tableamappstatus.CLOSEME_MINUTEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CLOSEME_MINUTE\' in table \'amappstatus\' is DBNull.", e);
}
}
set {
this[this.tableamappstatus.CLOSEME_MINUTEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string DESCRIPTION {
get {
try {
return ((string)(this[this.tableamappstatus.DESCRIPTIONColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'DESCRIPTION\' in table \'amappstatus\' is DBNull.", e);
}
}
set {
this[this.tableamappstatus.DESCRIPTIONColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string APPLGROUP_CODE {
get {
try {
return ((string)(this[this.tableamappstatus.APPLGROUP_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'APPLGROUP_CODE\' in table \'amappstatus\' is DBNull.", e);
}
}
set {
this[this.tableamappstatus.APPLGROUP_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string APPLTIME_CODE {
get {
try {
return ((string)(this[this.tableamappstatus.APPLTIME_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'APPLTIME_CODE\' in table \'amappstatus\' is DBNull.", e);
}
}
set {
this[this.tableamappstatus.APPLTIME_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal APPLTIME_DAYINCMT {
get {
try {
return ((decimal)(this[this.tableamappstatus.APPLTIME_DAYINCMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'APPLTIME_DAYINCMT\' in table \'amappstatus\' is DBNull.", e);
}
}
set {
this[this.tableamappstatus.APPLTIME_DAYINCMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string BRANCH_ID {
get {
try {
return ((string)(this[this.tableamappstatus.BRANCH_IDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BRANCH_ID\' in table \'amappstatus\' is DBNull.", e);
}
}
set {
this[this.tableamappstatus.BRANCH_IDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal MENU_ORDER {
get {
try {
return ((decimal)(this[this.tableamappstatus.MENU_ORDERColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MENU_ORDER\' in table \'amappstatus\' is DBNull.", e);
}
}
set {
this[this.tableamappstatus.MENU_ORDERColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal USED_FLAG {
get {
try {
return ((decimal)(this[this.tableamappstatus.USED_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'USED_FLAG\' in table \'amappstatus\' is DBNull.", e);
}
}
set {
this[this.tableamappstatus.USED_FLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string COOP_CONTROL {
get {
try {
return ((string)(this[this.tableamappstatus.COOP_CONTROLColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'COOP_CONTROL\' in table \'amappstatus\' is DBNull.", e);
}
}
set {
this[this.tableamappstatus.COOP_CONTROLColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal CHECK_CLOSE_STATUS {
get {
try {
return ((decimal)(this[this.tableamappstatus.CHECK_CLOSE_STATUSColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CHECK_CLOSE_STATUS\' in table \'amappstatus\' is DBNull.", e);
}
}
set {
this[this.tableamappstatus.CHECK_CLOSE_STATUSColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime LAST_WORKDATE {
get {
try {
return ((global::System.DateTime)(this[this.tableamappstatus.LAST_WORKDATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LAST_WORKDATE\' in table \'amappstatus\' is DBNull.", e);
}
}
set {
this[this.tableamappstatus.LAST_WORKDATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime WORKDATE {
get {
try {
return ((global::System.DateTime)(this[this.tableamappstatus.WORKDATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'WORKDATE\' in table \'amappstatus\' is DBNull.", e);
}
}
set {
this[this.tableamappstatus.WORKDATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal PORT_NUMBER {
get {
try {
return ((decimal)(this[this.tableamappstatus.PORT_NUMBERColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PORT_NUMBER\' in table \'amappstatus\' is DBNull.", e);
}
}
set {
this[this.tableamappstatus.PORT_NUMBERColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal post_flag {
get {
return ((decimal)(this[this.tableamappstatus.post_flagColumn]));
}
set {
this[this.tableamappstatus.post_flagColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCLOSEDAY_STATUSNull() {
return this.IsNull(this.tableamappstatus.CLOSEDAY_STATUSColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCLOSEDAY_STATUSNull() {
this[this.tableamappstatus.CLOSEDAY_STATUSColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCLOSEDAY_IDNull() {
return this.IsNull(this.tableamappstatus.CLOSEDAY_IDColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCLOSEDAY_IDNull() {
this[this.tableamappstatus.CLOSEDAY_IDColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCLOSEDAY_DATENull() {
return this.IsNull(this.tableamappstatus.CLOSEDAY_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCLOSEDAY_DATENull() {
this[this.tableamappstatus.CLOSEDAY_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCLOSEMONTH_IDNull() {
return this.IsNull(this.tableamappstatus.CLOSEMONTH_IDColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCLOSEMONTH_IDNull() {
this[this.tableamappstatus.CLOSEMONTH_IDColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCLOSEMONTH_DATENull() {
return this.IsNull(this.tableamappstatus.CLOSEMONTH_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCLOSEMONTH_DATENull() {
this[this.tableamappstatus.CLOSEMONTH_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCLOSEMONTH_STATUSNull() {
return this.IsNull(this.tableamappstatus.CLOSEMONTH_STATUSColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCLOSEMONTH_STATUSNull() {
this[this.tableamappstatus.CLOSEMONTH_STATUSColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCLOSEYEAR_STATUSNull() {
return this.IsNull(this.tableamappstatus.CLOSEYEAR_STATUSColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCLOSEYEAR_STATUSNull() {
this[this.tableamappstatus.CLOSEYEAR_STATUSColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCLOSEYEAR_IDNull() {
return this.IsNull(this.tableamappstatus.CLOSEYEAR_IDColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCLOSEYEAR_IDNull() {
this[this.tableamappstatus.CLOSEYEAR_IDColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCLOSEYEAR_DATENull() {
return this.IsNull(this.tableamappstatus.CLOSEYEAR_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCLOSEYEAR_DATENull() {
this[this.tableamappstatus.CLOSEYEAR_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSERVICE_NAMENull() {
return this.IsNull(this.tableamappstatus.SERVICE_NAMEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSERVICE_NAMENull() {
this[this.tableamappstatus.SERVICE_NAMEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSERVER_IPNull() {
return this.IsNull(this.tableamappstatus.SERVER_IPColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSERVER_IPNull() {
this[this.tableamappstatus.SERVER_IPColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsAUTO_FLAGNull() {
return this.IsNull(this.tableamappstatus.AUTO_FLAGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetAUTO_FLAGNull() {
this[this.tableamappstatus.AUTO_FLAGColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLAST_LOG_SEQ_NONull() {
return this.IsNull(this.tableamappstatus.LAST_LOG_SEQ_NOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLAST_LOG_SEQ_NONull() {
this[this.tableamappstatus.LAST_LOG_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 IsCUR_PROCESS_IDNull() {
return this.IsNull(this.tableamappstatus.CUR_PROCESS_IDColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCUR_PROCESS_IDNull() {
this[this.tableamappstatus.CUR_PROCESS_IDColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsDATECUT_OFNull() {
return this.IsNull(this.tableamappstatus.DATECUT_OFColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetDATECUT_OFNull() {
this[this.tableamappstatus.DATECUT_OFColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsNXTDATECUT_OFNull() {
return this.IsNull(this.tableamappstatus.NXTDATECUT_OFColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetNXTDATECUT_OFNull() {
this[this.tableamappstatus.NXTDATECUT_OFColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCURRENT_ACCYEARNull() {
return this.IsNull(this.tableamappstatus.CURRENT_ACCYEARColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCURRENT_ACCYEARNull() {
this[this.tableamappstatus.CURRENT_ACCYEARColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCLOSEME_MINUTENull() {
return this.IsNull(this.tableamappstatus.CLOSEME_MINUTEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCLOSEME_MINUTENull() {
this[this.tableamappstatus.CLOSEME_MINUTEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsDESCRIPTIONNull() {
return this.IsNull(this.tableamappstatus.DESCRIPTIONColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetDESCRIPTIONNull() {
this[this.tableamappstatus.DESCRIPTIONColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsAPPLGROUP_CODENull() {
return this.IsNull(this.tableamappstatus.APPLGROUP_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetAPPLGROUP_CODENull() {
this[this.tableamappstatus.APPLGROUP_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsAPPLTIME_CODENull() {
return this.IsNull(this.tableamappstatus.APPLTIME_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetAPPLTIME_CODENull() {
this[this.tableamappstatus.APPLTIME_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsAPPLTIME_DAYINCMTNull() {
return this.IsNull(this.tableamappstatus.APPLTIME_DAYINCMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetAPPLTIME_DAYINCMTNull() {
this[this.tableamappstatus.APPLTIME_DAYINCMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBRANCH_IDNull() {
return this.IsNull(this.tableamappstatus.BRANCH_IDColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBRANCH_IDNull() {
this[this.tableamappstatus.BRANCH_IDColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMENU_ORDERNull() {
return this.IsNull(this.tableamappstatus.MENU_ORDERColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMENU_ORDERNull() {
this[this.tableamappstatus.MENU_ORDERColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsUSED_FLAGNull() {
return this.IsNull(this.tableamappstatus.USED_FLAGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetUSED_FLAGNull() {
this[this.tableamappstatus.USED_FLAGColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCOOP_CONTROLNull() {
return this.IsNull(this.tableamappstatus.COOP_CONTROLColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCOOP_CONTROLNull() {
this[this.tableamappstatus.COOP_CONTROLColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCHECK_CLOSE_STATUSNull() {
return this.IsNull(this.tableamappstatus.CHECK_CLOSE_STATUSColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCHECK_CLOSE_STATUSNull() {
this[this.tableamappstatus.CHECK_CLOSE_STATUSColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLAST_WORKDATENull() {
return this.IsNull(this.tableamappstatus.LAST_WORKDATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLAST_WORKDATENull() {
this[this.tableamappstatus.LAST_WORKDATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsWORKDATENull() {
return this.IsNull(this.tableamappstatus.WORKDATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetWORKDATENull() {
this[this.tableamappstatus.WORKDATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPORT_NUMBERNull() {
return this.IsNull(this.tableamappstatus.PORT_NUMBERColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPORT_NUMBERNull() {
this[this.tableamappstatus.PORT_NUMBERColumn] = global::System.Convert.DBNull;
}
}
///
///Row event argument class
///
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public class amappstatusRowChangeEvent : global::System.EventArgs {
private amappstatusRow 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 amappstatusRowChangeEvent(amappstatusRow 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 amappstatusRow 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;
}
}
}
}
}
namespace Saving.Applications.admin.dlg.w_dlg_dialogadd_ctrl.DataSet1TableAdapters {
///
///Represents the connection and commands used to retrieve and save data.
///
[global::System.ComponentModel.DesignerCategoryAttribute("code")]
[global::System.ComponentModel.ToolboxItem(true)]
[global::System.ComponentModel.DataObjectAttribute(true)]
[global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterDesigner, Microsoft.VSDesigner" +
", Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
public partial class amappstatusTableAdapter : global::System.ComponentModel.Component {
private global::System.Data.Odbc.OdbcDataAdapter _adapter;
private global::System.Data.Odbc.OdbcConnection _connection;
private global::System.Data.Odbc.OdbcTransaction _transaction;
private global::System.Data.Odbc.OdbcCommand[] _commandCollection;
private bool _clearBeforeFill;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public amappstatusTableAdapter() {
this.ClearBeforeFill = true;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected internal global::System.Data.Odbc.OdbcDataAdapter Adapter {
get {
if ((this._adapter == null)) {
this.InitAdapter();
}
return this._adapter;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal global::System.Data.Odbc.OdbcConnection Connection {
get {
if ((this._connection == null)) {
this.InitConnection();
}
return this._connection;
}
set {
this._connection = value;
if ((this.Adapter.InsertCommand != null)) {
this.Adapter.InsertCommand.Connection = value;
}
if ((this.Adapter.DeleteCommand != null)) {
this.Adapter.DeleteCommand.Connection = value;
}
if ((this.Adapter.UpdateCommand != null)) {
this.Adapter.UpdateCommand.Connection = value;
}
for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) {
if ((this.CommandCollection[i] != null)) {
((global::System.Data.Odbc.OdbcCommand)(this.CommandCollection[i])).Connection = value;
}
}
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal global::System.Data.Odbc.OdbcTransaction Transaction {
get {
return this._transaction;
}
set {
this._transaction = value;
for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) {
this.CommandCollection[i].Transaction = this._transaction;
}
if (((this.Adapter != null)
&& (this.Adapter.DeleteCommand != null))) {
this.Adapter.DeleteCommand.Transaction = this._transaction;
}
if (((this.Adapter != null)
&& (this.Adapter.InsertCommand != null))) {
this.Adapter.InsertCommand.Transaction = this._transaction;
}
if (((this.Adapter != null)
&& (this.Adapter.UpdateCommand != null))) {
this.Adapter.UpdateCommand.Transaction = this._transaction;
}
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected global::System.Data.Odbc.OdbcCommand[] CommandCollection {
get {
if ((this._commandCollection == null)) {
this.InitCommandCollection();
}
return this._commandCollection;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool ClearBeforeFill {
get {
return this._clearBeforeFill;
}
set {
this._clearBeforeFill = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitAdapter() {
this._adapter = new global::System.Data.Odbc.OdbcDataAdapter();
global::System.Data.Common.DataTableMapping tableMapping = new global::System.Data.Common.DataTableMapping();
tableMapping.SourceTable = "Table";
tableMapping.DataSetTable = "amappstatus";
tableMapping.ColumnMappings.Add("COOP_ID", "COOP_ID");
tableMapping.ColumnMappings.Add("APPLICATION", "APPLICATION");
tableMapping.ColumnMappings.Add("CLOSEDAY_STATUS", "CLOSEDAY_STATUS");
tableMapping.ColumnMappings.Add("CLOSEDAY_ID", "CLOSEDAY_ID");
tableMapping.ColumnMappings.Add("CLOSEDAY_DATE", "CLOSEDAY_DATE");
tableMapping.ColumnMappings.Add("CLOSEMONTH_ID", "CLOSEMONTH_ID");
tableMapping.ColumnMappings.Add("CLOSEMONTH_DATE", "CLOSEMONTH_DATE");
tableMapping.ColumnMappings.Add("CLOSEMONTH_STATUS", "CLOSEMONTH_STATUS");
tableMapping.ColumnMappings.Add("CLOSEYEAR_STATUS", "CLOSEYEAR_STATUS");
tableMapping.ColumnMappings.Add("CLOSEYEAR_ID", "CLOSEYEAR_ID");
tableMapping.ColumnMappings.Add("CLOSEYEAR_DATE", "CLOSEYEAR_DATE");
tableMapping.ColumnMappings.Add("SERVICE_NAME", "SERVICE_NAME");
tableMapping.ColumnMappings.Add("SERVER_IP", "SERVER_IP");
tableMapping.ColumnMappings.Add("AUTO_FLAG", "AUTO_FLAG");
tableMapping.ColumnMappings.Add("LAST_LOG_SEQ_NO", "LAST_LOG_SEQ_NO");
tableMapping.ColumnMappings.Add("CUR_PROCESS_ID", "CUR_PROCESS_ID");
tableMapping.ColumnMappings.Add("DATECUT_OF", "DATECUT_OF");
tableMapping.ColumnMappings.Add("NXTDATECUT_OF", "NXTDATECUT_OF");
tableMapping.ColumnMappings.Add("CURRENT_ACCYEAR", "CURRENT_ACCYEAR");
tableMapping.ColumnMappings.Add("CLOSEME_MINUTE", "CLOSEME_MINUTE");
tableMapping.ColumnMappings.Add("DESCRIPTION", "DESCRIPTION");
tableMapping.ColumnMappings.Add("APPLGROUP_CODE", "APPLGROUP_CODE");
tableMapping.ColumnMappings.Add("APPLTIME_CODE", "APPLTIME_CODE");
tableMapping.ColumnMappings.Add("APPLTIME_DAYINCMT", "APPLTIME_DAYINCMT");
tableMapping.ColumnMappings.Add("BRANCH_ID", "BRANCH_ID");
tableMapping.ColumnMappings.Add("MENU_ORDER", "MENU_ORDER");
tableMapping.ColumnMappings.Add("USED_FLAG", "USED_FLAG");
tableMapping.ColumnMappings.Add("COOP_CONTROL", "COOP_CONTROL");
tableMapping.ColumnMappings.Add("CHECK_CLOSE_STATUS", "CHECK_CLOSE_STATUS");
tableMapping.ColumnMappings.Add("LAST_WORKDATE", "LAST_WORKDATE");
tableMapping.ColumnMappings.Add("WORKDATE", "WORKDATE");
tableMapping.ColumnMappings.Add("PORT_NUMBER", "PORT_NUMBER");
tableMapping.ColumnMappings.Add("post_flag", "post_flag");
this._adapter.TableMappings.Add(tableMapping);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitConnection() {
this._connection = new global::System.Data.Odbc.OdbcConnection();
this._connection.ConnectionString = System.Configuration.ConfigurationManager.ConnectionStrings["ConnectionString2"].ConnectionString;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitCommandCollection() {
this._commandCollection = new global::System.Data.Odbc.OdbcCommand[1];
this._commandCollection[0] = new global::System.Data.Odbc.OdbcCommand();
this._commandCollection[0].Connection = this.Connection;
this._commandCollection[0].CommandText = @"SELECT COOP_ID, APPLICATION, CLOSEDAY_STATUS, CLOSEDAY_ID, CLOSEDAY_DATE, CLOSEMONTH_ID, CLOSEMONTH_DATE, CLOSEMONTH_STATUS,
CLOSEYEAR_STATUS, CLOSEYEAR_ID, CLOSEYEAR_DATE, SERVICE_NAME, SERVER_IP, AUTO_FLAG, LAST_LOG_SEQ_NO, CUR_PROCESS_ID, DATECUT_OF,
NXTDATECUT_OF, CURRENT_ACCYEAR, CLOSEME_MINUTE, DESCRIPTION, APPLGROUP_CODE, APPLTIME_CODE, APPLTIME_DAYINCMT, BRANCH_ID,
MENU_ORDER, USED_FLAG, COOP_CONTROL, CHECK_CLOSE_STATUS, LAST_WORKDATE, WORKDATE, PORT_NUMBER, post_flag
FROM amappstatus";
this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, true)]
public virtual int Fill(DataSet1.amappstatusDataTable dataTable) {
this.Adapter.SelectCommand = this.CommandCollection[0];
if ((this.ClearBeforeFill == true)) {
dataTable.Clear();
}
int returnValue = this.Adapter.Fill(dataTable);
return returnValue;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)]
public virtual DataSet1.amappstatusDataTable GetData() {
this.Adapter.SelectCommand = this.CommandCollection[0];
DataSet1.amappstatusDataTable dataTable = new DataSet1.amappstatusDataTable();
this.Adapter.Fill(dataTable);
return dataTable;
}
}
///
///TableAdapterManager is used to coordinate TableAdapters in the dataset to enable Hierarchical Update scenarios
///
[global::System.ComponentModel.DesignerCategoryAttribute("code")]
[global::System.ComponentModel.ToolboxItem(true)]
[global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterManagerDesigner, Microsoft.VSD" +
"esigner, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapterManager")]
public partial class TableAdapterManager : global::System.ComponentModel.Component {
private UpdateOrderOption _updateOrder;
private bool _backupDataSetBeforeUpdate;
private global::System.Data.IDbConnection _connection;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public UpdateOrderOption UpdateOrder {
get {
return this._updateOrder;
}
set {
this._updateOrder = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool BackupDataSetBeforeUpdate {
get {
return this._backupDataSetBeforeUpdate;
}
set {
this._backupDataSetBeforeUpdate = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
public global::System.Data.IDbConnection Connection {
get {
if ((this._connection != null)) {
return this._connection;
}
return null;
}
set {
this._connection = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
public int TableAdapterInstanceCount {
get {
int count = 0;
return count;
}
}
///
///Update rows in top-down order.
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private int UpdateUpdatedRows(DataSet1 dataSet, global::System.Collections.Generic.List allChangedRows, global::System.Collections.Generic.List allAddedRows) {
int result = 0;
return result;
}
///
///Insert rows in top-down order.
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private int UpdateInsertedRows(DataSet1 dataSet, global::System.Collections.Generic.List allAddedRows) {
int result = 0;
return result;
}
///
///Delete rows in bottom-up order.
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private int UpdateDeletedRows(DataSet1 dataSet, global::System.Collections.Generic.List allChangedRows) {
int result = 0;
return result;
}
///
///Remove inserted rows that become updated rows after calling TableAdapter.Update(inserted rows) first
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private global::System.Data.DataRow[] GetRealUpdatedRows(global::System.Data.DataRow[] updatedRows, global::System.Collections.Generic.List allAddedRows) {
if (((updatedRows == null)
|| (updatedRows.Length < 1))) {
return updatedRows;
}
if (((allAddedRows == null)
|| (allAddedRows.Count < 1))) {
return updatedRows;
}
global::System.Collections.Generic.List realUpdatedRows = new global::System.Collections.Generic.List();
for (int i = 0; (i < updatedRows.Length); i = (i + 1)) {
global::System.Data.DataRow row = updatedRows[i];
if ((allAddedRows.Contains(row) == false)) {
realUpdatedRows.Add(row);
}
}
return realUpdatedRows.ToArray();
}
///
///Update all changes to the dataset.
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public virtual int UpdateAll(DataSet1 dataSet) {
if ((dataSet == null)) {
throw new global::System.ArgumentNullException("dataSet");
}
if ((dataSet.HasChanges() == false)) {
return 0;
}
global::System.Data.IDbConnection workConnection = this.Connection;
if ((workConnection == null)) {
throw new global::System.ApplicationException("TableAdapterManager contains no connection information. Set each TableAdapterMana" +
"ger TableAdapter property to a valid TableAdapter instance.");
}
bool workConnOpened = false;
if (((workConnection.State & global::System.Data.ConnectionState.Broken)
== global::System.Data.ConnectionState.Broken)) {
workConnection.Close();
}
if ((workConnection.State == global::System.Data.ConnectionState.Closed)) {
workConnection.Open();
workConnOpened = true;
}
global::System.Data.IDbTransaction workTransaction = workConnection.BeginTransaction();
if ((workTransaction == null)) {
throw new global::System.ApplicationException("The transaction cannot begin. The current data connection does not support transa" +
"ctions or the current state is not allowing the transaction to begin.");
}
global::System.Collections.Generic.List allChangedRows = new global::System.Collections.Generic.List();
global::System.Collections.Generic.List allAddedRows = new global::System.Collections.Generic.List();
global::System.Collections.Generic.List adaptersWithAcceptChangesDuringUpdate = new global::System.Collections.Generic.List();
global::System.Collections.Generic.Dictionary