1419 lines
77 KiB
C#
1419 lines
77 KiB
C#
|
//------------------------------------------------------------------------------
|
|||
|
// <auto-generated>
|
|||
|
// This code was generated by a tool.
|
|||
|
// Runtime Version:4.0.30319.42000
|
|||
|
//
|
|||
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|||
|
// the code is regenerated.
|
|||
|
// </auto-generated>
|
|||
|
//------------------------------------------------------------------------------
|
|||
|
|
|||
|
#pragma warning disable 1591
|
|||
|
|
|||
|
namespace HRM.Report.FundEssDataSet {
|
|||
|
|
|||
|
|
|||
|
/// <summary>
|
|||
|
///Represents a strongly typed in-memory cache of data.
|
|||
|
///</summary>
|
|||
|
[global::System.Serializable()]
|
|||
|
[global::System.ComponentModel.DesignerCategoryAttribute("code")]
|
|||
|
[global::System.ComponentModel.ToolboxItem(true)]
|
|||
|
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedDataSetSchema")]
|
|||
|
[global::System.Xml.Serialization.XmlRootAttribute("FundEssDataSet")]
|
|||
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.DataSet")]
|
|||
|
public partial class FundEssDataSet : global::System.Data.DataSet {
|
|||
|
|
|||
|
private LoanApplicationDataTable tableLoanApplication;
|
|||
|
|
|||
|
private global::System.Data.SchemaSerializationMode _schemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
public FundEssDataSet() {
|
|||
|
this.BeginInit();
|
|||
|
this.InitClass();
|
|||
|
global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
|
|||
|
base.Tables.CollectionChanged += schemaChangedHandler;
|
|||
|
base.Relations.CollectionChanged += schemaChangedHandler;
|
|||
|
this.EndInit();
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
protected FundEssDataSet(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
|
|||
|
base(info, context, false) {
|
|||
|
if ((this.IsBinarySerialized(info, context) == true)) {
|
|||
|
this.InitVars(false);
|
|||
|
global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler1 = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
|
|||
|
this.Tables.CollectionChanged += schemaChangedHandler1;
|
|||
|
this.Relations.CollectionChanged += schemaChangedHandler1;
|
|||
|
return;
|
|||
|
}
|
|||
|
string strSchema = ((string)(info.GetValue("XmlSchema", typeof(string))));
|
|||
|
if ((this.DetermineSchemaSerializationMode(info, context) == global::System.Data.SchemaSerializationMode.IncludeSchema)) {
|
|||
|
global::System.Data.DataSet ds = new global::System.Data.DataSet();
|
|||
|
ds.ReadXmlSchema(new global::System.Xml.XmlTextReader(new global::System.IO.StringReader(strSchema)));
|
|||
|
if ((ds.Tables["LoanApplication"] != null)) {
|
|||
|
base.Tables.Add(new LoanApplicationDataTable(ds.Tables["LoanApplication"]));
|
|||
|
}
|
|||
|
this.DataSetName = ds.DataSetName;
|
|||
|
this.Prefix = ds.Prefix;
|
|||
|
this.Namespace = ds.Namespace;
|
|||
|
this.Locale = ds.Locale;
|
|||
|
this.CaseSensitive = ds.CaseSensitive;
|
|||
|
this.EnforceConstraints = ds.EnforceConstraints;
|
|||
|
this.Merge(ds, false, global::System.Data.MissingSchemaAction.Add);
|
|||
|
this.InitVars();
|
|||
|
}
|
|||
|
else {
|
|||
|
this.ReadXmlSchema(new global::System.Xml.XmlTextReader(new global::System.IO.StringReader(strSchema)));
|
|||
|
}
|
|||
|
this.GetSerializationData(info, context);
|
|||
|
global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
|
|||
|
base.Tables.CollectionChanged += schemaChangedHandler;
|
|||
|
this.Relations.CollectionChanged += schemaChangedHandler;
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
[global::System.ComponentModel.Browsable(false)]
|
|||
|
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
|
|||
|
public LoanApplicationDataTable LoanApplication {
|
|||
|
get {
|
|||
|
return this.tableLoanApplication;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.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", "17.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", "17.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", "17.0.0.0")]
|
|||
|
public override global::System.Data.DataSet Clone() {
|
|||
|
FundEssDataSet cln = ((FundEssDataSet)(base.Clone()));
|
|||
|
cln.InitVars();
|
|||
|
cln.SchemaSerializationMode = this.SchemaSerializationMode;
|
|||
|
return cln;
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
protected override bool ShouldSerializeTables() {
|
|||
|
return false;
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
protected override bool ShouldSerializeRelations() {
|
|||
|
return false;
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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["LoanApplication"] != null)) {
|
|||
|
base.Tables.Add(new LoanApplicationDataTable(ds.Tables["LoanApplication"]));
|
|||
|
}
|
|||
|
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", "17.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", "17.0.0.0")]
|
|||
|
internal void InitVars() {
|
|||
|
this.InitVars(true);
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
internal void InitVars(bool initTable) {
|
|||
|
this.tableLoanApplication = ((LoanApplicationDataTable)(base.Tables["LoanApplication"]));
|
|||
|
if ((initTable == true)) {
|
|||
|
if ((this.tableLoanApplication != null)) {
|
|||
|
this.tableLoanApplication.InitVars();
|
|||
|
}
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
private void InitClass() {
|
|||
|
this.DataSetName = "FundEssDataSet";
|
|||
|
this.Prefix = "";
|
|||
|
this.Namespace = "http://tempuri.org/FundEssDataSet.xsd";
|
|||
|
this.EnforceConstraints = true;
|
|||
|
this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
|
|||
|
this.tableLoanApplication = new LoanApplicationDataTable();
|
|||
|
base.Tables.Add(this.tableLoanApplication);
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
private bool ShouldSerializeLoanApplication() {
|
|||
|
return false;
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.0.0.0")]
|
|||
|
public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedDataSetSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
|
|||
|
FundEssDataSet ds = new FundEssDataSet();
|
|||
|
global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
|
|||
|
global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
|
|||
|
global::System.Xml.Schema.XmlSchemaAny any = new global::System.Xml.Schema.XmlSchemaAny();
|
|||
|
any.Namespace = ds.Namespace;
|
|||
|
sequence.Items.Add(any);
|
|||
|
type.Particle = sequence;
|
|||
|
global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
|
|||
|
if (xs.Contains(dsSchema.TargetNamespace)) {
|
|||
|
global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
|
|||
|
global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
|
|||
|
try {
|
|||
|
global::System.Xml.Schema.XmlSchema schema = null;
|
|||
|
dsSchema.Write(s1);
|
|||
|
for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
|
|||
|
schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
|
|||
|
s2.SetLength(0);
|
|||
|
schema.Write(s2);
|
|||
|
if ((s1.Length == s2.Length)) {
|
|||
|
s1.Position = 0;
|
|||
|
s2.Position = 0;
|
|||
|
for (; ((s1.Position != s1.Length)
|
|||
|
&& (s1.ReadByte() == s2.ReadByte())); ) {
|
|||
|
;
|
|||
|
}
|
|||
|
if ((s1.Position == s1.Length)) {
|
|||
|
return type;
|
|||
|
}
|
|||
|
}
|
|||
|
}
|
|||
|
}
|
|||
|
finally {
|
|||
|
if ((s1 != null)) {
|
|||
|
s1.Close();
|
|||
|
}
|
|||
|
if ((s2 != null)) {
|
|||
|
s2.Close();
|
|||
|
}
|
|||
|
}
|
|||
|
}
|
|||
|
xs.Add(dsSchema);
|
|||
|
return type;
|
|||
|
}
|
|||
|
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
public delegate void LoanApplicationRowChangeEventHandler(object sender, LoanApplicationRowChangeEvent e);
|
|||
|
|
|||
|
/// <summary>
|
|||
|
///Represents the strongly named DataTable class.
|
|||
|
///</summary>
|
|||
|
[global::System.Serializable()]
|
|||
|
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
|
|||
|
public partial class LoanApplicationDataTable : global::System.Data.TypedTableBase<LoanApplicationRow> {
|
|||
|
|
|||
|
private global::System.Data.DataColumn columnLoanAppNO;
|
|||
|
|
|||
|
private global::System.Data.DataColumn columnApplyDate;
|
|||
|
|
|||
|
private global::System.Data.DataColumn columnMember;
|
|||
|
|
|||
|
private global::System.Data.DataColumn columnEmployeeCode;
|
|||
|
|
|||
|
private global::System.Data.DataColumn columnLoanAmount;
|
|||
|
|
|||
|
private global::System.Data.DataColumn columnNoOfInstallment;
|
|||
|
|
|||
|
private global::System.Data.DataColumn columnInstallmentAmount;
|
|||
|
|
|||
|
private global::System.Data.DataColumn columnPrincipal;
|
|||
|
|
|||
|
private global::System.Data.DataColumn columnInterest;
|
|||
|
|
|||
|
private global::System.Data.DataColumn columnPurpose;
|
|||
|
|
|||
|
private global::System.Data.DataColumn columnAttachment;
|
|||
|
|
|||
|
private global::System.Data.DataColumn columnOwnContribution;
|
|||
|
|
|||
|
private global::System.Data.DataColumn columnCmpContribution;
|
|||
|
|
|||
|
private global::System.Data.DataColumn columnTotalContribution;
|
|||
|
|
|||
|
private global::System.Data.DataColumn columnEligibleLoanAmount;
|
|||
|
|
|||
|
private global::System.Data.DataColumn columnLoanApplied;
|
|||
|
|
|||
|
private global::System.Data.DataColumn columnEmpDept;
|
|||
|
|
|||
|
private global::System.Data.DataColumn columnLoanAmountInWords;
|
|||
|
|
|||
|
private global::System.Data.DataColumn columnRemarks;
|
|||
|
|
|||
|
private global::System.Data.DataColumn columnEmployeeName;
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
public LoanApplicationDataTable() {
|
|||
|
this.TableName = "LoanApplication";
|
|||
|
this.BeginInit();
|
|||
|
this.InitClass();
|
|||
|
this.EndInit();
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
internal LoanApplicationDataTable(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", "17.0.0.0")]
|
|||
|
protected LoanApplicationDataTable(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", "17.0.0.0")]
|
|||
|
public global::System.Data.DataColumn LoanAppNOColumn {
|
|||
|
get {
|
|||
|
return this.columnLoanAppNO;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
public global::System.Data.DataColumn ApplyDateColumn {
|
|||
|
get {
|
|||
|
return this.columnApplyDate;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
public global::System.Data.DataColumn MemberColumn {
|
|||
|
get {
|
|||
|
return this.columnMember;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
public global::System.Data.DataColumn EmployeeCodeColumn {
|
|||
|
get {
|
|||
|
return this.columnEmployeeCode;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
public global::System.Data.DataColumn LoanAmountColumn {
|
|||
|
get {
|
|||
|
return this.columnLoanAmount;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
public global::System.Data.DataColumn NoOfInstallmentColumn {
|
|||
|
get {
|
|||
|
return this.columnNoOfInstallment;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
public global::System.Data.DataColumn InstallmentAmountColumn {
|
|||
|
get {
|
|||
|
return this.columnInstallmentAmount;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
public global::System.Data.DataColumn PrincipalColumn {
|
|||
|
get {
|
|||
|
return this.columnPrincipal;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
public global::System.Data.DataColumn InterestColumn {
|
|||
|
get {
|
|||
|
return this.columnInterest;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
public global::System.Data.DataColumn PurposeColumn {
|
|||
|
get {
|
|||
|
return this.columnPurpose;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
public global::System.Data.DataColumn AttachmentColumn {
|
|||
|
get {
|
|||
|
return this.columnAttachment;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
public global::System.Data.DataColumn OwnContributionColumn {
|
|||
|
get {
|
|||
|
return this.columnOwnContribution;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
public global::System.Data.DataColumn CmpContributionColumn {
|
|||
|
get {
|
|||
|
return this.columnCmpContribution;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
public global::System.Data.DataColumn TotalContributionColumn {
|
|||
|
get {
|
|||
|
return this.columnTotalContribution;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
public global::System.Data.DataColumn EligibleLoanAmountColumn {
|
|||
|
get {
|
|||
|
return this.columnEligibleLoanAmount;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
public global::System.Data.DataColumn LoanAppliedColumn {
|
|||
|
get {
|
|||
|
return this.columnLoanApplied;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
public global::System.Data.DataColumn EmpDeptColumn {
|
|||
|
get {
|
|||
|
return this.columnEmpDept;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
public global::System.Data.DataColumn LoanAmountInWordsColumn {
|
|||
|
get {
|
|||
|
return this.columnLoanAmountInWords;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
public global::System.Data.DataColumn RemarksColumn {
|
|||
|
get {
|
|||
|
return this.columnRemarks;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
public global::System.Data.DataColumn EmployeeNameColumn {
|
|||
|
get {
|
|||
|
return this.columnEmployeeName;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.0.0.0")]
|
|||
|
public LoanApplicationRow this[int index] {
|
|||
|
get {
|
|||
|
return ((LoanApplicationRow)(this.Rows[index]));
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
public event LoanApplicationRowChangeEventHandler LoanApplicationRowChanging;
|
|||
|
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
public event LoanApplicationRowChangeEventHandler LoanApplicationRowChanged;
|
|||
|
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
public event LoanApplicationRowChangeEventHandler LoanApplicationRowDeleting;
|
|||
|
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
public event LoanApplicationRowChangeEventHandler LoanApplicationRowDeleted;
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
public void AddLoanApplicationRow(LoanApplicationRow row) {
|
|||
|
this.Rows.Add(row);
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
public LoanApplicationRow AddLoanApplicationRow(
|
|||
|
string LoanAppNO,
|
|||
|
string ApplyDate,
|
|||
|
string Member,
|
|||
|
string EmployeeCode,
|
|||
|
string LoanAmount,
|
|||
|
string NoOfInstallment,
|
|||
|
string InstallmentAmount,
|
|||
|
string Principal,
|
|||
|
string Interest,
|
|||
|
string Purpose,
|
|||
|
string Attachment,
|
|||
|
string OwnContribution,
|
|||
|
string CmpContribution,
|
|||
|
string TotalContribution,
|
|||
|
string EligibleLoanAmount,
|
|||
|
string LoanApplied,
|
|||
|
string EmpDept,
|
|||
|
string LoanAmountInWords,
|
|||
|
string Remarks,
|
|||
|
string EmployeeName) {
|
|||
|
LoanApplicationRow rowLoanApplicationRow = ((LoanApplicationRow)(this.NewRow()));
|
|||
|
object[] columnValuesArray = new object[] {
|
|||
|
LoanAppNO,
|
|||
|
ApplyDate,
|
|||
|
Member,
|
|||
|
EmployeeCode,
|
|||
|
LoanAmount,
|
|||
|
NoOfInstallment,
|
|||
|
InstallmentAmount,
|
|||
|
Principal,
|
|||
|
Interest,
|
|||
|
Purpose,
|
|||
|
Attachment,
|
|||
|
OwnContribution,
|
|||
|
CmpContribution,
|
|||
|
TotalContribution,
|
|||
|
EligibleLoanAmount,
|
|||
|
LoanApplied,
|
|||
|
EmpDept,
|
|||
|
LoanAmountInWords,
|
|||
|
Remarks,
|
|||
|
EmployeeName};
|
|||
|
rowLoanApplicationRow.ItemArray = columnValuesArray;
|
|||
|
this.Rows.Add(rowLoanApplicationRow);
|
|||
|
return rowLoanApplicationRow;
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
public override global::System.Data.DataTable Clone() {
|
|||
|
LoanApplicationDataTable cln = ((LoanApplicationDataTable)(base.Clone()));
|
|||
|
cln.InitVars();
|
|||
|
return cln;
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
protected override global::System.Data.DataTable CreateInstance() {
|
|||
|
return new LoanApplicationDataTable();
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
internal void InitVars() {
|
|||
|
this.columnLoanAppNO = base.Columns["LoanAppNO"];
|
|||
|
this.columnApplyDate = base.Columns["ApplyDate"];
|
|||
|
this.columnMember = base.Columns["Member"];
|
|||
|
this.columnEmployeeCode = base.Columns["EmployeeCode"];
|
|||
|
this.columnLoanAmount = base.Columns["LoanAmount"];
|
|||
|
this.columnNoOfInstallment = base.Columns["NoOfInstallment"];
|
|||
|
this.columnInstallmentAmount = base.Columns["InstallmentAmount"];
|
|||
|
this.columnPrincipal = base.Columns["Principal"];
|
|||
|
this.columnInterest = base.Columns["Interest"];
|
|||
|
this.columnPurpose = base.Columns["Purpose"];
|
|||
|
this.columnAttachment = base.Columns["Attachment"];
|
|||
|
this.columnOwnContribution = base.Columns["OwnContribution"];
|
|||
|
this.columnCmpContribution = base.Columns["CmpContribution"];
|
|||
|
this.columnTotalContribution = base.Columns["TotalContribution"];
|
|||
|
this.columnEligibleLoanAmount = base.Columns["EligibleLoanAmount"];
|
|||
|
this.columnLoanApplied = base.Columns["LoanApplied"];
|
|||
|
this.columnEmpDept = base.Columns["EmpDept"];
|
|||
|
this.columnLoanAmountInWords = base.Columns["LoanAmountInWords"];
|
|||
|
this.columnRemarks = base.Columns["Remarks"];
|
|||
|
this.columnEmployeeName = base.Columns["EmployeeName"];
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
private void InitClass() {
|
|||
|
this.columnLoanAppNO = new global::System.Data.DataColumn("LoanAppNO", typeof(string), null, global::System.Data.MappingType.Element);
|
|||
|
base.Columns.Add(this.columnLoanAppNO);
|
|||
|
this.columnApplyDate = new global::System.Data.DataColumn("ApplyDate", typeof(string), null, global::System.Data.MappingType.Element);
|
|||
|
base.Columns.Add(this.columnApplyDate);
|
|||
|
this.columnMember = new global::System.Data.DataColumn("Member", typeof(string), null, global::System.Data.MappingType.Element);
|
|||
|
base.Columns.Add(this.columnMember);
|
|||
|
this.columnEmployeeCode = new global::System.Data.DataColumn("EmployeeCode", typeof(string), null, global::System.Data.MappingType.Element);
|
|||
|
base.Columns.Add(this.columnEmployeeCode);
|
|||
|
this.columnLoanAmount = new global::System.Data.DataColumn("LoanAmount", typeof(string), null, global::System.Data.MappingType.Element);
|
|||
|
base.Columns.Add(this.columnLoanAmount);
|
|||
|
this.columnNoOfInstallment = new global::System.Data.DataColumn("NoOfInstallment", typeof(string), null, global::System.Data.MappingType.Element);
|
|||
|
base.Columns.Add(this.columnNoOfInstallment);
|
|||
|
this.columnInstallmentAmount = new global::System.Data.DataColumn("InstallmentAmount", typeof(string), null, global::System.Data.MappingType.Element);
|
|||
|
base.Columns.Add(this.columnInstallmentAmount);
|
|||
|
this.columnPrincipal = new global::System.Data.DataColumn("Principal", typeof(string), null, global::System.Data.MappingType.Element);
|
|||
|
base.Columns.Add(this.columnPrincipal);
|
|||
|
this.columnInterest = new global::System.Data.DataColumn("Interest", typeof(string), null, global::System.Data.MappingType.Element);
|
|||
|
base.Columns.Add(this.columnInterest);
|
|||
|
this.columnPurpose = new global::System.Data.DataColumn("Purpose", typeof(string), null, global::System.Data.MappingType.Element);
|
|||
|
base.Columns.Add(this.columnPurpose);
|
|||
|
this.columnAttachment = new global::System.Data.DataColumn("Attachment", typeof(string), null, global::System.Data.MappingType.Element);
|
|||
|
base.Columns.Add(this.columnAttachment);
|
|||
|
this.columnOwnContribution = new global::System.Data.DataColumn("OwnContribution", typeof(string), null, global::System.Data.MappingType.Element);
|
|||
|
base.Columns.Add(this.columnOwnContribution);
|
|||
|
this.columnCmpContribution = new global::System.Data.DataColumn("CmpContribution", typeof(string), null, global::System.Data.MappingType.Element);
|
|||
|
base.Columns.Add(this.columnCmpContribution);
|
|||
|
this.columnTotalContribution = new global::System.Data.DataColumn("TotalContribution", typeof(string), null, global::System.Data.MappingType.Element);
|
|||
|
base.Columns.Add(this.columnTotalContribution);
|
|||
|
this.columnEligibleLoanAmount = new global::System.Data.DataColumn("EligibleLoanAmount", typeof(string), null, global::System.Data.MappingType.Element);
|
|||
|
base.Columns.Add(this.columnEligibleLoanAmount);
|
|||
|
this.columnLoanApplied = new global::System.Data.DataColumn("LoanApplied", typeof(string), null, global::System.Data.MappingType.Element);
|
|||
|
base.Columns.Add(this.columnLoanApplied);
|
|||
|
this.columnEmpDept = new global::System.Data.DataColumn("EmpDept", typeof(string), null, global::System.Data.MappingType.Element);
|
|||
|
base.Columns.Add(this.columnEmpDept);
|
|||
|
this.columnLoanAmountInWords = new global::System.Data.DataColumn("LoanAmountInWords", typeof(string), null, global::System.Data.MappingType.Element);
|
|||
|
base.Columns.Add(this.columnLoanAmountInWords);
|
|||
|
this.columnRemarks = new global::System.Data.DataColumn("Remarks", typeof(string), null, global::System.Data.MappingType.Element);
|
|||
|
base.Columns.Add(this.columnRemarks);
|
|||
|
this.columnEmployeeName = new global::System.Data.DataColumn("EmployeeName", typeof(string), null, global::System.Data.MappingType.Element);
|
|||
|
base.Columns.Add(this.columnEmployeeName);
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
public LoanApplicationRow NewLoanApplicationRow() {
|
|||
|
return ((LoanApplicationRow)(this.NewRow()));
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
|
|||
|
return new LoanApplicationRow(builder);
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
protected override global::System.Type GetRowType() {
|
|||
|
return typeof(LoanApplicationRow);
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
|
|||
|
base.OnRowChanged(e);
|
|||
|
if ((this.LoanApplicationRowChanged != null)) {
|
|||
|
this.LoanApplicationRowChanged(this, new LoanApplicationRowChangeEvent(((LoanApplicationRow)(e.Row)), e.Action));
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
|
|||
|
base.OnRowChanging(e);
|
|||
|
if ((this.LoanApplicationRowChanging != null)) {
|
|||
|
this.LoanApplicationRowChanging(this, new LoanApplicationRowChangeEvent(((LoanApplicationRow)(e.Row)), e.Action));
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
|
|||
|
base.OnRowDeleted(e);
|
|||
|
if ((this.LoanApplicationRowDeleted != null)) {
|
|||
|
this.LoanApplicationRowDeleted(this, new LoanApplicationRowChangeEvent(((LoanApplicationRow)(e.Row)), e.Action));
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
|
|||
|
base.OnRowDeleting(e);
|
|||
|
if ((this.LoanApplicationRowDeleting != null)) {
|
|||
|
this.LoanApplicationRowDeleting(this, new LoanApplicationRowChangeEvent(((LoanApplicationRow)(e.Row)), e.Action));
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
public void RemoveLoanApplicationRow(LoanApplicationRow row) {
|
|||
|
this.Rows.Remove(row);
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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();
|
|||
|
FundEssDataSet ds = new FundEssDataSet();
|
|||
|
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 = "LoanApplicationDataTable";
|
|||
|
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;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
/// <summary>
|
|||
|
///Represents strongly named DataRow class.
|
|||
|
///</summary>
|
|||
|
public partial class LoanApplicationRow : global::System.Data.DataRow {
|
|||
|
|
|||
|
private LoanApplicationDataTable tableLoanApplication;
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
internal LoanApplicationRow(global::System.Data.DataRowBuilder rb) :
|
|||
|
base(rb) {
|
|||
|
this.tableLoanApplication = ((LoanApplicationDataTable)(this.Table));
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
public string LoanAppNO {
|
|||
|
get {
|
|||
|
try {
|
|||
|
return ((string)(this[this.tableLoanApplication.LoanAppNOColumn]));
|
|||
|
}
|
|||
|
catch (global::System.InvalidCastException e) {
|
|||
|
throw new global::System.Data.StrongTypingException("The value for column \'LoanAppNO\' in table \'LoanApplication\' is DBNull.", e);
|
|||
|
}
|
|||
|
}
|
|||
|
set {
|
|||
|
this[this.tableLoanApplication.LoanAppNOColumn] = value;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
public string ApplyDate {
|
|||
|
get {
|
|||
|
try {
|
|||
|
return ((string)(this[this.tableLoanApplication.ApplyDateColumn]));
|
|||
|
}
|
|||
|
catch (global::System.InvalidCastException e) {
|
|||
|
throw new global::System.Data.StrongTypingException("The value for column \'ApplyDate\' in table \'LoanApplication\' is DBNull.", e);
|
|||
|
}
|
|||
|
}
|
|||
|
set {
|
|||
|
this[this.tableLoanApplication.ApplyDateColumn] = value;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
public string Member {
|
|||
|
get {
|
|||
|
try {
|
|||
|
return ((string)(this[this.tableLoanApplication.MemberColumn]));
|
|||
|
}
|
|||
|
catch (global::System.InvalidCastException e) {
|
|||
|
throw new global::System.Data.StrongTypingException("The value for column \'Member\' in table \'LoanApplication\' is DBNull.", e);
|
|||
|
}
|
|||
|
}
|
|||
|
set {
|
|||
|
this[this.tableLoanApplication.MemberColumn] = value;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
public string EmployeeCode {
|
|||
|
get {
|
|||
|
try {
|
|||
|
return ((string)(this[this.tableLoanApplication.EmployeeCodeColumn]));
|
|||
|
}
|
|||
|
catch (global::System.InvalidCastException e) {
|
|||
|
throw new global::System.Data.StrongTypingException("The value for column \'EmployeeCode\' in table \'LoanApplication\' is DBNull.", e);
|
|||
|
}
|
|||
|
}
|
|||
|
set {
|
|||
|
this[this.tableLoanApplication.EmployeeCodeColumn] = value;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
public string LoanAmount {
|
|||
|
get {
|
|||
|
try {
|
|||
|
return ((string)(this[this.tableLoanApplication.LoanAmountColumn]));
|
|||
|
}
|
|||
|
catch (global::System.InvalidCastException e) {
|
|||
|
throw new global::System.Data.StrongTypingException("The value for column \'LoanAmount\' in table \'LoanApplication\' is DBNull.", e);
|
|||
|
}
|
|||
|
}
|
|||
|
set {
|
|||
|
this[this.tableLoanApplication.LoanAmountColumn] = value;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
public string NoOfInstallment {
|
|||
|
get {
|
|||
|
try {
|
|||
|
return ((string)(this[this.tableLoanApplication.NoOfInstallmentColumn]));
|
|||
|
}
|
|||
|
catch (global::System.InvalidCastException e) {
|
|||
|
throw new global::System.Data.StrongTypingException("The value for column \'NoOfInstallment\' in table \'LoanApplication\' is DBNull.", e);
|
|||
|
}
|
|||
|
}
|
|||
|
set {
|
|||
|
this[this.tableLoanApplication.NoOfInstallmentColumn] = value;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
public string InstallmentAmount {
|
|||
|
get {
|
|||
|
try {
|
|||
|
return ((string)(this[this.tableLoanApplication.InstallmentAmountColumn]));
|
|||
|
}
|
|||
|
catch (global::System.InvalidCastException e) {
|
|||
|
throw new global::System.Data.StrongTypingException("The value for column \'InstallmentAmount\' in table \'LoanApplication\' is DBNull.", e);
|
|||
|
}
|
|||
|
}
|
|||
|
set {
|
|||
|
this[this.tableLoanApplication.InstallmentAmountColumn] = value;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
public string Principal {
|
|||
|
get {
|
|||
|
try {
|
|||
|
return ((string)(this[this.tableLoanApplication.PrincipalColumn]));
|
|||
|
}
|
|||
|
catch (global::System.InvalidCastException e) {
|
|||
|
throw new global::System.Data.StrongTypingException("The value for column \'Principal\' in table \'LoanApplication\' is DBNull.", e);
|
|||
|
}
|
|||
|
}
|
|||
|
set {
|
|||
|
this[this.tableLoanApplication.PrincipalColumn] = value;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
public string Interest {
|
|||
|
get {
|
|||
|
try {
|
|||
|
return ((string)(this[this.tableLoanApplication.InterestColumn]));
|
|||
|
}
|
|||
|
catch (global::System.InvalidCastException e) {
|
|||
|
throw new global::System.Data.StrongTypingException("The value for column \'Interest\' in table \'LoanApplication\' is DBNull.", e);
|
|||
|
}
|
|||
|
}
|
|||
|
set {
|
|||
|
this[this.tableLoanApplication.InterestColumn] = value;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
public string Purpose {
|
|||
|
get {
|
|||
|
try {
|
|||
|
return ((string)(this[this.tableLoanApplication.PurposeColumn]));
|
|||
|
}
|
|||
|
catch (global::System.InvalidCastException e) {
|
|||
|
throw new global::System.Data.StrongTypingException("The value for column \'Purpose\' in table \'LoanApplication\' is DBNull.", e);
|
|||
|
}
|
|||
|
}
|
|||
|
set {
|
|||
|
this[this.tableLoanApplication.PurposeColumn] = value;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
public string Attachment {
|
|||
|
get {
|
|||
|
try {
|
|||
|
return ((string)(this[this.tableLoanApplication.AttachmentColumn]));
|
|||
|
}
|
|||
|
catch (global::System.InvalidCastException e) {
|
|||
|
throw new global::System.Data.StrongTypingException("The value for column \'Attachment\' in table \'LoanApplication\' is DBNull.", e);
|
|||
|
}
|
|||
|
}
|
|||
|
set {
|
|||
|
this[this.tableLoanApplication.AttachmentColumn] = value;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
public string OwnContribution {
|
|||
|
get {
|
|||
|
try {
|
|||
|
return ((string)(this[this.tableLoanApplication.OwnContributionColumn]));
|
|||
|
}
|
|||
|
catch (global::System.InvalidCastException e) {
|
|||
|
throw new global::System.Data.StrongTypingException("The value for column \'OwnContribution\' in table \'LoanApplication\' is DBNull.", e);
|
|||
|
}
|
|||
|
}
|
|||
|
set {
|
|||
|
this[this.tableLoanApplication.OwnContributionColumn] = value;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
public string CmpContribution {
|
|||
|
get {
|
|||
|
try {
|
|||
|
return ((string)(this[this.tableLoanApplication.CmpContributionColumn]));
|
|||
|
}
|
|||
|
catch (global::System.InvalidCastException e) {
|
|||
|
throw new global::System.Data.StrongTypingException("The value for column \'CmpContribution\' in table \'LoanApplication\' is DBNull.", e);
|
|||
|
}
|
|||
|
}
|
|||
|
set {
|
|||
|
this[this.tableLoanApplication.CmpContributionColumn] = value;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
public string TotalContribution {
|
|||
|
get {
|
|||
|
try {
|
|||
|
return ((string)(this[this.tableLoanApplication.TotalContributionColumn]));
|
|||
|
}
|
|||
|
catch (global::System.InvalidCastException e) {
|
|||
|
throw new global::System.Data.StrongTypingException("The value for column \'TotalContribution\' in table \'LoanApplication\' is DBNull.", e);
|
|||
|
}
|
|||
|
}
|
|||
|
set {
|
|||
|
this[this.tableLoanApplication.TotalContributionColumn] = value;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
public string EligibleLoanAmount {
|
|||
|
get {
|
|||
|
try {
|
|||
|
return ((string)(this[this.tableLoanApplication.EligibleLoanAmountColumn]));
|
|||
|
}
|
|||
|
catch (global::System.InvalidCastException e) {
|
|||
|
throw new global::System.Data.StrongTypingException("The value for column \'EligibleLoanAmount\' in table \'LoanApplication\' is DBNull.", e);
|
|||
|
}
|
|||
|
}
|
|||
|
set {
|
|||
|
this[this.tableLoanApplication.EligibleLoanAmountColumn] = value;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
public string LoanApplied {
|
|||
|
get {
|
|||
|
try {
|
|||
|
return ((string)(this[this.tableLoanApplication.LoanAppliedColumn]));
|
|||
|
}
|
|||
|
catch (global::System.InvalidCastException e) {
|
|||
|
throw new global::System.Data.StrongTypingException("The value for column \'LoanApplied\' in table \'LoanApplication\' is DBNull.", e);
|
|||
|
}
|
|||
|
}
|
|||
|
set {
|
|||
|
this[this.tableLoanApplication.LoanAppliedColumn] = value;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
public string EmpDept {
|
|||
|
get {
|
|||
|
try {
|
|||
|
return ((string)(this[this.tableLoanApplication.EmpDeptColumn]));
|
|||
|
}
|
|||
|
catch (global::System.InvalidCastException e) {
|
|||
|
throw new global::System.Data.StrongTypingException("The value for column \'EmpDept\' in table \'LoanApplication\' is DBNull.", e);
|
|||
|
}
|
|||
|
}
|
|||
|
set {
|
|||
|
this[this.tableLoanApplication.EmpDeptColumn] = value;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
public string LoanAmountInWords {
|
|||
|
get {
|
|||
|
try {
|
|||
|
return ((string)(this[this.tableLoanApplication.LoanAmountInWordsColumn]));
|
|||
|
}
|
|||
|
catch (global::System.InvalidCastException e) {
|
|||
|
throw new global::System.Data.StrongTypingException("The value for column \'LoanAmountInWords\' in table \'LoanApplication\' is DBNull.", e);
|
|||
|
}
|
|||
|
}
|
|||
|
set {
|
|||
|
this[this.tableLoanApplication.LoanAmountInWordsColumn] = value;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
public string Remarks {
|
|||
|
get {
|
|||
|
try {
|
|||
|
return ((string)(this[this.tableLoanApplication.RemarksColumn]));
|
|||
|
}
|
|||
|
catch (global::System.InvalidCastException e) {
|
|||
|
throw new global::System.Data.StrongTypingException("The value for column \'Remarks\' in table \'LoanApplication\' is DBNull.", e);
|
|||
|
}
|
|||
|
}
|
|||
|
set {
|
|||
|
this[this.tableLoanApplication.RemarksColumn] = value;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
public string EmployeeName {
|
|||
|
get {
|
|||
|
try {
|
|||
|
return ((string)(this[this.tableLoanApplication.EmployeeNameColumn]));
|
|||
|
}
|
|||
|
catch (global::System.InvalidCastException e) {
|
|||
|
throw new global::System.Data.StrongTypingException("The value for column \'EmployeeName\' in table \'LoanApplication\' is DBNull.", e);
|
|||
|
}
|
|||
|
}
|
|||
|
set {
|
|||
|
this[this.tableLoanApplication.EmployeeNameColumn] = value;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
public bool IsLoanAppNONull() {
|
|||
|
return this.IsNull(this.tableLoanApplication.LoanAppNOColumn);
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
public void SetLoanAppNONull() {
|
|||
|
this[this.tableLoanApplication.LoanAppNOColumn] = global::System.Convert.DBNull;
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
public bool IsApplyDateNull() {
|
|||
|
return this.IsNull(this.tableLoanApplication.ApplyDateColumn);
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
public void SetApplyDateNull() {
|
|||
|
this[this.tableLoanApplication.ApplyDateColumn] = global::System.Convert.DBNull;
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
public bool IsMemberNull() {
|
|||
|
return this.IsNull(this.tableLoanApplication.MemberColumn);
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
public void SetMemberNull() {
|
|||
|
this[this.tableLoanApplication.MemberColumn] = global::System.Convert.DBNull;
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
public bool IsEmployeeCodeNull() {
|
|||
|
return this.IsNull(this.tableLoanApplication.EmployeeCodeColumn);
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
public void SetEmployeeCodeNull() {
|
|||
|
this[this.tableLoanApplication.EmployeeCodeColumn] = global::System.Convert.DBNull;
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
public bool IsLoanAmountNull() {
|
|||
|
return this.IsNull(this.tableLoanApplication.LoanAmountColumn);
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
public void SetLoanAmountNull() {
|
|||
|
this[this.tableLoanApplication.LoanAmountColumn] = global::System.Convert.DBNull;
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
public bool IsNoOfInstallmentNull() {
|
|||
|
return this.IsNull(this.tableLoanApplication.NoOfInstallmentColumn);
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
public void SetNoOfInstallmentNull() {
|
|||
|
this[this.tableLoanApplication.NoOfInstallmentColumn] = global::System.Convert.DBNull;
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
public bool IsInstallmentAmountNull() {
|
|||
|
return this.IsNull(this.tableLoanApplication.InstallmentAmountColumn);
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
public void SetInstallmentAmountNull() {
|
|||
|
this[this.tableLoanApplication.InstallmentAmountColumn] = global::System.Convert.DBNull;
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
public bool IsPrincipalNull() {
|
|||
|
return this.IsNull(this.tableLoanApplication.PrincipalColumn);
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
public void SetPrincipalNull() {
|
|||
|
this[this.tableLoanApplication.PrincipalColumn] = global::System.Convert.DBNull;
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
public bool IsInterestNull() {
|
|||
|
return this.IsNull(this.tableLoanApplication.InterestColumn);
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
public void SetInterestNull() {
|
|||
|
this[this.tableLoanApplication.InterestColumn] = global::System.Convert.DBNull;
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
public bool IsPurposeNull() {
|
|||
|
return this.IsNull(this.tableLoanApplication.PurposeColumn);
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
public void SetPurposeNull() {
|
|||
|
this[this.tableLoanApplication.PurposeColumn] = global::System.Convert.DBNull;
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
public bool IsAttachmentNull() {
|
|||
|
return this.IsNull(this.tableLoanApplication.AttachmentColumn);
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
public void SetAttachmentNull() {
|
|||
|
this[this.tableLoanApplication.AttachmentColumn] = global::System.Convert.DBNull;
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
public bool IsOwnContributionNull() {
|
|||
|
return this.IsNull(this.tableLoanApplication.OwnContributionColumn);
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
public void SetOwnContributionNull() {
|
|||
|
this[this.tableLoanApplication.OwnContributionColumn] = global::System.Convert.DBNull;
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
public bool IsCmpContributionNull() {
|
|||
|
return this.IsNull(this.tableLoanApplication.CmpContributionColumn);
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
public void SetCmpContributionNull() {
|
|||
|
this[this.tableLoanApplication.CmpContributionColumn] = global::System.Convert.DBNull;
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
public bool IsTotalContributionNull() {
|
|||
|
return this.IsNull(this.tableLoanApplication.TotalContributionColumn);
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
public void SetTotalContributionNull() {
|
|||
|
this[this.tableLoanApplication.TotalContributionColumn] = global::System.Convert.DBNull;
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
public bool IsEligibleLoanAmountNull() {
|
|||
|
return this.IsNull(this.tableLoanApplication.EligibleLoanAmountColumn);
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
public void SetEligibleLoanAmountNull() {
|
|||
|
this[this.tableLoanApplication.EligibleLoanAmountColumn] = global::System.Convert.DBNull;
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
public bool IsLoanAppliedNull() {
|
|||
|
return this.IsNull(this.tableLoanApplication.LoanAppliedColumn);
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
public void SetLoanAppliedNull() {
|
|||
|
this[this.tableLoanApplication.LoanAppliedColumn] = global::System.Convert.DBNull;
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
public bool IsEmpDeptNull() {
|
|||
|
return this.IsNull(this.tableLoanApplication.EmpDeptColumn);
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
public void SetEmpDeptNull() {
|
|||
|
this[this.tableLoanApplication.EmpDeptColumn] = global::System.Convert.DBNull;
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
public bool IsLoanAmountInWordsNull() {
|
|||
|
return this.IsNull(this.tableLoanApplication.LoanAmountInWordsColumn);
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
public void SetLoanAmountInWordsNull() {
|
|||
|
this[this.tableLoanApplication.LoanAmountInWordsColumn] = global::System.Convert.DBNull;
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
public bool IsRemarksNull() {
|
|||
|
return this.IsNull(this.tableLoanApplication.RemarksColumn);
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
public void SetRemarksNull() {
|
|||
|
this[this.tableLoanApplication.RemarksColumn] = global::System.Convert.DBNull;
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
public bool IsEmployeeNameNull() {
|
|||
|
return this.IsNull(this.tableLoanApplication.EmployeeNameColumn);
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
public void SetEmployeeNameNull() {
|
|||
|
this[this.tableLoanApplication.EmployeeNameColumn] = global::System.Convert.DBNull;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
/// <summary>
|
|||
|
///Row event argument class
|
|||
|
///</summary>
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
public class LoanApplicationRowChangeEvent : global::System.EventArgs {
|
|||
|
|
|||
|
private LoanApplicationRow eventRow;
|
|||
|
|
|||
|
private global::System.Data.DataRowAction eventAction;
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
public LoanApplicationRowChangeEvent(LoanApplicationRow 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", "17.0.0.0")]
|
|||
|
public LoanApplicationRow Row {
|
|||
|
get {
|
|||
|
return this.eventRow;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|||
|
public global::System.Data.DataRowAction Action {
|
|||
|
get {
|
|||
|
return this.eventAction;
|
|||
|
}
|
|||
|
}
|
|||
|
}
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
#pragma warning restore 1591
|