//------------------------------------------------------------------------------
//
// This code was generated by a tool.
// Runtime Version:4.0.30319.33440
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
//
//------------------------------------------------------------------------------
#pragma warning disable 1591
namespace Saving.Applications.shrlon.w_sheet_ln_nplmaster_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 MBMEMBMASTERDataTable tableMBMEMBMASTER;
private LNCONTMASTERDataTable tableLNCONTMASTER;
private LNNPLMASTERDataTable tableLNNPLMASTER;
private LNNPLFOLLOWDataTable tableLNNPLFOLLOW;
private LNNPLBOARDMEETINGSUBDataTable tableLNNPLBOARDMEETINGSUB;
private LNNPLRESOLUTIONDataTable tableLNNPLRESOLUTION;
private LNNPLMORTDataTable tableLNNPLMORT;
private LNNPLCOLLMASTDataTable tableLNNPLCOLLMAST;
private LNNPLFOLLOWMASTERDataTable tableLNNPLFOLLOWMASTER;
private LNNPLFOLLOWDETAILDataTable tableLNNPLFOLLOWDETAIL;
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();
this.InitExpressions();
}
[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;
if ((this.DetermineSchemaSerializationMode(info, context) == global::System.Data.SchemaSerializationMode.ExcludeSchema)) {
this.InitExpressions();
}
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["MBMEMBMASTER"] != null)) {
base.Tables.Add(new MBMEMBMASTERDataTable(ds.Tables["MBMEMBMASTER"]));
}
if ((ds.Tables["LNCONTMASTER"] != null)) {
base.Tables.Add(new LNCONTMASTERDataTable(ds.Tables["LNCONTMASTER"]));
}
if ((ds.Tables["LNNPLMASTER"] != null)) {
base.Tables.Add(new LNNPLMASTERDataTable(ds.Tables["LNNPLMASTER"]));
}
if ((ds.Tables["LNNPLFOLLOW"] != null)) {
base.Tables.Add(new LNNPLFOLLOWDataTable(ds.Tables["LNNPLFOLLOW"]));
}
if ((ds.Tables["LNNPLBOARDMEETINGSUB"] != null)) {
base.Tables.Add(new LNNPLBOARDMEETINGSUBDataTable(ds.Tables["LNNPLBOARDMEETINGSUB"]));
}
if ((ds.Tables["LNNPLRESOLUTION"] != null)) {
base.Tables.Add(new LNNPLRESOLUTIONDataTable(ds.Tables["LNNPLRESOLUTION"]));
}
if ((ds.Tables["LNNPLMORT"] != null)) {
base.Tables.Add(new LNNPLMORTDataTable(ds.Tables["LNNPLMORT"]));
}
if ((ds.Tables["LNNPLCOLLMAST"] != null)) {
base.Tables.Add(new LNNPLCOLLMASTDataTable(ds.Tables["LNNPLCOLLMAST"]));
}
if ((ds.Tables["LNNPLFOLLOWMASTER"] != null)) {
base.Tables.Add(new LNNPLFOLLOWMASTERDataTable(ds.Tables["LNNPLFOLLOWMASTER"]));
}
if ((ds.Tables["LNNPLFOLLOWDETAIL"] != null)) {
base.Tables.Add(new LNNPLFOLLOWDETAILDataTable(ds.Tables["LNNPLFOLLOWDETAIL"]));
}
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.InitExpressions();
}
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 MBMEMBMASTERDataTable MBMEMBMASTER {
get {
return this.tableMBMEMBMASTER;
}
}
[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 LNCONTMASTERDataTable LNCONTMASTER {
get {
return this.tableLNCONTMASTER;
}
}
[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 LNNPLMASTERDataTable LNNPLMASTER {
get {
return this.tableLNNPLMASTER;
}
}
[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 LNNPLFOLLOWDataTable LNNPLFOLLOW {
get {
return this.tableLNNPLFOLLOW;
}
}
[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 LNNPLBOARDMEETINGSUBDataTable LNNPLBOARDMEETINGSUB {
get {
return this.tableLNNPLBOARDMEETINGSUB;
}
}
[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 LNNPLRESOLUTIONDataTable LNNPLRESOLUTION {
get {
return this.tableLNNPLRESOLUTION;
}
}
[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 LNNPLMORTDataTable LNNPLMORT {
get {
return this.tableLNNPLMORT;
}
}
[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 LNNPLCOLLMASTDataTable LNNPLCOLLMAST {
get {
return this.tableLNNPLCOLLMAST;
}
}
[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 LNNPLFOLLOWMASTERDataTable LNNPLFOLLOWMASTER {
get {
return this.tableLNNPLFOLLOWMASTER;
}
}
[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 LNNPLFOLLOWDETAILDataTable LNNPLFOLLOWDETAIL {
get {
return this.tableLNNPLFOLLOWDETAIL;
}
}
[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.InitExpressions();
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["MBMEMBMASTER"] != null)) {
base.Tables.Add(new MBMEMBMASTERDataTable(ds.Tables["MBMEMBMASTER"]));
}
if ((ds.Tables["LNCONTMASTER"] != null)) {
base.Tables.Add(new LNCONTMASTERDataTable(ds.Tables["LNCONTMASTER"]));
}
if ((ds.Tables["LNNPLMASTER"] != null)) {
base.Tables.Add(new LNNPLMASTERDataTable(ds.Tables["LNNPLMASTER"]));
}
if ((ds.Tables["LNNPLFOLLOW"] != null)) {
base.Tables.Add(new LNNPLFOLLOWDataTable(ds.Tables["LNNPLFOLLOW"]));
}
if ((ds.Tables["LNNPLBOARDMEETINGSUB"] != null)) {
base.Tables.Add(new LNNPLBOARDMEETINGSUBDataTable(ds.Tables["LNNPLBOARDMEETINGSUB"]));
}
if ((ds.Tables["LNNPLRESOLUTION"] != null)) {
base.Tables.Add(new LNNPLRESOLUTIONDataTable(ds.Tables["LNNPLRESOLUTION"]));
}
if ((ds.Tables["LNNPLMORT"] != null)) {
base.Tables.Add(new LNNPLMORTDataTable(ds.Tables["LNNPLMORT"]));
}
if ((ds.Tables["LNNPLCOLLMAST"] != null)) {
base.Tables.Add(new LNNPLCOLLMASTDataTable(ds.Tables["LNNPLCOLLMAST"]));
}
if ((ds.Tables["LNNPLFOLLOWMASTER"] != null)) {
base.Tables.Add(new LNNPLFOLLOWMASTERDataTable(ds.Tables["LNNPLFOLLOWMASTER"]));
}
if ((ds.Tables["LNNPLFOLLOWDETAIL"] != null)) {
base.Tables.Add(new LNNPLFOLLOWDETAILDataTable(ds.Tables["LNNPLFOLLOWDETAIL"]));
}
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.tableMBMEMBMASTER = ((MBMEMBMASTERDataTable)(base.Tables["MBMEMBMASTER"]));
if ((initTable == true)) {
if ((this.tableMBMEMBMASTER != null)) {
this.tableMBMEMBMASTER.InitVars();
}
}
this.tableLNCONTMASTER = ((LNCONTMASTERDataTable)(base.Tables["LNCONTMASTER"]));
if ((initTable == true)) {
if ((this.tableLNCONTMASTER != null)) {
this.tableLNCONTMASTER.InitVars();
}
}
this.tableLNNPLMASTER = ((LNNPLMASTERDataTable)(base.Tables["LNNPLMASTER"]));
if ((initTable == true)) {
if ((this.tableLNNPLMASTER != null)) {
this.tableLNNPLMASTER.InitVars();
}
}
this.tableLNNPLFOLLOW = ((LNNPLFOLLOWDataTable)(base.Tables["LNNPLFOLLOW"]));
if ((initTable == true)) {
if ((this.tableLNNPLFOLLOW != null)) {
this.tableLNNPLFOLLOW.InitVars();
}
}
this.tableLNNPLBOARDMEETINGSUB = ((LNNPLBOARDMEETINGSUBDataTable)(base.Tables["LNNPLBOARDMEETINGSUB"]));
if ((initTable == true)) {
if ((this.tableLNNPLBOARDMEETINGSUB != null)) {
this.tableLNNPLBOARDMEETINGSUB.InitVars();
}
}
this.tableLNNPLRESOLUTION = ((LNNPLRESOLUTIONDataTable)(base.Tables["LNNPLRESOLUTION"]));
if ((initTable == true)) {
if ((this.tableLNNPLRESOLUTION != null)) {
this.tableLNNPLRESOLUTION.InitVars();
}
}
this.tableLNNPLMORT = ((LNNPLMORTDataTable)(base.Tables["LNNPLMORT"]));
if ((initTable == true)) {
if ((this.tableLNNPLMORT != null)) {
this.tableLNNPLMORT.InitVars();
}
}
this.tableLNNPLCOLLMAST = ((LNNPLCOLLMASTDataTable)(base.Tables["LNNPLCOLLMAST"]));
if ((initTable == true)) {
if ((this.tableLNNPLCOLLMAST != null)) {
this.tableLNNPLCOLLMAST.InitVars();
}
}
this.tableLNNPLFOLLOWMASTER = ((LNNPLFOLLOWMASTERDataTable)(base.Tables["LNNPLFOLLOWMASTER"]));
if ((initTable == true)) {
if ((this.tableLNNPLFOLLOWMASTER != null)) {
this.tableLNNPLFOLLOWMASTER.InitVars();
}
}
this.tableLNNPLFOLLOWDETAIL = ((LNNPLFOLLOWDETAILDataTable)(base.Tables["LNNPLFOLLOWDETAIL"]));
if ((initTable == true)) {
if ((this.tableLNNPLFOLLOWDETAIL != null)) {
this.tableLNNPLFOLLOWDETAIL.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.tableMBMEMBMASTER = new MBMEMBMASTERDataTable(false);
base.Tables.Add(this.tableMBMEMBMASTER);
this.tableLNCONTMASTER = new LNCONTMASTERDataTable();
base.Tables.Add(this.tableLNCONTMASTER);
this.tableLNNPLMASTER = new LNNPLMASTERDataTable(false);
base.Tables.Add(this.tableLNNPLMASTER);
this.tableLNNPLFOLLOW = new LNNPLFOLLOWDataTable();
base.Tables.Add(this.tableLNNPLFOLLOW);
this.tableLNNPLBOARDMEETINGSUB = new LNNPLBOARDMEETINGSUBDataTable();
base.Tables.Add(this.tableLNNPLBOARDMEETINGSUB);
this.tableLNNPLRESOLUTION = new LNNPLRESOLUTIONDataTable();
base.Tables.Add(this.tableLNNPLRESOLUTION);
this.tableLNNPLMORT = new LNNPLMORTDataTable();
base.Tables.Add(this.tableLNNPLMORT);
this.tableLNNPLCOLLMAST = new LNNPLCOLLMASTDataTable();
base.Tables.Add(this.tableLNNPLCOLLMAST);
this.tableLNNPLFOLLOWMASTER = new LNNPLFOLLOWMASTERDataTable();
base.Tables.Add(this.tableLNNPLFOLLOWMASTER);
this.tableLNNPLFOLLOWDETAIL = new LNNPLFOLLOWDETAILDataTable();
base.Tables.Add(this.tableLNNPLFOLLOWDETAIL);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private bool ShouldSerializeMBMEMBMASTER() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private bool ShouldSerializeLNCONTMASTER() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private bool ShouldSerializeLNNPLMASTER() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private bool ShouldSerializeLNNPLFOLLOW() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private bool ShouldSerializeLNNPLBOARDMEETINGSUB() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private bool ShouldSerializeLNNPLRESOLUTION() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private bool ShouldSerializeLNNPLMORT() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private bool ShouldSerializeLNNPLCOLLMAST() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private bool ShouldSerializeLNNPLFOLLOWMASTER() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private bool ShouldSerializeLNNPLFOLLOWDETAIL() {
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.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitExpressions() {
this.MBMEMBMASTER.compute_1Column.Expression = "PRENAME_DESC + MEMB_NAME + \' \' + MEMB_SURNAME";
this.MBMEMBMASTER.compute_2Column.Expression = "ADDR_NO + iif(ADDR_MOO = \'\', \'\', \' หมู่ \' + ADDR_MOO) + iif(ADDR_SOI = \'\', \'\', \'" +
" ซอย \' + ADDR_SOI) + ADDR_VILLAGE + iif(TAMBOL_DESC = \'\', \'\', \' ตำบล \' + TAMBOL_" +
"DESC) + iif(DISTRICT_DESC = \'\', \'\', \' อำเภอ \' + DISTRICT_DESC)";
this.LNNPLMASTER.compute_1Column.Expression = "0";
this.LNNPLMASTER.compute_3Column.Expression = "prince_last_year - principal_balance";
this.LNNPLMASTER.compute_4Column.Expression = "iif( lawtype_code = 4, int_last_year - int_balance, 0)";
this.LNNPLMASTER.compute_5Column.Expression = "principal_balance + int_balance + iif( lawtype_code = 4 , margin , 0)";
this.LNNPLMASTER.compute_6Column.Expression = "iif( lawtype_code = 4 , 100 - ( ( ( principal_balance + int_balance ) / ( indict_" +
"prnamt + indict_intamt ) ) * 100), 0)";
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public delegate void MBMEMBMASTERRowChangeEventHandler(object sender, MBMEMBMASTERRowChangeEvent e);
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public delegate void LNCONTMASTERRowChangeEventHandler(object sender, LNCONTMASTERRowChangeEvent e);
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public delegate void LNNPLMASTERRowChangeEventHandler(object sender, LNNPLMASTERRowChangeEvent e);
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public delegate void LNNPLFOLLOWRowChangeEventHandler(object sender, LNNPLFOLLOWRowChangeEvent e);
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public delegate void LNNPLBOARDMEETINGSUBRowChangeEventHandler(object sender, LNNPLBOARDMEETINGSUBRowChangeEvent e);
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public delegate void LNNPLRESOLUTIONRowChangeEventHandler(object sender, LNNPLRESOLUTIONRowChangeEvent e);
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public delegate void LNNPLMORTRowChangeEventHandler(object sender, LNNPLMORTRowChangeEvent e);
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public delegate void LNNPLCOLLMASTRowChangeEventHandler(object sender, LNNPLCOLLMASTRowChangeEvent e);
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public delegate void LNNPLFOLLOWMASTERRowChangeEventHandler(object sender, LNNPLFOLLOWMASTERRowChangeEvent e);
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public delegate void LNNPLFOLLOWDETAILRowChangeEventHandler(object sender, LNNPLFOLLOWDETAILRowChangeEvent e);
///
///Represents the strongly named DataTable class.
///
[global::System.Serializable()]
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
public partial class MBMEMBMASTERDataTable : global::System.Data.TypedTableBase {
private global::System.Data.DataColumn columnCOOP_ID;
private global::System.Data.DataColumn columnMEMBER_NO;
private global::System.Data.DataColumn columnMEMB_NAME;
private global::System.Data.DataColumn columnMEMB_SURNAME;
private global::System.Data.DataColumn columnMEMBGROUP_CODE;
private global::System.Data.DataColumn columnADDR_NO;
private global::System.Data.DataColumn columnADDR_MOO;
private global::System.Data.DataColumn columnADDR_SOI;
private global::System.Data.DataColumn columnADDR_VILLAGE;
private global::System.Data.DataColumn columnADDR_ROAD;
private global::System.Data.DataColumn columnTAMBOL_CODE;
private global::System.Data.DataColumn columnAMPHUR_CODE;
private global::System.Data.DataColumn columnPROVINCE_CODE;
private global::System.Data.DataColumn columnADDR_POSTCODE;
private global::System.Data.DataColumn columnADDR_PHONE;
private global::System.Data.DataColumn columnADDR_MOBILEPHONE;
private global::System.Data.DataColumn columnCARD_PERSON;
private global::System.Data.DataColumn columnPROVINCE_DESC;
private global::System.Data.DataColumn columnPRENAME_DESC;
private global::System.Data.DataColumn columncompute_1;
private global::System.Data.DataColumn columncompute_2;
private global::System.Data.DataColumn columnTAMBOL_DESC;
private global::System.Data.DataColumn columnDISTRICT_DESC;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public MBMEMBMASTERDataTable() :
this(false) {
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public MBMEMBMASTERDataTable(bool initExpressions) {
this.TableName = "MBMEMBMASTER";
this.BeginInit();
this.InitClass();
if ((initExpressions == true)) {
this.InitExpressions();
}
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal MBMEMBMASTERDataTable(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 MBMEMBMASTERDataTable(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 MEMBER_NOColumn {
get {
return this.columnMEMBER_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MEMB_NAMEColumn {
get {
return this.columnMEMB_NAME;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MEMB_SURNAMEColumn {
get {
return this.columnMEMB_SURNAME;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MEMBGROUP_CODEColumn {
get {
return this.columnMEMBGROUP_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ADDR_NOColumn {
get {
return this.columnADDR_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ADDR_MOOColumn {
get {
return this.columnADDR_MOO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ADDR_SOIColumn {
get {
return this.columnADDR_SOI;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ADDR_VILLAGEColumn {
get {
return this.columnADDR_VILLAGE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ADDR_ROADColumn {
get {
return this.columnADDR_ROAD;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn TAMBOL_CODEColumn {
get {
return this.columnTAMBOL_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn AMPHUR_CODEColumn {
get {
return this.columnAMPHUR_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PROVINCE_CODEColumn {
get {
return this.columnPROVINCE_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ADDR_POSTCODEColumn {
get {
return this.columnADDR_POSTCODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ADDR_PHONEColumn {
get {
return this.columnADDR_PHONE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ADDR_MOBILEPHONEColumn {
get {
return this.columnADDR_MOBILEPHONE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CARD_PERSONColumn {
get {
return this.columnCARD_PERSON;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PROVINCE_DESCColumn {
get {
return this.columnPROVINCE_DESC;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PRENAME_DESCColumn {
get {
return this.columnPRENAME_DESC;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn compute_1Column {
get {
return this.columncompute_1;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn compute_2Column {
get {
return this.columncompute_2;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn TAMBOL_DESCColumn {
get {
return this.columnTAMBOL_DESC;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn DISTRICT_DESCColumn {
get {
return this.columnDISTRICT_DESC;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
public int Count {
get {
return this.Rows.Count;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public MBMEMBMASTERRow this[int index] {
get {
return ((MBMEMBMASTERRow)(this.Rows[index]));
}
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event MBMEMBMASTERRowChangeEventHandler MBMEMBMASTERRowChanging;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event MBMEMBMASTERRowChangeEventHandler MBMEMBMASTERRowChanged;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event MBMEMBMASTERRowChangeEventHandler MBMEMBMASTERRowDeleting;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event MBMEMBMASTERRowChangeEventHandler MBMEMBMASTERRowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void AddMBMEMBMASTERRow(MBMEMBMASTERRow row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public MBMEMBMASTERRow AddMBMEMBMASTERRow(
string COOP_ID,
string MEMBER_NO,
string MEMB_NAME,
string MEMB_SURNAME,
string MEMBGROUP_CODE,
string ADDR_NO,
string ADDR_MOO,
string ADDR_SOI,
string ADDR_VILLAGE,
string ADDR_ROAD,
string TAMBOL_CODE,
string AMPHUR_CODE,
string PROVINCE_CODE,
string ADDR_POSTCODE,
string ADDR_PHONE,
string ADDR_MOBILEPHONE,
string CARD_PERSON,
string PROVINCE_DESC,
string PRENAME_DESC,
string compute_1,
string compute_2,
string TAMBOL_DESC,
string DISTRICT_DESC) {
MBMEMBMASTERRow rowMBMEMBMASTERRow = ((MBMEMBMASTERRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
COOP_ID,
MEMBER_NO,
MEMB_NAME,
MEMB_SURNAME,
MEMBGROUP_CODE,
ADDR_NO,
ADDR_MOO,
ADDR_SOI,
ADDR_VILLAGE,
ADDR_ROAD,
TAMBOL_CODE,
AMPHUR_CODE,
PROVINCE_CODE,
ADDR_POSTCODE,
ADDR_PHONE,
ADDR_MOBILEPHONE,
CARD_PERSON,
PROVINCE_DESC,
PRENAME_DESC,
compute_1,
compute_2,
TAMBOL_DESC,
DISTRICT_DESC};
rowMBMEMBMASTERRow.ItemArray = columnValuesArray;
this.Rows.Add(rowMBMEMBMASTERRow);
return rowMBMEMBMASTERRow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public MBMEMBMASTERRow AddMBMEMBMASTERRow(
string COOP_ID,
string MEMBER_NO,
string MEMB_NAME,
string MEMB_SURNAME,
string MEMBGROUP_CODE,
string ADDR_NO,
string ADDR_MOO,
string ADDR_SOI,
string ADDR_VILLAGE,
string ADDR_ROAD,
string TAMBOL_CODE,
string AMPHUR_CODE,
string PROVINCE_CODE,
string ADDR_POSTCODE,
string ADDR_PHONE,
string ADDR_MOBILEPHONE,
string CARD_PERSON,
string PROVINCE_DESC,
string PRENAME_DESC,
string TAMBOL_DESC,
string DISTRICT_DESC) {
MBMEMBMASTERRow rowMBMEMBMASTERRow = ((MBMEMBMASTERRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
COOP_ID,
MEMBER_NO,
MEMB_NAME,
MEMB_SURNAME,
MEMBGROUP_CODE,
ADDR_NO,
ADDR_MOO,
ADDR_SOI,
ADDR_VILLAGE,
ADDR_ROAD,
TAMBOL_CODE,
AMPHUR_CODE,
PROVINCE_CODE,
ADDR_POSTCODE,
ADDR_PHONE,
ADDR_MOBILEPHONE,
CARD_PERSON,
PROVINCE_DESC,
PRENAME_DESC,
null,
null,
TAMBOL_DESC,
DISTRICT_DESC};
rowMBMEMBMASTERRow.ItemArray = columnValuesArray;
this.Rows.Add(rowMBMEMBMASTERRow);
return rowMBMEMBMASTERRow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public override global::System.Data.DataTable Clone() {
MBMEMBMASTERDataTable cln = ((MBMEMBMASTERDataTable)(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 MBMEMBMASTERDataTable();
}
[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.columnMEMBER_NO = base.Columns["MEMBER_NO"];
this.columnMEMB_NAME = base.Columns["MEMB_NAME"];
this.columnMEMB_SURNAME = base.Columns["MEMB_SURNAME"];
this.columnMEMBGROUP_CODE = base.Columns["MEMBGROUP_CODE"];
this.columnADDR_NO = base.Columns["ADDR_NO"];
this.columnADDR_MOO = base.Columns["ADDR_MOO"];
this.columnADDR_SOI = base.Columns["ADDR_SOI"];
this.columnADDR_VILLAGE = base.Columns["ADDR_VILLAGE"];
this.columnADDR_ROAD = base.Columns["ADDR_ROAD"];
this.columnTAMBOL_CODE = base.Columns["TAMBOL_CODE"];
this.columnAMPHUR_CODE = base.Columns["AMPHUR_CODE"];
this.columnPROVINCE_CODE = base.Columns["PROVINCE_CODE"];
this.columnADDR_POSTCODE = base.Columns["ADDR_POSTCODE"];
this.columnADDR_PHONE = base.Columns["ADDR_PHONE"];
this.columnADDR_MOBILEPHONE = base.Columns["ADDR_MOBILEPHONE"];
this.columnCARD_PERSON = base.Columns["CARD_PERSON"];
this.columnPROVINCE_DESC = base.Columns["PROVINCE_DESC"];
this.columnPRENAME_DESC = base.Columns["PRENAME_DESC"];
this.columncompute_1 = base.Columns["compute_1"];
this.columncompute_2 = base.Columns["compute_2"];
this.columnTAMBOL_DESC = base.Columns["TAMBOL_DESC"];
this.columnDISTRICT_DESC = base.Columns["DISTRICT_DESC"];
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitClass() {
this.columnCOOP_ID = new global::System.Data.DataColumn("COOP_ID", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOOP_ID);
this.columnMEMBER_NO = new global::System.Data.DataColumn("MEMBER_NO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMBER_NO);
this.columnMEMB_NAME = new global::System.Data.DataColumn("MEMB_NAME", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMB_NAME);
this.columnMEMB_SURNAME = new global::System.Data.DataColumn("MEMB_SURNAME", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMB_SURNAME);
this.columnMEMBGROUP_CODE = new global::System.Data.DataColumn("MEMBGROUP_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMBGROUP_CODE);
this.columnADDR_NO = new global::System.Data.DataColumn("ADDR_NO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnADDR_NO);
this.columnADDR_MOO = new global::System.Data.DataColumn("ADDR_MOO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnADDR_MOO);
this.columnADDR_SOI = new global::System.Data.DataColumn("ADDR_SOI", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnADDR_SOI);
this.columnADDR_VILLAGE = new global::System.Data.DataColumn("ADDR_VILLAGE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnADDR_VILLAGE);
this.columnADDR_ROAD = new global::System.Data.DataColumn("ADDR_ROAD", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnADDR_ROAD);
this.columnTAMBOL_CODE = new global::System.Data.DataColumn("TAMBOL_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnTAMBOL_CODE);
this.columnAMPHUR_CODE = new global::System.Data.DataColumn("AMPHUR_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnAMPHUR_CODE);
this.columnPROVINCE_CODE = new global::System.Data.DataColumn("PROVINCE_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPROVINCE_CODE);
this.columnADDR_POSTCODE = new global::System.Data.DataColumn("ADDR_POSTCODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnADDR_POSTCODE);
this.columnADDR_PHONE = new global::System.Data.DataColumn("ADDR_PHONE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnADDR_PHONE);
this.columnADDR_MOBILEPHONE = new global::System.Data.DataColumn("ADDR_MOBILEPHONE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnADDR_MOBILEPHONE);
this.columnCARD_PERSON = new global::System.Data.DataColumn("CARD_PERSON", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCARD_PERSON);
this.columnPROVINCE_DESC = new global::System.Data.DataColumn("PROVINCE_DESC", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPROVINCE_DESC);
this.columnPRENAME_DESC = new global::System.Data.DataColumn("PRENAME_DESC", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPRENAME_DESC);
this.columncompute_1 = new global::System.Data.DataColumn("compute_1", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columncompute_1);
this.columncompute_2 = new global::System.Data.DataColumn("compute_2", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columncompute_2);
this.columnTAMBOL_DESC = new global::System.Data.DataColumn("TAMBOL_DESC", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnTAMBOL_DESC);
this.columnDISTRICT_DESC = new global::System.Data.DataColumn("DISTRICT_DESC", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnDISTRICT_DESC);
this.columnMEMBER_NO.AllowDBNull = false;
this.columnMEMBER_NO.MaxLength = 8;
this.columnMEMB_NAME.MaxLength = 60;
this.columnMEMB_SURNAME.ReadOnly = true;
this.columnMEMB_SURNAME.MaxLength = 60;
this.columnMEMBGROUP_CODE.MaxLength = 8;
this.columnADDR_NO.MaxLength = 100;
this.columnADDR_MOO.MaxLength = 3;
this.columnADDR_SOI.MaxLength = 50;
this.columnADDR_VILLAGE.MaxLength = 60;
this.columnADDR_ROAD.MaxLength = 100;
this.columnTAMBOL_CODE.MaxLength = 6;
this.columnAMPHUR_CODE.MaxLength = 4;
this.columnPROVINCE_CODE.MaxLength = 3;
this.columnADDR_POSTCODE.MaxLength = 5;
this.columnADDR_PHONE.MaxLength = 50;
this.columnADDR_MOBILEPHONE.MaxLength = 50;
this.columnCARD_PERSON.MaxLength = 13;
this.columnPROVINCE_DESC.MaxLength = 100;
this.columnPRENAME_DESC.MaxLength = 30;
this.columncompute_1.ReadOnly = true;
this.columncompute_2.ReadOnly = true;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public MBMEMBMASTERRow NewMBMEMBMASTERRow() {
return ((MBMEMBMASTERRow)(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 MBMEMBMASTERRow(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(MBMEMBMASTERRow);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitExpressions() {
this.compute_1Column.Expression = "PRENAME_DESC + MEMB_NAME + \' \' + MEMB_SURNAME";
this.compute_2Column.Expression = "ADDR_NO + iif(ADDR_MOO = \'\', \'\', \' หมู่ \' + ADDR_MOO) + iif(ADDR_SOI = \'\', \'\', \'" +
" ซอย \' + ADDR_SOI) + ADDR_VILLAGE + iif(TAMBOL_DESC = \'\', \'\', \' ตำบล \' + TAMBOL_" +
"DESC) + iif(DISTRICT_DESC = \'\', \'\', \' อำเภอ \' + DISTRICT_DESC)";
}
[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.MBMEMBMASTERRowChanged != null)) {
this.MBMEMBMASTERRowChanged(this, new MBMEMBMASTERRowChangeEvent(((MBMEMBMASTERRow)(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.MBMEMBMASTERRowChanging != null)) {
this.MBMEMBMASTERRowChanging(this, new MBMEMBMASTERRowChangeEvent(((MBMEMBMASTERRow)(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.MBMEMBMASTERRowDeleted != null)) {
this.MBMEMBMASTERRowDeleted(this, new MBMEMBMASTERRowChangeEvent(((MBMEMBMASTERRow)(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.MBMEMBMASTERRowDeleting != null)) {
this.MBMEMBMASTERRowDeleting(this, new MBMEMBMASTERRowChangeEvent(((MBMEMBMASTERRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void RemoveMBMEMBMASTERRow(MBMEMBMASTERRow 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 = "MBMEMBMASTERDataTable";
type.Attributes.Add(attribute2);
type.Particle = sequence;
global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
if (xs.Contains(dsSchema.TargetNamespace)) {
global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
try {
global::System.Xml.Schema.XmlSchema schema = null;
dsSchema.Write(s1);
for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
s2.SetLength(0);
schema.Write(s2);
if ((s1.Length == s2.Length)) {
s1.Position = 0;
s2.Position = 0;
for (; ((s1.Position != s1.Length)
&& (s1.ReadByte() == s2.ReadByte())); ) {
;
}
if ((s1.Position == s1.Length)) {
return type;
}
}
}
}
finally {
if ((s1 != null)) {
s1.Close();
}
if ((s2 != null)) {
s2.Close();
}
}
}
xs.Add(dsSchema);
return type;
}
}
///
///Represents the strongly named DataTable class.
///
[global::System.Serializable()]
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
public partial class LNCONTMASTERDataTable : global::System.Data.TypedTableBase {
private global::System.Data.DataColumn columnCOOP_ID;
private global::System.Data.DataColumn columnLOANCONTRACT_NO;
private global::System.Data.DataColumn columnMEMBER_NO;
private global::System.Data.DataColumn columnLASTPAYMENT_DATE;
private global::System.Data.DataColumn columnPRINCIPAL_ARREAR;
private global::System.Data.DataColumn columnINTEREST_ARREAR;
private global::System.Data.DataColumn columnLOANTYPE_DESC;
private global::System.Data.DataColumn columnPRINCIPAL_BALANCE;
private global::System.Data.DataColumn columnINTEREST_ACCUM;
private global::System.Data.DataColumn columnINTSET_ARREAR;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNCONTMASTERDataTable() {
this.TableName = "LNCONTMASTER";
this.BeginInit();
this.InitClass();
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal LNCONTMASTERDataTable(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 LNCONTMASTERDataTable(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 LOANCONTRACT_NOColumn {
get {
return this.columnLOANCONTRACT_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MEMBER_NOColumn {
get {
return this.columnMEMBER_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LASTPAYMENT_DATEColumn {
get {
return this.columnLASTPAYMENT_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PRINCIPAL_ARREARColumn {
get {
return this.columnPRINCIPAL_ARREAR;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INTEREST_ARREARColumn {
get {
return this.columnINTEREST_ARREAR;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LOANTYPE_DESCColumn {
get {
return this.columnLOANTYPE_DESC;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PRINCIPAL_BALANCEColumn {
get {
return this.columnPRINCIPAL_BALANCE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INTEREST_ACCUMColumn {
get {
return this.columnINTEREST_ACCUM;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INTSET_ARREARColumn {
get {
return this.columnINTSET_ARREAR;
}
}
[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 LNCONTMASTERRow this[int index] {
get {
return ((LNCONTMASTERRow)(this.Rows[index]));
}
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event LNCONTMASTERRowChangeEventHandler LNCONTMASTERRowChanging;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event LNCONTMASTERRowChangeEventHandler LNCONTMASTERRowChanged;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event LNCONTMASTERRowChangeEventHandler LNCONTMASTERRowDeleting;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event LNCONTMASTERRowChangeEventHandler LNCONTMASTERRowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void AddLNCONTMASTERRow(LNCONTMASTERRow row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNCONTMASTERRow AddLNCONTMASTERRow(string COOP_ID, string LOANCONTRACT_NO, string MEMBER_NO, System.DateTime LASTPAYMENT_DATE, decimal PRINCIPAL_ARREAR, decimal INTEREST_ARREAR, string LOANTYPE_DESC, decimal PRINCIPAL_BALANCE, decimal INTEREST_ACCUM, decimal INTSET_ARREAR) {
LNCONTMASTERRow rowLNCONTMASTERRow = ((LNCONTMASTERRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
COOP_ID,
LOANCONTRACT_NO,
MEMBER_NO,
LASTPAYMENT_DATE,
PRINCIPAL_ARREAR,
INTEREST_ARREAR,
LOANTYPE_DESC,
PRINCIPAL_BALANCE,
INTEREST_ACCUM,
INTSET_ARREAR};
rowLNCONTMASTERRow.ItemArray = columnValuesArray;
this.Rows.Add(rowLNCONTMASTERRow);
return rowLNCONTMASTERRow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public override global::System.Data.DataTable Clone() {
LNCONTMASTERDataTable cln = ((LNCONTMASTERDataTable)(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 LNCONTMASTERDataTable();
}
[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.columnLOANCONTRACT_NO = base.Columns["LOANCONTRACT_NO"];
this.columnMEMBER_NO = base.Columns["MEMBER_NO"];
this.columnLASTPAYMENT_DATE = base.Columns["LASTPAYMENT_DATE"];
this.columnPRINCIPAL_ARREAR = base.Columns["PRINCIPAL_ARREAR"];
this.columnINTEREST_ARREAR = base.Columns["INTEREST_ARREAR"];
this.columnLOANTYPE_DESC = base.Columns["LOANTYPE_DESC"];
this.columnPRINCIPAL_BALANCE = base.Columns["PRINCIPAL_BALANCE"];
this.columnINTEREST_ACCUM = base.Columns["INTEREST_ACCUM"];
this.columnINTSET_ARREAR = base.Columns["INTSET_ARREAR"];
}
[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.columnLOANCONTRACT_NO = new global::System.Data.DataColumn("LOANCONTRACT_NO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLOANCONTRACT_NO);
this.columnMEMBER_NO = new global::System.Data.DataColumn("MEMBER_NO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMBER_NO);
this.columnLASTPAYMENT_DATE = new global::System.Data.DataColumn("LASTPAYMENT_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLASTPAYMENT_DATE);
this.columnPRINCIPAL_ARREAR = new global::System.Data.DataColumn("PRINCIPAL_ARREAR", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPRINCIPAL_ARREAR);
this.columnINTEREST_ARREAR = new global::System.Data.DataColumn("INTEREST_ARREAR", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINTEREST_ARREAR);
this.columnLOANTYPE_DESC = new global::System.Data.DataColumn("LOANTYPE_DESC", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLOANTYPE_DESC);
this.columnPRINCIPAL_BALANCE = new global::System.Data.DataColumn("PRINCIPAL_BALANCE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPRINCIPAL_BALANCE);
this.columnINTEREST_ACCUM = new global::System.Data.DataColumn("INTEREST_ACCUM", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINTEREST_ACCUM);
this.columnINTSET_ARREAR = new global::System.Data.DataColumn("INTSET_ARREAR", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINTSET_ARREAR);
this.columnLOANCONTRACT_NO.AllowDBNull = false;
this.columnLOANCONTRACT_NO.MaxLength = 15;
this.columnMEMBER_NO.AllowDBNull = false;
this.columnMEMBER_NO.MaxLength = 6;
this.columnLOANTYPE_DESC.MaxLength = 60;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNCONTMASTERRow NewLNCONTMASTERRow() {
return ((LNCONTMASTERRow)(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 LNCONTMASTERRow(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(LNCONTMASTERRow);
}
[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.LNCONTMASTERRowChanged != null)) {
this.LNCONTMASTERRowChanged(this, new LNCONTMASTERRowChangeEvent(((LNCONTMASTERRow)(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.LNCONTMASTERRowChanging != null)) {
this.LNCONTMASTERRowChanging(this, new LNCONTMASTERRowChangeEvent(((LNCONTMASTERRow)(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.LNCONTMASTERRowDeleted != null)) {
this.LNCONTMASTERRowDeleted(this, new LNCONTMASTERRowChangeEvent(((LNCONTMASTERRow)(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.LNCONTMASTERRowDeleting != null)) {
this.LNCONTMASTERRowDeleting(this, new LNCONTMASTERRowChangeEvent(((LNCONTMASTERRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void RemoveLNCONTMASTERRow(LNCONTMASTERRow 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 = "LNCONTMASTERDataTable";
type.Attributes.Add(attribute2);
type.Particle = sequence;
global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
if (xs.Contains(dsSchema.TargetNamespace)) {
global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
try {
global::System.Xml.Schema.XmlSchema schema = null;
dsSchema.Write(s1);
for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
s2.SetLength(0);
schema.Write(s2);
if ((s1.Length == s2.Length)) {
s1.Position = 0;
s2.Position = 0;
for (; ((s1.Position != s1.Length)
&& (s1.ReadByte() == s2.ReadByte())); ) {
;
}
if ((s1.Position == s1.Length)) {
return type;
}
}
}
}
finally {
if ((s1 != null)) {
s1.Close();
}
if ((s2 != null)) {
s2.Close();
}
}
}
xs.Add(dsSchema);
return type;
}
}
///
///Represents the strongly named DataTable class.
///
[global::System.Serializable()]
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
public partial class LNNPLMASTERDataTable : global::System.Data.TypedTableBase {
private global::System.Data.DataColumn columnCOOP_ID;
private global::System.Data.DataColumn columnLOANCONTRACT_NO;
private global::System.Data.DataColumn columnMEMBER_NO;
private global::System.Data.DataColumn columnLAWTYPE_CODE;
private global::System.Data.DataColumn columnCOURT_NAME;
private global::System.Data.DataColumn columnINDICT_DATE;
private global::System.Data.DataColumn columnCASE_BLACKNO;
private global::System.Data.DataColumn columnCASE_REDNO;
private global::System.Data.DataColumn columnJUDGE_DATE;
private global::System.Data.DataColumn columnJUDGE_DESC;
private global::System.Data.DataColumn columnENFORCEMENT_DATE;
private global::System.Data.DataColumn columnJUDGE_INTRATE;
private global::System.Data.DataColumn columnADVANCE_PAYAMT;
private global::System.Data.DataColumn columnINDICT_PRNAMT;
private global::System.Data.DataColumn columnINDICT_INTAMT;
private global::System.Data.DataColumn columnRECIEVEABLE_BYCOURT;
private global::System.Data.DataColumn columnMARGIN;
private global::System.Data.DataColumn columnLAST_INT_DATE;
private global::System.Data.DataColumn columnINT_LASTCAL;
private global::System.Data.DataColumn columnINTEREST_ARREAR;
private global::System.Data.DataColumn columnPERIOD_PAYMENT;
private global::System.Data.DataColumn columnPRINC_BALANCE;
private global::System.Data.DataColumn columnPRINCE_LAST_YEAR;
private global::System.Data.DataColumn columnPRINC_PAYMENT_YEAR;
private global::System.Data.DataColumn columnINT_BALANCE;
private global::System.Data.DataColumn columnINT_LAST_YEAR;
private global::System.Data.DataColumn columnINT_PAYMENT_YEAR;
private global::System.Data.DataColumn columnPAYMENT_SUM;
private global::System.Data.DataColumn columnRESULT_REQUIRE;
private global::System.Data.DataColumn columnREMARK;
private global::System.Data.DataColumn columnWORK_ORDER;
private global::System.Data.DataColumn columnRECEIVED_DATE;
private global::System.Data.DataColumn columnDEBTOR_CLASS;
private global::System.Data.DataColumn columnSTATUS;
private global::System.Data.DataColumn columnPRINCIPAL_BALANCE;
private global::System.Data.DataColumn columnINTEREST_ACCUM;
private global::System.Data.DataColumn columnLASTCALINT_DATE;
private global::System.Data.DataColumn columnPBPRINBAL_AMT;
private global::System.Data.DataColumn columnPBINTBAL_AMT;
private global::System.Data.DataColumn columnLOANCONTRACT_DATE;
private global::System.Data.DataColumn columnLAWTYPE_CODE_OLD;
private global::System.Data.DataColumn columnPERCENT_SETTINGPAYMENT;
private global::System.Data.DataColumn columnSETTING_PAYMENT;
private global::System.Data.DataColumn columnFOLLOW_SEQ;
private global::System.Data.DataColumn columncompute_1;
private global::System.Data.DataColumn columncompute_2;
private global::System.Data.DataColumn columncompute_3;
private global::System.Data.DataColumn columncompute_4;
private global::System.Data.DataColumn columncompute_5;
private global::System.Data.DataColumn columncompute_6;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNNPLMASTERDataTable() :
this(false) {
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNNPLMASTERDataTable(bool initExpressions) {
this.TableName = "LNNPLMASTER";
this.BeginInit();
this.InitClass();
if ((initExpressions == true)) {
this.InitExpressions();
}
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal LNNPLMASTERDataTable(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 LNNPLMASTERDataTable(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 LOANCONTRACT_NOColumn {
get {
return this.columnLOANCONTRACT_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MEMBER_NOColumn {
get {
return this.columnMEMBER_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LAWTYPE_CODEColumn {
get {
return this.columnLAWTYPE_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn COURT_NAMEColumn {
get {
return this.columnCOURT_NAME;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INDICT_DATEColumn {
get {
return this.columnINDICT_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CASE_BLACKNOColumn {
get {
return this.columnCASE_BLACKNO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CASE_REDNOColumn {
get {
return this.columnCASE_REDNO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn JUDGE_DATEColumn {
get {
return this.columnJUDGE_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn JUDGE_DESCColumn {
get {
return this.columnJUDGE_DESC;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ENFORCEMENT_DATEColumn {
get {
return this.columnENFORCEMENT_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn JUDGE_INTRATEColumn {
get {
return this.columnJUDGE_INTRATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ADVANCE_PAYAMTColumn {
get {
return this.columnADVANCE_PAYAMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INDICT_PRNAMTColumn {
get {
return this.columnINDICT_PRNAMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INDICT_INTAMTColumn {
get {
return this.columnINDICT_INTAMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn RECIEVEABLE_BYCOURTColumn {
get {
return this.columnRECIEVEABLE_BYCOURT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MARGINColumn {
get {
return this.columnMARGIN;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LAST_INT_DATEColumn {
get {
return this.columnLAST_INT_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INT_LASTCALColumn {
get {
return this.columnINT_LASTCAL;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INTEREST_ARREARColumn {
get {
return this.columnINTEREST_ARREAR;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PERIOD_PAYMENTColumn {
get {
return this.columnPERIOD_PAYMENT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PRINC_BALANCEColumn {
get {
return this.columnPRINC_BALANCE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PRINCE_LAST_YEARColumn {
get {
return this.columnPRINCE_LAST_YEAR;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PRINC_PAYMENT_YEARColumn {
get {
return this.columnPRINC_PAYMENT_YEAR;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INT_BALANCEColumn {
get {
return this.columnINT_BALANCE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INT_LAST_YEARColumn {
get {
return this.columnINT_LAST_YEAR;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INT_PAYMENT_YEARColumn {
get {
return this.columnINT_PAYMENT_YEAR;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PAYMENT_SUMColumn {
get {
return this.columnPAYMENT_SUM;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn RESULT_REQUIREColumn {
get {
return this.columnRESULT_REQUIRE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn REMARKColumn {
get {
return this.columnREMARK;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn WORK_ORDERColumn {
get {
return this.columnWORK_ORDER;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn RECEIVED_DATEColumn {
get {
return this.columnRECEIVED_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn DEBTOR_CLASSColumn {
get {
return this.columnDEBTOR_CLASS;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn STATUSColumn {
get {
return this.columnSTATUS;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PRINCIPAL_BALANCEColumn {
get {
return this.columnPRINCIPAL_BALANCE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INTEREST_ACCUMColumn {
get {
return this.columnINTEREST_ACCUM;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LASTCALINT_DATEColumn {
get {
return this.columnLASTCALINT_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PBPRINBAL_AMTColumn {
get {
return this.columnPBPRINBAL_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PBINTBAL_AMTColumn {
get {
return this.columnPBINTBAL_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LOANCONTRACT_DATEColumn {
get {
return this.columnLOANCONTRACT_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LAWTYPE_CODE_OLDColumn {
get {
return this.columnLAWTYPE_CODE_OLD;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PERCENT_SETTINGPAYMENTColumn {
get {
return this.columnPERCENT_SETTINGPAYMENT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SETTING_PAYMENTColumn {
get {
return this.columnSETTING_PAYMENT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn FOLLOW_SEQColumn {
get {
return this.columnFOLLOW_SEQ;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn compute_1Column {
get {
return this.columncompute_1;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn compute_2Column {
get {
return this.columncompute_2;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn compute_3Column {
get {
return this.columncompute_3;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn compute_4Column {
get {
return this.columncompute_4;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn compute_5Column {
get {
return this.columncompute_5;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn compute_6Column {
get {
return this.columncompute_6;
}
}
[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 LNNPLMASTERRow this[int index] {
get {
return ((LNNPLMASTERRow)(this.Rows[index]));
}
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event LNNPLMASTERRowChangeEventHandler LNNPLMASTERRowChanging;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event LNNPLMASTERRowChangeEventHandler LNNPLMASTERRowChanged;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event LNNPLMASTERRowChangeEventHandler LNNPLMASTERRowDeleting;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event LNNPLMASTERRowChangeEventHandler LNNPLMASTERRowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void AddLNNPLMASTERRow(LNNPLMASTERRow row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNNPLMASTERRow AddLNNPLMASTERRow(
string COOP_ID,
string LOANCONTRACT_NO,
string MEMBER_NO,
decimal LAWTYPE_CODE,
string COURT_NAME,
System.DateTime INDICT_DATE,
string CASE_BLACKNO,
string CASE_REDNO,
System.DateTime JUDGE_DATE,
string JUDGE_DESC,
System.DateTime ENFORCEMENT_DATE,
decimal JUDGE_INTRATE,
decimal ADVANCE_PAYAMT,
decimal INDICT_PRNAMT,
decimal INDICT_INTAMT,
decimal RECIEVEABLE_BYCOURT,
decimal MARGIN,
System.DateTime LAST_INT_DATE,
decimal INT_LASTCAL,
decimal INTEREST_ARREAR,
decimal PERIOD_PAYMENT,
decimal PRINC_BALANCE,
decimal PRINCE_LAST_YEAR,
decimal PRINC_PAYMENT_YEAR,
decimal INT_BALANCE,
decimal INT_LAST_YEAR,
decimal INT_PAYMENT_YEAR,
decimal PAYMENT_SUM,
string RESULT_REQUIRE,
string REMARK,
string WORK_ORDER,
System.DateTime RECEIVED_DATE,
string DEBTOR_CLASS,
decimal STATUS,
decimal PRINCIPAL_BALANCE,
decimal INTEREST_ACCUM,
System.DateTime LASTCALINT_DATE,
decimal PBPRINBAL_AMT,
decimal PBINTBAL_AMT,
System.DateTime LOANCONTRACT_DATE,
decimal LAWTYPE_CODE_OLD,
decimal PERCENT_SETTINGPAYMENT,
decimal SETTING_PAYMENT,
decimal FOLLOW_SEQ,
decimal compute_1,
decimal compute_2,
decimal compute_3,
decimal compute_4,
decimal compute_5,
decimal compute_6) {
LNNPLMASTERRow rowLNNPLMASTERRow = ((LNNPLMASTERRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
COOP_ID,
LOANCONTRACT_NO,
MEMBER_NO,
LAWTYPE_CODE,
COURT_NAME,
INDICT_DATE,
CASE_BLACKNO,
CASE_REDNO,
JUDGE_DATE,
JUDGE_DESC,
ENFORCEMENT_DATE,
JUDGE_INTRATE,
ADVANCE_PAYAMT,
INDICT_PRNAMT,
INDICT_INTAMT,
RECIEVEABLE_BYCOURT,
MARGIN,
LAST_INT_DATE,
INT_LASTCAL,
INTEREST_ARREAR,
PERIOD_PAYMENT,
PRINC_BALANCE,
PRINCE_LAST_YEAR,
PRINC_PAYMENT_YEAR,
INT_BALANCE,
INT_LAST_YEAR,
INT_PAYMENT_YEAR,
PAYMENT_SUM,
RESULT_REQUIRE,
REMARK,
WORK_ORDER,
RECEIVED_DATE,
DEBTOR_CLASS,
STATUS,
PRINCIPAL_BALANCE,
INTEREST_ACCUM,
LASTCALINT_DATE,
PBPRINBAL_AMT,
PBINTBAL_AMT,
LOANCONTRACT_DATE,
LAWTYPE_CODE_OLD,
PERCENT_SETTINGPAYMENT,
SETTING_PAYMENT,
FOLLOW_SEQ,
compute_1,
compute_2,
compute_3,
compute_4,
compute_5,
compute_6};
rowLNNPLMASTERRow.ItemArray = columnValuesArray;
this.Rows.Add(rowLNNPLMASTERRow);
return rowLNNPLMASTERRow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNNPLMASTERRow AddLNNPLMASTERRow(
string COOP_ID,
string LOANCONTRACT_NO,
string MEMBER_NO,
decimal LAWTYPE_CODE,
string COURT_NAME,
System.DateTime INDICT_DATE,
string CASE_BLACKNO,
string CASE_REDNO,
System.DateTime JUDGE_DATE,
string JUDGE_DESC,
System.DateTime ENFORCEMENT_DATE,
decimal JUDGE_INTRATE,
decimal ADVANCE_PAYAMT,
decimal INDICT_PRNAMT,
decimal INDICT_INTAMT,
decimal RECIEVEABLE_BYCOURT,
decimal MARGIN,
System.DateTime LAST_INT_DATE,
decimal INT_LASTCAL,
decimal INTEREST_ARREAR,
decimal PERIOD_PAYMENT,
decimal PRINC_BALANCE,
decimal PRINCE_LAST_YEAR,
decimal PRINC_PAYMENT_YEAR,
decimal INT_BALANCE,
decimal INT_LAST_YEAR,
decimal INT_PAYMENT_YEAR,
decimal PAYMENT_SUM,
string RESULT_REQUIRE,
string REMARK,
string WORK_ORDER,
System.DateTime RECEIVED_DATE,
string DEBTOR_CLASS,
decimal STATUS,
decimal PRINCIPAL_BALANCE,
decimal INTEREST_ACCUM,
System.DateTime LASTCALINT_DATE,
decimal PBPRINBAL_AMT,
decimal PBINTBAL_AMT,
System.DateTime LOANCONTRACT_DATE,
decimal LAWTYPE_CODE_OLD,
decimal PERCENT_SETTINGPAYMENT,
decimal SETTING_PAYMENT,
decimal FOLLOW_SEQ,
decimal compute_2) {
LNNPLMASTERRow rowLNNPLMASTERRow = ((LNNPLMASTERRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
COOP_ID,
LOANCONTRACT_NO,
MEMBER_NO,
LAWTYPE_CODE,
COURT_NAME,
INDICT_DATE,
CASE_BLACKNO,
CASE_REDNO,
JUDGE_DATE,
JUDGE_DESC,
ENFORCEMENT_DATE,
JUDGE_INTRATE,
ADVANCE_PAYAMT,
INDICT_PRNAMT,
INDICT_INTAMT,
RECIEVEABLE_BYCOURT,
MARGIN,
LAST_INT_DATE,
INT_LASTCAL,
INTEREST_ARREAR,
PERIOD_PAYMENT,
PRINC_BALANCE,
PRINCE_LAST_YEAR,
PRINC_PAYMENT_YEAR,
INT_BALANCE,
INT_LAST_YEAR,
INT_PAYMENT_YEAR,
PAYMENT_SUM,
RESULT_REQUIRE,
REMARK,
WORK_ORDER,
RECEIVED_DATE,
DEBTOR_CLASS,
STATUS,
PRINCIPAL_BALANCE,
INTEREST_ACCUM,
LASTCALINT_DATE,
PBPRINBAL_AMT,
PBINTBAL_AMT,
LOANCONTRACT_DATE,
LAWTYPE_CODE_OLD,
PERCENT_SETTINGPAYMENT,
SETTING_PAYMENT,
FOLLOW_SEQ,
null,
compute_2,
null,
null,
null,
null};
rowLNNPLMASTERRow.ItemArray = columnValuesArray;
this.Rows.Add(rowLNNPLMASTERRow);
return rowLNNPLMASTERRow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNNPLMASTERRow FindByCOOP_IDLOANCONTRACT_NO(string COOP_ID, string LOANCONTRACT_NO) {
return ((LNNPLMASTERRow)(this.Rows.Find(new object[] {
COOP_ID,
LOANCONTRACT_NO})));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public override global::System.Data.DataTable Clone() {
LNNPLMASTERDataTable cln = ((LNNPLMASTERDataTable)(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 LNNPLMASTERDataTable();
}
[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.columnLOANCONTRACT_NO = base.Columns["LOANCONTRACT_NO"];
this.columnMEMBER_NO = base.Columns["MEMBER_NO"];
this.columnLAWTYPE_CODE = base.Columns["LAWTYPE_CODE"];
this.columnCOURT_NAME = base.Columns["COURT_NAME"];
this.columnINDICT_DATE = base.Columns["INDICT_DATE"];
this.columnCASE_BLACKNO = base.Columns["CASE_BLACKNO"];
this.columnCASE_REDNO = base.Columns["CASE_REDNO"];
this.columnJUDGE_DATE = base.Columns["JUDGE_DATE"];
this.columnJUDGE_DESC = base.Columns["JUDGE_DESC"];
this.columnENFORCEMENT_DATE = base.Columns["ENFORCEMENT_DATE"];
this.columnJUDGE_INTRATE = base.Columns["JUDGE_INTRATE"];
this.columnADVANCE_PAYAMT = base.Columns["ADVANCE_PAYAMT"];
this.columnINDICT_PRNAMT = base.Columns["INDICT_PRNAMT"];
this.columnINDICT_INTAMT = base.Columns["INDICT_INTAMT"];
this.columnRECIEVEABLE_BYCOURT = base.Columns["RECIEVEABLE_BYCOURT"];
this.columnMARGIN = base.Columns["MARGIN"];
this.columnLAST_INT_DATE = base.Columns["LAST_INT_DATE"];
this.columnINT_LASTCAL = base.Columns["INT_LASTCAL"];
this.columnINTEREST_ARREAR = base.Columns["INTEREST_ARREAR"];
this.columnPERIOD_PAYMENT = base.Columns["PERIOD_PAYMENT"];
this.columnPRINC_BALANCE = base.Columns["PRINC_BALANCE"];
this.columnPRINCE_LAST_YEAR = base.Columns["PRINCE_LAST_YEAR"];
this.columnPRINC_PAYMENT_YEAR = base.Columns["PRINC_PAYMENT_YEAR"];
this.columnINT_BALANCE = base.Columns["INT_BALANCE"];
this.columnINT_LAST_YEAR = base.Columns["INT_LAST_YEAR"];
this.columnINT_PAYMENT_YEAR = base.Columns["INT_PAYMENT_YEAR"];
this.columnPAYMENT_SUM = base.Columns["PAYMENT_SUM"];
this.columnRESULT_REQUIRE = base.Columns["RESULT_REQUIRE"];
this.columnREMARK = base.Columns["REMARK"];
this.columnWORK_ORDER = base.Columns["WORK_ORDER"];
this.columnRECEIVED_DATE = base.Columns["RECEIVED_DATE"];
this.columnDEBTOR_CLASS = base.Columns["DEBTOR_CLASS"];
this.columnSTATUS = base.Columns["STATUS"];
this.columnPRINCIPAL_BALANCE = base.Columns["PRINCIPAL_BALANCE"];
this.columnINTEREST_ACCUM = base.Columns["INTEREST_ACCUM"];
this.columnLASTCALINT_DATE = base.Columns["LASTCALINT_DATE"];
this.columnPBPRINBAL_AMT = base.Columns["PBPRINBAL_AMT"];
this.columnPBINTBAL_AMT = base.Columns["PBINTBAL_AMT"];
this.columnLOANCONTRACT_DATE = base.Columns["LOANCONTRACT_DATE"];
this.columnLAWTYPE_CODE_OLD = base.Columns["LAWTYPE_CODE_OLD"];
this.columnPERCENT_SETTINGPAYMENT = base.Columns["PERCENT_SETTINGPAYMENT"];
this.columnSETTING_PAYMENT = base.Columns["SETTING_PAYMENT"];
this.columnFOLLOW_SEQ = base.Columns["FOLLOW_SEQ"];
this.columncompute_1 = base.Columns["compute_1"];
this.columncompute_2 = base.Columns["compute_2"];
this.columncompute_3 = base.Columns["compute_3"];
this.columncompute_4 = base.Columns["compute_4"];
this.columncompute_5 = base.Columns["compute_5"];
this.columncompute_6 = base.Columns["compute_6"];
}
[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.columnLOANCONTRACT_NO = new global::System.Data.DataColumn("LOANCONTRACT_NO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLOANCONTRACT_NO);
this.columnMEMBER_NO = new global::System.Data.DataColumn("MEMBER_NO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMBER_NO);
this.columnLAWTYPE_CODE = new global::System.Data.DataColumn("LAWTYPE_CODE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLAWTYPE_CODE);
this.columnCOURT_NAME = new global::System.Data.DataColumn("COURT_NAME", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOURT_NAME);
this.columnINDICT_DATE = new global::System.Data.DataColumn("INDICT_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINDICT_DATE);
this.columnCASE_BLACKNO = new global::System.Data.DataColumn("CASE_BLACKNO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCASE_BLACKNO);
this.columnCASE_REDNO = new global::System.Data.DataColumn("CASE_REDNO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCASE_REDNO);
this.columnJUDGE_DATE = new global::System.Data.DataColumn("JUDGE_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnJUDGE_DATE);
this.columnJUDGE_DESC = new global::System.Data.DataColumn("JUDGE_DESC", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnJUDGE_DESC);
this.columnENFORCEMENT_DATE = new global::System.Data.DataColumn("ENFORCEMENT_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnENFORCEMENT_DATE);
this.columnJUDGE_INTRATE = new global::System.Data.DataColumn("JUDGE_INTRATE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnJUDGE_INTRATE);
this.columnADVANCE_PAYAMT = new global::System.Data.DataColumn("ADVANCE_PAYAMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnADVANCE_PAYAMT);
this.columnINDICT_PRNAMT = new global::System.Data.DataColumn("INDICT_PRNAMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINDICT_PRNAMT);
this.columnINDICT_INTAMT = new global::System.Data.DataColumn("INDICT_INTAMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINDICT_INTAMT);
this.columnRECIEVEABLE_BYCOURT = new global::System.Data.DataColumn("RECIEVEABLE_BYCOURT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnRECIEVEABLE_BYCOURT);
this.columnMARGIN = new global::System.Data.DataColumn("MARGIN", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMARGIN);
this.columnLAST_INT_DATE = new global::System.Data.DataColumn("LAST_INT_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLAST_INT_DATE);
this.columnINT_LASTCAL = new global::System.Data.DataColumn("INT_LASTCAL", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINT_LASTCAL);
this.columnINTEREST_ARREAR = new global::System.Data.DataColumn("INTEREST_ARREAR", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINTEREST_ARREAR);
this.columnPERIOD_PAYMENT = new global::System.Data.DataColumn("PERIOD_PAYMENT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPERIOD_PAYMENT);
this.columnPRINC_BALANCE = new global::System.Data.DataColumn("PRINC_BALANCE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPRINC_BALANCE);
this.columnPRINCE_LAST_YEAR = new global::System.Data.DataColumn("PRINCE_LAST_YEAR", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPRINCE_LAST_YEAR);
this.columnPRINC_PAYMENT_YEAR = new global::System.Data.DataColumn("PRINC_PAYMENT_YEAR", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPRINC_PAYMENT_YEAR);
this.columnINT_BALANCE = new global::System.Data.DataColumn("INT_BALANCE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINT_BALANCE);
this.columnINT_LAST_YEAR = new global::System.Data.DataColumn("INT_LAST_YEAR", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINT_LAST_YEAR);
this.columnINT_PAYMENT_YEAR = new global::System.Data.DataColumn("INT_PAYMENT_YEAR", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINT_PAYMENT_YEAR);
this.columnPAYMENT_SUM = new global::System.Data.DataColumn("PAYMENT_SUM", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPAYMENT_SUM);
this.columnRESULT_REQUIRE = new global::System.Data.DataColumn("RESULT_REQUIRE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnRESULT_REQUIRE);
this.columnREMARK = new global::System.Data.DataColumn("REMARK", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnREMARK);
this.columnWORK_ORDER = new global::System.Data.DataColumn("WORK_ORDER", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnWORK_ORDER);
this.columnRECEIVED_DATE = new global::System.Data.DataColumn("RECEIVED_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnRECEIVED_DATE);
this.columnDEBTOR_CLASS = new global::System.Data.DataColumn("DEBTOR_CLASS", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnDEBTOR_CLASS);
this.columnSTATUS = new global::System.Data.DataColumn("STATUS", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSTATUS);
this.columnPRINCIPAL_BALANCE = new global::System.Data.DataColumn("PRINCIPAL_BALANCE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPRINCIPAL_BALANCE);
this.columnINTEREST_ACCUM = new global::System.Data.DataColumn("INTEREST_ACCUM", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINTEREST_ACCUM);
this.columnLASTCALINT_DATE = new global::System.Data.DataColumn("LASTCALINT_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLASTCALINT_DATE);
this.columnPBPRINBAL_AMT = new global::System.Data.DataColumn("PBPRINBAL_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPBPRINBAL_AMT);
this.columnPBINTBAL_AMT = new global::System.Data.DataColumn("PBINTBAL_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPBINTBAL_AMT);
this.columnLOANCONTRACT_DATE = new global::System.Data.DataColumn("LOANCONTRACT_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLOANCONTRACT_DATE);
this.columnLAWTYPE_CODE_OLD = new global::System.Data.DataColumn("LAWTYPE_CODE_OLD", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLAWTYPE_CODE_OLD);
this.columnPERCENT_SETTINGPAYMENT = new global::System.Data.DataColumn("PERCENT_SETTINGPAYMENT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPERCENT_SETTINGPAYMENT);
this.columnSETTING_PAYMENT = new global::System.Data.DataColumn("SETTING_PAYMENT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSETTING_PAYMENT);
this.columnFOLLOW_SEQ = new global::System.Data.DataColumn("FOLLOW_SEQ", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnFOLLOW_SEQ);
this.columncompute_1 = new global::System.Data.DataColumn("compute_1", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columncompute_1);
this.columncompute_2 = new global::System.Data.DataColumn("compute_2", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columncompute_2);
this.columncompute_3 = new global::System.Data.DataColumn("compute_3", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columncompute_3);
this.columncompute_4 = new global::System.Data.DataColumn("compute_4", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columncompute_4);
this.columncompute_5 = new global::System.Data.DataColumn("compute_5", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columncompute_5);
this.columncompute_6 = new global::System.Data.DataColumn("compute_6", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columncompute_6);
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
this.columnCOOP_ID,
this.columnLOANCONTRACT_NO}, true));
this.columnCOOP_ID.AllowDBNull = false;
this.columnLOANCONTRACT_NO.AllowDBNull = false;
this.columnLOANCONTRACT_NO.MaxLength = 10;
this.columnMEMBER_NO.AllowDBNull = false;
this.columnCOURT_NAME.MaxLength = 100;
this.columnCASE_BLACKNO.MaxLength = 20;
this.columnCASE_REDNO.MaxLength = 20;
this.columnJUDGE_DESC.MaxLength = 500;
this.columnRECIEVEABLE_BYCOURT.ReadOnly = true;
this.columnLAST_INT_DATE.ReadOnly = true;
this.columnINTEREST_ARREAR.ReadOnly = true;
this.columnPRINC_BALANCE.ReadOnly = true;
this.columnPRINC_PAYMENT_YEAR.ReadOnly = true;
this.columnINT_PAYMENT_YEAR.ReadOnly = true;
this.columnPAYMENT_SUM.ReadOnly = true;
this.columnRESULT_REQUIRE.MaxLength = 500;
this.columnREMARK.MaxLength = 500;
this.columnWORK_ORDER.MaxLength = 2;
this.columnDEBTOR_CLASS.MaxLength = 1;
this.columnPRINCIPAL_BALANCE.ReadOnly = true;
this.columnINTEREST_ACCUM.ReadOnly = true;
this.columnLASTCALINT_DATE.ReadOnly = true;
this.columnPBPRINBAL_AMT.ReadOnly = true;
this.columnPBINTBAL_AMT.ReadOnly = true;
this.columnFOLLOW_SEQ.ReadOnly = true;
this.columncompute_1.ReadOnly = true;
this.columncompute_2.ReadOnly = true;
this.columncompute_3.ReadOnly = true;
this.columncompute_4.ReadOnly = true;
this.columncompute_5.ReadOnly = true;
this.columncompute_6.ReadOnly = true;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNNPLMASTERRow NewLNNPLMASTERRow() {
return ((LNNPLMASTERRow)(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 LNNPLMASTERRow(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(LNNPLMASTERRow);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitExpressions() {
this.compute_1Column.Expression = "0";
this.compute_3Column.Expression = "prince_last_year - principal_balance";
this.compute_4Column.Expression = "iif( lawtype_code = 4, int_last_year - int_balance, 0)";
this.compute_5Column.Expression = "principal_balance + int_balance + iif( lawtype_code = 4 , margin , 0)";
this.compute_6Column.Expression = "iif( lawtype_code = 4 , 100 - ( ( ( principal_balance + int_balance ) / ( indict_" +
"prnamt + indict_intamt ) ) * 100), 0)";
}
[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.LNNPLMASTERRowChanged != null)) {
this.LNNPLMASTERRowChanged(this, new LNNPLMASTERRowChangeEvent(((LNNPLMASTERRow)(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.LNNPLMASTERRowChanging != null)) {
this.LNNPLMASTERRowChanging(this, new LNNPLMASTERRowChangeEvent(((LNNPLMASTERRow)(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.LNNPLMASTERRowDeleted != null)) {
this.LNNPLMASTERRowDeleted(this, new LNNPLMASTERRowChangeEvent(((LNNPLMASTERRow)(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.LNNPLMASTERRowDeleting != null)) {
this.LNNPLMASTERRowDeleting(this, new LNNPLMASTERRowChangeEvent(((LNNPLMASTERRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void RemoveLNNPLMASTERRow(LNNPLMASTERRow 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 = "LNNPLMASTERDataTable";
type.Attributes.Add(attribute2);
type.Particle = sequence;
global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
if (xs.Contains(dsSchema.TargetNamespace)) {
global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
try {
global::System.Xml.Schema.XmlSchema schema = null;
dsSchema.Write(s1);
for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
s2.SetLength(0);
schema.Write(s2);
if ((s1.Length == s2.Length)) {
s1.Position = 0;
s2.Position = 0;
for (; ((s1.Position != s1.Length)
&& (s1.ReadByte() == s2.ReadByte())); ) {
;
}
if ((s1.Position == s1.Length)) {
return type;
}
}
}
}
finally {
if ((s1 != null)) {
s1.Close();
}
if ((s2 != null)) {
s2.Close();
}
}
}
xs.Add(dsSchema);
return type;
}
}
///
///Represents the strongly named DataTable class.
///
[global::System.Serializable()]
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
public partial class LNNPLFOLLOWDataTable : global::System.Data.TypedTableBase {
private global::System.Data.DataColumn columnCOOP_ID;
private global::System.Data.DataColumn columnLOANCONTRACT_NO;
private global::System.Data.DataColumn columnSEQ_NO;
private global::System.Data.DataColumn columnTOPIC;
private global::System.Data.DataColumn columnFOLLOW_DATE;
private global::System.Data.DataColumn columnFOLLOW_DESC;
private global::System.Data.DataColumn columnFLAG;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNNPLFOLLOWDataTable() {
this.TableName = "LNNPLFOLLOW";
this.BeginInit();
this.InitClass();
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal LNNPLFOLLOWDataTable(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 LNNPLFOLLOWDataTable(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 LOANCONTRACT_NOColumn {
get {
return this.columnLOANCONTRACT_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SEQ_NOColumn {
get {
return this.columnSEQ_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn TOPICColumn {
get {
return this.columnTOPIC;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn FOLLOW_DATEColumn {
get {
return this.columnFOLLOW_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn FOLLOW_DESCColumn {
get {
return this.columnFOLLOW_DESC;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn FLAGColumn {
get {
return this.columnFLAG;
}
}
[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 LNNPLFOLLOWRow this[int index] {
get {
return ((LNNPLFOLLOWRow)(this.Rows[index]));
}
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event LNNPLFOLLOWRowChangeEventHandler LNNPLFOLLOWRowChanging;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event LNNPLFOLLOWRowChangeEventHandler LNNPLFOLLOWRowChanged;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event LNNPLFOLLOWRowChangeEventHandler LNNPLFOLLOWRowDeleting;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event LNNPLFOLLOWRowChangeEventHandler LNNPLFOLLOWRowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void AddLNNPLFOLLOWRow(LNNPLFOLLOWRow row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNNPLFOLLOWRow AddLNNPLFOLLOWRow(string COOP_ID, string LOANCONTRACT_NO, decimal SEQ_NO, string TOPIC, System.DateTime FOLLOW_DATE, string FOLLOW_DESC, string FLAG) {
LNNPLFOLLOWRow rowLNNPLFOLLOWRow = ((LNNPLFOLLOWRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
COOP_ID,
LOANCONTRACT_NO,
SEQ_NO,
TOPIC,
FOLLOW_DATE,
FOLLOW_DESC,
FLAG};
rowLNNPLFOLLOWRow.ItemArray = columnValuesArray;
this.Rows.Add(rowLNNPLFOLLOWRow);
return rowLNNPLFOLLOWRow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNNPLFOLLOWRow FindByCOOP_IDLOANCONTRACT_NOSEQ_NO(string COOP_ID, string LOANCONTRACT_NO, decimal SEQ_NO) {
return ((LNNPLFOLLOWRow)(this.Rows.Find(new object[] {
COOP_ID,
LOANCONTRACT_NO,
SEQ_NO})));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public override global::System.Data.DataTable Clone() {
LNNPLFOLLOWDataTable cln = ((LNNPLFOLLOWDataTable)(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 LNNPLFOLLOWDataTable();
}
[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.columnLOANCONTRACT_NO = base.Columns["LOANCONTRACT_NO"];
this.columnSEQ_NO = base.Columns["SEQ_NO"];
this.columnTOPIC = base.Columns["TOPIC"];
this.columnFOLLOW_DATE = base.Columns["FOLLOW_DATE"];
this.columnFOLLOW_DESC = base.Columns["FOLLOW_DESC"];
this.columnFLAG = base.Columns["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.columnLOANCONTRACT_NO = new global::System.Data.DataColumn("LOANCONTRACT_NO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLOANCONTRACT_NO);
this.columnSEQ_NO = new global::System.Data.DataColumn("SEQ_NO", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSEQ_NO);
this.columnTOPIC = new global::System.Data.DataColumn("TOPIC", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnTOPIC);
this.columnFOLLOW_DATE = new global::System.Data.DataColumn("FOLLOW_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnFOLLOW_DATE);
this.columnFOLLOW_DESC = new global::System.Data.DataColumn("FOLLOW_DESC", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnFOLLOW_DESC);
this.columnFLAG = new global::System.Data.DataColumn("FLAG", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnFLAG);
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
this.columnCOOP_ID,
this.columnLOANCONTRACT_NO,
this.columnSEQ_NO}, true));
this.columnCOOP_ID.AllowDBNull = false;
this.columnCOOP_ID.MaxLength = 6;
this.columnLOANCONTRACT_NO.AllowDBNull = false;
this.columnLOANCONTRACT_NO.MaxLength = 15;
this.columnSEQ_NO.AllowDBNull = false;
this.columnTOPIC.MaxLength = 100;
this.columnFOLLOW_DESC.MaxLength = 500;
this.columnFLAG.MaxLength = 1;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNNPLFOLLOWRow NewLNNPLFOLLOWRow() {
return ((LNNPLFOLLOWRow)(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 LNNPLFOLLOWRow(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(LNNPLFOLLOWRow);
}
[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.LNNPLFOLLOWRowChanged != null)) {
this.LNNPLFOLLOWRowChanged(this, new LNNPLFOLLOWRowChangeEvent(((LNNPLFOLLOWRow)(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.LNNPLFOLLOWRowChanging != null)) {
this.LNNPLFOLLOWRowChanging(this, new LNNPLFOLLOWRowChangeEvent(((LNNPLFOLLOWRow)(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.LNNPLFOLLOWRowDeleted != null)) {
this.LNNPLFOLLOWRowDeleted(this, new LNNPLFOLLOWRowChangeEvent(((LNNPLFOLLOWRow)(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.LNNPLFOLLOWRowDeleting != null)) {
this.LNNPLFOLLOWRowDeleting(this, new LNNPLFOLLOWRowChangeEvent(((LNNPLFOLLOWRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void RemoveLNNPLFOLLOWRow(LNNPLFOLLOWRow 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 = "LNNPLFOLLOWDataTable";
type.Attributes.Add(attribute2);
type.Particle = sequence;
global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
if (xs.Contains(dsSchema.TargetNamespace)) {
global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
try {
global::System.Xml.Schema.XmlSchema schema = null;
dsSchema.Write(s1);
for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
s2.SetLength(0);
schema.Write(s2);
if ((s1.Length == s2.Length)) {
s1.Position = 0;
s2.Position = 0;
for (; ((s1.Position != s1.Length)
&& (s1.ReadByte() == s2.ReadByte())); ) {
;
}
if ((s1.Position == s1.Length)) {
return type;
}
}
}
}
finally {
if ((s1 != null)) {
s1.Close();
}
if ((s2 != null)) {
s2.Close();
}
}
}
xs.Add(dsSchema);
return type;
}
}
///
///Represents the strongly named DataTable class.
///
[global::System.Serializable()]
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
public partial class LNNPLBOARDMEETINGSUBDataTable : global::System.Data.TypedTableBase {
private global::System.Data.DataColumn columnCOOP_ID;
private global::System.Data.DataColumn columnLOANCONTRACT_NO;
private global::System.Data.DataColumn columnSEQ_NO;
private global::System.Data.DataColumn columnTOPIC;
private global::System.Data.DataColumn columnMEET_DESC;
private global::System.Data.DataColumn columnPROPOSAL;
private global::System.Data.DataColumn columnSUB_DATE;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNNPLBOARDMEETINGSUBDataTable() {
this.TableName = "LNNPLBOARDMEETINGSUB";
this.BeginInit();
this.InitClass();
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal LNNPLBOARDMEETINGSUBDataTable(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 LNNPLBOARDMEETINGSUBDataTable(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 LOANCONTRACT_NOColumn {
get {
return this.columnLOANCONTRACT_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SEQ_NOColumn {
get {
return this.columnSEQ_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn TOPICColumn {
get {
return this.columnTOPIC;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MEET_DESCColumn {
get {
return this.columnMEET_DESC;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PROPOSALColumn {
get {
return this.columnPROPOSAL;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SUB_DATEColumn {
get {
return this.columnSUB_DATE;
}
}
[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 LNNPLBOARDMEETINGSUBRow this[int index] {
get {
return ((LNNPLBOARDMEETINGSUBRow)(this.Rows[index]));
}
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event LNNPLBOARDMEETINGSUBRowChangeEventHandler LNNPLBOARDMEETINGSUBRowChanging;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event LNNPLBOARDMEETINGSUBRowChangeEventHandler LNNPLBOARDMEETINGSUBRowChanged;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event LNNPLBOARDMEETINGSUBRowChangeEventHandler LNNPLBOARDMEETINGSUBRowDeleting;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event LNNPLBOARDMEETINGSUBRowChangeEventHandler LNNPLBOARDMEETINGSUBRowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void AddLNNPLBOARDMEETINGSUBRow(LNNPLBOARDMEETINGSUBRow row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNNPLBOARDMEETINGSUBRow AddLNNPLBOARDMEETINGSUBRow(string COOP_ID, string LOANCONTRACT_NO, decimal SEQ_NO, string TOPIC, string MEET_DESC, string PROPOSAL, System.DateTime SUB_DATE) {
LNNPLBOARDMEETINGSUBRow rowLNNPLBOARDMEETINGSUBRow = ((LNNPLBOARDMEETINGSUBRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
COOP_ID,
LOANCONTRACT_NO,
SEQ_NO,
TOPIC,
MEET_DESC,
PROPOSAL,
SUB_DATE};
rowLNNPLBOARDMEETINGSUBRow.ItemArray = columnValuesArray;
this.Rows.Add(rowLNNPLBOARDMEETINGSUBRow);
return rowLNNPLBOARDMEETINGSUBRow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNNPLBOARDMEETINGSUBRow FindByCOOP_IDLOANCONTRACT_NOSEQ_NO(string COOP_ID, string LOANCONTRACT_NO, decimal SEQ_NO) {
return ((LNNPLBOARDMEETINGSUBRow)(this.Rows.Find(new object[] {
COOP_ID,
LOANCONTRACT_NO,
SEQ_NO})));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public override global::System.Data.DataTable Clone() {
LNNPLBOARDMEETINGSUBDataTable cln = ((LNNPLBOARDMEETINGSUBDataTable)(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 LNNPLBOARDMEETINGSUBDataTable();
}
[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.columnLOANCONTRACT_NO = base.Columns["LOANCONTRACT_NO"];
this.columnSEQ_NO = base.Columns["SEQ_NO"];
this.columnTOPIC = base.Columns["TOPIC"];
this.columnMEET_DESC = base.Columns["MEET_DESC"];
this.columnPROPOSAL = base.Columns["PROPOSAL"];
this.columnSUB_DATE = base.Columns["SUB_DATE"];
}
[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.columnLOANCONTRACT_NO = new global::System.Data.DataColumn("LOANCONTRACT_NO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLOANCONTRACT_NO);
this.columnSEQ_NO = new global::System.Data.DataColumn("SEQ_NO", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSEQ_NO);
this.columnTOPIC = new global::System.Data.DataColumn("TOPIC", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnTOPIC);
this.columnMEET_DESC = new global::System.Data.DataColumn("MEET_DESC", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEET_DESC);
this.columnPROPOSAL = new global::System.Data.DataColumn("PROPOSAL", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPROPOSAL);
this.columnSUB_DATE = new global::System.Data.DataColumn("SUB_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSUB_DATE);
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
this.columnCOOP_ID,
this.columnLOANCONTRACT_NO,
this.columnSEQ_NO}, true));
this.columnCOOP_ID.AllowDBNull = false;
this.columnCOOP_ID.MaxLength = 6;
this.columnLOANCONTRACT_NO.AllowDBNull = false;
this.columnLOANCONTRACT_NO.MaxLength = 15;
this.columnSEQ_NO.AllowDBNull = false;
this.columnTOPIC.MaxLength = 20;
this.columnMEET_DESC.MaxLength = 500;
this.columnPROPOSAL.MaxLength = 20;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNNPLBOARDMEETINGSUBRow NewLNNPLBOARDMEETINGSUBRow() {
return ((LNNPLBOARDMEETINGSUBRow)(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 LNNPLBOARDMEETINGSUBRow(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(LNNPLBOARDMEETINGSUBRow);
}
[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.LNNPLBOARDMEETINGSUBRowChanged != null)) {
this.LNNPLBOARDMEETINGSUBRowChanged(this, new LNNPLBOARDMEETINGSUBRowChangeEvent(((LNNPLBOARDMEETINGSUBRow)(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.LNNPLBOARDMEETINGSUBRowChanging != null)) {
this.LNNPLBOARDMEETINGSUBRowChanging(this, new LNNPLBOARDMEETINGSUBRowChangeEvent(((LNNPLBOARDMEETINGSUBRow)(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.LNNPLBOARDMEETINGSUBRowDeleted != null)) {
this.LNNPLBOARDMEETINGSUBRowDeleted(this, new LNNPLBOARDMEETINGSUBRowChangeEvent(((LNNPLBOARDMEETINGSUBRow)(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.LNNPLBOARDMEETINGSUBRowDeleting != null)) {
this.LNNPLBOARDMEETINGSUBRowDeleting(this, new LNNPLBOARDMEETINGSUBRowChangeEvent(((LNNPLBOARDMEETINGSUBRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void RemoveLNNPLBOARDMEETINGSUBRow(LNNPLBOARDMEETINGSUBRow 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 = "LNNPLBOARDMEETINGSUBDataTable";
type.Attributes.Add(attribute2);
type.Particle = sequence;
global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
if (xs.Contains(dsSchema.TargetNamespace)) {
global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
try {
global::System.Xml.Schema.XmlSchema schema = null;
dsSchema.Write(s1);
for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
s2.SetLength(0);
schema.Write(s2);
if ((s1.Length == s2.Length)) {
s1.Position = 0;
s2.Position = 0;
for (; ((s1.Position != s1.Length)
&& (s1.ReadByte() == s2.ReadByte())); ) {
;
}
if ((s1.Position == s1.Length)) {
return type;
}
}
}
}
finally {
if ((s1 != null)) {
s1.Close();
}
if ((s2 != null)) {
s2.Close();
}
}
}
xs.Add(dsSchema);
return type;
}
}
///
///Represents the strongly named DataTable class.
///
[global::System.Serializable()]
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
public partial class LNNPLRESOLUTIONDataTable : global::System.Data.TypedTableBase {
private global::System.Data.DataColumn columnCOOP_ID;
private global::System.Data.DataColumn columnLOANCONTRACT_NO;
private global::System.Data.DataColumn columnRESOLUTION;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNNPLRESOLUTIONDataTable() {
this.TableName = "LNNPLRESOLUTION";
this.BeginInit();
this.InitClass();
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal LNNPLRESOLUTIONDataTable(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 LNNPLRESOLUTIONDataTable(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 LOANCONTRACT_NOColumn {
get {
return this.columnLOANCONTRACT_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn RESOLUTIONColumn {
get {
return this.columnRESOLUTION;
}
}
[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 LNNPLRESOLUTIONRow this[int index] {
get {
return ((LNNPLRESOLUTIONRow)(this.Rows[index]));
}
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event LNNPLRESOLUTIONRowChangeEventHandler LNNPLRESOLUTIONRowChanging;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event LNNPLRESOLUTIONRowChangeEventHandler LNNPLRESOLUTIONRowChanged;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event LNNPLRESOLUTIONRowChangeEventHandler LNNPLRESOLUTIONRowDeleting;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event LNNPLRESOLUTIONRowChangeEventHandler LNNPLRESOLUTIONRowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void AddLNNPLRESOLUTIONRow(LNNPLRESOLUTIONRow row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNNPLRESOLUTIONRow AddLNNPLRESOLUTIONRow(string COOP_ID, string LOANCONTRACT_NO, string RESOLUTION) {
LNNPLRESOLUTIONRow rowLNNPLRESOLUTIONRow = ((LNNPLRESOLUTIONRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
COOP_ID,
LOANCONTRACT_NO,
RESOLUTION};
rowLNNPLRESOLUTIONRow.ItemArray = columnValuesArray;
this.Rows.Add(rowLNNPLRESOLUTIONRow);
return rowLNNPLRESOLUTIONRow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNNPLRESOLUTIONRow FindByCOOP_IDLOANCONTRACT_NO(string COOP_ID, string LOANCONTRACT_NO) {
return ((LNNPLRESOLUTIONRow)(this.Rows.Find(new object[] {
COOP_ID,
LOANCONTRACT_NO})));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public override global::System.Data.DataTable Clone() {
LNNPLRESOLUTIONDataTable cln = ((LNNPLRESOLUTIONDataTable)(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 LNNPLRESOLUTIONDataTable();
}
[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.columnLOANCONTRACT_NO = base.Columns["LOANCONTRACT_NO"];
this.columnRESOLUTION = base.Columns["RESOLUTION"];
}
[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.columnLOANCONTRACT_NO = new global::System.Data.DataColumn("LOANCONTRACT_NO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLOANCONTRACT_NO);
this.columnRESOLUTION = new global::System.Data.DataColumn("RESOLUTION", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnRESOLUTION);
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
this.columnCOOP_ID,
this.columnLOANCONTRACT_NO}, true));
this.columnCOOP_ID.AllowDBNull = false;
this.columnCOOP_ID.MaxLength = 6;
this.columnLOANCONTRACT_NO.AllowDBNull = false;
this.columnLOANCONTRACT_NO.MaxLength = 15;
this.columnRESOLUTION.MaxLength = 500;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNNPLRESOLUTIONRow NewLNNPLRESOLUTIONRow() {
return ((LNNPLRESOLUTIONRow)(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 LNNPLRESOLUTIONRow(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(LNNPLRESOLUTIONRow);
}
[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.LNNPLRESOLUTIONRowChanged != null)) {
this.LNNPLRESOLUTIONRowChanged(this, new LNNPLRESOLUTIONRowChangeEvent(((LNNPLRESOLUTIONRow)(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.LNNPLRESOLUTIONRowChanging != null)) {
this.LNNPLRESOLUTIONRowChanging(this, new LNNPLRESOLUTIONRowChangeEvent(((LNNPLRESOLUTIONRow)(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.LNNPLRESOLUTIONRowDeleted != null)) {
this.LNNPLRESOLUTIONRowDeleted(this, new LNNPLRESOLUTIONRowChangeEvent(((LNNPLRESOLUTIONRow)(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.LNNPLRESOLUTIONRowDeleting != null)) {
this.LNNPLRESOLUTIONRowDeleting(this, new LNNPLRESOLUTIONRowChangeEvent(((LNNPLRESOLUTIONRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void RemoveLNNPLRESOLUTIONRow(LNNPLRESOLUTIONRow 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 = "LNNPLRESOLUTIONDataTable";
type.Attributes.Add(attribute2);
type.Particle = sequence;
global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
if (xs.Contains(dsSchema.TargetNamespace)) {
global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
try {
global::System.Xml.Schema.XmlSchema schema = null;
dsSchema.Write(s1);
for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
s2.SetLength(0);
schema.Write(s2);
if ((s1.Length == s2.Length)) {
s1.Position = 0;
s2.Position = 0;
for (; ((s1.Position != s1.Length)
&& (s1.ReadByte() == s2.ReadByte())); ) {
;
}
if ((s1.Position == s1.Length)) {
return type;
}
}
}
}
finally {
if ((s1 != null)) {
s1.Close();
}
if ((s2 != null)) {
s2.Close();
}
}
}
xs.Add(dsSchema);
return type;
}
}
///
///Represents the strongly named DataTable class.
///
[global::System.Serializable()]
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
public partial class LNNPLMORTDataTable : global::System.Data.TypedTableBase {
private global::System.Data.DataColumn columnCOOP_ID;
private global::System.Data.DataColumn columnLOANCONTRACT_NO;
private global::System.Data.DataColumn columnMORTGAGE_HALFPAYMENT;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNNPLMORTDataTable() {
this.TableName = "LNNPLMORT";
this.BeginInit();
this.InitClass();
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal LNNPLMORTDataTable(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 LNNPLMORTDataTable(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 LOANCONTRACT_NOColumn {
get {
return this.columnLOANCONTRACT_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MORTGAGE_HALFPAYMENTColumn {
get {
return this.columnMORTGAGE_HALFPAYMENT;
}
}
[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 LNNPLMORTRow this[int index] {
get {
return ((LNNPLMORTRow)(this.Rows[index]));
}
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event LNNPLMORTRowChangeEventHandler LNNPLMORTRowChanging;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event LNNPLMORTRowChangeEventHandler LNNPLMORTRowChanged;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event LNNPLMORTRowChangeEventHandler LNNPLMORTRowDeleting;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event LNNPLMORTRowChangeEventHandler LNNPLMORTRowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void AddLNNPLMORTRow(LNNPLMORTRow row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNNPLMORTRow AddLNNPLMORTRow(string COOP_ID, string LOANCONTRACT_NO, decimal MORTGAGE_HALFPAYMENT) {
LNNPLMORTRow rowLNNPLMORTRow = ((LNNPLMORTRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
COOP_ID,
LOANCONTRACT_NO,
MORTGAGE_HALFPAYMENT};
rowLNNPLMORTRow.ItemArray = columnValuesArray;
this.Rows.Add(rowLNNPLMORTRow);
return rowLNNPLMORTRow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNNPLMORTRow FindByCOOP_IDLOANCONTRACT_NO(string COOP_ID, string LOANCONTRACT_NO) {
return ((LNNPLMORTRow)(this.Rows.Find(new object[] {
COOP_ID,
LOANCONTRACT_NO})));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public override global::System.Data.DataTable Clone() {
LNNPLMORTDataTable cln = ((LNNPLMORTDataTable)(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 LNNPLMORTDataTable();
}
[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.columnLOANCONTRACT_NO = base.Columns["LOANCONTRACT_NO"];
this.columnMORTGAGE_HALFPAYMENT = base.Columns["MORTGAGE_HALFPAYMENT"];
}
[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.columnLOANCONTRACT_NO = new global::System.Data.DataColumn("LOANCONTRACT_NO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLOANCONTRACT_NO);
this.columnMORTGAGE_HALFPAYMENT = new global::System.Data.DataColumn("MORTGAGE_HALFPAYMENT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMORTGAGE_HALFPAYMENT);
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
this.columnCOOP_ID,
this.columnLOANCONTRACT_NO}, true));
this.columnCOOP_ID.AllowDBNull = false;
this.columnCOOP_ID.MaxLength = 6;
this.columnLOANCONTRACT_NO.AllowDBNull = false;
this.columnLOANCONTRACT_NO.MaxLength = 15;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNNPLMORTRow NewLNNPLMORTRow() {
return ((LNNPLMORTRow)(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 LNNPLMORTRow(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(LNNPLMORTRow);
}
[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.LNNPLMORTRowChanged != null)) {
this.LNNPLMORTRowChanged(this, new LNNPLMORTRowChangeEvent(((LNNPLMORTRow)(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.LNNPLMORTRowChanging != null)) {
this.LNNPLMORTRowChanging(this, new LNNPLMORTRowChangeEvent(((LNNPLMORTRow)(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.LNNPLMORTRowDeleted != null)) {
this.LNNPLMORTRowDeleted(this, new LNNPLMORTRowChangeEvent(((LNNPLMORTRow)(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.LNNPLMORTRowDeleting != null)) {
this.LNNPLMORTRowDeleting(this, new LNNPLMORTRowChangeEvent(((LNNPLMORTRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void RemoveLNNPLMORTRow(LNNPLMORTRow 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 = "LNNPLMORTDataTable";
type.Attributes.Add(attribute2);
type.Particle = sequence;
global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
if (xs.Contains(dsSchema.TargetNamespace)) {
global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
try {
global::System.Xml.Schema.XmlSchema schema = null;
dsSchema.Write(s1);
for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
s2.SetLength(0);
schema.Write(s2);
if ((s1.Length == s2.Length)) {
s1.Position = 0;
s2.Position = 0;
for (; ((s1.Position != s1.Length)
&& (s1.ReadByte() == s2.ReadByte())); ) {
;
}
if ((s1.Position == s1.Length)) {
return type;
}
}
}
}
finally {
if ((s1 != null)) {
s1.Close();
}
if ((s2 != null)) {
s2.Close();
}
}
}
xs.Add(dsSchema);
return type;
}
}
///
///Represents the strongly named DataTable class.
///
[global::System.Serializable()]
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
public partial class LNNPLCOLLMASTDataTable : global::System.Data.TypedTableBase {
private global::System.Data.DataColumn columnCOOP_ID;
private global::System.Data.DataColumn columnLOANCONTRACT_NO;
private global::System.Data.DataColumn columnDESCRIPTION;
private global::System.Data.DataColumn columnREF_COLLNO;
private global::System.Data.DataColumn columnCOLLMAST_NO;
private global::System.Data.DataColumn columnCOLLMAST_DESC;
private global::System.Data.DataColumn columnESTIMATE_PRICE;
private global::System.Data.DataColumn columnMORTGAGE_DATE;
private global::System.Data.DataColumn columnMORTGAGE_PRICE;
private global::System.Data.DataColumn columnJPK_ESTPRICE;
private global::System.Data.DataColumn columnCONFISCATION;
private global::System.Data.DataColumn columnOBSCACLES;
private global::System.Data.DataColumn columnRESPONSIBLE;
private global::System.Data.DataColumn columnPRINTING;
private global::System.Data.DataColumn columnRECEIVED_DATE;
private global::System.Data.DataColumn columnDEBTOR_CLASS;
private global::System.Data.DataColumn columnWORK_ORDER;
private global::System.Data.DataColumn columnSTATUS;
private global::System.Data.DataColumn columnSALE_DATE;
private global::System.Data.DataColumn columnSALE_PRICE;
private global::System.Data.DataColumn columnCONFISCATION_DATE;
private global::System.Data.DataColumn columnWITHDRAW_JUDGEDOC;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNNPLCOLLMASTDataTable() {
this.TableName = "LNNPLCOLLMAST";
this.BeginInit();
this.InitClass();
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal LNNPLCOLLMASTDataTable(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 LNNPLCOLLMASTDataTable(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 LOANCONTRACT_NOColumn {
get {
return this.columnLOANCONTRACT_NO;
}
}
[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 REF_COLLNOColumn {
get {
return this.columnREF_COLLNO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn COLLMAST_NOColumn {
get {
return this.columnCOLLMAST_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn COLLMAST_DESCColumn {
get {
return this.columnCOLLMAST_DESC;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ESTIMATE_PRICEColumn {
get {
return this.columnESTIMATE_PRICE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MORTGAGE_DATEColumn {
get {
return this.columnMORTGAGE_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MORTGAGE_PRICEColumn {
get {
return this.columnMORTGAGE_PRICE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn JPK_ESTPRICEColumn {
get {
return this.columnJPK_ESTPRICE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CONFISCATIONColumn {
get {
return this.columnCONFISCATION;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn OBSCACLESColumn {
get {
return this.columnOBSCACLES;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn RESPONSIBLEColumn {
get {
return this.columnRESPONSIBLE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PRINTINGColumn {
get {
return this.columnPRINTING;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn RECEIVED_DATEColumn {
get {
return this.columnRECEIVED_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn DEBTOR_CLASSColumn {
get {
return this.columnDEBTOR_CLASS;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn WORK_ORDERColumn {
get {
return this.columnWORK_ORDER;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn STATUSColumn {
get {
return this.columnSTATUS;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SALE_DATEColumn {
get {
return this.columnSALE_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SALE_PRICEColumn {
get {
return this.columnSALE_PRICE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CONFISCATION_DATEColumn {
get {
return this.columnCONFISCATION_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn WITHDRAW_JUDGEDOCColumn {
get {
return this.columnWITHDRAW_JUDGEDOC;
}
}
[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 LNNPLCOLLMASTRow this[int index] {
get {
return ((LNNPLCOLLMASTRow)(this.Rows[index]));
}
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event LNNPLCOLLMASTRowChangeEventHandler LNNPLCOLLMASTRowChanging;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event LNNPLCOLLMASTRowChangeEventHandler LNNPLCOLLMASTRowChanged;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event LNNPLCOLLMASTRowChangeEventHandler LNNPLCOLLMASTRowDeleting;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event LNNPLCOLLMASTRowChangeEventHandler LNNPLCOLLMASTRowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void AddLNNPLCOLLMASTRow(LNNPLCOLLMASTRow row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNNPLCOLLMASTRow AddLNNPLCOLLMASTRow(
string COOP_ID,
string LOANCONTRACT_NO,
string DESCRIPTION,
string REF_COLLNO,
string COLLMAST_NO,
string COLLMAST_DESC,
decimal ESTIMATE_PRICE,
System.DateTime MORTGAGE_DATE,
decimal MORTGAGE_PRICE,
decimal JPK_ESTPRICE,
string CONFISCATION,
string OBSCACLES,
string RESPONSIBLE,
string PRINTING,
System.DateTime RECEIVED_DATE,
string DEBTOR_CLASS,
decimal WORK_ORDER,
decimal STATUS,
System.DateTime SALE_DATE,
decimal SALE_PRICE,
System.DateTime CONFISCATION_DATE,
string WITHDRAW_JUDGEDOC) {
LNNPLCOLLMASTRow rowLNNPLCOLLMASTRow = ((LNNPLCOLLMASTRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
COOP_ID,
LOANCONTRACT_NO,
DESCRIPTION,
REF_COLLNO,
COLLMAST_NO,
COLLMAST_DESC,
ESTIMATE_PRICE,
MORTGAGE_DATE,
MORTGAGE_PRICE,
JPK_ESTPRICE,
CONFISCATION,
OBSCACLES,
RESPONSIBLE,
PRINTING,
RECEIVED_DATE,
DEBTOR_CLASS,
WORK_ORDER,
STATUS,
SALE_DATE,
SALE_PRICE,
CONFISCATION_DATE,
WITHDRAW_JUDGEDOC};
rowLNNPLCOLLMASTRow.ItemArray = columnValuesArray;
this.Rows.Add(rowLNNPLCOLLMASTRow);
return rowLNNPLCOLLMASTRow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNNPLCOLLMASTRow FindByCOOP_IDREF_COLLNO(string COOP_ID, string REF_COLLNO) {
return ((LNNPLCOLLMASTRow)(this.Rows.Find(new object[] {
COOP_ID,
REF_COLLNO})));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public override global::System.Data.DataTable Clone() {
LNNPLCOLLMASTDataTable cln = ((LNNPLCOLLMASTDataTable)(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 LNNPLCOLLMASTDataTable();
}
[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.columnLOANCONTRACT_NO = base.Columns["LOANCONTRACT_NO"];
this.columnDESCRIPTION = base.Columns["DESCRIPTION"];
this.columnREF_COLLNO = base.Columns["REF_COLLNO"];
this.columnCOLLMAST_NO = base.Columns["COLLMAST_NO"];
this.columnCOLLMAST_DESC = base.Columns["COLLMAST_DESC"];
this.columnESTIMATE_PRICE = base.Columns["ESTIMATE_PRICE"];
this.columnMORTGAGE_DATE = base.Columns["MORTGAGE_DATE"];
this.columnMORTGAGE_PRICE = base.Columns["MORTGAGE_PRICE"];
this.columnJPK_ESTPRICE = base.Columns["JPK_ESTPRICE"];
this.columnCONFISCATION = base.Columns["CONFISCATION"];
this.columnOBSCACLES = base.Columns["OBSCACLES"];
this.columnRESPONSIBLE = base.Columns["RESPONSIBLE"];
this.columnPRINTING = base.Columns["PRINTING"];
this.columnRECEIVED_DATE = base.Columns["RECEIVED_DATE"];
this.columnDEBTOR_CLASS = base.Columns["DEBTOR_CLASS"];
this.columnWORK_ORDER = base.Columns["WORK_ORDER"];
this.columnSTATUS = base.Columns["STATUS"];
this.columnSALE_DATE = base.Columns["SALE_DATE"];
this.columnSALE_PRICE = base.Columns["SALE_PRICE"];
this.columnCONFISCATION_DATE = base.Columns["CONFISCATION_DATE"];
this.columnWITHDRAW_JUDGEDOC = base.Columns["WITHDRAW_JUDGEDOC"];
}
[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.columnLOANCONTRACT_NO = new global::System.Data.DataColumn("LOANCONTRACT_NO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLOANCONTRACT_NO);
this.columnDESCRIPTION = new global::System.Data.DataColumn("DESCRIPTION", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnDESCRIPTION);
this.columnREF_COLLNO = new global::System.Data.DataColumn("REF_COLLNO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnREF_COLLNO);
this.columnCOLLMAST_NO = new global::System.Data.DataColumn("COLLMAST_NO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOLLMAST_NO);
this.columnCOLLMAST_DESC = new global::System.Data.DataColumn("COLLMAST_DESC", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOLLMAST_DESC);
this.columnESTIMATE_PRICE = new global::System.Data.DataColumn("ESTIMATE_PRICE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnESTIMATE_PRICE);
this.columnMORTGAGE_DATE = new global::System.Data.DataColumn("MORTGAGE_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMORTGAGE_DATE);
this.columnMORTGAGE_PRICE = new global::System.Data.DataColumn("MORTGAGE_PRICE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMORTGAGE_PRICE);
this.columnJPK_ESTPRICE = new global::System.Data.DataColumn("JPK_ESTPRICE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnJPK_ESTPRICE);
this.columnCONFISCATION = new global::System.Data.DataColumn("CONFISCATION", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCONFISCATION);
this.columnOBSCACLES = new global::System.Data.DataColumn("OBSCACLES", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnOBSCACLES);
this.columnRESPONSIBLE = new global::System.Data.DataColumn("RESPONSIBLE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnRESPONSIBLE);
this.columnPRINTING = new global::System.Data.DataColumn("PRINTING", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPRINTING);
this.columnRECEIVED_DATE = new global::System.Data.DataColumn("RECEIVED_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnRECEIVED_DATE);
this.columnDEBTOR_CLASS = new global::System.Data.DataColumn("DEBTOR_CLASS", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnDEBTOR_CLASS);
this.columnWORK_ORDER = new global::System.Data.DataColumn("WORK_ORDER", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnWORK_ORDER);
this.columnSTATUS = new global::System.Data.DataColumn("STATUS", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSTATUS);
this.columnSALE_DATE = new global::System.Data.DataColumn("SALE_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSALE_DATE);
this.columnSALE_PRICE = new global::System.Data.DataColumn("SALE_PRICE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSALE_PRICE);
this.columnCONFISCATION_DATE = new global::System.Data.DataColumn("CONFISCATION_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCONFISCATION_DATE);
this.columnWITHDRAW_JUDGEDOC = new global::System.Data.DataColumn("WITHDRAW_JUDGEDOC", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnWITHDRAW_JUDGEDOC);
this.Constraints.Add(new global::System.Data.UniqueConstraint("LNCONTCOLLKey1", new global::System.Data.DataColumn[] {
this.columnCOOP_ID,
this.columnREF_COLLNO}, true));
this.columnCOOP_ID.AllowDBNull = false;
this.columnLOANCONTRACT_NO.AllowDBNull = false;
this.columnLOANCONTRACT_NO.ReadOnly = true;
this.columnLOANCONTRACT_NO.MaxLength = 15;
this.columnDESCRIPTION.ReadOnly = true;
this.columnDESCRIPTION.MaxLength = 500;
this.columnREF_COLLNO.AllowDBNull = false;
this.columnREF_COLLNO.MaxLength = 20;
this.columnCOLLMAST_NO.AllowDBNull = false;
this.columnCOLLMAST_NO.ReadOnly = true;
this.columnCOLLMAST_NO.MaxLength = 8;
this.columnCOLLMAST_DESC.ReadOnly = true;
this.columnCOLLMAST_DESC.MaxLength = 500;
this.columnESTIMATE_PRICE.ReadOnly = true;
this.columnMORTGAGE_DATE.ReadOnly = true;
this.columnMORTGAGE_PRICE.ReadOnly = true;
this.columnCONFISCATION.MaxLength = 20;
this.columnOBSCACLES.MaxLength = 150;
this.columnRESPONSIBLE.MaxLength = 150;
this.columnPRINTING.MaxLength = 150;
this.columnDEBTOR_CLASS.MaxLength = 1;
this.columnWITHDRAW_JUDGEDOC.MaxLength = 500;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNNPLCOLLMASTRow NewLNNPLCOLLMASTRow() {
return ((LNNPLCOLLMASTRow)(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 LNNPLCOLLMASTRow(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(LNNPLCOLLMASTRow);
}
[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.LNNPLCOLLMASTRowChanged != null)) {
this.LNNPLCOLLMASTRowChanged(this, new LNNPLCOLLMASTRowChangeEvent(((LNNPLCOLLMASTRow)(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.LNNPLCOLLMASTRowChanging != null)) {
this.LNNPLCOLLMASTRowChanging(this, new LNNPLCOLLMASTRowChangeEvent(((LNNPLCOLLMASTRow)(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.LNNPLCOLLMASTRowDeleted != null)) {
this.LNNPLCOLLMASTRowDeleted(this, new LNNPLCOLLMASTRowChangeEvent(((LNNPLCOLLMASTRow)(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.LNNPLCOLLMASTRowDeleting != null)) {
this.LNNPLCOLLMASTRowDeleting(this, new LNNPLCOLLMASTRowChangeEvent(((LNNPLCOLLMASTRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void RemoveLNNPLCOLLMASTRow(LNNPLCOLLMASTRow 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 = "LNNPLCOLLMASTDataTable";
type.Attributes.Add(attribute2);
type.Particle = sequence;
global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
if (xs.Contains(dsSchema.TargetNamespace)) {
global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
try {
global::System.Xml.Schema.XmlSchema schema = null;
dsSchema.Write(s1);
for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
s2.SetLength(0);
schema.Write(s2);
if ((s1.Length == s2.Length)) {
s1.Position = 0;
s2.Position = 0;
for (; ((s1.Position != s1.Length)
&& (s1.ReadByte() == s2.ReadByte())); ) {
;
}
if ((s1.Position == s1.Length)) {
return type;
}
}
}
}
finally {
if ((s1 != null)) {
s1.Close();
}
if ((s2 != null)) {
s2.Close();
}
}
}
xs.Add(dsSchema);
return type;
}
}
///
///Represents the strongly named DataTable class.
///
[global::System.Serializable()]
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
public partial class LNNPLFOLLOWMASTERDataTable : global::System.Data.TypedTableBase {
private global::System.Data.DataColumn columnCOOP_ID;
private global::System.Data.DataColumn columnMEMBER_NO;
private global::System.Data.DataColumn columnLOANCONTRACT_NO;
private global::System.Data.DataColumn columnFOLLOW_SEQ;
private global::System.Data.DataColumn columnDESCRIPTION;
private global::System.Data.DataColumn columnDESCRIPTION2;
private global::System.Data.DataColumn columnADVANCE_AMT;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNNPLFOLLOWMASTERDataTable() {
this.TableName = "LNNPLFOLLOWMASTER";
this.BeginInit();
this.InitClass();
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal LNNPLFOLLOWMASTERDataTable(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 LNNPLFOLLOWMASTERDataTable(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 MEMBER_NOColumn {
get {
return this.columnMEMBER_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LOANCONTRACT_NOColumn {
get {
return this.columnLOANCONTRACT_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn FOLLOW_SEQColumn {
get {
return this.columnFOLLOW_SEQ;
}
}
[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 DESCRIPTION2Column {
get {
return this.columnDESCRIPTION2;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ADVANCE_AMTColumn {
get {
return this.columnADVANCE_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
public int Count {
get {
return this.Rows.Count;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNNPLFOLLOWMASTERRow this[int index] {
get {
return ((LNNPLFOLLOWMASTERRow)(this.Rows[index]));
}
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event LNNPLFOLLOWMASTERRowChangeEventHandler LNNPLFOLLOWMASTERRowChanging;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event LNNPLFOLLOWMASTERRowChangeEventHandler LNNPLFOLLOWMASTERRowChanged;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event LNNPLFOLLOWMASTERRowChangeEventHandler LNNPLFOLLOWMASTERRowDeleting;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event LNNPLFOLLOWMASTERRowChangeEventHandler LNNPLFOLLOWMASTERRowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void AddLNNPLFOLLOWMASTERRow(LNNPLFOLLOWMASTERRow row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNNPLFOLLOWMASTERRow AddLNNPLFOLLOWMASTERRow(string COOP_ID, string MEMBER_NO, string LOANCONTRACT_NO, decimal FOLLOW_SEQ, string DESCRIPTION, string DESCRIPTION2, decimal ADVANCE_AMT) {
LNNPLFOLLOWMASTERRow rowLNNPLFOLLOWMASTERRow = ((LNNPLFOLLOWMASTERRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
COOP_ID,
MEMBER_NO,
LOANCONTRACT_NO,
FOLLOW_SEQ,
DESCRIPTION,
DESCRIPTION2,
ADVANCE_AMT};
rowLNNPLFOLLOWMASTERRow.ItemArray = columnValuesArray;
this.Rows.Add(rowLNNPLFOLLOWMASTERRow);
return rowLNNPLFOLLOWMASTERRow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNNPLFOLLOWMASTERRow FindByCOOP_IDMEMBER_NOFOLLOW_SEQ(string COOP_ID, string MEMBER_NO, decimal FOLLOW_SEQ) {
return ((LNNPLFOLLOWMASTERRow)(this.Rows.Find(new object[] {
COOP_ID,
MEMBER_NO,
FOLLOW_SEQ})));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public override global::System.Data.DataTable Clone() {
LNNPLFOLLOWMASTERDataTable cln = ((LNNPLFOLLOWMASTERDataTable)(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 LNNPLFOLLOWMASTERDataTable();
}
[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.columnMEMBER_NO = base.Columns["MEMBER_NO"];
this.columnLOANCONTRACT_NO = base.Columns["LOANCONTRACT_NO"];
this.columnFOLLOW_SEQ = base.Columns["FOLLOW_SEQ"];
this.columnDESCRIPTION = base.Columns["DESCRIPTION"];
this.columnDESCRIPTION2 = base.Columns["DESCRIPTION2"];
this.columnADVANCE_AMT = base.Columns["ADVANCE_AMT"];
}
[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.columnMEMBER_NO = new global::System.Data.DataColumn("MEMBER_NO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMBER_NO);
this.columnLOANCONTRACT_NO = new global::System.Data.DataColumn("LOANCONTRACT_NO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLOANCONTRACT_NO);
this.columnFOLLOW_SEQ = new global::System.Data.DataColumn("FOLLOW_SEQ", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnFOLLOW_SEQ);
this.columnDESCRIPTION = new global::System.Data.DataColumn("DESCRIPTION", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnDESCRIPTION);
this.columnDESCRIPTION2 = new global::System.Data.DataColumn("DESCRIPTION2", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnDESCRIPTION2);
this.columnADVANCE_AMT = new global::System.Data.DataColumn("ADVANCE_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnADVANCE_AMT);
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
this.columnCOOP_ID,
this.columnMEMBER_NO,
this.columnFOLLOW_SEQ}, true));
this.columnCOOP_ID.AllowDBNull = false;
this.columnCOOP_ID.MaxLength = 6;
this.columnMEMBER_NO.AllowDBNull = false;
this.columnMEMBER_NO.MaxLength = 8;
this.columnLOANCONTRACT_NO.AllowDBNull = false;
this.columnLOANCONTRACT_NO.ReadOnly = true;
this.columnLOANCONTRACT_NO.MaxLength = 15;
this.columnFOLLOW_SEQ.AllowDBNull = false;
this.columnDESCRIPTION.MaxLength = 50;
this.columnDESCRIPTION2.ReadOnly = true;
this.columnADVANCE_AMT.ReadOnly = true;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNNPLFOLLOWMASTERRow NewLNNPLFOLLOWMASTERRow() {
return ((LNNPLFOLLOWMASTERRow)(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 LNNPLFOLLOWMASTERRow(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(LNNPLFOLLOWMASTERRow);
}
[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.LNNPLFOLLOWMASTERRowChanged != null)) {
this.LNNPLFOLLOWMASTERRowChanged(this, new LNNPLFOLLOWMASTERRowChangeEvent(((LNNPLFOLLOWMASTERRow)(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.LNNPLFOLLOWMASTERRowChanging != null)) {
this.LNNPLFOLLOWMASTERRowChanging(this, new LNNPLFOLLOWMASTERRowChangeEvent(((LNNPLFOLLOWMASTERRow)(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.LNNPLFOLLOWMASTERRowDeleted != null)) {
this.LNNPLFOLLOWMASTERRowDeleted(this, new LNNPLFOLLOWMASTERRowChangeEvent(((LNNPLFOLLOWMASTERRow)(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.LNNPLFOLLOWMASTERRowDeleting != null)) {
this.LNNPLFOLLOWMASTERRowDeleting(this, new LNNPLFOLLOWMASTERRowChangeEvent(((LNNPLFOLLOWMASTERRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void RemoveLNNPLFOLLOWMASTERRow(LNNPLFOLLOWMASTERRow 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 = "LNNPLFOLLOWMASTERDataTable";
type.Attributes.Add(attribute2);
type.Particle = sequence;
global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
if (xs.Contains(dsSchema.TargetNamespace)) {
global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
try {
global::System.Xml.Schema.XmlSchema schema = null;
dsSchema.Write(s1);
for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
s2.SetLength(0);
schema.Write(s2);
if ((s1.Length == s2.Length)) {
s1.Position = 0;
s2.Position = 0;
for (; ((s1.Position != s1.Length)
&& (s1.ReadByte() == s2.ReadByte())); ) {
;
}
if ((s1.Position == s1.Length)) {
return type;
}
}
}
}
finally {
if ((s1 != null)) {
s1.Close();
}
if ((s2 != null)) {
s2.Close();
}
}
}
xs.Add(dsSchema);
return type;
}
}
///
///Represents the strongly named DataTable class.
///
[global::System.Serializable()]
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
public partial class LNNPLFOLLOWDETAILDataTable : global::System.Data.TypedTableBase {
private global::System.Data.DataColumn columnCOOP_ID;
private global::System.Data.DataColumn columnMEMBER_NO;
private global::System.Data.DataColumn columnFOLLOW_SEQ;
private global::System.Data.DataColumn columnSEQ_NO;
private global::System.Data.DataColumn columnTOPIC;
private global::System.Data.DataColumn columnFOLLOW_DATE;
private global::System.Data.DataColumn columnFOLLOW_DESC;
private global::System.Data.DataColumn columnDONE;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNNPLFOLLOWDETAILDataTable() {
this.TableName = "LNNPLFOLLOWDETAIL";
this.BeginInit();
this.InitClass();
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal LNNPLFOLLOWDETAILDataTable(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 LNNPLFOLLOWDETAILDataTable(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 MEMBER_NOColumn {
get {
return this.columnMEMBER_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn FOLLOW_SEQColumn {
get {
return this.columnFOLLOW_SEQ;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SEQ_NOColumn {
get {
return this.columnSEQ_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn TOPICColumn {
get {
return this.columnTOPIC;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn FOLLOW_DATEColumn {
get {
return this.columnFOLLOW_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn FOLLOW_DESCColumn {
get {
return this.columnFOLLOW_DESC;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn DONEColumn {
get {
return this.columnDONE;
}
}
[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 LNNPLFOLLOWDETAILRow this[int index] {
get {
return ((LNNPLFOLLOWDETAILRow)(this.Rows[index]));
}
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event LNNPLFOLLOWDETAILRowChangeEventHandler LNNPLFOLLOWDETAILRowChanging;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event LNNPLFOLLOWDETAILRowChangeEventHandler LNNPLFOLLOWDETAILRowChanged;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event LNNPLFOLLOWDETAILRowChangeEventHandler LNNPLFOLLOWDETAILRowDeleting;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event LNNPLFOLLOWDETAILRowChangeEventHandler LNNPLFOLLOWDETAILRowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void AddLNNPLFOLLOWDETAILRow(LNNPLFOLLOWDETAILRow row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNNPLFOLLOWDETAILRow AddLNNPLFOLLOWDETAILRow(string COOP_ID, string MEMBER_NO, decimal FOLLOW_SEQ, decimal SEQ_NO, string TOPIC, System.DateTime FOLLOW_DATE, string FOLLOW_DESC, string DONE) {
LNNPLFOLLOWDETAILRow rowLNNPLFOLLOWDETAILRow = ((LNNPLFOLLOWDETAILRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
COOP_ID,
MEMBER_NO,
FOLLOW_SEQ,
SEQ_NO,
TOPIC,
FOLLOW_DATE,
FOLLOW_DESC,
DONE};
rowLNNPLFOLLOWDETAILRow.ItemArray = columnValuesArray;
this.Rows.Add(rowLNNPLFOLLOWDETAILRow);
return rowLNNPLFOLLOWDETAILRow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNNPLFOLLOWDETAILRow FindByCOOP_IDMEMBER_NOFOLLOW_SEQSEQ_NO(string COOP_ID, string MEMBER_NO, decimal FOLLOW_SEQ, decimal SEQ_NO) {
return ((LNNPLFOLLOWDETAILRow)(this.Rows.Find(new object[] {
COOP_ID,
MEMBER_NO,
FOLLOW_SEQ,
SEQ_NO})));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public override global::System.Data.DataTable Clone() {
LNNPLFOLLOWDETAILDataTable cln = ((LNNPLFOLLOWDETAILDataTable)(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 LNNPLFOLLOWDETAILDataTable();
}
[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.columnMEMBER_NO = base.Columns["MEMBER_NO"];
this.columnFOLLOW_SEQ = base.Columns["FOLLOW_SEQ"];
this.columnSEQ_NO = base.Columns["SEQ_NO"];
this.columnTOPIC = base.Columns["TOPIC"];
this.columnFOLLOW_DATE = base.Columns["FOLLOW_DATE"];
this.columnFOLLOW_DESC = base.Columns["FOLLOW_DESC"];
this.columnDONE = base.Columns["DONE"];
}
[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.columnMEMBER_NO = new global::System.Data.DataColumn("MEMBER_NO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMBER_NO);
this.columnFOLLOW_SEQ = new global::System.Data.DataColumn("FOLLOW_SEQ", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnFOLLOW_SEQ);
this.columnSEQ_NO = new global::System.Data.DataColumn("SEQ_NO", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSEQ_NO);
this.columnTOPIC = new global::System.Data.DataColumn("TOPIC", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnTOPIC);
this.columnFOLLOW_DATE = new global::System.Data.DataColumn("FOLLOW_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnFOLLOW_DATE);
this.columnFOLLOW_DESC = new global::System.Data.DataColumn("FOLLOW_DESC", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnFOLLOW_DESC);
this.columnDONE = new global::System.Data.DataColumn("DONE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnDONE);
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
this.columnCOOP_ID,
this.columnMEMBER_NO,
this.columnFOLLOW_SEQ,
this.columnSEQ_NO}, true));
this.columnCOOP_ID.AllowDBNull = false;
this.columnCOOP_ID.MaxLength = 6;
this.columnMEMBER_NO.AllowDBNull = false;
this.columnMEMBER_NO.MaxLength = 8;
this.columnFOLLOW_SEQ.AllowDBNull = false;
this.columnSEQ_NO.AllowDBNull = false;
this.columnTOPIC.MaxLength = 100;
this.columnFOLLOW_DESC.MaxLength = 500;
this.columnDONE.MaxLength = 1;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNNPLFOLLOWDETAILRow NewLNNPLFOLLOWDETAILRow() {
return ((LNNPLFOLLOWDETAILRow)(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 LNNPLFOLLOWDETAILRow(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(LNNPLFOLLOWDETAILRow);
}
[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.LNNPLFOLLOWDETAILRowChanged != null)) {
this.LNNPLFOLLOWDETAILRowChanged(this, new LNNPLFOLLOWDETAILRowChangeEvent(((LNNPLFOLLOWDETAILRow)(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.LNNPLFOLLOWDETAILRowChanging != null)) {
this.LNNPLFOLLOWDETAILRowChanging(this, new LNNPLFOLLOWDETAILRowChangeEvent(((LNNPLFOLLOWDETAILRow)(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.LNNPLFOLLOWDETAILRowDeleted != null)) {
this.LNNPLFOLLOWDETAILRowDeleted(this, new LNNPLFOLLOWDETAILRowChangeEvent(((LNNPLFOLLOWDETAILRow)(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.LNNPLFOLLOWDETAILRowDeleting != null)) {
this.LNNPLFOLLOWDETAILRowDeleting(this, new LNNPLFOLLOWDETAILRowChangeEvent(((LNNPLFOLLOWDETAILRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void RemoveLNNPLFOLLOWDETAILRow(LNNPLFOLLOWDETAILRow 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 = "LNNPLFOLLOWDETAILDataTable";
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 MBMEMBMASTERRow : global::System.Data.DataRow {
private MBMEMBMASTERDataTable tableMBMEMBMASTER;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal MBMEMBMASTERRow(global::System.Data.DataRowBuilder rb) :
base(rb) {
this.tableMBMEMBMASTER = ((MBMEMBMASTERDataTable)(this.Table));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string COOP_ID {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.COOP_IDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'COOP_ID\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.COOP_IDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MEMBER_NO {
get {
return ((string)(this[this.tableMBMEMBMASTER.MEMBER_NOColumn]));
}
set {
this[this.tableMBMEMBMASTER.MEMBER_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MEMB_NAME {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.MEMB_NAMEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMB_NAME\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.MEMB_NAMEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MEMB_SURNAME {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.MEMB_SURNAMEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMB_SURNAME\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.MEMB_SURNAMEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MEMBGROUP_CODE {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.MEMBGROUP_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMBGROUP_CODE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.MEMBGROUP_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ADDR_NO {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.ADDR_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ADDR_NO\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.ADDR_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ADDR_MOO {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.ADDR_MOOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ADDR_MOO\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.ADDR_MOOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ADDR_SOI {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.ADDR_SOIColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ADDR_SOI\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.ADDR_SOIColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ADDR_VILLAGE {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.ADDR_VILLAGEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ADDR_VILLAGE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.ADDR_VILLAGEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ADDR_ROAD {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.ADDR_ROADColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ADDR_ROAD\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.ADDR_ROADColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string TAMBOL_CODE {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.TAMBOL_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'TAMBOL_CODE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.TAMBOL_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string AMPHUR_CODE {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.AMPHUR_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'AMPHUR_CODE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.AMPHUR_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string PROVINCE_CODE {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.PROVINCE_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PROVINCE_CODE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.PROVINCE_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ADDR_POSTCODE {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.ADDR_POSTCODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ADDR_POSTCODE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.ADDR_POSTCODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ADDR_PHONE {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.ADDR_PHONEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ADDR_PHONE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.ADDR_PHONEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ADDR_MOBILEPHONE {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.ADDR_MOBILEPHONEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ADDR_MOBILEPHONE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.ADDR_MOBILEPHONEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string CARD_PERSON {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.CARD_PERSONColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CARD_PERSON\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.CARD_PERSONColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string PROVINCE_DESC {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.PROVINCE_DESCColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PROVINCE_DESC\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.PROVINCE_DESCColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string PRENAME_DESC {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.PRENAME_DESCColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PRENAME_DESC\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.PRENAME_DESCColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string compute_1 {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.compute_1Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'compute_1\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.compute_1Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string compute_2 {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.compute_2Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'compute_2\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.compute_2Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string TAMBOL_DESC {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.TAMBOL_DESCColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'TAMBOL_DESC\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.TAMBOL_DESCColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string DISTRICT_DESC {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.DISTRICT_DESCColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'DISTRICT_DESC\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.DISTRICT_DESCColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCOOP_IDNull() {
return this.IsNull(this.tableMBMEMBMASTER.COOP_IDColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCOOP_IDNull() {
this[this.tableMBMEMBMASTER.COOP_IDColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMEMB_NAMENull() {
return this.IsNull(this.tableMBMEMBMASTER.MEMB_NAMEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMEMB_NAMENull() {
this[this.tableMBMEMBMASTER.MEMB_NAMEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMEMB_SURNAMENull() {
return this.IsNull(this.tableMBMEMBMASTER.MEMB_SURNAMEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMEMB_SURNAMENull() {
this[this.tableMBMEMBMASTER.MEMB_SURNAMEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMEMBGROUP_CODENull() {
return this.IsNull(this.tableMBMEMBMASTER.MEMBGROUP_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMEMBGROUP_CODENull() {
this[this.tableMBMEMBMASTER.MEMBGROUP_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsADDR_NONull() {
return this.IsNull(this.tableMBMEMBMASTER.ADDR_NOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetADDR_NONull() {
this[this.tableMBMEMBMASTER.ADDR_NOColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsADDR_MOONull() {
return this.IsNull(this.tableMBMEMBMASTER.ADDR_MOOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetADDR_MOONull() {
this[this.tableMBMEMBMASTER.ADDR_MOOColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsADDR_SOINull() {
return this.IsNull(this.tableMBMEMBMASTER.ADDR_SOIColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetADDR_SOINull() {
this[this.tableMBMEMBMASTER.ADDR_SOIColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsADDR_VILLAGENull() {
return this.IsNull(this.tableMBMEMBMASTER.ADDR_VILLAGEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetADDR_VILLAGENull() {
this[this.tableMBMEMBMASTER.ADDR_VILLAGEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsADDR_ROADNull() {
return this.IsNull(this.tableMBMEMBMASTER.ADDR_ROADColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetADDR_ROADNull() {
this[this.tableMBMEMBMASTER.ADDR_ROADColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsTAMBOL_CODENull() {
return this.IsNull(this.tableMBMEMBMASTER.TAMBOL_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetTAMBOL_CODENull() {
this[this.tableMBMEMBMASTER.TAMBOL_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsAMPHUR_CODENull() {
return this.IsNull(this.tableMBMEMBMASTER.AMPHUR_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetAMPHUR_CODENull() {
this[this.tableMBMEMBMASTER.AMPHUR_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPROVINCE_CODENull() {
return this.IsNull(this.tableMBMEMBMASTER.PROVINCE_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPROVINCE_CODENull() {
this[this.tableMBMEMBMASTER.PROVINCE_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsADDR_POSTCODENull() {
return this.IsNull(this.tableMBMEMBMASTER.ADDR_POSTCODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetADDR_POSTCODENull() {
this[this.tableMBMEMBMASTER.ADDR_POSTCODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsADDR_PHONENull() {
return this.IsNull(this.tableMBMEMBMASTER.ADDR_PHONEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetADDR_PHONENull() {
this[this.tableMBMEMBMASTER.ADDR_PHONEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsADDR_MOBILEPHONENull() {
return this.IsNull(this.tableMBMEMBMASTER.ADDR_MOBILEPHONEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetADDR_MOBILEPHONENull() {
this[this.tableMBMEMBMASTER.ADDR_MOBILEPHONEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCARD_PERSONNull() {
return this.IsNull(this.tableMBMEMBMASTER.CARD_PERSONColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCARD_PERSONNull() {
this[this.tableMBMEMBMASTER.CARD_PERSONColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPROVINCE_DESCNull() {
return this.IsNull(this.tableMBMEMBMASTER.PROVINCE_DESCColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPROVINCE_DESCNull() {
this[this.tableMBMEMBMASTER.PROVINCE_DESCColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPRENAME_DESCNull() {
return this.IsNull(this.tableMBMEMBMASTER.PRENAME_DESCColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPRENAME_DESCNull() {
this[this.tableMBMEMBMASTER.PRENAME_DESCColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Iscompute_1Null() {
return this.IsNull(this.tableMBMEMBMASTER.compute_1Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setcompute_1Null() {
this[this.tableMBMEMBMASTER.compute_1Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Iscompute_2Null() {
return this.IsNull(this.tableMBMEMBMASTER.compute_2Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setcompute_2Null() {
this[this.tableMBMEMBMASTER.compute_2Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsTAMBOL_DESCNull() {
return this.IsNull(this.tableMBMEMBMASTER.TAMBOL_DESCColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetTAMBOL_DESCNull() {
this[this.tableMBMEMBMASTER.TAMBOL_DESCColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsDISTRICT_DESCNull() {
return this.IsNull(this.tableMBMEMBMASTER.DISTRICT_DESCColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetDISTRICT_DESCNull() {
this[this.tableMBMEMBMASTER.DISTRICT_DESCColumn] = global::System.Convert.DBNull;
}
}
///
///Represents strongly named DataRow class.
///
public partial class LNCONTMASTERRow : global::System.Data.DataRow {
private LNCONTMASTERDataTable tableLNCONTMASTER;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal LNCONTMASTERRow(global::System.Data.DataRowBuilder rb) :
base(rb) {
this.tableLNCONTMASTER = ((LNCONTMASTERDataTable)(this.Table));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string COOP_ID {
get {
try {
return ((string)(this[this.tableLNCONTMASTER.COOP_IDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'COOP_ID\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.COOP_IDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string LOANCONTRACT_NO {
get {
return ((string)(this[this.tableLNCONTMASTER.LOANCONTRACT_NOColumn]));
}
set {
this[this.tableLNCONTMASTER.LOANCONTRACT_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MEMBER_NO {
get {
return ((string)(this[this.tableLNCONTMASTER.MEMBER_NOColumn]));
}
set {
this[this.tableLNCONTMASTER.MEMBER_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime LASTPAYMENT_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableLNCONTMASTER.LASTPAYMENT_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LASTPAYMENT_DATE\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.LASTPAYMENT_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal PRINCIPAL_ARREAR {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.PRINCIPAL_ARREARColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PRINCIPAL_ARREAR\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.PRINCIPAL_ARREARColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INTEREST_ARREAR {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.INTEREST_ARREARColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INTEREST_ARREAR\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.INTEREST_ARREARColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string LOANTYPE_DESC {
get {
try {
return ((string)(this[this.tableLNCONTMASTER.LOANTYPE_DESCColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LOANTYPE_DESC\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.LOANTYPE_DESCColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal PRINCIPAL_BALANCE {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.PRINCIPAL_BALANCEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PRINCIPAL_BALANCE\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.PRINCIPAL_BALANCEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INTEREST_ACCUM {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.INTEREST_ACCUMColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INTEREST_ACCUM\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.INTEREST_ACCUMColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INTSET_ARREAR {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.INTSET_ARREARColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INTSET_ARREAR\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.INTSET_ARREARColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCOOP_IDNull() {
return this.IsNull(this.tableLNCONTMASTER.COOP_IDColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCOOP_IDNull() {
this[this.tableLNCONTMASTER.COOP_IDColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLASTPAYMENT_DATENull() {
return this.IsNull(this.tableLNCONTMASTER.LASTPAYMENT_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLASTPAYMENT_DATENull() {
this[this.tableLNCONTMASTER.LASTPAYMENT_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPRINCIPAL_ARREARNull() {
return this.IsNull(this.tableLNCONTMASTER.PRINCIPAL_ARREARColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPRINCIPAL_ARREARNull() {
this[this.tableLNCONTMASTER.PRINCIPAL_ARREARColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINTEREST_ARREARNull() {
return this.IsNull(this.tableLNCONTMASTER.INTEREST_ARREARColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINTEREST_ARREARNull() {
this[this.tableLNCONTMASTER.INTEREST_ARREARColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLOANTYPE_DESCNull() {
return this.IsNull(this.tableLNCONTMASTER.LOANTYPE_DESCColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLOANTYPE_DESCNull() {
this[this.tableLNCONTMASTER.LOANTYPE_DESCColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPRINCIPAL_BALANCENull() {
return this.IsNull(this.tableLNCONTMASTER.PRINCIPAL_BALANCEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPRINCIPAL_BALANCENull() {
this[this.tableLNCONTMASTER.PRINCIPAL_BALANCEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINTEREST_ACCUMNull() {
return this.IsNull(this.tableLNCONTMASTER.INTEREST_ACCUMColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINTEREST_ACCUMNull() {
this[this.tableLNCONTMASTER.INTEREST_ACCUMColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINTSET_ARREARNull() {
return this.IsNull(this.tableLNCONTMASTER.INTSET_ARREARColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINTSET_ARREARNull() {
this[this.tableLNCONTMASTER.INTSET_ARREARColumn] = global::System.Convert.DBNull;
}
}
///
///Represents strongly named DataRow class.
///
public partial class LNNPLMASTERRow : global::System.Data.DataRow {
private LNNPLMASTERDataTable tableLNNPLMASTER;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal LNNPLMASTERRow(global::System.Data.DataRowBuilder rb) :
base(rb) {
this.tableLNNPLMASTER = ((LNNPLMASTERDataTable)(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.tableLNNPLMASTER.COOP_IDColumn]));
}
set {
this[this.tableLNNPLMASTER.COOP_IDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string LOANCONTRACT_NO {
get {
return ((string)(this[this.tableLNNPLMASTER.LOANCONTRACT_NOColumn]));
}
set {
this[this.tableLNNPLMASTER.LOANCONTRACT_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MEMBER_NO {
get {
return ((string)(this[this.tableLNNPLMASTER.MEMBER_NOColumn]));
}
set {
this[this.tableLNNPLMASTER.MEMBER_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal LAWTYPE_CODE {
get {
try {
return ((decimal)(this[this.tableLNNPLMASTER.LAWTYPE_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LAWTYPE_CODE\' in table \'LNNPLMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNNPLMASTER.LAWTYPE_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string COURT_NAME {
get {
try {
return ((string)(this[this.tableLNNPLMASTER.COURT_NAMEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'COURT_NAME\' in table \'LNNPLMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNNPLMASTER.COURT_NAMEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime INDICT_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableLNNPLMASTER.INDICT_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INDICT_DATE\' in table \'LNNPLMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNNPLMASTER.INDICT_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string CASE_BLACKNO {
get {
try {
return ((string)(this[this.tableLNNPLMASTER.CASE_BLACKNOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CASE_BLACKNO\' in table \'LNNPLMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNNPLMASTER.CASE_BLACKNOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string CASE_REDNO {
get {
try {
return ((string)(this[this.tableLNNPLMASTER.CASE_REDNOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CASE_REDNO\' in table \'LNNPLMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNNPLMASTER.CASE_REDNOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime JUDGE_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableLNNPLMASTER.JUDGE_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'JUDGE_DATE\' in table \'LNNPLMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNNPLMASTER.JUDGE_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string JUDGE_DESC {
get {
try {
return ((string)(this[this.tableLNNPLMASTER.JUDGE_DESCColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'JUDGE_DESC\' in table \'LNNPLMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNNPLMASTER.JUDGE_DESCColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime ENFORCEMENT_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableLNNPLMASTER.ENFORCEMENT_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ENFORCEMENT_DATE\' in table \'LNNPLMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNNPLMASTER.ENFORCEMENT_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal JUDGE_INTRATE {
get {
try {
return ((decimal)(this[this.tableLNNPLMASTER.JUDGE_INTRATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'JUDGE_INTRATE\' in table \'LNNPLMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNNPLMASTER.JUDGE_INTRATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal ADVANCE_PAYAMT {
get {
try {
return ((decimal)(this[this.tableLNNPLMASTER.ADVANCE_PAYAMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ADVANCE_PAYAMT\' in table \'LNNPLMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNNPLMASTER.ADVANCE_PAYAMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INDICT_PRNAMT {
get {
try {
return ((decimal)(this[this.tableLNNPLMASTER.INDICT_PRNAMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INDICT_PRNAMT\' in table \'LNNPLMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNNPLMASTER.INDICT_PRNAMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INDICT_INTAMT {
get {
try {
return ((decimal)(this[this.tableLNNPLMASTER.INDICT_INTAMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INDICT_INTAMT\' in table \'LNNPLMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNNPLMASTER.INDICT_INTAMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal RECIEVEABLE_BYCOURT {
get {
try {
return ((decimal)(this[this.tableLNNPLMASTER.RECIEVEABLE_BYCOURTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'RECIEVEABLE_BYCOURT\' in table \'LNNPLMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNNPLMASTER.RECIEVEABLE_BYCOURTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal MARGIN {
get {
try {
return ((decimal)(this[this.tableLNNPLMASTER.MARGINColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MARGIN\' in table \'LNNPLMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNNPLMASTER.MARGINColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime LAST_INT_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableLNNPLMASTER.LAST_INT_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LAST_INT_DATE\' in table \'LNNPLMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNNPLMASTER.LAST_INT_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INT_LASTCAL {
get {
try {
return ((decimal)(this[this.tableLNNPLMASTER.INT_LASTCALColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INT_LASTCAL\' in table \'LNNPLMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNNPLMASTER.INT_LASTCALColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INTEREST_ARREAR {
get {
try {
return ((decimal)(this[this.tableLNNPLMASTER.INTEREST_ARREARColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INTEREST_ARREAR\' in table \'LNNPLMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNNPLMASTER.INTEREST_ARREARColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal PERIOD_PAYMENT {
get {
try {
return ((decimal)(this[this.tableLNNPLMASTER.PERIOD_PAYMENTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PERIOD_PAYMENT\' in table \'LNNPLMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNNPLMASTER.PERIOD_PAYMENTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal PRINC_BALANCE {
get {
try {
return ((decimal)(this[this.tableLNNPLMASTER.PRINC_BALANCEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PRINC_BALANCE\' in table \'LNNPLMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNNPLMASTER.PRINC_BALANCEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal PRINCE_LAST_YEAR {
get {
try {
return ((decimal)(this[this.tableLNNPLMASTER.PRINCE_LAST_YEARColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PRINCE_LAST_YEAR\' in table \'LNNPLMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNNPLMASTER.PRINCE_LAST_YEARColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal PRINC_PAYMENT_YEAR {
get {
try {
return ((decimal)(this[this.tableLNNPLMASTER.PRINC_PAYMENT_YEARColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PRINC_PAYMENT_YEAR\' in table \'LNNPLMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNNPLMASTER.PRINC_PAYMENT_YEARColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INT_BALANCE {
get {
try {
return ((decimal)(this[this.tableLNNPLMASTER.INT_BALANCEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INT_BALANCE\' in table \'LNNPLMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNNPLMASTER.INT_BALANCEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INT_LAST_YEAR {
get {
try {
return ((decimal)(this[this.tableLNNPLMASTER.INT_LAST_YEARColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INT_LAST_YEAR\' in table \'LNNPLMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNNPLMASTER.INT_LAST_YEARColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INT_PAYMENT_YEAR {
get {
try {
return ((decimal)(this[this.tableLNNPLMASTER.INT_PAYMENT_YEARColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INT_PAYMENT_YEAR\' in table \'LNNPLMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNNPLMASTER.INT_PAYMENT_YEARColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal PAYMENT_SUM {
get {
try {
return ((decimal)(this[this.tableLNNPLMASTER.PAYMENT_SUMColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PAYMENT_SUM\' in table \'LNNPLMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNNPLMASTER.PAYMENT_SUMColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string RESULT_REQUIRE {
get {
try {
return ((string)(this[this.tableLNNPLMASTER.RESULT_REQUIREColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'RESULT_REQUIRE\' in table \'LNNPLMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNNPLMASTER.RESULT_REQUIREColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string REMARK {
get {
try {
return ((string)(this[this.tableLNNPLMASTER.REMARKColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'REMARK\' in table \'LNNPLMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNNPLMASTER.REMARKColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string WORK_ORDER {
get {
try {
return ((string)(this[this.tableLNNPLMASTER.WORK_ORDERColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'WORK_ORDER\' in table \'LNNPLMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNNPLMASTER.WORK_ORDERColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime RECEIVED_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableLNNPLMASTER.RECEIVED_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'RECEIVED_DATE\' in table \'LNNPLMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNNPLMASTER.RECEIVED_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string DEBTOR_CLASS {
get {
try {
return ((string)(this[this.tableLNNPLMASTER.DEBTOR_CLASSColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'DEBTOR_CLASS\' in table \'LNNPLMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNNPLMASTER.DEBTOR_CLASSColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal STATUS {
get {
try {
return ((decimal)(this[this.tableLNNPLMASTER.STATUSColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'STATUS\' in table \'LNNPLMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNNPLMASTER.STATUSColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal PRINCIPAL_BALANCE {
get {
try {
return ((decimal)(this[this.tableLNNPLMASTER.PRINCIPAL_BALANCEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PRINCIPAL_BALANCE\' in table \'LNNPLMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNNPLMASTER.PRINCIPAL_BALANCEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INTEREST_ACCUM {
get {
try {
return ((decimal)(this[this.tableLNNPLMASTER.INTEREST_ACCUMColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INTEREST_ACCUM\' in table \'LNNPLMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNNPLMASTER.INTEREST_ACCUMColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime LASTCALINT_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableLNNPLMASTER.LASTCALINT_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LASTCALINT_DATE\' in table \'LNNPLMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNNPLMASTER.LASTCALINT_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal PBPRINBAL_AMT {
get {
try {
return ((decimal)(this[this.tableLNNPLMASTER.PBPRINBAL_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PBPRINBAL_AMT\' in table \'LNNPLMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNNPLMASTER.PBPRINBAL_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal PBINTBAL_AMT {
get {
try {
return ((decimal)(this[this.tableLNNPLMASTER.PBINTBAL_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PBINTBAL_AMT\' in table \'LNNPLMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNNPLMASTER.PBINTBAL_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime LOANCONTRACT_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableLNNPLMASTER.LOANCONTRACT_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LOANCONTRACT_DATE\' in table \'LNNPLMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNNPLMASTER.LOANCONTRACT_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal LAWTYPE_CODE_OLD {
get {
try {
return ((decimal)(this[this.tableLNNPLMASTER.LAWTYPE_CODE_OLDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LAWTYPE_CODE_OLD\' in table \'LNNPLMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNNPLMASTER.LAWTYPE_CODE_OLDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal PERCENT_SETTINGPAYMENT {
get {
try {
return ((decimal)(this[this.tableLNNPLMASTER.PERCENT_SETTINGPAYMENTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PERCENT_SETTINGPAYMENT\' in table \'LNNPLMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNNPLMASTER.PERCENT_SETTINGPAYMENTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal SETTING_PAYMENT {
get {
try {
return ((decimal)(this[this.tableLNNPLMASTER.SETTING_PAYMENTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SETTING_PAYMENT\' in table \'LNNPLMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNNPLMASTER.SETTING_PAYMENTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal FOLLOW_SEQ {
get {
try {
return ((decimal)(this[this.tableLNNPLMASTER.FOLLOW_SEQColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'FOLLOW_SEQ\' in table \'LNNPLMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNNPLMASTER.FOLLOW_SEQColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal compute_1 {
get {
try {
return ((decimal)(this[this.tableLNNPLMASTER.compute_1Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'compute_1\' in table \'LNNPLMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNNPLMASTER.compute_1Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal compute_2 {
get {
try {
return ((decimal)(this[this.tableLNNPLMASTER.compute_2Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'compute_2\' in table \'LNNPLMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNNPLMASTER.compute_2Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal compute_3 {
get {
try {
return ((decimal)(this[this.tableLNNPLMASTER.compute_3Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'compute_3\' in table \'LNNPLMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNNPLMASTER.compute_3Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal compute_4 {
get {
try {
return ((decimal)(this[this.tableLNNPLMASTER.compute_4Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'compute_4\' in table \'LNNPLMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNNPLMASTER.compute_4Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal compute_5 {
get {
try {
return ((decimal)(this[this.tableLNNPLMASTER.compute_5Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'compute_5\' in table \'LNNPLMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNNPLMASTER.compute_5Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal compute_6 {
get {
try {
return ((decimal)(this[this.tableLNNPLMASTER.compute_6Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'compute_6\' in table \'LNNPLMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNNPLMASTER.compute_6Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLAWTYPE_CODENull() {
return this.IsNull(this.tableLNNPLMASTER.LAWTYPE_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLAWTYPE_CODENull() {
this[this.tableLNNPLMASTER.LAWTYPE_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCOURT_NAMENull() {
return this.IsNull(this.tableLNNPLMASTER.COURT_NAMEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCOURT_NAMENull() {
this[this.tableLNNPLMASTER.COURT_NAMEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINDICT_DATENull() {
return this.IsNull(this.tableLNNPLMASTER.INDICT_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINDICT_DATENull() {
this[this.tableLNNPLMASTER.INDICT_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCASE_BLACKNONull() {
return this.IsNull(this.tableLNNPLMASTER.CASE_BLACKNOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCASE_BLACKNONull() {
this[this.tableLNNPLMASTER.CASE_BLACKNOColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCASE_REDNONull() {
return this.IsNull(this.tableLNNPLMASTER.CASE_REDNOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCASE_REDNONull() {
this[this.tableLNNPLMASTER.CASE_REDNOColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsJUDGE_DATENull() {
return this.IsNull(this.tableLNNPLMASTER.JUDGE_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetJUDGE_DATENull() {
this[this.tableLNNPLMASTER.JUDGE_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsJUDGE_DESCNull() {
return this.IsNull(this.tableLNNPLMASTER.JUDGE_DESCColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetJUDGE_DESCNull() {
this[this.tableLNNPLMASTER.JUDGE_DESCColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsENFORCEMENT_DATENull() {
return this.IsNull(this.tableLNNPLMASTER.ENFORCEMENT_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetENFORCEMENT_DATENull() {
this[this.tableLNNPLMASTER.ENFORCEMENT_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsJUDGE_INTRATENull() {
return this.IsNull(this.tableLNNPLMASTER.JUDGE_INTRATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetJUDGE_INTRATENull() {
this[this.tableLNNPLMASTER.JUDGE_INTRATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsADVANCE_PAYAMTNull() {
return this.IsNull(this.tableLNNPLMASTER.ADVANCE_PAYAMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetADVANCE_PAYAMTNull() {
this[this.tableLNNPLMASTER.ADVANCE_PAYAMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINDICT_PRNAMTNull() {
return this.IsNull(this.tableLNNPLMASTER.INDICT_PRNAMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINDICT_PRNAMTNull() {
this[this.tableLNNPLMASTER.INDICT_PRNAMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINDICT_INTAMTNull() {
return this.IsNull(this.tableLNNPLMASTER.INDICT_INTAMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINDICT_INTAMTNull() {
this[this.tableLNNPLMASTER.INDICT_INTAMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsRECIEVEABLE_BYCOURTNull() {
return this.IsNull(this.tableLNNPLMASTER.RECIEVEABLE_BYCOURTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetRECIEVEABLE_BYCOURTNull() {
this[this.tableLNNPLMASTER.RECIEVEABLE_BYCOURTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMARGINNull() {
return this.IsNull(this.tableLNNPLMASTER.MARGINColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMARGINNull() {
this[this.tableLNNPLMASTER.MARGINColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLAST_INT_DATENull() {
return this.IsNull(this.tableLNNPLMASTER.LAST_INT_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLAST_INT_DATENull() {
this[this.tableLNNPLMASTER.LAST_INT_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINT_LASTCALNull() {
return this.IsNull(this.tableLNNPLMASTER.INT_LASTCALColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINT_LASTCALNull() {
this[this.tableLNNPLMASTER.INT_LASTCALColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINTEREST_ARREARNull() {
return this.IsNull(this.tableLNNPLMASTER.INTEREST_ARREARColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINTEREST_ARREARNull() {
this[this.tableLNNPLMASTER.INTEREST_ARREARColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPERIOD_PAYMENTNull() {
return this.IsNull(this.tableLNNPLMASTER.PERIOD_PAYMENTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPERIOD_PAYMENTNull() {
this[this.tableLNNPLMASTER.PERIOD_PAYMENTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPRINC_BALANCENull() {
return this.IsNull(this.tableLNNPLMASTER.PRINC_BALANCEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPRINC_BALANCENull() {
this[this.tableLNNPLMASTER.PRINC_BALANCEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPRINCE_LAST_YEARNull() {
return this.IsNull(this.tableLNNPLMASTER.PRINCE_LAST_YEARColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPRINCE_LAST_YEARNull() {
this[this.tableLNNPLMASTER.PRINCE_LAST_YEARColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPRINC_PAYMENT_YEARNull() {
return this.IsNull(this.tableLNNPLMASTER.PRINC_PAYMENT_YEARColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPRINC_PAYMENT_YEARNull() {
this[this.tableLNNPLMASTER.PRINC_PAYMENT_YEARColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINT_BALANCENull() {
return this.IsNull(this.tableLNNPLMASTER.INT_BALANCEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINT_BALANCENull() {
this[this.tableLNNPLMASTER.INT_BALANCEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINT_LAST_YEARNull() {
return this.IsNull(this.tableLNNPLMASTER.INT_LAST_YEARColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINT_LAST_YEARNull() {
this[this.tableLNNPLMASTER.INT_LAST_YEARColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINT_PAYMENT_YEARNull() {
return this.IsNull(this.tableLNNPLMASTER.INT_PAYMENT_YEARColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINT_PAYMENT_YEARNull() {
this[this.tableLNNPLMASTER.INT_PAYMENT_YEARColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPAYMENT_SUMNull() {
return this.IsNull(this.tableLNNPLMASTER.PAYMENT_SUMColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPAYMENT_SUMNull() {
this[this.tableLNNPLMASTER.PAYMENT_SUMColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsRESULT_REQUIRENull() {
return this.IsNull(this.tableLNNPLMASTER.RESULT_REQUIREColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetRESULT_REQUIRENull() {
this[this.tableLNNPLMASTER.RESULT_REQUIREColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsREMARKNull() {
return this.IsNull(this.tableLNNPLMASTER.REMARKColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetREMARKNull() {
this[this.tableLNNPLMASTER.REMARKColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsWORK_ORDERNull() {
return this.IsNull(this.tableLNNPLMASTER.WORK_ORDERColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetWORK_ORDERNull() {
this[this.tableLNNPLMASTER.WORK_ORDERColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsRECEIVED_DATENull() {
return this.IsNull(this.tableLNNPLMASTER.RECEIVED_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetRECEIVED_DATENull() {
this[this.tableLNNPLMASTER.RECEIVED_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsDEBTOR_CLASSNull() {
return this.IsNull(this.tableLNNPLMASTER.DEBTOR_CLASSColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetDEBTOR_CLASSNull() {
this[this.tableLNNPLMASTER.DEBTOR_CLASSColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSTATUSNull() {
return this.IsNull(this.tableLNNPLMASTER.STATUSColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSTATUSNull() {
this[this.tableLNNPLMASTER.STATUSColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPRINCIPAL_BALANCENull() {
return this.IsNull(this.tableLNNPLMASTER.PRINCIPAL_BALANCEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPRINCIPAL_BALANCENull() {
this[this.tableLNNPLMASTER.PRINCIPAL_BALANCEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINTEREST_ACCUMNull() {
return this.IsNull(this.tableLNNPLMASTER.INTEREST_ACCUMColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINTEREST_ACCUMNull() {
this[this.tableLNNPLMASTER.INTEREST_ACCUMColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLASTCALINT_DATENull() {
return this.IsNull(this.tableLNNPLMASTER.LASTCALINT_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLASTCALINT_DATENull() {
this[this.tableLNNPLMASTER.LASTCALINT_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPBPRINBAL_AMTNull() {
return this.IsNull(this.tableLNNPLMASTER.PBPRINBAL_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPBPRINBAL_AMTNull() {
this[this.tableLNNPLMASTER.PBPRINBAL_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPBINTBAL_AMTNull() {
return this.IsNull(this.tableLNNPLMASTER.PBINTBAL_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPBINTBAL_AMTNull() {
this[this.tableLNNPLMASTER.PBINTBAL_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLOANCONTRACT_DATENull() {
return this.IsNull(this.tableLNNPLMASTER.LOANCONTRACT_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLOANCONTRACT_DATENull() {
this[this.tableLNNPLMASTER.LOANCONTRACT_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLAWTYPE_CODE_OLDNull() {
return this.IsNull(this.tableLNNPLMASTER.LAWTYPE_CODE_OLDColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLAWTYPE_CODE_OLDNull() {
this[this.tableLNNPLMASTER.LAWTYPE_CODE_OLDColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPERCENT_SETTINGPAYMENTNull() {
return this.IsNull(this.tableLNNPLMASTER.PERCENT_SETTINGPAYMENTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPERCENT_SETTINGPAYMENTNull() {
this[this.tableLNNPLMASTER.PERCENT_SETTINGPAYMENTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSETTING_PAYMENTNull() {
return this.IsNull(this.tableLNNPLMASTER.SETTING_PAYMENTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSETTING_PAYMENTNull() {
this[this.tableLNNPLMASTER.SETTING_PAYMENTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsFOLLOW_SEQNull() {
return this.IsNull(this.tableLNNPLMASTER.FOLLOW_SEQColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetFOLLOW_SEQNull() {
this[this.tableLNNPLMASTER.FOLLOW_SEQColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Iscompute_1Null() {
return this.IsNull(this.tableLNNPLMASTER.compute_1Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setcompute_1Null() {
this[this.tableLNNPLMASTER.compute_1Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Iscompute_2Null() {
return this.IsNull(this.tableLNNPLMASTER.compute_2Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setcompute_2Null() {
this[this.tableLNNPLMASTER.compute_2Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Iscompute_3Null() {
return this.IsNull(this.tableLNNPLMASTER.compute_3Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setcompute_3Null() {
this[this.tableLNNPLMASTER.compute_3Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Iscompute_4Null() {
return this.IsNull(this.tableLNNPLMASTER.compute_4Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setcompute_4Null() {
this[this.tableLNNPLMASTER.compute_4Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Iscompute_5Null() {
return this.IsNull(this.tableLNNPLMASTER.compute_5Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setcompute_5Null() {
this[this.tableLNNPLMASTER.compute_5Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Iscompute_6Null() {
return this.IsNull(this.tableLNNPLMASTER.compute_6Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setcompute_6Null() {
this[this.tableLNNPLMASTER.compute_6Column] = global::System.Convert.DBNull;
}
}
///
///Represents strongly named DataRow class.
///
public partial class LNNPLFOLLOWRow : global::System.Data.DataRow {
private LNNPLFOLLOWDataTable tableLNNPLFOLLOW;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal LNNPLFOLLOWRow(global::System.Data.DataRowBuilder rb) :
base(rb) {
this.tableLNNPLFOLLOW = ((LNNPLFOLLOWDataTable)(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.tableLNNPLFOLLOW.COOP_IDColumn]));
}
set {
this[this.tableLNNPLFOLLOW.COOP_IDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string LOANCONTRACT_NO {
get {
return ((string)(this[this.tableLNNPLFOLLOW.LOANCONTRACT_NOColumn]));
}
set {
this[this.tableLNNPLFOLLOW.LOANCONTRACT_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal SEQ_NO {
get {
return ((decimal)(this[this.tableLNNPLFOLLOW.SEQ_NOColumn]));
}
set {
this[this.tableLNNPLFOLLOW.SEQ_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string TOPIC {
get {
try {
return ((string)(this[this.tableLNNPLFOLLOW.TOPICColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'TOPIC\' in table \'LNNPLFOLLOW\' is DBNull.", e);
}
}
set {
this[this.tableLNNPLFOLLOW.TOPICColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime FOLLOW_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableLNNPLFOLLOW.FOLLOW_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'FOLLOW_DATE\' in table \'LNNPLFOLLOW\' is DBNull.", e);
}
}
set {
this[this.tableLNNPLFOLLOW.FOLLOW_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string FOLLOW_DESC {
get {
try {
return ((string)(this[this.tableLNNPLFOLLOW.FOLLOW_DESCColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'FOLLOW_DESC\' in table \'LNNPLFOLLOW\' is DBNull.", e);
}
}
set {
this[this.tableLNNPLFOLLOW.FOLLOW_DESCColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string FLAG {
get {
try {
return ((string)(this[this.tableLNNPLFOLLOW.FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'FLAG\' in table \'LNNPLFOLLOW\' is DBNull.", e);
}
}
set {
this[this.tableLNNPLFOLLOW.FLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsTOPICNull() {
return this.IsNull(this.tableLNNPLFOLLOW.TOPICColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetTOPICNull() {
this[this.tableLNNPLFOLLOW.TOPICColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsFOLLOW_DATENull() {
return this.IsNull(this.tableLNNPLFOLLOW.FOLLOW_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetFOLLOW_DATENull() {
this[this.tableLNNPLFOLLOW.FOLLOW_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsFOLLOW_DESCNull() {
return this.IsNull(this.tableLNNPLFOLLOW.FOLLOW_DESCColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetFOLLOW_DESCNull() {
this[this.tableLNNPLFOLLOW.FOLLOW_DESCColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsFLAGNull() {
return this.IsNull(this.tableLNNPLFOLLOW.FLAGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetFLAGNull() {
this[this.tableLNNPLFOLLOW.FLAGColumn] = global::System.Convert.DBNull;
}
}
///
///Represents strongly named DataRow class.
///
public partial class LNNPLBOARDMEETINGSUBRow : global::System.Data.DataRow {
private LNNPLBOARDMEETINGSUBDataTable tableLNNPLBOARDMEETINGSUB;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal LNNPLBOARDMEETINGSUBRow(global::System.Data.DataRowBuilder rb) :
base(rb) {
this.tableLNNPLBOARDMEETINGSUB = ((LNNPLBOARDMEETINGSUBDataTable)(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.tableLNNPLBOARDMEETINGSUB.COOP_IDColumn]));
}
set {
this[this.tableLNNPLBOARDMEETINGSUB.COOP_IDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string LOANCONTRACT_NO {
get {
return ((string)(this[this.tableLNNPLBOARDMEETINGSUB.LOANCONTRACT_NOColumn]));
}
set {
this[this.tableLNNPLBOARDMEETINGSUB.LOANCONTRACT_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal SEQ_NO {
get {
return ((decimal)(this[this.tableLNNPLBOARDMEETINGSUB.SEQ_NOColumn]));
}
set {
this[this.tableLNNPLBOARDMEETINGSUB.SEQ_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string TOPIC {
get {
try {
return ((string)(this[this.tableLNNPLBOARDMEETINGSUB.TOPICColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'TOPIC\' in table \'LNNPLBOARDMEETINGSUB\' is DBNull.", e);
}
}
set {
this[this.tableLNNPLBOARDMEETINGSUB.TOPICColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MEET_DESC {
get {
try {
return ((string)(this[this.tableLNNPLBOARDMEETINGSUB.MEET_DESCColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEET_DESC\' in table \'LNNPLBOARDMEETINGSUB\' is DBNull.", e);
}
}
set {
this[this.tableLNNPLBOARDMEETINGSUB.MEET_DESCColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string PROPOSAL {
get {
try {
return ((string)(this[this.tableLNNPLBOARDMEETINGSUB.PROPOSALColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PROPOSAL\' in table \'LNNPLBOARDMEETINGSUB\' is DBNull.", e);
}
}
set {
this[this.tableLNNPLBOARDMEETINGSUB.PROPOSALColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime SUB_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableLNNPLBOARDMEETINGSUB.SUB_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SUB_DATE\' in table \'LNNPLBOARDMEETINGSUB\' is DBNull.", e);
}
}
set {
this[this.tableLNNPLBOARDMEETINGSUB.SUB_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsTOPICNull() {
return this.IsNull(this.tableLNNPLBOARDMEETINGSUB.TOPICColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetTOPICNull() {
this[this.tableLNNPLBOARDMEETINGSUB.TOPICColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMEET_DESCNull() {
return this.IsNull(this.tableLNNPLBOARDMEETINGSUB.MEET_DESCColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMEET_DESCNull() {
this[this.tableLNNPLBOARDMEETINGSUB.MEET_DESCColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPROPOSALNull() {
return this.IsNull(this.tableLNNPLBOARDMEETINGSUB.PROPOSALColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPROPOSALNull() {
this[this.tableLNNPLBOARDMEETINGSUB.PROPOSALColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSUB_DATENull() {
return this.IsNull(this.tableLNNPLBOARDMEETINGSUB.SUB_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSUB_DATENull() {
this[this.tableLNNPLBOARDMEETINGSUB.SUB_DATEColumn] = global::System.Convert.DBNull;
}
}
///
///Represents strongly named DataRow class.
///
public partial class LNNPLRESOLUTIONRow : global::System.Data.DataRow {
private LNNPLRESOLUTIONDataTable tableLNNPLRESOLUTION;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal LNNPLRESOLUTIONRow(global::System.Data.DataRowBuilder rb) :
base(rb) {
this.tableLNNPLRESOLUTION = ((LNNPLRESOLUTIONDataTable)(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.tableLNNPLRESOLUTION.COOP_IDColumn]));
}
set {
this[this.tableLNNPLRESOLUTION.COOP_IDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string LOANCONTRACT_NO {
get {
return ((string)(this[this.tableLNNPLRESOLUTION.LOANCONTRACT_NOColumn]));
}
set {
this[this.tableLNNPLRESOLUTION.LOANCONTRACT_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string RESOLUTION {
get {
try {
return ((string)(this[this.tableLNNPLRESOLUTION.RESOLUTIONColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'RESOLUTION\' in table \'LNNPLRESOLUTION\' is DBNull.", e);
}
}
set {
this[this.tableLNNPLRESOLUTION.RESOLUTIONColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsRESOLUTIONNull() {
return this.IsNull(this.tableLNNPLRESOLUTION.RESOLUTIONColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetRESOLUTIONNull() {
this[this.tableLNNPLRESOLUTION.RESOLUTIONColumn] = global::System.Convert.DBNull;
}
}
///
///Represents strongly named DataRow class.
///
public partial class LNNPLMORTRow : global::System.Data.DataRow {
private LNNPLMORTDataTable tableLNNPLMORT;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal LNNPLMORTRow(global::System.Data.DataRowBuilder rb) :
base(rb) {
this.tableLNNPLMORT = ((LNNPLMORTDataTable)(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.tableLNNPLMORT.COOP_IDColumn]));
}
set {
this[this.tableLNNPLMORT.COOP_IDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string LOANCONTRACT_NO {
get {
return ((string)(this[this.tableLNNPLMORT.LOANCONTRACT_NOColumn]));
}
set {
this[this.tableLNNPLMORT.LOANCONTRACT_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal MORTGAGE_HALFPAYMENT {
get {
try {
return ((decimal)(this[this.tableLNNPLMORT.MORTGAGE_HALFPAYMENTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MORTGAGE_HALFPAYMENT\' in table \'LNNPLMORT\' is DBNull.", e);
}
}
set {
this[this.tableLNNPLMORT.MORTGAGE_HALFPAYMENTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMORTGAGE_HALFPAYMENTNull() {
return this.IsNull(this.tableLNNPLMORT.MORTGAGE_HALFPAYMENTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMORTGAGE_HALFPAYMENTNull() {
this[this.tableLNNPLMORT.MORTGAGE_HALFPAYMENTColumn] = global::System.Convert.DBNull;
}
}
///
///Represents strongly named DataRow class.
///
public partial class LNNPLCOLLMASTRow : global::System.Data.DataRow {
private LNNPLCOLLMASTDataTable tableLNNPLCOLLMAST;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal LNNPLCOLLMASTRow(global::System.Data.DataRowBuilder rb) :
base(rb) {
this.tableLNNPLCOLLMAST = ((LNNPLCOLLMASTDataTable)(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.tableLNNPLCOLLMAST.COOP_IDColumn]));
}
set {
this[this.tableLNNPLCOLLMAST.COOP_IDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string LOANCONTRACT_NO {
get {
return ((string)(this[this.tableLNNPLCOLLMAST.LOANCONTRACT_NOColumn]));
}
set {
this[this.tableLNNPLCOLLMAST.LOANCONTRACT_NOColumn] = 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.tableLNNPLCOLLMAST.DESCRIPTIONColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'DESCRIPTION\' in table \'LNNPLCOLLMAST\' is DBNull.", e);
}
}
set {
this[this.tableLNNPLCOLLMAST.DESCRIPTIONColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string REF_COLLNO {
get {
return ((string)(this[this.tableLNNPLCOLLMAST.REF_COLLNOColumn]));
}
set {
this[this.tableLNNPLCOLLMAST.REF_COLLNOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string COLLMAST_NO {
get {
return ((string)(this[this.tableLNNPLCOLLMAST.COLLMAST_NOColumn]));
}
set {
this[this.tableLNNPLCOLLMAST.COLLMAST_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string COLLMAST_DESC {
get {
try {
return ((string)(this[this.tableLNNPLCOLLMAST.COLLMAST_DESCColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'COLLMAST_DESC\' in table \'LNNPLCOLLMAST\' is DBNull.", e);
}
}
set {
this[this.tableLNNPLCOLLMAST.COLLMAST_DESCColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal ESTIMATE_PRICE {
get {
try {
return ((decimal)(this[this.tableLNNPLCOLLMAST.ESTIMATE_PRICEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ESTIMATE_PRICE\' in table \'LNNPLCOLLMAST\' is DBNull.", e);
}
}
set {
this[this.tableLNNPLCOLLMAST.ESTIMATE_PRICEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime MORTGAGE_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableLNNPLCOLLMAST.MORTGAGE_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MORTGAGE_DATE\' in table \'LNNPLCOLLMAST\' is DBNull.", e);
}
}
set {
this[this.tableLNNPLCOLLMAST.MORTGAGE_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal MORTGAGE_PRICE {
get {
try {
return ((decimal)(this[this.tableLNNPLCOLLMAST.MORTGAGE_PRICEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MORTGAGE_PRICE\' in table \'LNNPLCOLLMAST\' is DBNull.", e);
}
}
set {
this[this.tableLNNPLCOLLMAST.MORTGAGE_PRICEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal JPK_ESTPRICE {
get {
try {
return ((decimal)(this[this.tableLNNPLCOLLMAST.JPK_ESTPRICEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'JPK_ESTPRICE\' in table \'LNNPLCOLLMAST\' is DBNull.", e);
}
}
set {
this[this.tableLNNPLCOLLMAST.JPK_ESTPRICEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string CONFISCATION {
get {
try {
return ((string)(this[this.tableLNNPLCOLLMAST.CONFISCATIONColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CONFISCATION\' in table \'LNNPLCOLLMAST\' is DBNull.", e);
}
}
set {
this[this.tableLNNPLCOLLMAST.CONFISCATIONColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string OBSCACLES {
get {
try {
return ((string)(this[this.tableLNNPLCOLLMAST.OBSCACLESColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'OBSCACLES\' in table \'LNNPLCOLLMAST\' is DBNull.", e);
}
}
set {
this[this.tableLNNPLCOLLMAST.OBSCACLESColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string RESPONSIBLE {
get {
try {
return ((string)(this[this.tableLNNPLCOLLMAST.RESPONSIBLEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'RESPONSIBLE\' in table \'LNNPLCOLLMAST\' is DBNull.", e);
}
}
set {
this[this.tableLNNPLCOLLMAST.RESPONSIBLEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string PRINTING {
get {
try {
return ((string)(this[this.tableLNNPLCOLLMAST.PRINTINGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PRINTING\' in table \'LNNPLCOLLMAST\' is DBNull.", e);
}
}
set {
this[this.tableLNNPLCOLLMAST.PRINTINGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime RECEIVED_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableLNNPLCOLLMAST.RECEIVED_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'RECEIVED_DATE\' in table \'LNNPLCOLLMAST\' is DBNull.", e);
}
}
set {
this[this.tableLNNPLCOLLMAST.RECEIVED_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string DEBTOR_CLASS {
get {
try {
return ((string)(this[this.tableLNNPLCOLLMAST.DEBTOR_CLASSColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'DEBTOR_CLASS\' in table \'LNNPLCOLLMAST\' is DBNull.", e);
}
}
set {
this[this.tableLNNPLCOLLMAST.DEBTOR_CLASSColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal WORK_ORDER {
get {
try {
return ((decimal)(this[this.tableLNNPLCOLLMAST.WORK_ORDERColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'WORK_ORDER\' in table \'LNNPLCOLLMAST\' is DBNull.", e);
}
}
set {
this[this.tableLNNPLCOLLMAST.WORK_ORDERColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal STATUS {
get {
try {
return ((decimal)(this[this.tableLNNPLCOLLMAST.STATUSColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'STATUS\' in table \'LNNPLCOLLMAST\' is DBNull.", e);
}
}
set {
this[this.tableLNNPLCOLLMAST.STATUSColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime SALE_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableLNNPLCOLLMAST.SALE_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SALE_DATE\' in table \'LNNPLCOLLMAST\' is DBNull.", e);
}
}
set {
this[this.tableLNNPLCOLLMAST.SALE_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal SALE_PRICE {
get {
try {
return ((decimal)(this[this.tableLNNPLCOLLMAST.SALE_PRICEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SALE_PRICE\' in table \'LNNPLCOLLMAST\' is DBNull.", e);
}
}
set {
this[this.tableLNNPLCOLLMAST.SALE_PRICEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime CONFISCATION_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableLNNPLCOLLMAST.CONFISCATION_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CONFISCATION_DATE\' in table \'LNNPLCOLLMAST\' is DBNull.", e);
}
}
set {
this[this.tableLNNPLCOLLMAST.CONFISCATION_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string WITHDRAW_JUDGEDOC {
get {
try {
return ((string)(this[this.tableLNNPLCOLLMAST.WITHDRAW_JUDGEDOCColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'WITHDRAW_JUDGEDOC\' in table \'LNNPLCOLLMAST\' is DBNull.", e);
}
}
set {
this[this.tableLNNPLCOLLMAST.WITHDRAW_JUDGEDOCColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsDESCRIPTIONNull() {
return this.IsNull(this.tableLNNPLCOLLMAST.DESCRIPTIONColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetDESCRIPTIONNull() {
this[this.tableLNNPLCOLLMAST.DESCRIPTIONColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCOLLMAST_DESCNull() {
return this.IsNull(this.tableLNNPLCOLLMAST.COLLMAST_DESCColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCOLLMAST_DESCNull() {
this[this.tableLNNPLCOLLMAST.COLLMAST_DESCColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsESTIMATE_PRICENull() {
return this.IsNull(this.tableLNNPLCOLLMAST.ESTIMATE_PRICEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetESTIMATE_PRICENull() {
this[this.tableLNNPLCOLLMAST.ESTIMATE_PRICEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMORTGAGE_DATENull() {
return this.IsNull(this.tableLNNPLCOLLMAST.MORTGAGE_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMORTGAGE_DATENull() {
this[this.tableLNNPLCOLLMAST.MORTGAGE_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMORTGAGE_PRICENull() {
return this.IsNull(this.tableLNNPLCOLLMAST.MORTGAGE_PRICEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMORTGAGE_PRICENull() {
this[this.tableLNNPLCOLLMAST.MORTGAGE_PRICEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsJPK_ESTPRICENull() {
return this.IsNull(this.tableLNNPLCOLLMAST.JPK_ESTPRICEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetJPK_ESTPRICENull() {
this[this.tableLNNPLCOLLMAST.JPK_ESTPRICEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCONFISCATIONNull() {
return this.IsNull(this.tableLNNPLCOLLMAST.CONFISCATIONColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCONFISCATIONNull() {
this[this.tableLNNPLCOLLMAST.CONFISCATIONColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsOBSCACLESNull() {
return this.IsNull(this.tableLNNPLCOLLMAST.OBSCACLESColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetOBSCACLESNull() {
this[this.tableLNNPLCOLLMAST.OBSCACLESColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsRESPONSIBLENull() {
return this.IsNull(this.tableLNNPLCOLLMAST.RESPONSIBLEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetRESPONSIBLENull() {
this[this.tableLNNPLCOLLMAST.RESPONSIBLEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPRINTINGNull() {
return this.IsNull(this.tableLNNPLCOLLMAST.PRINTINGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPRINTINGNull() {
this[this.tableLNNPLCOLLMAST.PRINTINGColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsRECEIVED_DATENull() {
return this.IsNull(this.tableLNNPLCOLLMAST.RECEIVED_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetRECEIVED_DATENull() {
this[this.tableLNNPLCOLLMAST.RECEIVED_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsDEBTOR_CLASSNull() {
return this.IsNull(this.tableLNNPLCOLLMAST.DEBTOR_CLASSColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetDEBTOR_CLASSNull() {
this[this.tableLNNPLCOLLMAST.DEBTOR_CLASSColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsWORK_ORDERNull() {
return this.IsNull(this.tableLNNPLCOLLMAST.WORK_ORDERColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetWORK_ORDERNull() {
this[this.tableLNNPLCOLLMAST.WORK_ORDERColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSTATUSNull() {
return this.IsNull(this.tableLNNPLCOLLMAST.STATUSColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSTATUSNull() {
this[this.tableLNNPLCOLLMAST.STATUSColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSALE_DATENull() {
return this.IsNull(this.tableLNNPLCOLLMAST.SALE_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSALE_DATENull() {
this[this.tableLNNPLCOLLMAST.SALE_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSALE_PRICENull() {
return this.IsNull(this.tableLNNPLCOLLMAST.SALE_PRICEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSALE_PRICENull() {
this[this.tableLNNPLCOLLMAST.SALE_PRICEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCONFISCATION_DATENull() {
return this.IsNull(this.tableLNNPLCOLLMAST.CONFISCATION_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCONFISCATION_DATENull() {
this[this.tableLNNPLCOLLMAST.CONFISCATION_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsWITHDRAW_JUDGEDOCNull() {
return this.IsNull(this.tableLNNPLCOLLMAST.WITHDRAW_JUDGEDOCColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetWITHDRAW_JUDGEDOCNull() {
this[this.tableLNNPLCOLLMAST.WITHDRAW_JUDGEDOCColumn] = global::System.Convert.DBNull;
}
}
///
///Represents strongly named DataRow class.
///
public partial class LNNPLFOLLOWMASTERRow : global::System.Data.DataRow {
private LNNPLFOLLOWMASTERDataTable tableLNNPLFOLLOWMASTER;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal LNNPLFOLLOWMASTERRow(global::System.Data.DataRowBuilder rb) :
base(rb) {
this.tableLNNPLFOLLOWMASTER = ((LNNPLFOLLOWMASTERDataTable)(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.tableLNNPLFOLLOWMASTER.COOP_IDColumn]));
}
set {
this[this.tableLNNPLFOLLOWMASTER.COOP_IDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MEMBER_NO {
get {
return ((string)(this[this.tableLNNPLFOLLOWMASTER.MEMBER_NOColumn]));
}
set {
this[this.tableLNNPLFOLLOWMASTER.MEMBER_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string LOANCONTRACT_NO {
get {
return ((string)(this[this.tableLNNPLFOLLOWMASTER.LOANCONTRACT_NOColumn]));
}
set {
this[this.tableLNNPLFOLLOWMASTER.LOANCONTRACT_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal FOLLOW_SEQ {
get {
return ((decimal)(this[this.tableLNNPLFOLLOWMASTER.FOLLOW_SEQColumn]));
}
set {
this[this.tableLNNPLFOLLOWMASTER.FOLLOW_SEQColumn] = 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.tableLNNPLFOLLOWMASTER.DESCRIPTIONColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'DESCRIPTION\' in table \'LNNPLFOLLOWMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNNPLFOLLOWMASTER.DESCRIPTIONColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string DESCRIPTION2 {
get {
try {
return ((string)(this[this.tableLNNPLFOLLOWMASTER.DESCRIPTION2Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'DESCRIPTION2\' in table \'LNNPLFOLLOWMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNNPLFOLLOWMASTER.DESCRIPTION2Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal ADVANCE_AMT {
get {
try {
return ((decimal)(this[this.tableLNNPLFOLLOWMASTER.ADVANCE_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ADVANCE_AMT\' in table \'LNNPLFOLLOWMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNNPLFOLLOWMASTER.ADVANCE_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsDESCRIPTIONNull() {
return this.IsNull(this.tableLNNPLFOLLOWMASTER.DESCRIPTIONColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetDESCRIPTIONNull() {
this[this.tableLNNPLFOLLOWMASTER.DESCRIPTIONColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsDESCRIPTION2Null() {
return this.IsNull(this.tableLNNPLFOLLOWMASTER.DESCRIPTION2Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetDESCRIPTION2Null() {
this[this.tableLNNPLFOLLOWMASTER.DESCRIPTION2Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsADVANCE_AMTNull() {
return this.IsNull(this.tableLNNPLFOLLOWMASTER.ADVANCE_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetADVANCE_AMTNull() {
this[this.tableLNNPLFOLLOWMASTER.ADVANCE_AMTColumn] = global::System.Convert.DBNull;
}
}
///
///Represents strongly named DataRow class.
///
public partial class LNNPLFOLLOWDETAILRow : global::System.Data.DataRow {
private LNNPLFOLLOWDETAILDataTable tableLNNPLFOLLOWDETAIL;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal LNNPLFOLLOWDETAILRow(global::System.Data.DataRowBuilder rb) :
base(rb) {
this.tableLNNPLFOLLOWDETAIL = ((LNNPLFOLLOWDETAILDataTable)(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.tableLNNPLFOLLOWDETAIL.COOP_IDColumn]));
}
set {
this[this.tableLNNPLFOLLOWDETAIL.COOP_IDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MEMBER_NO {
get {
return ((string)(this[this.tableLNNPLFOLLOWDETAIL.MEMBER_NOColumn]));
}
set {
this[this.tableLNNPLFOLLOWDETAIL.MEMBER_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal FOLLOW_SEQ {
get {
return ((decimal)(this[this.tableLNNPLFOLLOWDETAIL.FOLLOW_SEQColumn]));
}
set {
this[this.tableLNNPLFOLLOWDETAIL.FOLLOW_SEQColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal SEQ_NO {
get {
return ((decimal)(this[this.tableLNNPLFOLLOWDETAIL.SEQ_NOColumn]));
}
set {
this[this.tableLNNPLFOLLOWDETAIL.SEQ_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string TOPIC {
get {
try {
return ((string)(this[this.tableLNNPLFOLLOWDETAIL.TOPICColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'TOPIC\' in table \'LNNPLFOLLOWDETAIL\' is DBNull.", e);
}
}
set {
this[this.tableLNNPLFOLLOWDETAIL.TOPICColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime FOLLOW_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableLNNPLFOLLOWDETAIL.FOLLOW_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'FOLLOW_DATE\' in table \'LNNPLFOLLOWDETAIL\' is DBNull.", e);
}
}
set {
this[this.tableLNNPLFOLLOWDETAIL.FOLLOW_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string FOLLOW_DESC {
get {
try {
return ((string)(this[this.tableLNNPLFOLLOWDETAIL.FOLLOW_DESCColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'FOLLOW_DESC\' in table \'LNNPLFOLLOWDETAIL\' is DBNull.", e);
}
}
set {
this[this.tableLNNPLFOLLOWDETAIL.FOLLOW_DESCColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string DONE {
get {
try {
return ((string)(this[this.tableLNNPLFOLLOWDETAIL.DONEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'DONE\' in table \'LNNPLFOLLOWDETAIL\' is DBNull.", e);
}
}
set {
this[this.tableLNNPLFOLLOWDETAIL.DONEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsTOPICNull() {
return this.IsNull(this.tableLNNPLFOLLOWDETAIL.TOPICColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetTOPICNull() {
this[this.tableLNNPLFOLLOWDETAIL.TOPICColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsFOLLOW_DATENull() {
return this.IsNull(this.tableLNNPLFOLLOWDETAIL.FOLLOW_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetFOLLOW_DATENull() {
this[this.tableLNNPLFOLLOWDETAIL.FOLLOW_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsFOLLOW_DESCNull() {
return this.IsNull(this.tableLNNPLFOLLOWDETAIL.FOLLOW_DESCColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetFOLLOW_DESCNull() {
this[this.tableLNNPLFOLLOWDETAIL.FOLLOW_DESCColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsDONENull() {
return this.IsNull(this.tableLNNPLFOLLOWDETAIL.DONEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetDONENull() {
this[this.tableLNNPLFOLLOWDETAIL.DONEColumn] = global::System.Convert.DBNull;
}
}
///
///Row event argument class
///
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public class MBMEMBMASTERRowChangeEvent : global::System.EventArgs {
private MBMEMBMASTERRow 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 MBMEMBMASTERRowChangeEvent(MBMEMBMASTERRow 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 MBMEMBMASTERRow Row {
get {
return this.eventRow;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataRowAction Action {
get {
return this.eventAction;
}
}
}
///
///Row event argument class
///
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public class LNCONTMASTERRowChangeEvent : global::System.EventArgs {
private LNCONTMASTERRow 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 LNCONTMASTERRowChangeEvent(LNCONTMASTERRow 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 LNCONTMASTERRow Row {
get {
return this.eventRow;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataRowAction Action {
get {
return this.eventAction;
}
}
}
///
///Row event argument class
///
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public class LNNPLMASTERRowChangeEvent : global::System.EventArgs {
private LNNPLMASTERRow 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 LNNPLMASTERRowChangeEvent(LNNPLMASTERRow 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 LNNPLMASTERRow Row {
get {
return this.eventRow;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataRowAction Action {
get {
return this.eventAction;
}
}
}
///
///Row event argument class
///
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public class LNNPLFOLLOWRowChangeEvent : global::System.EventArgs {
private LNNPLFOLLOWRow 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 LNNPLFOLLOWRowChangeEvent(LNNPLFOLLOWRow 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 LNNPLFOLLOWRow Row {
get {
return this.eventRow;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataRowAction Action {
get {
return this.eventAction;
}
}
}
///
///Row event argument class
///
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public class LNNPLBOARDMEETINGSUBRowChangeEvent : global::System.EventArgs {
private LNNPLBOARDMEETINGSUBRow 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 LNNPLBOARDMEETINGSUBRowChangeEvent(LNNPLBOARDMEETINGSUBRow 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 LNNPLBOARDMEETINGSUBRow Row {
get {
return this.eventRow;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataRowAction Action {
get {
return this.eventAction;
}
}
}
///
///Row event argument class
///
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public class LNNPLRESOLUTIONRowChangeEvent : global::System.EventArgs {
private LNNPLRESOLUTIONRow 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 LNNPLRESOLUTIONRowChangeEvent(LNNPLRESOLUTIONRow 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 LNNPLRESOLUTIONRow Row {
get {
return this.eventRow;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataRowAction Action {
get {
return this.eventAction;
}
}
}
///
///Row event argument class
///
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public class LNNPLMORTRowChangeEvent : global::System.EventArgs {
private LNNPLMORTRow 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 LNNPLMORTRowChangeEvent(LNNPLMORTRow 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 LNNPLMORTRow Row {
get {
return this.eventRow;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataRowAction Action {
get {
return this.eventAction;
}
}
}
///
///Row event argument class
///
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public class LNNPLCOLLMASTRowChangeEvent : global::System.EventArgs {
private LNNPLCOLLMASTRow 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 LNNPLCOLLMASTRowChangeEvent(LNNPLCOLLMASTRow 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 LNNPLCOLLMASTRow Row {
get {
return this.eventRow;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataRowAction Action {
get {
return this.eventAction;
}
}
}
///
///Row event argument class
///
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public class LNNPLFOLLOWMASTERRowChangeEvent : global::System.EventArgs {
private LNNPLFOLLOWMASTERRow 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 LNNPLFOLLOWMASTERRowChangeEvent(LNNPLFOLLOWMASTERRow 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 LNNPLFOLLOWMASTERRow Row {
get {
return this.eventRow;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataRowAction Action {
get {
return this.eventAction;
}
}
}
///
///Row event argument class
///
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public class LNNPLFOLLOWDETAILRowChangeEvent : global::System.EventArgs {
private LNNPLFOLLOWDETAILRow 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 LNNPLFOLLOWDETAILRowChangeEvent(LNNPLFOLLOWDETAILRow 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 LNNPLFOLLOWDETAILRow Row {
get {
return this.eventRow;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataRowAction Action {
get {
return this.eventAction;
}
}
}
}
}
#pragma warning restore 1591