//------------------------------------------------------------------------------ // // 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. // //------------------------------------------------------------------------------ namespace CoreSavingLibrary.WcfNShrlon { using System.Runtime.Serialization; using System; [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="str_savereqloan", Namespace="http://schemas.datacontract.org/2004/07/Sybase.PowerBuilder.WCFNVO")] [System.SerializableAttribute()] public partial struct str_savereqloan : System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string branch_idField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string contcoopidField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string coop_idField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string entry_idField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string format_typeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string loancontract_noField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string request_noField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_clearField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_guaranteeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_insuranceField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_intspcField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_mainField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_mthexpField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_otherclrField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_reqperiodField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_reverseField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_reversecollField; public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public string branch_id { get { return this.branch_idField; } set { if ((object.ReferenceEquals(this.branch_idField, value) != true)) { this.branch_idField = value; this.RaisePropertyChanged("branch_id"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string contcoopid { get { return this.contcoopidField; } set { if ((object.ReferenceEquals(this.contcoopidField, value) != true)) { this.contcoopidField = value; this.RaisePropertyChanged("contcoopid"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string coop_id { get { return this.coop_idField; } set { if ((object.ReferenceEquals(this.coop_idField, value) != true)) { this.coop_idField = value; this.RaisePropertyChanged("coop_id"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string entry_id { get { return this.entry_idField; } set { if ((object.ReferenceEquals(this.entry_idField, value) != true)) { this.entry_idField = value; this.RaisePropertyChanged("entry_id"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string format_type { get { return this.format_typeField; } set { if ((object.ReferenceEquals(this.format_typeField, value) != true)) { this.format_typeField = value; this.RaisePropertyChanged("format_type"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string loancontract_no { get { return this.loancontract_noField; } set { if ((object.ReferenceEquals(this.loancontract_noField, value) != true)) { this.loancontract_noField = value; this.RaisePropertyChanged("loancontract_no"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string request_no { get { return this.request_noField; } set { if ((object.ReferenceEquals(this.request_noField, value) != true)) { this.request_noField = value; this.RaisePropertyChanged("request_no"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_clear { get { return this.xml_clearField; } set { if ((object.ReferenceEquals(this.xml_clearField, value) != true)) { this.xml_clearField = value; this.RaisePropertyChanged("xml_clear"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_guarantee { get { return this.xml_guaranteeField; } set { if ((object.ReferenceEquals(this.xml_guaranteeField, value) != true)) { this.xml_guaranteeField = value; this.RaisePropertyChanged("xml_guarantee"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_insurance { get { return this.xml_insuranceField; } set { if ((object.ReferenceEquals(this.xml_insuranceField, value) != true)) { this.xml_insuranceField = value; this.RaisePropertyChanged("xml_insurance"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_intspc { get { return this.xml_intspcField; } set { if ((object.ReferenceEquals(this.xml_intspcField, value) != true)) { this.xml_intspcField = value; this.RaisePropertyChanged("xml_intspc"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_main { get { return this.xml_mainField; } set { if ((object.ReferenceEquals(this.xml_mainField, value) != true)) { this.xml_mainField = value; this.RaisePropertyChanged("xml_main"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_mthexp { get { return this.xml_mthexpField; } set { if ((object.ReferenceEquals(this.xml_mthexpField, value) != true)) { this.xml_mthexpField = value; this.RaisePropertyChanged("xml_mthexp"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_otherclr { get { return this.xml_otherclrField; } set { if ((object.ReferenceEquals(this.xml_otherclrField, value) != true)) { this.xml_otherclrField = value; this.RaisePropertyChanged("xml_otherclr"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_reqperiod { get { return this.xml_reqperiodField; } set { if ((object.ReferenceEquals(this.xml_reqperiodField, value) != true)) { this.xml_reqperiodField = value; this.RaisePropertyChanged("xml_reqperiod"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_reverse { get { return this.xml_reverseField; } set { if ((object.ReferenceEquals(this.xml_reverseField, value) != true)) { this.xml_reverseField = value; this.RaisePropertyChanged("xml_reverse"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_reversecoll { get { return this.xml_reversecollField; } set { if ((object.ReferenceEquals(this.xml_reversecollField, value) != true)) { this.xml_reversecollField = value; this.RaisePropertyChanged("xml_reversecoll"); } } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="str_slippayin", Namespace="http://schemas.datacontract.org/2004/07/Sybase.PowerBuilder.WCFNVO")] [System.SerializableAttribute()] public partial struct str_slippayin : System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string coop_idField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string entry_idField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string member_noField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string memcoop_idField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.DateTime operate_dateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string payinorder_noField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string payinslip_noField; [System.Runtime.Serialization.OptionalFieldAttribute()] private bool receiptno_flagField; [System.Runtime.Serialization.OptionalFieldAttribute()] private bool remarkField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.DateTime slip_dateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string sliptype_codeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_expenseField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_slipetcField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_slipheadField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_sliplonField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_slipshrField; public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public string coop_id { get { return this.coop_idField; } set { if ((object.ReferenceEquals(this.coop_idField, value) != true)) { this.coop_idField = value; this.RaisePropertyChanged("coop_id"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string entry_id { get { return this.entry_idField; } set { if ((object.ReferenceEquals(this.entry_idField, value) != true)) { this.entry_idField = value; this.RaisePropertyChanged("entry_id"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string member_no { get { return this.member_noField; } set { if ((object.ReferenceEquals(this.member_noField, value) != true)) { this.member_noField = value; this.RaisePropertyChanged("member_no"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string memcoop_id { get { return this.memcoop_idField; } set { if ((object.ReferenceEquals(this.memcoop_idField, value) != true)) { this.memcoop_idField = value; this.RaisePropertyChanged("memcoop_id"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.DateTime operate_date { get { return this.operate_dateField; } set { if ((this.operate_dateField.Equals(value) != true)) { this.operate_dateField = value; this.RaisePropertyChanged("operate_date"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string payinorder_no { get { return this.payinorder_noField; } set { if ((object.ReferenceEquals(this.payinorder_noField, value) != true)) { this.payinorder_noField = value; this.RaisePropertyChanged("payinorder_no"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string payinslip_no { get { return this.payinslip_noField; } set { if ((object.ReferenceEquals(this.payinslip_noField, value) != true)) { this.payinslip_noField = value; this.RaisePropertyChanged("payinslip_no"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public bool receiptno_flag { get { return this.receiptno_flagField; } set { if ((this.receiptno_flagField.Equals(value) != true)) { this.receiptno_flagField = value; this.RaisePropertyChanged("receiptno_flag"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public bool remark { get { return this.remarkField; } set { if ((this.remarkField.Equals(value) != true)) { this.remarkField = value; this.RaisePropertyChanged("remark"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.DateTime slip_date { get { return this.slip_dateField; } set { if ((this.slip_dateField.Equals(value) != true)) { this.slip_dateField = value; this.RaisePropertyChanged("slip_date"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string sliptype_code { get { return this.sliptype_codeField; } set { if ((object.ReferenceEquals(this.sliptype_codeField, value) != true)) { this.sliptype_codeField = value; this.RaisePropertyChanged("sliptype_code"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_expense { get { return this.xml_expenseField; } set { if ((object.ReferenceEquals(this.xml_expenseField, value) != true)) { this.xml_expenseField = value; this.RaisePropertyChanged("xml_expense"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_slipetc { get { return this.xml_slipetcField; } set { if ((object.ReferenceEquals(this.xml_slipetcField, value) != true)) { this.xml_slipetcField = value; this.RaisePropertyChanged("xml_slipetc"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_sliphead { get { return this.xml_slipheadField; } set { if ((object.ReferenceEquals(this.xml_slipheadField, value) != true)) { this.xml_slipheadField = value; this.RaisePropertyChanged("xml_sliphead"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_sliplon { get { return this.xml_sliplonField; } set { if ((object.ReferenceEquals(this.xml_sliplonField, value) != true)) { this.xml_sliplonField = value; this.RaisePropertyChanged("xml_sliplon"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_slipshr { get { return this.xml_slipshrField; } set { if ((object.ReferenceEquals(this.xml_slipshrField, value) != true)) { this.xml_slipshrField = value; this.RaisePropertyChanged("xml_slipshr"); } } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="str_itemchange", Namespace="http://schemas.datacontract.org/2004/07/Sybase.PowerBuilder.WCFNVO")] [System.SerializableAttribute()] public partial struct str_itemchange : System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string column_dataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string column_nameField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string coop_idField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string dwoname_returnField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string format_typeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private bool import_flagField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.DateTime loanrequest_tdateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_clearField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_collrightField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_guaranteeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_insuranceField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_intspcField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_keepField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_mainField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_messageField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_otherclrField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_reqloopField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_returnField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_reversecollField; public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public string column_data { get { return this.column_dataField; } set { if ((object.ReferenceEquals(this.column_dataField, value) != true)) { this.column_dataField = value; this.RaisePropertyChanged("column_data"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string column_name { get { return this.column_nameField; } set { if ((object.ReferenceEquals(this.column_nameField, value) != true)) { this.column_nameField = value; this.RaisePropertyChanged("column_name"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string coop_id { get { return this.coop_idField; } set { if ((object.ReferenceEquals(this.coop_idField, value) != true)) { this.coop_idField = value; this.RaisePropertyChanged("coop_id"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string dwoname_return { get { return this.dwoname_returnField; } set { if ((object.ReferenceEquals(this.dwoname_returnField, value) != true)) { this.dwoname_returnField = value; this.RaisePropertyChanged("dwoname_return"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string format_type { get { return this.format_typeField; } set { if ((object.ReferenceEquals(this.format_typeField, value) != true)) { this.format_typeField = value; this.RaisePropertyChanged("format_type"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public bool import_flag { get { return this.import_flagField; } set { if ((this.import_flagField.Equals(value) != true)) { this.import_flagField = value; this.RaisePropertyChanged("import_flag"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.DateTime loanrequest_tdate { get { return this.loanrequest_tdateField; } set { if ((this.loanrequest_tdateField.Equals(value) != true)) { this.loanrequest_tdateField = value; this.RaisePropertyChanged("loanrequest_tdate"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_clear { get { return this.xml_clearField; } set { if ((object.ReferenceEquals(this.xml_clearField, value) != true)) { this.xml_clearField = value; this.RaisePropertyChanged("xml_clear"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_collright { get { return this.xml_collrightField; } set { if ((object.ReferenceEquals(this.xml_collrightField, value) != true)) { this.xml_collrightField = value; this.RaisePropertyChanged("xml_collright"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_guarantee { get { return this.xml_guaranteeField; } set { if ((object.ReferenceEquals(this.xml_guaranteeField, value) != true)) { this.xml_guaranteeField = value; this.RaisePropertyChanged("xml_guarantee"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_insurance { get { return this.xml_insuranceField; } set { if ((object.ReferenceEquals(this.xml_insuranceField, value) != true)) { this.xml_insuranceField = value; this.RaisePropertyChanged("xml_insurance"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_intspc { get { return this.xml_intspcField; } set { if ((object.ReferenceEquals(this.xml_intspcField, value) != true)) { this.xml_intspcField = value; this.RaisePropertyChanged("xml_intspc"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_keep { get { return this.xml_keepField; } set { if ((object.ReferenceEquals(this.xml_keepField, value) != true)) { this.xml_keepField = value; this.RaisePropertyChanged("xml_keep"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_main { get { return this.xml_mainField; } set { if ((object.ReferenceEquals(this.xml_mainField, value) != true)) { this.xml_mainField = value; this.RaisePropertyChanged("xml_main"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_message { get { return this.xml_messageField; } set { if ((object.ReferenceEquals(this.xml_messageField, value) != true)) { this.xml_messageField = value; this.RaisePropertyChanged("xml_message"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_otherclr { get { return this.xml_otherclrField; } set { if ((object.ReferenceEquals(this.xml_otherclrField, value) != true)) { this.xml_otherclrField = value; this.RaisePropertyChanged("xml_otherclr"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_reqloop { get { return this.xml_reqloopField; } set { if ((object.ReferenceEquals(this.xml_reqloopField, value) != true)) { this.xml_reqloopField = value; this.RaisePropertyChanged("xml_reqloop"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_return { get { return this.xml_returnField; } set { if ((object.ReferenceEquals(this.xml_returnField, value) != true)) { this.xml_returnField = value; this.RaisePropertyChanged("xml_return"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_reversecoll { get { return this.xml_reversecollField; } set { if ((object.ReferenceEquals(this.xml_reversecollField, value) != true)) { this.xml_reversecollField = value; this.RaisePropertyChanged("xml_reversecoll"); } } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="str_mbreqnew", Namespace="http://schemas.datacontract.org/2004/07/Sybase.PowerBuilder.WCFNVO")] [System.SerializableAttribute()] public partial struct str_mbreqnew : System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string entry_bycoopidField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string entry_idField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string req_noField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_assetField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_etcField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_loanField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_mbdetailField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_mbgainField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_mbmoneytrField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_reqlistField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_reqoptField; public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public string entry_bycoopid { get { return this.entry_bycoopidField; } set { if ((object.ReferenceEquals(this.entry_bycoopidField, value) != true)) { this.entry_bycoopidField = value; this.RaisePropertyChanged("entry_bycoopid"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string entry_id { get { return this.entry_idField; } set { if ((object.ReferenceEquals(this.entry_idField, value) != true)) { this.entry_idField = value; this.RaisePropertyChanged("entry_id"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string req_no { get { return this.req_noField; } set { if ((object.ReferenceEquals(this.req_noField, value) != true)) { this.req_noField = value; this.RaisePropertyChanged("req_no"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_asset { get { return this.xml_assetField; } set { if ((object.ReferenceEquals(this.xml_assetField, value) != true)) { this.xml_assetField = value; this.RaisePropertyChanged("xml_asset"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_etc { get { return this.xml_etcField; } set { if ((object.ReferenceEquals(this.xml_etcField, value) != true)) { this.xml_etcField = value; this.RaisePropertyChanged("xml_etc"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_loan { get { return this.xml_loanField; } set { if ((object.ReferenceEquals(this.xml_loanField, value) != true)) { this.xml_loanField = value; this.RaisePropertyChanged("xml_loan"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_mbdetail { get { return this.xml_mbdetailField; } set { if ((object.ReferenceEquals(this.xml_mbdetailField, value) != true)) { this.xml_mbdetailField = value; this.RaisePropertyChanged("xml_mbdetail"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_mbgain { get { return this.xml_mbgainField; } set { if ((object.ReferenceEquals(this.xml_mbgainField, value) != true)) { this.xml_mbgainField = value; this.RaisePropertyChanged("xml_mbgain"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_mbmoneytr { get { return this.xml_mbmoneytrField; } set { if ((object.ReferenceEquals(this.xml_mbmoneytrField, value) != true)) { this.xml_mbmoneytrField = value; this.RaisePropertyChanged("xml_mbmoneytr"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_reqlist { get { return this.xml_reqlistField; } set { if ((object.ReferenceEquals(this.xml_reqlistField, value) != true)) { this.xml_reqlistField = value; this.RaisePropertyChanged("xml_reqlist"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_reqopt { get { return this.xml_reqoptField; } set { if ((object.ReferenceEquals(this.xml_reqoptField, value) != true)) { this.xml_reqoptField = value; this.RaisePropertyChanged("xml_reqopt"); } } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="str_mbreqresign", Namespace="http://schemas.datacontract.org/2004/07/Sybase.PowerBuilder.WCFNVO")] [System.SerializableAttribute()] public partial struct str_mbreqresign : System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string coop_idField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.DateTime entry_dateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string entry_idField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string member_noField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string memcoop_idField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.DateTime req_dateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string req_noField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_deptField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_grtField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_loanField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_reqlistField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_reqoptField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_requestField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_shareField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_sumField; public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public string coop_id { get { return this.coop_idField; } set { if ((object.ReferenceEquals(this.coop_idField, value) != true)) { this.coop_idField = value; this.RaisePropertyChanged("coop_id"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.DateTime entry_date { get { return this.entry_dateField; } set { if ((this.entry_dateField.Equals(value) != true)) { this.entry_dateField = value; this.RaisePropertyChanged("entry_date"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string entry_id { get { return this.entry_idField; } set { if ((object.ReferenceEquals(this.entry_idField, value) != true)) { this.entry_idField = value; this.RaisePropertyChanged("entry_id"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string member_no { get { return this.member_noField; } set { if ((object.ReferenceEquals(this.member_noField, value) != true)) { this.member_noField = value; this.RaisePropertyChanged("member_no"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string memcoop_id { get { return this.memcoop_idField; } set { if ((object.ReferenceEquals(this.memcoop_idField, value) != true)) { this.memcoop_idField = value; this.RaisePropertyChanged("memcoop_id"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.DateTime req_date { get { return this.req_dateField; } set { if ((this.req_dateField.Equals(value) != true)) { this.req_dateField = value; this.RaisePropertyChanged("req_date"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string req_no { get { return this.req_noField; } set { if ((object.ReferenceEquals(this.req_noField, value) != true)) { this.req_noField = value; this.RaisePropertyChanged("req_no"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_dept { get { return this.xml_deptField; } set { if ((object.ReferenceEquals(this.xml_deptField, value) != true)) { this.xml_deptField = value; this.RaisePropertyChanged("xml_dept"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_grt { get { return this.xml_grtField; } set { if ((object.ReferenceEquals(this.xml_grtField, value) != true)) { this.xml_grtField = value; this.RaisePropertyChanged("xml_grt"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_loan { get { return this.xml_loanField; } set { if ((object.ReferenceEquals(this.xml_loanField, value) != true)) { this.xml_loanField = value; this.RaisePropertyChanged("xml_loan"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_reqlist { get { return this.xml_reqlistField; } set { if ((object.ReferenceEquals(this.xml_reqlistField, value) != true)) { this.xml_reqlistField = value; this.RaisePropertyChanged("xml_reqlist"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_reqopt { get { return this.xml_reqoptField; } set { if ((object.ReferenceEquals(this.xml_reqoptField, value) != true)) { this.xml_reqoptField = value; this.RaisePropertyChanged("xml_reqopt"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_request { get { return this.xml_requestField; } set { if ((object.ReferenceEquals(this.xml_requestField, value) != true)) { this.xml_requestField = value; this.RaisePropertyChanged("xml_request"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_share { get { return this.xml_shareField; } set { if ((object.ReferenceEquals(this.xml_shareField, value) != true)) { this.xml_shareField = value; this.RaisePropertyChanged("xml_share"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_sum { get { return this.xml_sumField; } set { if ((object.ReferenceEquals(this.xml_sumField, value) != true)) { this.xml_sumField = value; this.RaisePropertyChanged("xml_sum"); } } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="str_adjust_mbinfo", Namespace="http://schemas.datacontract.org/2004/07/Sybase.PowerBuilder.WCFNVO")] [System.SerializableAttribute()] public partial struct str_adjust_mbinfo : System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string appnameField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string coop_idField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string member_noField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.DateTime operate_dateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string useridField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xmlbfdetailField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xmlbfmasterField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xmlbfmoneytrField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xmlbfremarkstatField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xmlbfstatusField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xmldetailField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xmlmasterField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xmlmoneytrField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xmlremarkstatField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xmlstatusField; public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public string appname { get { return this.appnameField; } set { if ((object.ReferenceEquals(this.appnameField, value) != true)) { this.appnameField = value; this.RaisePropertyChanged("appname"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string coop_id { get { return this.coop_idField; } set { if ((object.ReferenceEquals(this.coop_idField, value) != true)) { this.coop_idField = value; this.RaisePropertyChanged("coop_id"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string member_no { get { return this.member_noField; } set { if ((object.ReferenceEquals(this.member_noField, value) != true)) { this.member_noField = value; this.RaisePropertyChanged("member_no"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.DateTime operate_date { get { return this.operate_dateField; } set { if ((this.operate_dateField.Equals(value) != true)) { this.operate_dateField = value; this.RaisePropertyChanged("operate_date"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string userid { get { return this.useridField; } set { if ((object.ReferenceEquals(this.useridField, value) != true)) { this.useridField = value; this.RaisePropertyChanged("userid"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xmlbfdetail { get { return this.xmlbfdetailField; } set { if ((object.ReferenceEquals(this.xmlbfdetailField, value) != true)) { this.xmlbfdetailField = value; this.RaisePropertyChanged("xmlbfdetail"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xmlbfmaster { get { return this.xmlbfmasterField; } set { if ((object.ReferenceEquals(this.xmlbfmasterField, value) != true)) { this.xmlbfmasterField = value; this.RaisePropertyChanged("xmlbfmaster"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xmlbfmoneytr { get { return this.xmlbfmoneytrField; } set { if ((object.ReferenceEquals(this.xmlbfmoneytrField, value) != true)) { this.xmlbfmoneytrField = value; this.RaisePropertyChanged("xmlbfmoneytr"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xmlbfremarkstat { get { return this.xmlbfremarkstatField; } set { if ((object.ReferenceEquals(this.xmlbfremarkstatField, value) != true)) { this.xmlbfremarkstatField = value; this.RaisePropertyChanged("xmlbfremarkstat"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xmlbfstatus { get { return this.xmlbfstatusField; } set { if ((object.ReferenceEquals(this.xmlbfstatusField, value) != true)) { this.xmlbfstatusField = value; this.RaisePropertyChanged("xmlbfstatus"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xmldetail { get { return this.xmldetailField; } set { if ((object.ReferenceEquals(this.xmldetailField, value) != true)) { this.xmldetailField = value; this.RaisePropertyChanged("xmldetail"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xmlmaster { get { return this.xmlmasterField; } set { if ((object.ReferenceEquals(this.xmlmasterField, value) != true)) { this.xmlmasterField = value; this.RaisePropertyChanged("xmlmaster"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xmlmoneytr { get { return this.xmlmoneytrField; } set { if ((object.ReferenceEquals(this.xmlmoneytrField, value) != true)) { this.xmlmoneytrField = value; this.RaisePropertyChanged("xmlmoneytr"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xmlremarkstat { get { return this.xmlremarkstatField; } set { if ((object.ReferenceEquals(this.xmlremarkstatField, value) != true)) { this.xmlremarkstatField = value; this.RaisePropertyChanged("xmlremarkstat"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xmlstatus { get { return this.xmlstatusField; } set { if ((object.ReferenceEquals(this.xmlstatusField, value) != true)) { this.xmlstatusField = value; this.RaisePropertyChanged("xmlstatus"); } } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="str_mbreqtrnmb", Namespace="http://schemas.datacontract.org/2004/07/Sybase.PowerBuilder.WCFNVO")] [System.SerializableAttribute()] public partial struct str_mbreqtrnmb : System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string entry_idField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string member_noField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string messageField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string reqdoc_noField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_reqlistField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_reqoptField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_requestField; public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public string entry_id { get { return this.entry_idField; } set { if ((object.ReferenceEquals(this.entry_idField, value) != true)) { this.entry_idField = value; this.RaisePropertyChanged("entry_id"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string member_no { get { return this.member_noField; } set { if ((object.ReferenceEquals(this.member_noField, value) != true)) { this.member_noField = value; this.RaisePropertyChanged("member_no"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string message { get { return this.messageField; } set { if ((object.ReferenceEquals(this.messageField, value) != true)) { this.messageField = value; this.RaisePropertyChanged("message"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string reqdoc_no { get { return this.reqdoc_noField; } set { if ((object.ReferenceEquals(this.reqdoc_noField, value) != true)) { this.reqdoc_noField = value; this.RaisePropertyChanged("reqdoc_no"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_reqlist { get { return this.xml_reqlistField; } set { if ((object.ReferenceEquals(this.xml_reqlistField, value) != true)) { this.xml_reqlistField = value; this.RaisePropertyChanged("xml_reqlist"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_reqopt { get { return this.xml_reqoptField; } set { if ((object.ReferenceEquals(this.xml_reqoptField, value) != true)) { this.xml_reqoptField = value; this.RaisePropertyChanged("xml_reqopt"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_request { get { return this.xml_requestField; } set { if ((object.ReferenceEquals(this.xml_requestField, value) != true)) { this.xml_requestField = value; this.RaisePropertyChanged("xml_request"); } } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="str_mbreqchggrp", Namespace="http://schemas.datacontract.org/2004/07/Sybase.PowerBuilder.WCFNVO")] [System.SerializableAttribute()] public partial struct str_mbreqchggrp : System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string entry_idField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string member_noField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string messageField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string regchgdoc_noField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_reqdetailField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_reqhistoryField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_reqlistField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_reqoptField; public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public string entry_id { get { return this.entry_idField; } set { if ((object.ReferenceEquals(this.entry_idField, value) != true)) { this.entry_idField = value; this.RaisePropertyChanged("entry_id"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string member_no { get { return this.member_noField; } set { if ((object.ReferenceEquals(this.member_noField, value) != true)) { this.member_noField = value; this.RaisePropertyChanged("member_no"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string message { get { return this.messageField; } set { if ((object.ReferenceEquals(this.messageField, value) != true)) { this.messageField = value; this.RaisePropertyChanged("message"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string regchgdoc_no { get { return this.regchgdoc_noField; } set { if ((object.ReferenceEquals(this.regchgdoc_noField, value) != true)) { this.regchgdoc_noField = value; this.RaisePropertyChanged("regchgdoc_no"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_reqdetail { get { return this.xml_reqdetailField; } set { if ((object.ReferenceEquals(this.xml_reqdetailField, value) != true)) { this.xml_reqdetailField = value; this.RaisePropertyChanged("xml_reqdetail"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_reqhistory { get { return this.xml_reqhistoryField; } set { if ((object.ReferenceEquals(this.xml_reqhistoryField, value) != true)) { this.xml_reqhistoryField = value; this.RaisePropertyChanged("xml_reqhistory"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_reqlist { get { return this.xml_reqlistField; } set { if ((object.ReferenceEquals(this.xml_reqlistField, value) != true)) { this.xml_reqlistField = value; this.RaisePropertyChanged("xml_reqlist"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_reqopt { get { return this.xml_reqoptField; } set { if ((object.ReferenceEquals(this.xml_reqoptField, value) != true)) { this.xml_reqoptField = value; this.RaisePropertyChanged("xml_reqopt"); } } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="str_lncontaj", Namespace="http://schemas.datacontract.org/2004/07/Sybase.PowerBuilder.WCFNVO")] [System.SerializableAttribute()] public partial struct str_lncontaj : System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.DateTime contaj_dateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string contaj_docnoField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string entry_idField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string loancontract_noField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_contcollField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_contdetailField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_contintField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_contintspcField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_contloanpayField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_contpaymentField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_oldcontcollField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_oldcontintspcField; public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public System.DateTime contaj_date { get { return this.contaj_dateField; } set { if ((this.contaj_dateField.Equals(value) != true)) { this.contaj_dateField = value; this.RaisePropertyChanged("contaj_date"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string contaj_docno { get { return this.contaj_docnoField; } set { if ((object.ReferenceEquals(this.contaj_docnoField, value) != true)) { this.contaj_docnoField = value; this.RaisePropertyChanged("contaj_docno"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string entry_id { get { return this.entry_idField; } set { if ((object.ReferenceEquals(this.entry_idField, value) != true)) { this.entry_idField = value; this.RaisePropertyChanged("entry_id"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string loancontract_no { get { return this.loancontract_noField; } set { if ((object.ReferenceEquals(this.loancontract_noField, value) != true)) { this.loancontract_noField = value; this.RaisePropertyChanged("loancontract_no"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_contcoll { get { return this.xml_contcollField; } set { if ((object.ReferenceEquals(this.xml_contcollField, value) != true)) { this.xml_contcollField = value; this.RaisePropertyChanged("xml_contcoll"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_contdetail { get { return this.xml_contdetailField; } set { if ((object.ReferenceEquals(this.xml_contdetailField, value) != true)) { this.xml_contdetailField = value; this.RaisePropertyChanged("xml_contdetail"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_contint { get { return this.xml_contintField; } set { if ((object.ReferenceEquals(this.xml_contintField, value) != true)) { this.xml_contintField = value; this.RaisePropertyChanged("xml_contint"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_contintspc { get { return this.xml_contintspcField; } set { if ((object.ReferenceEquals(this.xml_contintspcField, value) != true)) { this.xml_contintspcField = value; this.RaisePropertyChanged("xml_contintspc"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_contloanpay { get { return this.xml_contloanpayField; } set { if ((object.ReferenceEquals(this.xml_contloanpayField, value) != true)) { this.xml_contloanpayField = value; this.RaisePropertyChanged("xml_contloanpay"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_contpayment { get { return this.xml_contpaymentField; } set { if ((object.ReferenceEquals(this.xml_contpaymentField, value) != true)) { this.xml_contpaymentField = value; this.RaisePropertyChanged("xml_contpayment"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_oldcontcoll { get { return this.xml_oldcontcollField; } set { if ((object.ReferenceEquals(this.xml_oldcontcollField, value) != true)) { this.xml_oldcontcollField = value; this.RaisePropertyChanged("xml_oldcontcoll"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_oldcontintspc { get { return this.xml_oldcontintspcField; } set { if ((object.ReferenceEquals(this.xml_oldcontintspcField, value) != true)) { this.xml_oldcontintspcField = value; this.RaisePropertyChanged("xml_oldcontintspc"); } } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="str_lntrnrespons", Namespace="http://schemas.datacontract.org/2004/07/Sybase.PowerBuilder.WCFNVO")] [System.SerializableAttribute()] public partial struct str_lntrnrespons : System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string concoop_idField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string entry_idField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string loancontract_noField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string trnreq_codeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.DateTime trnreq_dateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_trndetailField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_trnmastField; public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public string concoop_id { get { return this.concoop_idField; } set { if ((object.ReferenceEquals(this.concoop_idField, value) != true)) { this.concoop_idField = value; this.RaisePropertyChanged("concoop_id"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string entry_id { get { return this.entry_idField; } set { if ((object.ReferenceEquals(this.entry_idField, value) != true)) { this.entry_idField = value; this.RaisePropertyChanged("entry_id"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string loancontract_no { get { return this.loancontract_noField; } set { if ((object.ReferenceEquals(this.loancontract_noField, value) != true)) { this.loancontract_noField = value; this.RaisePropertyChanged("loancontract_no"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string trnreq_code { get { return this.trnreq_codeField; } set { if ((object.ReferenceEquals(this.trnreq_codeField, value) != true)) { this.trnreq_codeField = value; this.RaisePropertyChanged("trnreq_code"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.DateTime trnreq_date { get { return this.trnreq_dateField; } set { if ((this.trnreq_dateField.Equals(value) != true)) { this.trnreq_dateField = value; this.RaisePropertyChanged("trnreq_date"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_trndetail { get { return this.xml_trndetailField; } set { if ((object.ReferenceEquals(this.xml_trndetailField, value) != true)) { this.xml_trndetailField = value; this.RaisePropertyChanged("xml_trndetail"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_trnmast { get { return this.xml_trnmastField; } set { if ((object.ReferenceEquals(this.xml_trnmastField, value) != true)) { this.xml_trnmastField = value; this.RaisePropertyChanged("xml_trnmast"); } } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="str_slippayout", Namespace="http://schemas.datacontract.org/2004/07/Sybase.PowerBuilder.WCFNVO")] [System.SerializableAttribute()] public partial struct str_slippayout : System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string contcoop_idField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string coop_idField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string entry_idField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string initfrom_typeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string loancontract_noField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string member_noField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string memcoop_idField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.DateTime operate_dateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string payinslip_noField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string payoutorder_noField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string payoutslip_noField; [System.Runtime.Serialization.OptionalFieldAttribute()] private bool receiptno_flagField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.DateTime slip_dateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string sliptype_codeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_expenseField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_slipcutetcField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_slipcutlonField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_slipdetField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_slipheadField; public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public string contcoop_id { get { return this.contcoop_idField; } set { if ((object.ReferenceEquals(this.contcoop_idField, value) != true)) { this.contcoop_idField = value; this.RaisePropertyChanged("contcoop_id"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string coop_id { get { return this.coop_idField; } set { if ((object.ReferenceEquals(this.coop_idField, value) != true)) { this.coop_idField = value; this.RaisePropertyChanged("coop_id"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string entry_id { get { return this.entry_idField; } set { if ((object.ReferenceEquals(this.entry_idField, value) != true)) { this.entry_idField = value; this.RaisePropertyChanged("entry_id"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string initfrom_type { get { return this.initfrom_typeField; } set { if ((object.ReferenceEquals(this.initfrom_typeField, value) != true)) { this.initfrom_typeField = value; this.RaisePropertyChanged("initfrom_type"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string loancontract_no { get { return this.loancontract_noField; } set { if ((object.ReferenceEquals(this.loancontract_noField, value) != true)) { this.loancontract_noField = value; this.RaisePropertyChanged("loancontract_no"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string member_no { get { return this.member_noField; } set { if ((object.ReferenceEquals(this.member_noField, value) != true)) { this.member_noField = value; this.RaisePropertyChanged("member_no"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string memcoop_id { get { return this.memcoop_idField; } set { if ((object.ReferenceEquals(this.memcoop_idField, value) != true)) { this.memcoop_idField = value; this.RaisePropertyChanged("memcoop_id"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.DateTime operate_date { get { return this.operate_dateField; } set { if ((this.operate_dateField.Equals(value) != true)) { this.operate_dateField = value; this.RaisePropertyChanged("operate_date"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string payinslip_no { get { return this.payinslip_noField; } set { if ((object.ReferenceEquals(this.payinslip_noField, value) != true)) { this.payinslip_noField = value; this.RaisePropertyChanged("payinslip_no"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string payoutorder_no { get { return this.payoutorder_noField; } set { if ((object.ReferenceEquals(this.payoutorder_noField, value) != true)) { this.payoutorder_noField = value; this.RaisePropertyChanged("payoutorder_no"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string payoutslip_no { get { return this.payoutslip_noField; } set { if ((object.ReferenceEquals(this.payoutslip_noField, value) != true)) { this.payoutslip_noField = value; this.RaisePropertyChanged("payoutslip_no"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public bool receiptno_flag { get { return this.receiptno_flagField; } set { if ((this.receiptno_flagField.Equals(value) != true)) { this.receiptno_flagField = value; this.RaisePropertyChanged("receiptno_flag"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.DateTime slip_date { get { return this.slip_dateField; } set { if ((this.slip_dateField.Equals(value) != true)) { this.slip_dateField = value; this.RaisePropertyChanged("slip_date"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string sliptype_code { get { return this.sliptype_codeField; } set { if ((object.ReferenceEquals(this.sliptype_codeField, value) != true)) { this.sliptype_codeField = value; this.RaisePropertyChanged("sliptype_code"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_expense { get { return this.xml_expenseField; } set { if ((object.ReferenceEquals(this.xml_expenseField, value) != true)) { this.xml_expenseField = value; this.RaisePropertyChanged("xml_expense"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_slipcutetc { get { return this.xml_slipcutetcField; } set { if ((object.ReferenceEquals(this.xml_slipcutetcField, value) != true)) { this.xml_slipcutetcField = value; this.RaisePropertyChanged("xml_slipcutetc"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_slipcutlon { get { return this.xml_slipcutlonField; } set { if ((object.ReferenceEquals(this.xml_slipcutlonField, value) != true)) { this.xml_slipcutlonField = value; this.RaisePropertyChanged("xml_slipcutlon"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_slipdet { get { return this.xml_slipdetField; } set { if ((object.ReferenceEquals(this.xml_slipdetField, value) != true)) { this.xml_slipdetField = value; this.RaisePropertyChanged("xml_slipdet"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_sliphead { get { return this.xml_slipheadField; } set { if ((object.ReferenceEquals(this.xml_slipheadField, value) != true)) { this.xml_slipheadField = value; this.RaisePropertyChanged("xml_sliphead"); } } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="str_lncollmast", Namespace="http://schemas.datacontract.org/2004/07/Sybase.PowerBuilder.WCFNVO")] [System.SerializableAttribute()] public partial struct str_lncollmast : System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string branch_idField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string collmast_noField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string coop_idField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string entry_idField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string member_noField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_collmastdetField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_collmastlistField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_collmemcoField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_colluseField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_memdetField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_mrtg1Field; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_mrtg2Field; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_mrtg3Field; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_propField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_reviewField; public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public string branch_id { get { return this.branch_idField; } set { if ((object.ReferenceEquals(this.branch_idField, value) != true)) { this.branch_idField = value; this.RaisePropertyChanged("branch_id"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string collmast_no { get { return this.collmast_noField; } set { if ((object.ReferenceEquals(this.collmast_noField, value) != true)) { this.collmast_noField = value; this.RaisePropertyChanged("collmast_no"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string coop_id { get { return this.coop_idField; } set { if ((object.ReferenceEquals(this.coop_idField, value) != true)) { this.coop_idField = value; this.RaisePropertyChanged("coop_id"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string entry_id { get { return this.entry_idField; } set { if ((object.ReferenceEquals(this.entry_idField, value) != true)) { this.entry_idField = value; this.RaisePropertyChanged("entry_id"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string member_no { get { return this.member_noField; } set { if ((object.ReferenceEquals(this.member_noField, value) != true)) { this.member_noField = value; this.RaisePropertyChanged("member_no"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_collmastdet { get { return this.xml_collmastdetField; } set { if ((object.ReferenceEquals(this.xml_collmastdetField, value) != true)) { this.xml_collmastdetField = value; this.RaisePropertyChanged("xml_collmastdet"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_collmastlist { get { return this.xml_collmastlistField; } set { if ((object.ReferenceEquals(this.xml_collmastlistField, value) != true)) { this.xml_collmastlistField = value; this.RaisePropertyChanged("xml_collmastlist"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_collmemco { get { return this.xml_collmemcoField; } set { if ((object.ReferenceEquals(this.xml_collmemcoField, value) != true)) { this.xml_collmemcoField = value; this.RaisePropertyChanged("xml_collmemco"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_colluse { get { return this.xml_colluseField; } set { if ((object.ReferenceEquals(this.xml_colluseField, value) != true)) { this.xml_colluseField = value; this.RaisePropertyChanged("xml_colluse"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_memdet { get { return this.xml_memdetField; } set { if ((object.ReferenceEquals(this.xml_memdetField, value) != true)) { this.xml_memdetField = value; this.RaisePropertyChanged("xml_memdet"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_mrtg1 { get { return this.xml_mrtg1Field; } set { if ((object.ReferenceEquals(this.xml_mrtg1Field, value) != true)) { this.xml_mrtg1Field = value; this.RaisePropertyChanged("xml_mrtg1"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_mrtg2 { get { return this.xml_mrtg2Field; } set { if ((object.ReferenceEquals(this.xml_mrtg2Field, value) != true)) { this.xml_mrtg2Field = value; this.RaisePropertyChanged("xml_mrtg2"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_mrtg3 { get { return this.xml_mrtg3Field; } set { if ((object.ReferenceEquals(this.xml_mrtg3Field, value) != true)) { this.xml_mrtg3Field = value; this.RaisePropertyChanged("xml_mrtg3"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_prop { get { return this.xml_propField; } set { if ((object.ReferenceEquals(this.xml_propField, value) != true)) { this.xml_propField = value; this.RaisePropertyChanged("xml_prop"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_review { get { return this.xml_reviewField; } set { if ((object.ReferenceEquals(this.xml_reviewField, value) != true)) { this.xml_reviewField = value; this.RaisePropertyChanged("xml_review"); } } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="str_checkrightcoll", Namespace="http://schemas.datacontract.org/2004/07/Sybase.PowerBuilder.WCFNVO")] [System.SerializableAttribute()] public partial struct str_checkrightcoll : System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private decimal base_percentField; [System.Runtime.Serialization.OptionalFieldAttribute()] private decimal coll_amtField; [System.Runtime.Serialization.OptionalFieldAttribute()] private decimal coll_balanceField; [System.Runtime.Serialization.OptionalFieldAttribute()] private decimal coll_lockamtField; [System.Runtime.Serialization.OptionalFieldAttribute()] private decimal coll_useamtField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string coop_idField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string descriptionField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string ref_collnoField; [System.Runtime.Serialization.OptionalFieldAttribute()] private short subshrcoll_statusField; public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public decimal base_percent { get { return this.base_percentField; } set { if ((this.base_percentField.Equals(value) != true)) { this.base_percentField = value; this.RaisePropertyChanged("base_percent"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public decimal coll_amt { get { return this.coll_amtField; } set { if ((this.coll_amtField.Equals(value) != true)) { this.coll_amtField = value; this.RaisePropertyChanged("coll_amt"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public decimal coll_balance { get { return this.coll_balanceField; } set { if ((this.coll_balanceField.Equals(value) != true)) { this.coll_balanceField = value; this.RaisePropertyChanged("coll_balance"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public decimal coll_lockamt { get { return this.coll_lockamtField; } set { if ((this.coll_lockamtField.Equals(value) != true)) { this.coll_lockamtField = value; this.RaisePropertyChanged("coll_lockamt"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public decimal coll_useamt { get { return this.coll_useamtField; } set { if ((this.coll_useamtField.Equals(value) != true)) { this.coll_useamtField = value; this.RaisePropertyChanged("coll_useamt"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string coop_id { get { return this.coop_idField; } set { if ((object.ReferenceEquals(this.coop_idField, value) != true)) { this.coop_idField = value; this.RaisePropertyChanged("coop_id"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string description { get { return this.descriptionField; } set { if ((object.ReferenceEquals(this.descriptionField, value) != true)) { this.descriptionField = value; this.RaisePropertyChanged("description"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string ref_collno { get { return this.ref_collnoField; } set { if ((object.ReferenceEquals(this.ref_collnoField, value) != true)) { this.ref_collnoField = value; this.RaisePropertyChanged("ref_collno"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public short subshrcoll_status { get { return this.subshrcoll_statusField; } set { if ((this.subshrcoll_statusField.Equals(value) != true)) { this.subshrcoll_statusField = value; this.RaisePropertyChanged("subshrcoll_status"); } } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="str_slipadjust", Namespace="http://schemas.datacontract.org/2004/07/Sybase.PowerBuilder.WCFNVO")] [System.SerializableAttribute()] public partial struct str_slipadjust : System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.DateTime adjslip_dateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string adjtype_codeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string coop_idField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string entry_idField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string member_noField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string memcoop_idField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.DateTime operate_dateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string ref_slipcoopidField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string ref_slipnoField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_slipdetField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_slipheadField; public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public System.DateTime adjslip_date { get { return this.adjslip_dateField; } set { if ((this.adjslip_dateField.Equals(value) != true)) { this.adjslip_dateField = value; this.RaisePropertyChanged("adjslip_date"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string adjtype_code { get { return this.adjtype_codeField; } set { if ((object.ReferenceEquals(this.adjtype_codeField, value) != true)) { this.adjtype_codeField = value; this.RaisePropertyChanged("adjtype_code"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string coop_id { get { return this.coop_idField; } set { if ((object.ReferenceEquals(this.coop_idField, value) != true)) { this.coop_idField = value; this.RaisePropertyChanged("coop_id"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string entry_id { get { return this.entry_idField; } set { if ((object.ReferenceEquals(this.entry_idField, value) != true)) { this.entry_idField = value; this.RaisePropertyChanged("entry_id"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string member_no { get { return this.member_noField; } set { if ((object.ReferenceEquals(this.member_noField, value) != true)) { this.member_noField = value; this.RaisePropertyChanged("member_no"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string memcoop_id { get { return this.memcoop_idField; } set { if ((object.ReferenceEquals(this.memcoop_idField, value) != true)) { this.memcoop_idField = value; this.RaisePropertyChanged("memcoop_id"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.DateTime operate_date { get { return this.operate_dateField; } set { if ((this.operate_dateField.Equals(value) != true)) { this.operate_dateField = value; this.RaisePropertyChanged("operate_date"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string ref_slipcoopid { get { return this.ref_slipcoopidField; } set { if ((object.ReferenceEquals(this.ref_slipcoopidField, value) != true)) { this.ref_slipcoopidField = value; this.RaisePropertyChanged("ref_slipcoopid"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string ref_slipno { get { return this.ref_slipnoField; } set { if ((object.ReferenceEquals(this.ref_slipnoField, value) != true)) { this.ref_slipnoField = value; this.RaisePropertyChanged("ref_slipno"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_slipdet { get { return this.xml_slipdetField; } set { if ((object.ReferenceEquals(this.xml_slipdetField, value) != true)) { this.xml_slipdetField = value; this.RaisePropertyChanged("xml_slipdet"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_sliphead { get { return this.xml_slipheadField; } set { if ((object.ReferenceEquals(this.xml_slipheadField, value) != true)) { this.xml_slipheadField = value; this.RaisePropertyChanged("xml_sliphead"); } } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="str_slipcancel", Namespace="http://schemas.datacontract.org/2004/07/Sybase.PowerBuilder.WCFNVO")] [System.SerializableAttribute()] public partial struct str_slipcancel : System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string cancel_coopidField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.DateTime cancel_dateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string cancel_idField; [System.Runtime.Serialization.OptionalFieldAttribute()] private short cancel_typeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string coop_idField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string member_noField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string memcoop_idField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.DateTime operateccl_dateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string slip_noField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string slipcoop_idField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_memdetField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_slipdetailField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_slipetcField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_slipheadField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_sliplistField; public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public string cancel_coopid { get { return this.cancel_coopidField; } set { if ((object.ReferenceEquals(this.cancel_coopidField, value) != true)) { this.cancel_coopidField = value; this.RaisePropertyChanged("cancel_coopid"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.DateTime cancel_date { get { return this.cancel_dateField; } set { if ((this.cancel_dateField.Equals(value) != true)) { this.cancel_dateField = value; this.RaisePropertyChanged("cancel_date"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string cancel_id { get { return this.cancel_idField; } set { if ((object.ReferenceEquals(this.cancel_idField, value) != true)) { this.cancel_idField = value; this.RaisePropertyChanged("cancel_id"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public short cancel_type { get { return this.cancel_typeField; } set { if ((this.cancel_typeField.Equals(value) != true)) { this.cancel_typeField = value; this.RaisePropertyChanged("cancel_type"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string coop_id { get { return this.coop_idField; } set { if ((object.ReferenceEquals(this.coop_idField, value) != true)) { this.coop_idField = value; this.RaisePropertyChanged("coop_id"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string member_no { get { return this.member_noField; } set { if ((object.ReferenceEquals(this.member_noField, value) != true)) { this.member_noField = value; this.RaisePropertyChanged("member_no"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string memcoop_id { get { return this.memcoop_idField; } set { if ((object.ReferenceEquals(this.memcoop_idField, value) != true)) { this.memcoop_idField = value; this.RaisePropertyChanged("memcoop_id"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.DateTime operateccl_date { get { return this.operateccl_dateField; } set { if ((this.operateccl_dateField.Equals(value) != true)) { this.operateccl_dateField = value; this.RaisePropertyChanged("operateccl_date"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string slip_no { get { return this.slip_noField; } set { if ((object.ReferenceEquals(this.slip_noField, value) != true)) { this.slip_noField = value; this.RaisePropertyChanged("slip_no"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string slipcoop_id { get { return this.slipcoop_idField; } set { if ((object.ReferenceEquals(this.slipcoop_idField, value) != true)) { this.slipcoop_idField = value; this.RaisePropertyChanged("slipcoop_id"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_memdet { get { return this.xml_memdetField; } set { if ((object.ReferenceEquals(this.xml_memdetField, value) != true)) { this.xml_memdetField = value; this.RaisePropertyChanged("xml_memdet"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_slipdetail { get { return this.xml_slipdetailField; } set { if ((object.ReferenceEquals(this.xml_slipdetailField, value) != true)) { this.xml_slipdetailField = value; this.RaisePropertyChanged("xml_slipdetail"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_slipetc { get { return this.xml_slipetcField; } set { if ((object.ReferenceEquals(this.xml_slipetcField, value) != true)) { this.xml_slipetcField = value; this.RaisePropertyChanged("xml_slipetc"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_sliphead { get { return this.xml_slipheadField; } set { if ((object.ReferenceEquals(this.xml_slipheadField, value) != true)) { this.xml_slipheadField = value; this.RaisePropertyChanged("xml_sliphead"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_sliplist { get { return this.xml_sliplistField; } set { if ((object.ReferenceEquals(this.xml_sliplistField, value) != true)) { this.xml_sliplistField = value; this.RaisePropertyChanged("xml_sliplist"); } } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="str_compound", Namespace="http://schemas.datacontract.org/2004/07/Sybase.PowerBuilder.WCFNVO")] [System.SerializableAttribute()] public partial struct str_compound : System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.DateTime comp_dateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private short comp_typeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string coop_idField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string entry_idField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string member_noField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string memcoop_idField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_compheadField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_comploanField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_compmembField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_compshareField; public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public System.DateTime comp_date { get { return this.comp_dateField; } set { if ((this.comp_dateField.Equals(value) != true)) { this.comp_dateField = value; this.RaisePropertyChanged("comp_date"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public short comp_type { get { return this.comp_typeField; } set { if ((this.comp_typeField.Equals(value) != true)) { this.comp_typeField = value; this.RaisePropertyChanged("comp_type"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string coop_id { get { return this.coop_idField; } set { if ((object.ReferenceEquals(this.coop_idField, value) != true)) { this.coop_idField = value; this.RaisePropertyChanged("coop_id"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string entry_id { get { return this.entry_idField; } set { if ((object.ReferenceEquals(this.entry_idField, value) != true)) { this.entry_idField = value; this.RaisePropertyChanged("entry_id"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string member_no { get { return this.member_noField; } set { if ((object.ReferenceEquals(this.member_noField, value) != true)) { this.member_noField = value; this.RaisePropertyChanged("member_no"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string memcoop_id { get { return this.memcoop_idField; } set { if ((object.ReferenceEquals(this.memcoop_idField, value) != true)) { this.memcoop_idField = value; this.RaisePropertyChanged("memcoop_id"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_comphead { get { return this.xml_compheadField; } set { if ((object.ReferenceEquals(this.xml_compheadField, value) != true)) { this.xml_compheadField = value; this.RaisePropertyChanged("xml_comphead"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_comploan { get { return this.xml_comploanField; } set { if ((object.ReferenceEquals(this.xml_comploanField, value) != true)) { this.xml_comploanField = value; this.RaisePropertyChanged("xml_comploan"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_compmemb { get { return this.xml_compmembField; } set { if ((object.ReferenceEquals(this.xml_compmembField, value) != true)) { this.xml_compmembField = value; this.RaisePropertyChanged("xml_compmemb"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_compshare { get { return this.xml_compshareField; } set { if ((object.ReferenceEquals(this.xml_compshareField, value) != true)) { this.xml_compshareField = value; this.RaisePropertyChanged("xml_compshare"); } } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="str_paytab", Namespace="http://schemas.datacontract.org/2004/07/Sybase.PowerBuilder.WCFNVO")] [System.SerializableAttribute()] public partial struct str_paytab : System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string contcoop_idField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string coop_idField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string loancontract_noField; [System.Runtime.Serialization.OptionalFieldAttribute()] private short paytab_typeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private short prnbalfrom_typeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_criteriaField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_paytabField; public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public string contcoop_id { get { return this.contcoop_idField; } set { if ((object.ReferenceEquals(this.contcoop_idField, value) != true)) { this.contcoop_idField = value; this.RaisePropertyChanged("contcoop_id"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string coop_id { get { return this.coop_idField; } set { if ((object.ReferenceEquals(this.coop_idField, value) != true)) { this.coop_idField = value; this.RaisePropertyChanged("coop_id"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string loancontract_no { get { return this.loancontract_noField; } set { if ((object.ReferenceEquals(this.loancontract_noField, value) != true)) { this.loancontract_noField = value; this.RaisePropertyChanged("loancontract_no"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public short paytab_type { get { return this.paytab_typeField; } set { if ((this.paytab_typeField.Equals(value) != true)) { this.paytab_typeField = value; this.RaisePropertyChanged("paytab_type"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public short prnbalfrom_type { get { return this.prnbalfrom_typeField; } set { if ((this.prnbalfrom_typeField.Equals(value) != true)) { this.prnbalfrom_typeField = value; this.RaisePropertyChanged("prnbalfrom_type"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_criteria { get { return this.xml_criteriaField; } set { if ((object.ReferenceEquals(this.xml_criteriaField, value) != true)) { this.xml_criteriaField = value; this.RaisePropertyChanged("xml_criteria"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_paytab { get { return this.xml_paytabField; } set { if ((object.ReferenceEquals(this.xml_paytabField, value) != true)) { this.xml_paytabField = value; this.RaisePropertyChanged("xml_paytab"); } } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="str_genperiodpaytab", Namespace="http://schemas.datacontract.org/2004/07/Sybase.PowerBuilder.WCFNVO")] [System.SerializableAttribute()] public partial struct str_genperiodpaytab : System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string calfrom_typeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string coop_idField; [System.Runtime.Serialization.OptionalFieldAttribute()] private decimal interest_rateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private decimal lastperiod_paymentField; [System.Runtime.Serialization.OptionalFieldAttribute()] private short payment_typeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private short periodField; [System.Runtime.Serialization.OptionalFieldAttribute()] private decimal period_paymentField; [System.Runtime.Serialization.OptionalFieldAttribute()] private decimal principal_balanceField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_messageField; public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public string calfrom_type { get { return this.calfrom_typeField; } set { if ((object.ReferenceEquals(this.calfrom_typeField, value) != true)) { this.calfrom_typeField = value; this.RaisePropertyChanged("calfrom_type"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string coop_id { get { return this.coop_idField; } set { if ((object.ReferenceEquals(this.coop_idField, value) != true)) { this.coop_idField = value; this.RaisePropertyChanged("coop_id"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public decimal interest_rate { get { return this.interest_rateField; } set { if ((this.interest_rateField.Equals(value) != true)) { this.interest_rateField = value; this.RaisePropertyChanged("interest_rate"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public decimal lastperiod_payment { get { return this.lastperiod_paymentField; } set { if ((this.lastperiod_paymentField.Equals(value) != true)) { this.lastperiod_paymentField = value; this.RaisePropertyChanged("lastperiod_payment"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public short payment_type { get { return this.payment_typeField; } set { if ((this.payment_typeField.Equals(value) != true)) { this.payment_typeField = value; this.RaisePropertyChanged("payment_type"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public short period { get { return this.periodField; } set { if ((this.periodField.Equals(value) != true)) { this.periodField = value; this.RaisePropertyChanged("period"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public decimal period_payment { get { return this.period_paymentField; } set { if ((this.period_paymentField.Equals(value) != true)) { this.period_paymentField = value; this.RaisePropertyChanged("period_payment"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public decimal principal_balance { get { return this.principal_balanceField; } set { if ((this.principal_balanceField.Equals(value) != true)) { this.principal_balanceField = value; this.RaisePropertyChanged("principal_balance"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_message { get { return this.xml_messageField; } set { if ((object.ReferenceEquals(this.xml_messageField, value) != true)) { this.xml_messageField = value; this.RaisePropertyChanged("xml_message"); } } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="str_lntrncoll", Namespace="http://schemas.datacontract.org/2004/07/Sybase.PowerBuilder.WCFNVO")] [System.SerializableAttribute()] public partial struct str_lntrncoll : System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string contcoop_idField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string coop_idField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string entry_idField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string loancontract_noField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string memcoop_idField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string trncollreq_codeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.DateTime trncollreq_dateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_trndetailField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_trnmastField; public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public string contcoop_id { get { return this.contcoop_idField; } set { if ((object.ReferenceEquals(this.contcoop_idField, value) != true)) { this.contcoop_idField = value; this.RaisePropertyChanged("contcoop_id"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string coop_id { get { return this.coop_idField; } set { if ((object.ReferenceEquals(this.coop_idField, value) != true)) { this.coop_idField = value; this.RaisePropertyChanged("coop_id"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string entry_id { get { return this.entry_idField; } set { if ((object.ReferenceEquals(this.entry_idField, value) != true)) { this.entry_idField = value; this.RaisePropertyChanged("entry_id"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string loancontract_no { get { return this.loancontract_noField; } set { if ((object.ReferenceEquals(this.loancontract_noField, value) != true)) { this.loancontract_noField = value; this.RaisePropertyChanged("loancontract_no"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string memcoop_id { get { return this.memcoop_idField; } set { if ((object.ReferenceEquals(this.memcoop_idField, value) != true)) { this.memcoop_idField = value; this.RaisePropertyChanged("memcoop_id"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string trncollreq_code { get { return this.trncollreq_codeField; } set { if ((object.ReferenceEquals(this.trncollreq_codeField, value) != true)) { this.trncollreq_codeField = value; this.RaisePropertyChanged("trncollreq_code"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.DateTime trncollreq_date { get { return this.trncollreq_dateField; } set { if ((this.trncollreq_dateField.Equals(value) != true)) { this.trncollreq_dateField = value; this.RaisePropertyChanged("trncollreq_date"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_trndetail { get { return this.xml_trndetailField; } set { if ((object.ReferenceEquals(this.xml_trndetailField, value) != true)) { this.xml_trndetailField = value; this.RaisePropertyChanged("xml_trndetail"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_trnmast { get { return this.xml_trnmastField; } set { if ((object.ReferenceEquals(this.xml_trnmastField, value) != true)) { this.xml_trnmastField = value; this.RaisePropertyChanged("xml_trnmast"); } } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="str_yrcfbal_proc", Namespace="http://schemas.datacontract.org/2004/07/Sybase.PowerBuilder.WCFNVO")] [System.SerializableAttribute()] public partial struct str_yrcfbal_proc : System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_optionField; public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_option { get { return this.xml_optionField; } set { if ((object.ReferenceEquals(this.xml_optionField, value) != true)) { this.xml_optionField = value; this.RaisePropertyChanged("xml_option"); } } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="str_mbaudit", Namespace="http://schemas.datacontract.org/2004/07/Sybase.PowerBuilder.WCFNVO")] [System.SerializableAttribute()] public partial struct str_mbaudit : System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string coop_idField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string member_noField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.DateTime operate_dateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string useridField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_optionField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xmlbfmasterField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xmlbfmoneytrField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xmlbfremarkstatField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xmlmasterField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xmlmoneytrField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xmlremarkstatField; public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public string coop_id { get { return this.coop_idField; } set { if ((object.ReferenceEquals(this.coop_idField, value) != true)) { this.coop_idField = value; this.RaisePropertyChanged("coop_id"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string member_no { get { return this.member_noField; } set { if ((object.ReferenceEquals(this.member_noField, value) != true)) { this.member_noField = value; this.RaisePropertyChanged("member_no"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.DateTime operate_date { get { return this.operate_dateField; } set { if ((this.operate_dateField.Equals(value) != true)) { this.operate_dateField = value; this.RaisePropertyChanged("operate_date"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string userid { get { return this.useridField; } set { if ((object.ReferenceEquals(this.useridField, value) != true)) { this.useridField = value; this.RaisePropertyChanged("userid"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_option { get { return this.xml_optionField; } set { if ((object.ReferenceEquals(this.xml_optionField, value) != true)) { this.xml_optionField = value; this.RaisePropertyChanged("xml_option"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xmlbfmaster { get { return this.xmlbfmasterField; } set { if ((object.ReferenceEquals(this.xmlbfmasterField, value) != true)) { this.xmlbfmasterField = value; this.RaisePropertyChanged("xmlbfmaster"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xmlbfmoneytr { get { return this.xmlbfmoneytrField; } set { if ((object.ReferenceEquals(this.xmlbfmoneytrField, value) != true)) { this.xmlbfmoneytrField = value; this.RaisePropertyChanged("xmlbfmoneytr"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xmlbfremarkstat { get { return this.xmlbfremarkstatField; } set { if ((object.ReferenceEquals(this.xmlbfremarkstatField, value) != true)) { this.xmlbfremarkstatField = value; this.RaisePropertyChanged("xmlbfremarkstat"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xmlmaster { get { return this.xmlmasterField; } set { if ((object.ReferenceEquals(this.xmlmasterField, value) != true)) { this.xmlmasterField = value; this.RaisePropertyChanged("xmlmaster"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xmlmoneytr { get { return this.xmlmoneytrField; } set { if ((object.ReferenceEquals(this.xmlmoneytrField, value) != true)) { this.xmlmoneytrField = value; this.RaisePropertyChanged("xmlmoneytr"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xmlremarkstat { get { return this.xmlremarkstatField; } set { if ((object.ReferenceEquals(this.xmlremarkstatField, value) != true)) { this.xmlremarkstatField = value; this.RaisePropertyChanged("xmlremarkstat"); } } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="str_mbreqchgmthpay", Namespace="http://schemas.datacontract.org/2004/07/Sybase.PowerBuilder.WCFNVO")] [System.SerializableAttribute()] public partial struct str_mbreqchgmthpay : System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.DateTime chgmthpay_dateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string coop_idField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string entry_idField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string member_noField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string memcoop_idField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_detaillonField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_detailshrField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_masterField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_reqlistField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_reqoptField; public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public System.DateTime chgmthpay_date { get { return this.chgmthpay_dateField; } set { if ((this.chgmthpay_dateField.Equals(value) != true)) { this.chgmthpay_dateField = value; this.RaisePropertyChanged("chgmthpay_date"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string coop_id { get { return this.coop_idField; } set { if ((object.ReferenceEquals(this.coop_idField, value) != true)) { this.coop_idField = value; this.RaisePropertyChanged("coop_id"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string entry_id { get { return this.entry_idField; } set { if ((object.ReferenceEquals(this.entry_idField, value) != true)) { this.entry_idField = value; this.RaisePropertyChanged("entry_id"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string member_no { get { return this.member_noField; } set { if ((object.ReferenceEquals(this.member_noField, value) != true)) { this.member_noField = value; this.RaisePropertyChanged("member_no"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string memcoop_id { get { return this.memcoop_idField; } set { if ((object.ReferenceEquals(this.memcoop_idField, value) != true)) { this.memcoop_idField = value; this.RaisePropertyChanged("memcoop_id"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_detaillon { get { return this.xml_detaillonField; } set { if ((object.ReferenceEquals(this.xml_detaillonField, value) != true)) { this.xml_detaillonField = value; this.RaisePropertyChanged("xml_detaillon"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_detailshr { get { return this.xml_detailshrField; } set { if ((object.ReferenceEquals(this.xml_detailshrField, value) != true)) { this.xml_detailshrField = value; this.RaisePropertyChanged("xml_detailshr"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_master { get { return this.xml_masterField; } set { if ((object.ReferenceEquals(this.xml_masterField, value) != true)) { this.xml_masterField = value; this.RaisePropertyChanged("xml_master"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_reqlist { get { return this.xml_reqlistField; } set { if ((object.ReferenceEquals(this.xml_reqlistField, value) != true)) { this.xml_reqlistField = value; this.RaisePropertyChanged("xml_reqlist"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_reqopt { get { return this.xml_reqoptField; } set { if ((object.ReferenceEquals(this.xml_reqoptField, value) != true)) { this.xml_reqoptField = value; this.RaisePropertyChanged("xml_reqopt"); } } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="str_lncalperiod", Namespace="http://schemas.datacontract.org/2004/07/Sybase.PowerBuilder.WCFNVO")] [System.SerializableAttribute()] public partial struct str_lncalperiod : System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private decimal calperiod_intrateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private short calperiod_maxinstallmentField; [System.Runtime.Serialization.OptionalFieldAttribute()] private decimal calperiod_prnamtField; [System.Runtime.Serialization.OptionalFieldAttribute()] private short loanpayment_typeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string loantype_codeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private short period_installmentField; [System.Runtime.Serialization.OptionalFieldAttribute()] private decimal period_lastpaymentField; [System.Runtime.Serialization.OptionalFieldAttribute()] private decimal period_paymentField; public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public decimal calperiod_intrate { get { return this.calperiod_intrateField; } set { if ((this.calperiod_intrateField.Equals(value) != true)) { this.calperiod_intrateField = value; this.RaisePropertyChanged("calperiod_intrate"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public short calperiod_maxinstallment { get { return this.calperiod_maxinstallmentField; } set { if ((this.calperiod_maxinstallmentField.Equals(value) != true)) { this.calperiod_maxinstallmentField = value; this.RaisePropertyChanged("calperiod_maxinstallment"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public decimal calperiod_prnamt { get { return this.calperiod_prnamtField; } set { if ((this.calperiod_prnamtField.Equals(value) != true)) { this.calperiod_prnamtField = value; this.RaisePropertyChanged("calperiod_prnamt"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public short loanpayment_type { get { return this.loanpayment_typeField; } set { if ((this.loanpayment_typeField.Equals(value) != true)) { this.loanpayment_typeField = value; this.RaisePropertyChanged("loanpayment_type"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string loantype_code { get { return this.loantype_codeField; } set { if ((object.ReferenceEquals(this.loantype_codeField, value) != true)) { this.loantype_codeField = value; this.RaisePropertyChanged("loantype_code"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public short period_installment { get { return this.period_installmentField; } set { if ((this.period_installmentField.Equals(value) != true)) { this.period_installmentField = value; this.RaisePropertyChanged("period_installment"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public decimal period_lastpayment { get { return this.period_lastpaymentField; } set { if ((this.period_lastpaymentField.Equals(value) != true)) { this.period_lastpaymentField = value; this.RaisePropertyChanged("period_lastpayment"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public decimal period_payment { get { return this.period_paymentField; } set { if ((this.period_paymentField.Equals(value) != true)) { this.period_paymentField = value; this.RaisePropertyChanged("period_payment"); } } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="str_reqloan", Namespace="http://schemas.datacontract.org/2004/07/Sybase.PowerBuilder.WCFNVO")] [System.SerializableAttribute()] public partial struct str_reqloan : System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string contcoopidField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string coop_idField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string entry_idField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string format_typeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string loancontract_noField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string request_noField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_clearField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_guaranteeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_intcertdetField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_intspcField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_mainField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_mthexpField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_otherclrField; public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public string contcoopid { get { return this.contcoopidField; } set { if ((object.ReferenceEquals(this.contcoopidField, value) != true)) { this.contcoopidField = value; this.RaisePropertyChanged("contcoopid"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string coop_id { get { return this.coop_idField; } set { if ((object.ReferenceEquals(this.coop_idField, value) != true)) { this.coop_idField = value; this.RaisePropertyChanged("coop_id"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string entry_id { get { return this.entry_idField; } set { if ((object.ReferenceEquals(this.entry_idField, value) != true)) { this.entry_idField = value; this.RaisePropertyChanged("entry_id"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string format_type { get { return this.format_typeField; } set { if ((object.ReferenceEquals(this.format_typeField, value) != true)) { this.format_typeField = value; this.RaisePropertyChanged("format_type"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string loancontract_no { get { return this.loancontract_noField; } set { if ((object.ReferenceEquals(this.loancontract_noField, value) != true)) { this.loancontract_noField = value; this.RaisePropertyChanged("loancontract_no"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string request_no { get { return this.request_noField; } set { if ((object.ReferenceEquals(this.request_noField, value) != true)) { this.request_noField = value; this.RaisePropertyChanged("request_no"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_clear { get { return this.xml_clearField; } set { if ((object.ReferenceEquals(this.xml_clearField, value) != true)) { this.xml_clearField = value; this.RaisePropertyChanged("xml_clear"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_guarantee { get { return this.xml_guaranteeField; } set { if ((object.ReferenceEquals(this.xml_guaranteeField, value) != true)) { this.xml_guaranteeField = value; this.RaisePropertyChanged("xml_guarantee"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_intcertdet { get { return this.xml_intcertdetField; } set { if ((object.ReferenceEquals(this.xml_intcertdetField, value) != true)) { this.xml_intcertdetField = value; this.RaisePropertyChanged("xml_intcertdet"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_intspc { get { return this.xml_intspcField; } set { if ((object.ReferenceEquals(this.xml_intspcField, value) != true)) { this.xml_intspcField = value; this.RaisePropertyChanged("xml_intspc"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_main { get { return this.xml_mainField; } set { if ((object.ReferenceEquals(this.xml_mainField, value) != true)) { this.xml_mainField = value; this.RaisePropertyChanged("xml_main"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_mthexp { get { return this.xml_mthexpField; } set { if ((object.ReferenceEquals(this.xml_mthexpField, value) != true)) { this.xml_mthexpField = value; this.RaisePropertyChanged("xml_mthexp"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_otherclr { get { return this.xml_otherclrField; } set { if ((object.ReferenceEquals(this.xml_otherclrField, value) != true)) { this.xml_otherclrField = value; this.RaisePropertyChanged("xml_otherclr"); } } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="str_proctrnpayin", Namespace="http://schemas.datacontract.org/2004/07/Sybase.PowerBuilder.WCFNVO")] [System.SerializableAttribute()] public partial struct str_proctrnpayin : System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string contcoop_idField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string coop_idField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string entry_idField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string payinslip_endnoField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string payinslip_startnoField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string source_codeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.DateTime trans_dateField; public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public string contcoop_id { get { return this.contcoop_idField; } set { if ((object.ReferenceEquals(this.contcoop_idField, value) != true)) { this.contcoop_idField = value; this.RaisePropertyChanged("contcoop_id"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string coop_id { get { return this.coop_idField; } set { if ((object.ReferenceEquals(this.coop_idField, value) != true)) { this.coop_idField = value; this.RaisePropertyChanged("coop_id"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string entry_id { get { return this.entry_idField; } set { if ((object.ReferenceEquals(this.entry_idField, value) != true)) { this.entry_idField = value; this.RaisePropertyChanged("entry_id"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string payinslip_endno { get { return this.payinslip_endnoField; } set { if ((object.ReferenceEquals(this.payinslip_endnoField, value) != true)) { this.payinslip_endnoField = value; this.RaisePropertyChanged("payinslip_endno"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string payinslip_startno { get { return this.payinslip_startnoField; } set { if ((object.ReferenceEquals(this.payinslip_startnoField, value) != true)) { this.payinslip_startnoField = value; this.RaisePropertyChanged("payinslip_startno"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string source_code { get { return this.source_codeField; } set { if ((object.ReferenceEquals(this.source_codeField, value) != true)) { this.source_codeField = value; this.RaisePropertyChanged("source_code"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.DateTime trans_date { get { return this.trans_dateField; } set { if ((this.trans_dateField.Equals(value) != true)) { this.trans_dateField = value; this.RaisePropertyChanged("trans_date"); } } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="str_lnpause", Namespace="http://schemas.datacontract.org/2004/07/Sybase.PowerBuilder.WCFNVO")] [System.SerializableAttribute()] public partial struct str_lnpause : System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string coop_idField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string entry_idField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.DateTime loanpause_dateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string member_noField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string memcoop_idField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_pauseField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_pausedetField; public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public string coop_id { get { return this.coop_idField; } set { if ((object.ReferenceEquals(this.coop_idField, value) != true)) { this.coop_idField = value; this.RaisePropertyChanged("coop_id"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string entry_id { get { return this.entry_idField; } set { if ((object.ReferenceEquals(this.entry_idField, value) != true)) { this.entry_idField = value; this.RaisePropertyChanged("entry_id"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.DateTime loanpause_date { get { return this.loanpause_dateField; } set { if ((this.loanpause_dateField.Equals(value) != true)) { this.loanpause_dateField = value; this.RaisePropertyChanged("loanpause_date"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string member_no { get { return this.member_noField; } set { if ((object.ReferenceEquals(this.member_noField, value) != true)) { this.member_noField = value; this.RaisePropertyChanged("member_no"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string memcoop_id { get { return this.memcoop_idField; } set { if ((object.ReferenceEquals(this.memcoop_idField, value) != true)) { this.memcoop_idField = value; this.RaisePropertyChanged("memcoop_id"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_pause { get { return this.xml_pauseField; } set { if ((object.ReferenceEquals(this.xml_pauseField, value) != true)) { this.xml_pauseField = value; this.RaisePropertyChanged("xml_pause"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_pausedet { get { return this.xml_pausedetField; } set { if ((object.ReferenceEquals(this.xml_pausedetField, value) != true)) { this.xml_pausedetField = value; this.RaisePropertyChanged("xml_pausedet"); } } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] [System.ServiceModel.ServiceContractAttribute(Namespace="http://tempurl.org", ConfigurationName="WcfNShrlon.n_shrlon")] public interface n_shrlon { [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_savereqloan", ReplyAction="http://tempurl.org/n_shrlon/of_savereqloanResponse")] string of_savereqloan(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_savereqloan astr_savereqloan); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_computeinterest", ReplyAction="http://tempurl.org/n_shrlon/of_computeinterestResponse")] decimal of_computeinterest(string as_wspass, string as_coopid, string as_contno, System.DateTime adtm_lastcalint); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_initslippayin_calint", ReplyAction="http://tempurl.org/n_shrlon/of_initslippayin_calintResponse")] short of_initslippayin_calint(string as_wspass, ref string as_xmlloan, string as_sliptype, System.DateTime adtm_operate); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_saveslip_payin", ReplyAction="http://tempurl.org/n_shrlon/of_saveslip_payinResponse")] short of_saveslip_payin(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_slippayin astr_lnslip); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_initslippayin", ReplyAction="http://tempurl.org/n_shrlon/of_initslippayinResponse")] short of_initslippayin(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_slippayin astr_lnslip); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_roundmoney", ReplyAction="http://tempurl.org/n_shrlon/of_roundmoneyResponse")] decimal of_roundmoney(string as_wspass, decimal adc_money); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_itemchangecoll", ReplyAction="http://tempurl.org/n_shrlon/of_itemchangecollResponse")] short of_itemchangecoll(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_itemchange astr_itemchange); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_resumloanclear", ReplyAction="http://tempurl.org/n_shrlon/of_resumloanclearResponse")] short of_resumloanclear(string as_wspass, ref string as_xmlmain, ref string as_xmlclear, ref string as_xmlguarantee, ref string as_xmlloandetail, ref string as_xmlmessage); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_savereq_mbnew", ReplyAction="http://tempurl.org/n_shrlon/of_savereq_mbnewResponse")] short of_savereq_mbnew(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_mbreqnew astr_mbreqnew); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_initlist_apvmbnew", ReplyAction="http://tempurl.org/n_shrlon/of_initlist_apvmbnewResponse")] short of_initlist_apvmbnew(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_mbreqnew astr_mbreqnew); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_saveapv_mbresign", ReplyAction="http://tempurl.org/n_shrlon/of_saveapv_mbresignResponse")] short of_saveapv_mbresign(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_mbreqresign astr_mbreqresign); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_initlist_apvmbresign", ReplyAction="http://tempurl.org/n_shrlon/of_initlist_apvmbresignResponse")] short of_initlist_apvmbresign(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_mbreqresign astr_mbreqresign); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_savereq_mbresign", ReplyAction="http://tempurl.org/n_shrlon/of_savereq_mbresignResponse")] short of_savereq_mbresign(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_mbreqresign str_mbreqresign); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_initlist_shrwtd", ReplyAction="http://tempurl.org/n_shrlon/of_initlist_shrwtdResponse")] string of_initlist_shrwtd(string as_wspass, string as_coop_id); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_getsharebase", ReplyAction="http://tempurl.org/n_shrlon/of_getsharebaseResponse")] short of_getsharebase(string as_wspass, string coop_id, decimal adc_salary, ref decimal adc_sharebase); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_saverequest", ReplyAction="http://tempurl.org/n_shrlon/of_saverequestResponse")] short of_saverequest(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_adjust_mbinfo lstr_mbinfo); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_saveapv_trnmb", ReplyAction="http://tempurl.org/n_shrlon/of_saveapv_trnmbResponse")] short of_saveapv_trnmb(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_mbreqtrnmb astr_mbreqtrnmb); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_initlist_apvtrnmb", ReplyAction="http://tempurl.org/n_shrlon/of_initlist_apvtrnmbResponse")] short of_initlist_apvtrnmb(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_mbreqtrnmb astr_mbreqtrnmb); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_saveccl_resign", ReplyAction="http://tempurl.org/n_shrlon/of_saveccl_resignResponse")] short of_saveccl_resign(string as_wspass, CoreSavingLibrary.WcfNShrlon.str_mbreqresign astr_mbreqresign); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_initccl_resign", ReplyAction="http://tempurl.org/n_shrlon/of_initccl_resignResponse")] short of_initccl_resign(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_mbreqresign astr_mbreqresign); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_savereq_chggrp", ReplyAction="http://tempurl.org/n_shrlon/of_savereq_chggrpResponse")] short of_savereq_chggrp(string as_wspass, CoreSavingLibrary.WcfNShrlon.str_mbreqchggrp astr_mbreqchggrp); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_initreq_chggrp", ReplyAction="http://tempurl.org/n_shrlon/of_initreq_chggrpResponse")] short of_initreq_chggrp(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_mbreqchggrp astr_mbreqchggrp); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_initreq_chgmthshr", ReplyAction="http://tempurl.org/n_shrlon/of_initreq_chgmthshrResponse")] short of_initreq_chgmthshr(string as_wspass, string as_coopid, string as_memno, string as_memcoopid, System.DateTime adtm_reqdate, ref string as_xmlreq); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_savereq_chgmthshr", ReplyAction="http://tempurl.org/n_shrlon/of_savereq_chgmthshrResponse")] short of_savereq_chgmthshr(string as_wspass, string as_xmlreq, string as_entry, System.DateTime adtm_entrydate); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_initreq_contadjust", ReplyAction="http://tempurl.org/n_shrlon/of_initreq_contadjustResponse")] short of_initreq_contadjust(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_lncontaj contadj); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_savereq_contadjust", ReplyAction="http://tempurl.org/n_shrlon/of_savereq_contadjustResponse")] short of_savereq_contadjust(string as_wspass, CoreSavingLibrary.WcfNShrlon.str_lncontaj contadj); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_isvalidcoll", ReplyAction="http://tempurl.org/n_shrlon/of_isvalidcollResponse")] short of_isvalidcoll(string as_wspass, string as_reqlntype, string as_colltype, string as_refcoopid, string as_refcollno); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_checkcollmancount", ReplyAction="http://tempurl.org/n_shrlon/of_checkcollmancountResponse")] short of_checkcollmancount(string as_wspass, string as_mcoopid, string as_collmemno, string as_reqmemno, string as_reqlntype, string as_excludecont, string as_excludereq); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_getcollusecontamt", ReplyAction="http://tempurl.org/n_shrlon/of_getcollusecontamtResponse")] decimal of_getcollusecontamt(string as_wspass, string as_coopid, string as_refcollno, string as_loantype, string as_colltype, string as_excludecont, string as_excludereq); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_getcollusereqamt", ReplyAction="http://tempurl.org/n_shrlon/of_getcollusereqamtResponse")] decimal of_getcollusereqamt(string as_wspass, string as_coopid, string as_refcollno, string as_loantype, string as_colltype, string as_excludereq); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_getcollpermiss", ReplyAction="http://tempurl.org/n_shrlon/of_getcollpermissResponse")] short of_getcollpermiss(string as_wspass, string as_loantype, string as_colltype, string as_refcoopid, string as_refcollno, System.DateTime adtm_check, ref decimal adc_permiss, ref decimal adc_maxcoll, ref decimal adc_percent); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_initlist_lnreqapv", ReplyAction="http://tempurl.org/n_shrlon/of_initlist_lnreqapvResponse")] string of_initlist_lnreqapv(string as_wspass, string as_coopid, string as_endcoopid); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_post_chgfixperiodpay", ReplyAction="http://tempurl.org/n_shrlon/of_post_chgfixperiodpayResponse")] short of_post_chgfixperiodpay(string as_wspass); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_initlist_lnreqapv_cancel", ReplyAction="http://tempurl.org/n_shrlon/of_initlist_lnreqapv_cancelResponse")] string of_initlist_lnreqapv_cancel(string as_wspass, string as_coopid, string as_endcoopid, System.DateTime adtm_approve); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_gennewcontractno", ReplyAction="http://tempurl.org/n_shrlon/of_gennewcontractnoResponse")] string of_gennewcontractno(string as_wspass, string as_coopid, string as_loantype); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_saveapv_lnreq", ReplyAction="http://tempurl.org/n_shrlon/of_saveapv_lnreqResponse")] short of_saveapv_lnreq(string as_wspass, string as_xmlreqlist, string as_apvid, string as_concoopid, System.DateTime adtm_apvdate); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_getnextcontractno", ReplyAction="http://tempurl.org/n_shrlon/of_getnextcontractnoResponse")] string of_getnextcontractno(string as_wspass, string as_coopid, string as_loantype); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_proc_chgfixperiodpay", ReplyAction="http://tempurl.org/n_shrlon/of_proc_chgfixperiodpayResponse")] short of_proc_chgfixperiodpay(string as_wspass, System.DateTime adtm_adjdate, string as_entryid); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_computeinterest_single", ReplyAction="http://tempurl.org/n_shrlon/of_computeinterest_singleResponse")] decimal of_computeinterest_single(string as_wspass, string as_coopid, string as_contno, decimal adc_prncalint, System.DateTime adtm_calintfrom, System.DateTime adtm_calintto); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_saveset_intarrear", ReplyAction="http://tempurl.org/n_shrlon/of_saveset_intarrearResponse")] short of_saveset_intarrear(string as_wspass, string as_xmlsetint, string as_entryid); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_initlntrnres", ReplyAction="http://tempurl.org/n_shrlon/of_initlntrnresResponse")] short of_initlntrnres(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_lntrnrespons astr_lntrnrespons); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_savetrn_lntrnres", ReplyAction="http://tempurl.org/n_shrlon/of_savetrn_lntrnresResponse")] short of_savetrn_lntrnres(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_lntrnrespons astr_lntrnrespons); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_initlnrcv", ReplyAction="http://tempurl.org/n_shrlon/of_initlnrcvResponse")] short of_initlnrcv(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_slippayout astr_initpayout); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_getmemblnrcv", ReplyAction="http://tempurl.org/n_shrlon/of_getmemblnrcvResponse")] short of_getmemblnrcv(string as_wspass, string as_memcoopid, string as_memno, ref string as_initfrom, ref string as_reqcoopid, ref string as_reqcontno, ref string as_xmllnrcv); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_initlnrcv_recalint", ReplyAction="http://tempurl.org/n_shrlon/of_initlnrcv_recalintResponse")] short of_initlnrcv_recalint(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_slippayout astr_initpayout); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_saveslip_payout", ReplyAction="http://tempurl.org/n_shrlon/of_saveslip_payoutResponse")] short of_saveslip_payout(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_slippayout astr_initpayout); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_savereq_contcancel", ReplyAction="http://tempurl.org/n_shrlon/of_savereq_contcancelResponse")] short of_savereq_contcancel(string as_wspass, string as_xmlcontccl, string as_cancelid, System.DateTime adtm_cancel, string as_coopid); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_initreq_contcancel", ReplyAction="http://tempurl.org/n_shrlon/of_initreq_contcancelResponse")] string of_initreq_contcancel(string as_wspass, string as_coopid, string as_contno); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_savelncollmast", ReplyAction="http://tempurl.org/n_shrlon/of_savelncollmastResponse")] short of_savelncollmast(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_lncollmast astr_collmast); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_initlncollmastall", ReplyAction="http://tempurl.org/n_shrlon/of_initlncollmastallResponse")] short of_initlncollmastall(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_lncollmast astr_collmast); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_initlncollmastdet", ReplyAction="http://tempurl.org/n_shrlon/of_initlncollmastdetResponse")] short of_initlncollmastdet(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_lncollmast astr_collmast); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_openreq_chggrp", ReplyAction="http://tempurl.org/n_shrlon/of_openreq_chggrpResponse")] short of_openreq_chggrp(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_mbreqchggrp astr_mbreqchggrp); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_getattribloantype", ReplyAction="http://tempurl.org/n_shrlon/of_getattribloantypeResponse")] string of_getattribloantype(string as_wspass, string as_loantype, string as_column); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_checkrightcoll", ReplyAction="http://tempurl.org/n_shrlon/of_checkrightcollResponse")] short of_checkrightcoll(string as_wspass, string as_memno, string as_loantype, System.DateTime adtm_operate, string as_colltype, string as_refcollno, string as_contclear, short ai_period, bool ab_change, CoreSavingLibrary.WcfNShrlon.str_checkrightcoll astr_checkrightcoll); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_saveslip_lnrcv", ReplyAction="http://tempurl.org/n_shrlon/of_saveslip_lnrcvResponse")] short of_saveslip_lnrcv(string as_wspass, CoreSavingLibrary.WcfNShrlon.str_slippayout astr_lnslip); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_initslipadjust", ReplyAction="http://tempurl.org/n_shrlon/of_initslipadjustResponse")] short of_initslipadjust(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_slipadjust astr_initadjust); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_saveslip_adjust", ReplyAction="http://tempurl.org/n_shrlon/of_saveslip_adjustResponse")] short of_saveslip_adjust(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_slipadjust astr_lnslip); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_saveccl_lnrcv", ReplyAction="http://tempurl.org/n_shrlon/of_saveccl_lnrcvResponse")] short of_saveccl_lnrcv(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_slipcancel astr_slipcancel); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_initccl_sliplnrcvall", ReplyAction="http://tempurl.org/n_shrlon/of_initccl_sliplnrcvallResponse")] short of_initccl_sliplnrcvall(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_slipcancel astr_slipcancel); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_initccl_sliplnrcvday", ReplyAction="http://tempurl.org/n_shrlon/of_initccl_sliplnrcvdayResponse")] short of_initccl_sliplnrcvday(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_slipcancel astr_slipcancel); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_initccl_sliplnrcvdet", ReplyAction="http://tempurl.org/n_shrlon/of_initccl_sliplnrcvdetResponse")] short of_initccl_sliplnrcvdet(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_slipcancel astr_slipcancel); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_initreq_compound", ReplyAction="http://tempurl.org/n_shrlon/of_initreq_compoundResponse")] short of_initreq_compound(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_compound astr_compound); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_savereq_compound", ReplyAction="http://tempurl.org/n_shrlon/of_savereq_compoundResponse")] short of_savereq_compound(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_compound astr_compound); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_initlncontpaytable", ReplyAction="http://tempurl.org/n_shrlon/of_initlncontpaytableResponse")] short of_initlncontpaytable(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_paytab astr_paytab); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_initlncontpaycriteria", ReplyAction="http://tempurl.org/n_shrlon/of_initlncontpaycriteriaResponse")] short of_initlncontpaycriteria(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_paytab astr_paytab); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_genperiodpaytab", ReplyAction="http://tempurl.org/n_shrlon/of_genperiodpaytabResponse")] short of_genperiodpaytab(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_genperiodpaytab astr_genperiodpaytab); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_initccl_slippayinall", ReplyAction="http://tempurl.org/n_shrlon/of_initccl_slippayinallResponse")] short of_initccl_slippayinall(string as_wspass, CoreSavingLibrary.WcfNShrlon.str_slipcancel astr_slipcancel); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_saveccl_payin", ReplyAction="http://tempurl.org/n_shrlon/of_saveccl_payinResponse")] short of_saveccl_payin(string as_wspass, CoreSavingLibrary.WcfNShrlon.str_slipcancel lstr_slipcancel); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_initslipmoneyret", ReplyAction="http://tempurl.org/n_shrlon/of_initslipmoneyretResponse")] short of_initslipmoneyret(string as_wspass, CoreSavingLibrary.WcfNShrlon.str_slippayout astr_initpayout); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_saveslip_moneyret", ReplyAction="http://tempurl.org/n_shrlon/of_saveslip_moneyretResponse")] short of_saveslip_moneyret(string as_wspass, CoreSavingLibrary.WcfNShrlon.str_slippayout astr_lnslip); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_savetrn_lntrncoll", ReplyAction="http://tempurl.org/n_shrlon/of_savetrn_lntrncollResponse")] short of_savetrn_lntrncoll(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_lntrncoll astr_trncoll); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_initlntrncoll", ReplyAction="http://tempurl.org/n_shrlon/of_initlntrncollResponse")] short of_initlntrncoll(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_lntrncoll astr_lntrncoll); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_initlntrncoll_recaltrn", ReplyAction="http://tempurl.org/n_shrlon/of_initlntrncoll_recaltrnResponse")] short of_initlntrncoll_recaltrn(string as_wspass, ref string as_xmlmast, ref string as_xmltrndet); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_prc_cfbal_opt", ReplyAction="http://tempurl.org/n_shrlon/of_prc_cfbal_optResponse")] short of_prc_cfbal_opt(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_yrcfbal_proc astr_yrcfbal_proc); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_initreq_mbresign", ReplyAction="http://tempurl.org/n_shrlon/of_initreq_mbresignResponse")] short of_initreq_mbresign(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_mbreqresign str_mbreqresign); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_savereq_trnmb", ReplyAction="http://tempurl.org/n_shrlon/of_savereq_trnmbResponse")] short of_savereq_trnmb(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_mbreqtrnmb astr_mbreqtrnmb); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_initreq_trnmb", ReplyAction="http://tempurl.org/n_shrlon/of_initreq_trnmbResponse")] short of_initreq_trnmb(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_mbreqtrnmb astr_mbreqtrnmb); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_saveslip_shrwtd", ReplyAction="http://tempurl.org/n_shrlon/of_saveslip_shrwtdResponse")] short of_saveslip_shrwtd(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_slippayout strslippayout); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_initshrwtd", ReplyAction="http://tempurl.org/n_shrlon/of_initshrwtdResponse")] short of_initshrwtd(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_slippayout strslippayout); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_saveccl_shrwtd", ReplyAction="http://tempurl.org/n_shrlon/of_saveccl_shrwtdResponse")] short of_saveccl_shrwtd(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_slipcancel astr_cancelslip); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_save_mbaudit", ReplyAction="http://tempurl.org/n_shrlon/of_save_mbauditResponse")] short of_save_mbaudit(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_mbaudit lstr_mbinfo); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_init_mbaudit", ReplyAction="http://tempurl.org/n_shrlon/of_init_mbauditResponse")] short of_init_mbaudit(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_mbaudit lstr_mbinfo); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_calretrydate", ReplyAction="http://tempurl.org/n_shrlon/of_calretrydateResponse")] System.DateTime of_calretrydate(string as_wspass, System.DateTime adtm_birthdate); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_saveapv_chggrp", ReplyAction="http://tempurl.org/n_shrlon/of_saveapv_chggrpResponse")] short of_saveapv_chggrp(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_mbreqchggrp astr_mbreqchggrp); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_saveapv_mbnew", ReplyAction="http://tempurl.org/n_shrlon/of_saveapv_mbnewResponse")] short of_saveapv_mbnew(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_mbreqnew astr_mbreqnew); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_initrequest", ReplyAction="http://tempurl.org/n_shrlon/of_initrequestResponse")] short of_initrequest(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_adjust_mbinfo lstr_mbinfo); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_initlist_apvchggrp", ReplyAction="http://tempurl.org/n_shrlon/of_initlist_apvchggrpResponse")] short of_initlist_apvchggrp(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_mbreqchggrp astr_mbreqchggrp); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_saveapv_chgmthshr", ReplyAction="http://tempurl.org/n_shrlon/of_saveapv_chgmthshrResponse")] short of_saveapv_chgmthshr(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_mbreqchgmthpay astr_mbreqchgmthpay); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_initlist_apvchgmthshr", ReplyAction="http://tempurl.org/n_shrlon/of_initlist_apvchgmthshrResponse")] short of_initlist_apvchgmthshr(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_mbreqchgmthpay astr_mbreqchgmthpay); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_calperiodpay", ReplyAction="http://tempurl.org/n_shrlon/of_calperiodpayResponse")] short of_calperiodpay(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_lncalperiod astr_lncalperiod); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_calinstallment", ReplyAction="http://tempurl.org/n_shrlon/of_calinstallmentResponse")] short of_calinstallment(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_lncalperiod astr_lncalperiod); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_cal_yearmonth", ReplyAction="http://tempurl.org/n_shrlon/of_cal_yearmonthResponse")] decimal of_cal_yearmonth(string as_wspass, System.DateTime adtm_start, System.DateTime adtm_end); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_test", ReplyAction="http://tempurl.org/n_shrlon/of_testResponse")] short of_test(string as_wspass); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_save_lnreq", ReplyAction="http://tempurl.org/n_shrlon/of_save_lnreqResponse")] short of_save_lnreq(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_savereqloan astr_reqloan); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_save_loanreq", ReplyAction="http://tempurl.org/n_shrlon/of_save_loanreqResponse")] short of_save_loanreq(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_reqloan astr_reqloan); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_save_loanapv", ReplyAction="http://tempurl.org/n_shrlon/of_save_loanapvResponse")] short of_save_loanapv(string as_wspass, string as_apvsyntax, string as_apvid, System.DateTime adtm_apvdate); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_savelncollmast_pea", ReplyAction="http://tempurl.org/n_shrlon/of_savelncollmast_peaResponse")] short of_savelncollmast_pea(string as_wspass, CoreSavingLibrary.WcfNShrlon.str_lncollmast astr_collmast); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_initslippayout", ReplyAction="http://tempurl.org/n_shrlon/of_initslippayoutResponse")] short of_initslippayout(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_slippayout astr_slippayout); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_proc_trnpayin", ReplyAction="http://tempurl.org/n_shrlon/of_proc_trnpayinResponse")] short of_proc_trnpayin(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_proctrnpayin astr_proctrnpayin); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_savereq_lnpause", ReplyAction="http://tempurl.org/n_shrlon/of_savereq_lnpauseResponse")] short of_savereq_lnpause(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_lnpause astr_lnpause); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_initreq_lnpause", ReplyAction="http://tempurl.org/n_shrlon/of_initreq_lnpauseResponse")] short of_initreq_lnpause(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_lnpause astr_lnpause); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_save_lnapv", ReplyAction="http://tempurl.org/n_shrlon/of_save_lnapvResponse")] short of_save_lnapv(string as_wspass, string as_apvsyntax, string as_apvid, System.DateTime adtm_apvdate); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_saveord_lnrcv", ReplyAction="http://tempurl.org/n_shrlon/of_saveord_lnrcvResponse")] short of_saveord_lnrcv(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_slippayout astr_lnslip); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_createmthpaytab", ReplyAction="http://tempurl.org/n_shrlon/of_createmthpaytabResponse")] void of_createmthpaytab(string as_wspass, string as_coopid, string as_xmlmain, string as_xmlclear, ref string as_xmlhead, ref string as_xmldetail); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_viewloanclrdetail", ReplyAction="http://tempurl.org/n_shrlon/of_viewloanclrdetailResponse")] short of_viewloanclrdetail(string as_wspass, string as_coopid, string as_data, string as_xmlclear, ref string as_xmldetail); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_initreq_lnpause_lawer", ReplyAction="http://tempurl.org/n_shrlon/of_initreq_lnpause_lawerResponse")] short of_initreq_lnpause_lawer(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_lnpause astr_lnpause); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_savereq_lnpause_lawer", ReplyAction="http://tempurl.org/n_shrlon/of_savereq_lnpause_lawerResponse")] short of_savereq_lnpause_lawer(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_lnpause astr_lnpause); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_cancelloan_pay", ReplyAction="http://tempurl.org/n_shrlon/of_cancelloan_payResponse")] short of_cancelloan_pay(string as_wspass, string loancontract_no, string coop_id, string ref_docno, System.DateTime calto_date); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_clsday", ReplyAction="http://tempurl.org/n_shrlon/of_clsdayResponse")] short of_clsday(string as_wspass, System.DateTime adtm_closedate, string as_appl, string as_coopid, string as_entryid); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_proc_loanpayment_summary", ReplyAction="http://tempurl.org/n_shrlon/of_proc_loanpayment_summaryResponse")] short of_proc_loanpayment_summary(string as_wspass, string as_coopid, string as_sgroup, string as_egroup, string as_xml_criteria); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_proc_genbookloan", ReplyAction="http://tempurl.org/n_shrlon/of_proc_genbookloanResponse")] short of_proc_genbookloan(string as_wspass, string as_coopid, string as_xml_criteria); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_proc_genintfinearr", ReplyAction="http://tempurl.org/n_shrlon/of_proc_genintfinearrResponse")] short of_proc_genintfinearr(string as_wspass, string as_coopid, string as_xml_criteria); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_procreport_transtm", ReplyAction="http://tempurl.org/n_shrlon/of_procreport_transtmResponse")] short of_procreport_transtm(string as_stype, string as_etype, string as_sgroup, string as_egroup, System.DateTime as_sdate, System.DateTime as_edate, string as_wspass); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_procshare_report", ReplyAction="http://tempurl.org/n_shrlon/of_procshare_reportResponse")] short of_procshare_report(System.DateTime as_sdate, System.DateTime as_edate, string as_wspass); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_loanpayment_summary", ReplyAction="http://tempurl.org/n_shrlon/of_loanpayment_summaryResponse")] short of_loanpayment_summary(string as_wspass, string as_coopid, string as_sgroup, string as_egroup, string as_xml_criteria); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_shrlon/of_saveslip_lnrcv_myl", ReplyAction="http://tempurl.org/n_shrlon/of_saveslip_lnrcv_mylResponse")] short of_saveslip_lnrcv_myl(string as_wspass, CoreSavingLibrary.WcfNShrlon.str_slippayout astr_lnslip, ref string payin_no, ref string payout_no); } [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public interface n_shrlonChannel : CoreSavingLibrary.WcfNShrlon.n_shrlon, System.ServiceModel.IClientChannel { } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public partial class n_shrlonClient : System.ServiceModel.ClientBase, CoreSavingLibrary.WcfNShrlon.n_shrlon { public n_shrlonClient() { } public n_shrlonClient(string endpointConfigurationName) : base(endpointConfigurationName) { } public n_shrlonClient(string endpointConfigurationName, string remoteAddress) : base(endpointConfigurationName, remoteAddress) { } public n_shrlonClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) : base(endpointConfigurationName, remoteAddress) { } public n_shrlonClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) : base(binding, remoteAddress) { } public string of_savereqloan(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_savereqloan astr_savereqloan) { return base.Channel.of_savereqloan(as_wspass, ref astr_savereqloan); } public decimal of_computeinterest(string as_wspass, string as_coopid, string as_contno, System.DateTime adtm_lastcalint) { return base.Channel.of_computeinterest(as_wspass, as_coopid, as_contno, adtm_lastcalint); } public short of_initslippayin_calint(string as_wspass, ref string as_xmlloan, string as_sliptype, System.DateTime adtm_operate) { return base.Channel.of_initslippayin_calint(as_wspass, ref as_xmlloan, as_sliptype, adtm_operate); } public short of_saveslip_payin(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_slippayin astr_lnslip) { return base.Channel.of_saveslip_payin(as_wspass, ref astr_lnslip); } public short of_initslippayin(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_slippayin astr_lnslip) { return base.Channel.of_initslippayin(as_wspass, ref astr_lnslip); } public decimal of_roundmoney(string as_wspass, decimal adc_money) { return base.Channel.of_roundmoney(as_wspass, adc_money); } public short of_itemchangecoll(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_itemchange astr_itemchange) { return base.Channel.of_itemchangecoll(as_wspass, ref astr_itemchange); } public short of_resumloanclear(string as_wspass, ref string as_xmlmain, ref string as_xmlclear, ref string as_xmlguarantee, ref string as_xmlloandetail, ref string as_xmlmessage) { return base.Channel.of_resumloanclear(as_wspass, ref as_xmlmain, ref as_xmlclear, ref as_xmlguarantee, ref as_xmlloandetail, ref as_xmlmessage); } public short of_savereq_mbnew(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_mbreqnew astr_mbreqnew) { return base.Channel.of_savereq_mbnew(as_wspass, ref astr_mbreqnew); } public short of_initlist_apvmbnew(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_mbreqnew astr_mbreqnew) { return base.Channel.of_initlist_apvmbnew(as_wspass, ref astr_mbreqnew); } public short of_saveapv_mbresign(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_mbreqresign astr_mbreqresign) { return base.Channel.of_saveapv_mbresign(as_wspass, ref astr_mbreqresign); } public short of_initlist_apvmbresign(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_mbreqresign astr_mbreqresign) { return base.Channel.of_initlist_apvmbresign(as_wspass, ref astr_mbreqresign); } public short of_savereq_mbresign(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_mbreqresign str_mbreqresign) { return base.Channel.of_savereq_mbresign(as_wspass, ref str_mbreqresign); } public string of_initlist_shrwtd(string as_wspass, string as_coop_id) { return base.Channel.of_initlist_shrwtd(as_wspass, as_coop_id); } public short of_getsharebase(string as_wspass, string coop_id, decimal adc_salary, ref decimal adc_sharebase) { return base.Channel.of_getsharebase(as_wspass, coop_id, adc_salary, ref adc_sharebase); } public short of_saverequest(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_adjust_mbinfo lstr_mbinfo) { return base.Channel.of_saverequest(as_wspass, ref lstr_mbinfo); } public short of_saveapv_trnmb(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_mbreqtrnmb astr_mbreqtrnmb) { return base.Channel.of_saveapv_trnmb(as_wspass, ref astr_mbreqtrnmb); } public short of_initlist_apvtrnmb(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_mbreqtrnmb astr_mbreqtrnmb) { return base.Channel.of_initlist_apvtrnmb(as_wspass, ref astr_mbreqtrnmb); } public short of_saveccl_resign(string as_wspass, CoreSavingLibrary.WcfNShrlon.str_mbreqresign astr_mbreqresign) { return base.Channel.of_saveccl_resign(as_wspass, astr_mbreqresign); } public short of_initccl_resign(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_mbreqresign astr_mbreqresign) { return base.Channel.of_initccl_resign(as_wspass, ref astr_mbreqresign); } public short of_savereq_chggrp(string as_wspass, CoreSavingLibrary.WcfNShrlon.str_mbreqchggrp astr_mbreqchggrp) { return base.Channel.of_savereq_chggrp(as_wspass, astr_mbreqchggrp); } public short of_initreq_chggrp(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_mbreqchggrp astr_mbreqchggrp) { return base.Channel.of_initreq_chggrp(as_wspass, ref astr_mbreqchggrp); } public short of_initreq_chgmthshr(string as_wspass, string as_coopid, string as_memno, string as_memcoopid, System.DateTime adtm_reqdate, ref string as_xmlreq) { return base.Channel.of_initreq_chgmthshr(as_wspass, as_coopid, as_memno, as_memcoopid, adtm_reqdate, ref as_xmlreq); } public short of_savereq_chgmthshr(string as_wspass, string as_xmlreq, string as_entry, System.DateTime adtm_entrydate) { return base.Channel.of_savereq_chgmthshr(as_wspass, as_xmlreq, as_entry, adtm_entrydate); } public short of_initreq_contadjust(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_lncontaj contadj) { return base.Channel.of_initreq_contadjust(as_wspass, ref contadj); } public short of_savereq_contadjust(string as_wspass, CoreSavingLibrary.WcfNShrlon.str_lncontaj contadj) { return base.Channel.of_savereq_contadjust(as_wspass, contadj); } public short of_isvalidcoll(string as_wspass, string as_reqlntype, string as_colltype, string as_refcoopid, string as_refcollno) { return base.Channel.of_isvalidcoll(as_wspass, as_reqlntype, as_colltype, as_refcoopid, as_refcollno); } public short of_checkcollmancount(string as_wspass, string as_mcoopid, string as_collmemno, string as_reqmemno, string as_reqlntype, string as_excludecont, string as_excludereq) { return base.Channel.of_checkcollmancount(as_wspass, as_mcoopid, as_collmemno, as_reqmemno, as_reqlntype, as_excludecont, as_excludereq); } public decimal of_getcollusecontamt(string as_wspass, string as_coopid, string as_refcollno, string as_loantype, string as_colltype, string as_excludecont, string as_excludereq) { return base.Channel.of_getcollusecontamt(as_wspass, as_coopid, as_refcollno, as_loantype, as_colltype, as_excludecont, as_excludereq); } public decimal of_getcollusereqamt(string as_wspass, string as_coopid, string as_refcollno, string as_loantype, string as_colltype, string as_excludereq) { return base.Channel.of_getcollusereqamt(as_wspass, as_coopid, as_refcollno, as_loantype, as_colltype, as_excludereq); } public short of_getcollpermiss(string as_wspass, string as_loantype, string as_colltype, string as_refcoopid, string as_refcollno, System.DateTime adtm_check, ref decimal adc_permiss, ref decimal adc_maxcoll, ref decimal adc_percent) { return base.Channel.of_getcollpermiss(as_wspass, as_loantype, as_colltype, as_refcoopid, as_refcollno, adtm_check, ref adc_permiss, ref adc_maxcoll, ref adc_percent); } public string of_initlist_lnreqapv(string as_wspass, string as_coopid, string as_endcoopid) { return base.Channel.of_initlist_lnreqapv(as_wspass, as_coopid, as_endcoopid); } public short of_post_chgfixperiodpay(string as_wspass) { return base.Channel.of_post_chgfixperiodpay(as_wspass); } public string of_initlist_lnreqapv_cancel(string as_wspass, string as_coopid, string as_endcoopid, System.DateTime adtm_approve) { return base.Channel.of_initlist_lnreqapv_cancel(as_wspass, as_coopid, as_endcoopid, adtm_approve); } public string of_gennewcontractno(string as_wspass, string as_coopid, string as_loantype) { return base.Channel.of_gennewcontractno(as_wspass, as_coopid, as_loantype); } public short of_saveapv_lnreq(string as_wspass, string as_xmlreqlist, string as_apvid, string as_concoopid, System.DateTime adtm_apvdate) { return base.Channel.of_saveapv_lnreq(as_wspass, as_xmlreqlist, as_apvid, as_concoopid, adtm_apvdate); } public string of_getnextcontractno(string as_wspass, string as_coopid, string as_loantype) { return base.Channel.of_getnextcontractno(as_wspass, as_coopid, as_loantype); } public short of_proc_chgfixperiodpay(string as_wspass, System.DateTime adtm_adjdate, string as_entryid) { return base.Channel.of_proc_chgfixperiodpay(as_wspass, adtm_adjdate, as_entryid); } public decimal of_computeinterest_single(string as_wspass, string as_coopid, string as_contno, decimal adc_prncalint, System.DateTime adtm_calintfrom, System.DateTime adtm_calintto) { return base.Channel.of_computeinterest_single(as_wspass, as_coopid, as_contno, adc_prncalint, adtm_calintfrom, adtm_calintto); } public short of_saveset_intarrear(string as_wspass, string as_xmlsetint, string as_entryid) { return base.Channel.of_saveset_intarrear(as_wspass, as_xmlsetint, as_entryid); } public short of_initlntrnres(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_lntrnrespons astr_lntrnrespons) { return base.Channel.of_initlntrnres(as_wspass, ref astr_lntrnrespons); } public short of_savetrn_lntrnres(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_lntrnrespons astr_lntrnrespons) { return base.Channel.of_savetrn_lntrnres(as_wspass, ref astr_lntrnrespons); } public short of_initlnrcv(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_slippayout astr_initpayout) { return base.Channel.of_initlnrcv(as_wspass, ref astr_initpayout); } public short of_getmemblnrcv(string as_wspass, string as_memcoopid, string as_memno, ref string as_initfrom, ref string as_reqcoopid, ref string as_reqcontno, ref string as_xmllnrcv) { return base.Channel.of_getmemblnrcv(as_wspass, as_memcoopid, as_memno, ref as_initfrom, ref as_reqcoopid, ref as_reqcontno, ref as_xmllnrcv); } public short of_initlnrcv_recalint(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_slippayout astr_initpayout) { return base.Channel.of_initlnrcv_recalint(as_wspass, ref astr_initpayout); } public short of_saveslip_payout(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_slippayout astr_initpayout) { return base.Channel.of_saveslip_payout(as_wspass, ref astr_initpayout); } public short of_savereq_contcancel(string as_wspass, string as_xmlcontccl, string as_cancelid, System.DateTime adtm_cancel, string as_coopid) { return base.Channel.of_savereq_contcancel(as_wspass, as_xmlcontccl, as_cancelid, adtm_cancel, as_coopid); } public string of_initreq_contcancel(string as_wspass, string as_coopid, string as_contno) { return base.Channel.of_initreq_contcancel(as_wspass, as_coopid, as_contno); } public short of_savelncollmast(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_lncollmast astr_collmast) { return base.Channel.of_savelncollmast(as_wspass, ref astr_collmast); } public short of_initlncollmastall(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_lncollmast astr_collmast) { return base.Channel.of_initlncollmastall(as_wspass, ref astr_collmast); } public short of_initlncollmastdet(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_lncollmast astr_collmast) { return base.Channel.of_initlncollmastdet(as_wspass, ref astr_collmast); } public short of_openreq_chggrp(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_mbreqchggrp astr_mbreqchggrp) { return base.Channel.of_openreq_chggrp(as_wspass, ref astr_mbreqchggrp); } public string of_getattribloantype(string as_wspass, string as_loantype, string as_column) { return base.Channel.of_getattribloantype(as_wspass, as_loantype, as_column); } public short of_checkrightcoll(string as_wspass, string as_memno, string as_loantype, System.DateTime adtm_operate, string as_colltype, string as_refcollno, string as_contclear, short ai_period, bool ab_change, CoreSavingLibrary.WcfNShrlon.str_checkrightcoll astr_checkrightcoll) { return base.Channel.of_checkrightcoll(as_wspass, as_memno, as_loantype, adtm_operate, as_colltype, as_refcollno, as_contclear, ai_period, ab_change, astr_checkrightcoll); } public short of_saveslip_lnrcv(string as_wspass, CoreSavingLibrary.WcfNShrlon.str_slippayout astr_lnslip) { return base.Channel.of_saveslip_lnrcv(as_wspass, astr_lnslip); } public short of_initslipadjust(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_slipadjust astr_initadjust) { return base.Channel.of_initslipadjust(as_wspass, ref astr_initadjust); } public short of_saveslip_adjust(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_slipadjust astr_lnslip) { return base.Channel.of_saveslip_adjust(as_wspass, ref astr_lnslip); } public short of_saveccl_lnrcv(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_slipcancel astr_slipcancel) { return base.Channel.of_saveccl_lnrcv(as_wspass, ref astr_slipcancel); } public short of_initccl_sliplnrcvall(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_slipcancel astr_slipcancel) { return base.Channel.of_initccl_sliplnrcvall(as_wspass, ref astr_slipcancel); } public short of_initccl_sliplnrcvday(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_slipcancel astr_slipcancel) { return base.Channel.of_initccl_sliplnrcvday(as_wspass, ref astr_slipcancel); } public short of_initccl_sliplnrcvdet(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_slipcancel astr_slipcancel) { return base.Channel.of_initccl_sliplnrcvdet(as_wspass, ref astr_slipcancel); } public short of_initreq_compound(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_compound astr_compound) { return base.Channel.of_initreq_compound(as_wspass, ref astr_compound); } public short of_savereq_compound(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_compound astr_compound) { return base.Channel.of_savereq_compound(as_wspass, ref astr_compound); } public short of_initlncontpaytable(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_paytab astr_paytab) { return base.Channel.of_initlncontpaytable(as_wspass, ref astr_paytab); } public short of_initlncontpaycriteria(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_paytab astr_paytab) { return base.Channel.of_initlncontpaycriteria(as_wspass, ref astr_paytab); } public short of_genperiodpaytab(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_genperiodpaytab astr_genperiodpaytab) { return base.Channel.of_genperiodpaytab(as_wspass, ref astr_genperiodpaytab); } public short of_initccl_slippayinall(string as_wspass, CoreSavingLibrary.WcfNShrlon.str_slipcancel astr_slipcancel) { return base.Channel.of_initccl_slippayinall(as_wspass, astr_slipcancel); } public short of_saveccl_payin(string as_wspass, CoreSavingLibrary.WcfNShrlon.str_slipcancel lstr_slipcancel) { return base.Channel.of_saveccl_payin(as_wspass, lstr_slipcancel); } public short of_initslipmoneyret(string as_wspass, CoreSavingLibrary.WcfNShrlon.str_slippayout astr_initpayout) { return base.Channel.of_initslipmoneyret(as_wspass, astr_initpayout); } public short of_saveslip_moneyret(string as_wspass, CoreSavingLibrary.WcfNShrlon.str_slippayout astr_lnslip) { return base.Channel.of_saveslip_moneyret(as_wspass, astr_lnslip); } public short of_savetrn_lntrncoll(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_lntrncoll astr_trncoll) { return base.Channel.of_savetrn_lntrncoll(as_wspass, ref astr_trncoll); } public short of_initlntrncoll(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_lntrncoll astr_lntrncoll) { return base.Channel.of_initlntrncoll(as_wspass, ref astr_lntrncoll); } public short of_initlntrncoll_recaltrn(string as_wspass, ref string as_xmlmast, ref string as_xmltrndet) { return base.Channel.of_initlntrncoll_recaltrn(as_wspass, ref as_xmlmast, ref as_xmltrndet); } public short of_prc_cfbal_opt(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_yrcfbal_proc astr_yrcfbal_proc) { return base.Channel.of_prc_cfbal_opt(as_wspass, ref astr_yrcfbal_proc); } public short of_initreq_mbresign(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_mbreqresign str_mbreqresign) { return base.Channel.of_initreq_mbresign(as_wspass, ref str_mbreqresign); } public short of_savereq_trnmb(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_mbreqtrnmb astr_mbreqtrnmb) { return base.Channel.of_savereq_trnmb(as_wspass, ref astr_mbreqtrnmb); } public short of_initreq_trnmb(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_mbreqtrnmb astr_mbreqtrnmb) { return base.Channel.of_initreq_trnmb(as_wspass, ref astr_mbreqtrnmb); } public short of_saveslip_shrwtd(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_slippayout strslippayout) { return base.Channel.of_saveslip_shrwtd(as_wspass, ref strslippayout); } public short of_initshrwtd(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_slippayout strslippayout) { return base.Channel.of_initshrwtd(as_wspass, ref strslippayout); } public short of_saveccl_shrwtd(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_slipcancel astr_cancelslip) { return base.Channel.of_saveccl_shrwtd(as_wspass, ref astr_cancelslip); } public short of_save_mbaudit(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_mbaudit lstr_mbinfo) { return base.Channel.of_save_mbaudit(as_wspass, ref lstr_mbinfo); } public short of_init_mbaudit(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_mbaudit lstr_mbinfo) { return base.Channel.of_init_mbaudit(as_wspass, ref lstr_mbinfo); } public System.DateTime of_calretrydate(string as_wspass, System.DateTime adtm_birthdate) { return base.Channel.of_calretrydate(as_wspass, adtm_birthdate); } public short of_saveapv_chggrp(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_mbreqchggrp astr_mbreqchggrp) { return base.Channel.of_saveapv_chggrp(as_wspass, ref astr_mbreqchggrp); } public short of_saveapv_mbnew(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_mbreqnew astr_mbreqnew) { return base.Channel.of_saveapv_mbnew(as_wspass, ref astr_mbreqnew); } public short of_initrequest(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_adjust_mbinfo lstr_mbinfo) { return base.Channel.of_initrequest(as_wspass, ref lstr_mbinfo); } public short of_initlist_apvchggrp(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_mbreqchggrp astr_mbreqchggrp) { return base.Channel.of_initlist_apvchggrp(as_wspass, ref astr_mbreqchggrp); } public short of_saveapv_chgmthshr(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_mbreqchgmthpay astr_mbreqchgmthpay) { return base.Channel.of_saveapv_chgmthshr(as_wspass, ref astr_mbreqchgmthpay); } public short of_initlist_apvchgmthshr(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_mbreqchgmthpay astr_mbreqchgmthpay) { return base.Channel.of_initlist_apvchgmthshr(as_wspass, ref astr_mbreqchgmthpay); } public short of_calperiodpay(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_lncalperiod astr_lncalperiod) { return base.Channel.of_calperiodpay(as_wspass, ref astr_lncalperiod); } public short of_calinstallment(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_lncalperiod astr_lncalperiod) { return base.Channel.of_calinstallment(as_wspass, ref astr_lncalperiod); } public decimal of_cal_yearmonth(string as_wspass, System.DateTime adtm_start, System.DateTime adtm_end) { return base.Channel.of_cal_yearmonth(as_wspass, adtm_start, adtm_end); } public short of_test(string as_wspass) { return base.Channel.of_test(as_wspass); } public short of_save_lnreq(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_savereqloan astr_reqloan) { return base.Channel.of_save_lnreq(as_wspass, ref astr_reqloan); } public short of_save_loanreq(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_reqloan astr_reqloan) { return base.Channel.of_save_loanreq(as_wspass, ref astr_reqloan); } public short of_save_loanapv(string as_wspass, string as_apvsyntax, string as_apvid, System.DateTime adtm_apvdate) { return base.Channel.of_save_loanapv(as_wspass, as_apvsyntax, as_apvid, adtm_apvdate); } public short of_savelncollmast_pea(string as_wspass, CoreSavingLibrary.WcfNShrlon.str_lncollmast astr_collmast) { return base.Channel.of_savelncollmast_pea(as_wspass, astr_collmast); } public short of_initslippayout(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_slippayout astr_slippayout) { return base.Channel.of_initslippayout(as_wspass, ref astr_slippayout); } public short of_proc_trnpayin(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_proctrnpayin astr_proctrnpayin) { return base.Channel.of_proc_trnpayin(as_wspass, ref astr_proctrnpayin); } public short of_savereq_lnpause(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_lnpause astr_lnpause) { return base.Channel.of_savereq_lnpause(as_wspass, ref astr_lnpause); } public short of_initreq_lnpause(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_lnpause astr_lnpause) { return base.Channel.of_initreq_lnpause(as_wspass, ref astr_lnpause); } public short of_save_lnapv(string as_wspass, string as_apvsyntax, string as_apvid, System.DateTime adtm_apvdate) { return base.Channel.of_save_lnapv(as_wspass, as_apvsyntax, as_apvid, adtm_apvdate); } public short of_saveord_lnrcv(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_slippayout astr_lnslip) { return base.Channel.of_saveord_lnrcv(as_wspass, ref astr_lnslip); } public void of_createmthpaytab(string as_wspass, string as_coopid, string as_xmlmain, string as_xmlclear, ref string as_xmlhead, ref string as_xmldetail) { base.Channel.of_createmthpaytab(as_wspass, as_coopid, as_xmlmain, as_xmlclear, ref as_xmlhead, ref as_xmldetail); } public short of_viewloanclrdetail(string as_wspass, string as_coopid, string as_data, string as_xmlclear, ref string as_xmldetail) { return base.Channel.of_viewloanclrdetail(as_wspass, as_coopid, as_data, as_xmlclear, ref as_xmldetail); } public short of_initreq_lnpause_lawer(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_lnpause astr_lnpause) { return base.Channel.of_initreq_lnpause_lawer(as_wspass, ref astr_lnpause); } public short of_savereq_lnpause_lawer(string as_wspass, ref CoreSavingLibrary.WcfNShrlon.str_lnpause astr_lnpause) { return base.Channel.of_savereq_lnpause_lawer(as_wspass, ref astr_lnpause); } public short of_cancelloan_pay(string as_wspass, string loancontract_no, string coop_id, string ref_docno, System.DateTime calto_date) { return base.Channel.of_cancelloan_pay(as_wspass, loancontract_no, coop_id, ref_docno, calto_date); } public short of_clsday(string as_wspass, System.DateTime adtm_closedate, string as_appl, string as_coopid, string as_entryid) { return base.Channel.of_clsday(as_wspass, adtm_closedate, as_appl, as_coopid, as_entryid); } public short of_proc_loanpayment_summary(string as_wspass, string as_coopid, string as_sgroup, string as_egroup, string as_xml_criteria) { return base.Channel.of_proc_loanpayment_summary(as_wspass, as_coopid, as_sgroup, as_egroup, as_xml_criteria); } public short of_proc_genbookloan(string as_wspass, string as_coopid, string as_xml_criteria) { return base.Channel.of_proc_genbookloan(as_wspass, as_coopid, as_xml_criteria); } public short of_proc_genintfinearr(string as_wspass, string as_coopid, string as_xml_criteria) { return base.Channel.of_proc_genintfinearr(as_wspass, as_coopid, as_xml_criteria); } public short of_procreport_transtm(string as_stype, string as_etype, string as_sgroup, string as_egroup, System.DateTime as_sdate, System.DateTime as_edate, string as_wspass) { return base.Channel.of_procreport_transtm(as_stype, as_etype, as_sgroup, as_egroup, as_sdate, as_edate, as_wspass); } public short of_procshare_report(System.DateTime as_sdate, System.DateTime as_edate, string as_wspass) { return base.Channel.of_procshare_report(as_sdate, as_edate, as_wspass); } public short of_loanpayment_summary(string as_wspass, string as_coopid, string as_sgroup, string as_egroup, string as_xml_criteria) { return base.Channel.of_loanpayment_summary(as_wspass, as_coopid, as_sgroup, as_egroup, as_xml_criteria); } public short of_saveslip_lnrcv_myl(string as_wspass, CoreSavingLibrary.WcfNShrlon.str_slippayout astr_lnslip, ref string payin_no, ref string payout_no) { return base.Channel.of_saveslip_lnrcv_myl(as_wspass, astr_lnslip, ref payin_no, ref payout_no); } } }