//------------------------------------------------------------------------------
//
// 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 Saving.WcfShrlon {
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_proctrnpayin", Namespace="http://schemas.datacontract.org/2004/07/pbservice")]
[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 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 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_yrcfbal_proc", Namespace="http://schemas.datacontract.org/2004/07/pbservice")]
[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_slippayout", Namespace="http://schemas.datacontract.org/2004/07/pbservice")]
[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 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 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_slippayin", Namespace="http://schemas.datacontract.org/2004/07/pbservice")]
[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_slipcancel", Namespace="http://schemas.datacontract.org/2004/07/pbservice")]
[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_lnreqyear", Namespace="http://schemas.datacontract.org/2004/07/pbservice")]
[System.SerializableAttribute()]
public partial struct str_lnreqyear : 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 coop_idField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string entry_idField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private System.DateTime lnreq_dateField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string lnreq_docnoField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private short lnreq_yearField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string member_noField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private short month_startField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string xml_newlnyearField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string xml_oldlnyearField;
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 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 lnreq_date {
get {
return this.lnreq_dateField;
}
set {
if ((this.lnreq_dateField.Equals(value) != true)) {
this.lnreq_dateField = value;
this.RaisePropertyChanged("lnreq_date");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string lnreq_docno {
get {
return this.lnreq_docnoField;
}
set {
if ((object.ReferenceEquals(this.lnreq_docnoField, value) != true)) {
this.lnreq_docnoField = value;
this.RaisePropertyChanged("lnreq_docno");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public short lnreq_year {
get {
return this.lnreq_yearField;
}
set {
if ((this.lnreq_yearField.Equals(value) != true)) {
this.lnreq_yearField = value;
this.RaisePropertyChanged("lnreq_year");
}
}
}
[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 short month_start {
get {
return this.month_startField;
}
set {
if ((this.month_startField.Equals(value) != true)) {
this.month_startField = value;
this.RaisePropertyChanged("month_start");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string xml_newlnyear {
get {
return this.xml_newlnyearField;
}
set {
if ((object.ReferenceEquals(this.xml_newlnyearField, value) != true)) {
this.xml_newlnyearField = value;
this.RaisePropertyChanged("xml_newlnyear");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string xml_oldlnyear {
get {
return this.xml_oldlnyearField;
}
set {
if ((object.ReferenceEquals(this.xml_oldlnyearField, value) != true)) {
this.xml_oldlnyearField = value;
this.RaisePropertyChanged("xml_oldlnyear");
}
}
}
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_shrwtdord", Namespace="http://schemas.datacontract.org/2004/07/pbservice")]
[System.SerializableAttribute()]
public partial struct str_shrwtdord : 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 initfrom_typeField;
[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 payoutorder_noField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private System.DateTime slip_dateField;
[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_slipheadField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string xml_trncollField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string xml_trncollcoField;
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 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 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 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 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 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_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_trncoll {
get {
return this.xml_trncollField;
}
set {
if ((object.ReferenceEquals(this.xml_trncollField, value) != true)) {
this.xml_trncollField = value;
this.RaisePropertyChanged("xml_trncoll");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string xml_trncollco {
get {
return this.xml_trncollcoField;
}
set {
if ((object.ReferenceEquals(this.xml_trncollcoField, value) != true)) {
this.xml_trncollcoField = value;
this.RaisePropertyChanged("xml_trncollco");
}
}
}
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_requestopen", Namespace="http://schemas.datacontract.org/2004/07/pbservice")]
[System.SerializableAttribute()]
public partial struct str_requestopen : 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 format_typeField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string memcoop_idField;
[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_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;
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 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 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 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_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");
}
}
}
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/pbservice")]
[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_genperiodpaytab", Namespace="http://schemas.datacontract.org/2004/07/pbservice")]
[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_slipadjust", Namespace="http://schemas.datacontract.org/2004/07/pbservice")]
[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_esttrncoll", Namespace="http://schemas.datacontract.org/2004/07/pbservice")]
[System.SerializableAttribute()]
public partial struct str_esttrncoll : System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string xml_prnpayinField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string xml_trncollField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string xml_trncollcoField;
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
get {
return this.extensionDataField;
}
set {
this.extensionDataField = value;
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string xml_prnpayin {
get {
return this.xml_prnpayinField;
}
set {
if ((object.ReferenceEquals(this.xml_prnpayinField, value) != true)) {
this.xml_prnpayinField = value;
this.RaisePropertyChanged("xml_prnpayin");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string xml_trncoll {
get {
return this.xml_trncollField;
}
set {
if ((object.ReferenceEquals(this.xml_trncollField, value) != true)) {
this.xml_trncollField = value;
this.RaisePropertyChanged("xml_trncoll");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string xml_trncollco {
get {
return this.xml_trncollcoField;
}
set {
if ((object.ReferenceEquals(this.xml_trncollcoField, value) != true)) {
this.xml_trncollcoField = value;
this.RaisePropertyChanged("xml_trncollco");
}
}
}
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/pbservice")]
[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_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_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_mbstatcompgrp", Namespace="http://schemas.datacontract.org/2004/07/pbservice")]
[System.SerializableAttribute()]
public partial struct str_mbstatcompgrp : 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 entry_idField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private short recal_flagField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private System.DateTime stat_enddateField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private short stat_monthField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private System.DateTime stat_startdateField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private short stat_yearField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string xml_compaddField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string xml_compsubField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string xml_statdetailField;
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 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 short recal_flag {
get {
return this.recal_flagField;
}
set {
if ((this.recal_flagField.Equals(value) != true)) {
this.recal_flagField = value;
this.RaisePropertyChanged("recal_flag");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public System.DateTime stat_enddate {
get {
return this.stat_enddateField;
}
set {
if ((this.stat_enddateField.Equals(value) != true)) {
this.stat_enddateField = value;
this.RaisePropertyChanged("stat_enddate");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public short stat_month {
get {
return this.stat_monthField;
}
set {
if ((this.stat_monthField.Equals(value) != true)) {
this.stat_monthField = value;
this.RaisePropertyChanged("stat_month");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public System.DateTime stat_startdate {
get {
return this.stat_startdateField;
}
set {
if ((this.stat_startdateField.Equals(value) != true)) {
this.stat_startdateField = value;
this.RaisePropertyChanged("stat_startdate");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public short stat_year {
get {
return this.stat_yearField;
}
set {
if ((this.stat_yearField.Equals(value) != true)) {
this.stat_yearField = value;
this.RaisePropertyChanged("stat_year");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string xml_compadd {
get {
return this.xml_compaddField;
}
set {
if ((object.ReferenceEquals(this.xml_compaddField, value) != true)) {
this.xml_compaddField = value;
this.RaisePropertyChanged("xml_compadd");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string xml_compsub {
get {
return this.xml_compsubField;
}
set {
if ((object.ReferenceEquals(this.xml_compsubField, value) != true)) {
this.xml_compsubField = value;
this.RaisePropertyChanged("xml_compsub");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string xml_statdetail {
get {
return this.xml_statdetailField;
}
set {
if ((object.ReferenceEquals(this.xml_statdetailField, value) != true)) {
this.xml_statdetailField = value;
this.RaisePropertyChanged("xml_statdetail");
}
}
}
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/pbservice")]
[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_paytab", Namespace="http://schemas.datacontract.org/2004/07/pbservice")]
[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_checkrightcoll", Namespace="http://schemas.datacontract.org/2004/07/pbservice")]
[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_itemchangecheckcoll", Namespace="http://schemas.datacontract.org/2004/07/pbservice")]
[System.SerializableAttribute()]
public partial struct str_itemchangecheckcoll : System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private System.DateTime check_dateField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string coop_idField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string xml_collcontField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string xml_collreqField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string xml_deptcolldetField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string xml_headField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string xml_mastcolldetField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string xml_memcocolldetField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string xml_memcolldetField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string xml_messageField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string xml_rightcolldetField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string xml_sharecolldetField;
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
get {
return this.extensionDataField;
}
set {
this.extensionDataField = value;
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public System.DateTime check_date {
get {
return this.check_dateField;
}
set {
if ((this.check_dateField.Equals(value) != true)) {
this.check_dateField = value;
this.RaisePropertyChanged("check_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 xml_collcont {
get {
return this.xml_collcontField;
}
set {
if ((object.ReferenceEquals(this.xml_collcontField, value) != true)) {
this.xml_collcontField = value;
this.RaisePropertyChanged("xml_collcont");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string xml_collreq {
get {
return this.xml_collreqField;
}
set {
if ((object.ReferenceEquals(this.xml_collreqField, value) != true)) {
this.xml_collreqField = value;
this.RaisePropertyChanged("xml_collreq");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string xml_deptcolldet {
get {
return this.xml_deptcolldetField;
}
set {
if ((object.ReferenceEquals(this.xml_deptcolldetField, value) != true)) {
this.xml_deptcolldetField = value;
this.RaisePropertyChanged("xml_deptcolldet");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string xml_head {
get {
return this.xml_headField;
}
set {
if ((object.ReferenceEquals(this.xml_headField, value) != true)) {
this.xml_headField = value;
this.RaisePropertyChanged("xml_head");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string xml_mastcolldet {
get {
return this.xml_mastcolldetField;
}
set {
if ((object.ReferenceEquals(this.xml_mastcolldetField, value) != true)) {
this.xml_mastcolldetField = value;
this.RaisePropertyChanged("xml_mastcolldet");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string xml_memcocolldet {
get {
return this.xml_memcocolldetField;
}
set {
if ((object.ReferenceEquals(this.xml_memcocolldetField, value) != true)) {
this.xml_memcocolldetField = value;
this.RaisePropertyChanged("xml_memcocolldet");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string xml_memcolldet {
get {
return this.xml_memcolldetField;
}
set {
if ((object.ReferenceEquals(this.xml_memcolldetField, value) != true)) {
this.xml_memcolldetField = value;
this.RaisePropertyChanged("xml_memcolldet");
}
}
}
[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_rightcolldet {
get {
return this.xml_rightcolldetField;
}
set {
if ((object.ReferenceEquals(this.xml_rightcolldetField, value) != true)) {
this.xml_rightcolldetField = value;
this.RaisePropertyChanged("xml_rightcolldet");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string xml_sharecolldet {
get {
return this.xml_sharecolldetField;
}
set {
if ((object.ReferenceEquals(this.xml_sharecolldetField, value) != true)) {
this.xml_sharecolldetField = value;
this.RaisePropertyChanged("xml_sharecolldet");
}
}
}
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_shrgift", Namespace="http://schemas.datacontract.org/2004/07/pbservice")]
[System.SerializableAttribute()]
public partial struct str_shrgift : 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 System.DateTime cancel_dateField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string cancel_idField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string member_noField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string xml_memdetField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string xml_shrgiftlistField;
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 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 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_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_shrgiftlist {
get {
return this.xml_shrgiftlistField;
}
set {
if ((object.ReferenceEquals(this.xml_shrgiftlistField, value) != true)) {
this.xml_shrgiftlistField = value;
this.RaisePropertyChanged("xml_shrgiftlist");
}
}
}
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/pbservice")]
[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_lnpause", Namespace="http://schemas.datacontract.org/2004/07/pbservice")]
[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.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/pbservice")]
[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_mbreqchgmthpay", Namespace="http://schemas.datacontract.org/2004/07/pbservice")]
[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_mbaudit", Namespace="http://schemas.datacontract.org/2004/07/pbservice")]
[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 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 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_lncontaj", Namespace="http://schemas.datacontract.org/2004/07/pbservice")]
[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_adjust_mbinfo", Namespace="http://schemas.datacontract.org/2004/07/pbservice")]
[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_mbreqchggrp", Namespace="http://schemas.datacontract.org/2004/07/pbservice")]
[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_proclnprepare", Namespace="http://schemas.datacontract.org/2004/07/pbservice")]
[System.SerializableAttribute()]
public partial struct str_proclnprepare : System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string xml_lntypeField;
[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_lntype {
get {
return this.xml_lntypeField;
}
set {
if ((object.ReferenceEquals(this.xml_lntypeField, value) != true)) {
this.xml_lntypeField = value;
this.RaisePropertyChanged("xml_lntype");
}
}
}
[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_itemchange", Namespace="http://schemas.datacontract.org/2004/07/pbservice")]
[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_savereqloan", Namespace="http://schemas.datacontract.org/2004/07/pbservice")]
[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_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_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_lntrncoll", Namespace="http://schemas.datacontract.org/2004/07/pbservice")]
[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.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ServiceModel.ServiceContractAttribute(ConfigurationName="WcfShrlon.IShrlon")]
public interface IShrlon {
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/of_proc_trnpayin", ReplyAction="http://tempuri.org/IShrlon/of_proc_trnpayinResponse")]
int of_proc_trnpayin(string wsPass, Saving.WcfShrlon.str_proctrnpayin astr_proctrnpayin);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/of_chack_prncbal", ReplyAction="http://tempuri.org/IShrlon/of_chack_prncbalResponse")]
int of_chack_prncbal(string wsPass, string as_deptaccount, decimal adc_chack_amt, ref short ai_pass, ref string ls_message);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/of_autosequest", ReplyAction="http://tempuri.org/IShrlon/of_autosequestResponse")]
int of_autosequest(string wsPass, string as_deptaccount, string coop_control, decimal adc_chack_amt, System.DateTime ldtm_sequest, string as_ipaddress, ref string ls_message);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/Calloanpermisssurin", ReplyAction="http://tempuri.org/IShrlon/CalloanpermisssurinResponse")]
decimal[] Calloanpermisssurin(string wsPass, string as_coopid, string ls_loantype, decimal ldc_salary, decimal ldc_shrstkvalue, int li_time, string as_member_no, decimal li_timeage);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/RunSlyrconfirmbalance", ReplyAction="http://tempuri.org/IShrlon/RunSlyrconfirmbalanceResponse")]
int RunSlyrconfirmbalance(string wsPass, ref Saving.WcfShrlon.str_yrcfbal_proc astr_yrcfbal_proc, string application, string w_sheet_id);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/of_buildcontno_reqloan", ReplyAction="http://tempuri.org/IShrlon/of_buildcontno_reqloanResponse")]
int of_buildcontno_reqloan(string wsPass, ref string as_contno, string as_reqloan);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/of_getcollpermiss", ReplyAction="http://tempuri.org/IShrlon/of_getcollpermissResponse")]
int of_getcollpermiss(string 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://tempuri.org/IShrlon/of_getcollusecontamt", ReplyAction="http://tempuri.org/IShrlon/of_getcollusecontamtResponse")]
decimal of_getcollusecontamt(string wsPass, string as_coopid, string as_refcollno, string as_loantype, string as_colltype, string as_excludecont, string as_excludereq);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/of_getcollusereqamt", ReplyAction="http://tempuri.org/IShrlon/of_getcollusereqamtResponse")]
decimal of_getcollusereqamt(string wsPass, string as_coopid, string as_refcollno, string as_loantype, string as_colltype, string as_excludereq);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/of_checkcollmancount", ReplyAction="http://tempuri.org/IShrlon/of_checkcollmancountResponse")]
int of_checkcollmancount(string wsPass, string as_mcoopid, string as_collmemno, string as_reqmemno, string as_reqlntype, string as_excludecont, string as_excludereq);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/of_isvalidcoll", ReplyAction="http://tempuri.org/IShrlon/of_isvalidcollResponse")]
int of_isvalidcoll(string wsPass, string as_reqlntype, string as_colltype, string as_refcoopid, string as_refcollno);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/of_savenewlntype", ReplyAction="http://tempuri.org/IShrlon/of_savenewlntypeResponse")]
int of_savenewlntype(string wsPass, string as_xml);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/of_calinterest", ReplyAction="http://tempuri.org/IShrlon/of_calinterestResponse")]
decimal of_calinterest(string wsPass, string as_coopid, string as_contno, decimal adc_prncalint, System.DateTime adtm_calintfrom, System.DateTime adtm_calintto);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/of_saveset_intarrear", ReplyAction="http://tempuri.org/IShrlon/of_saveset_intarrearResponse")]
int of_saveset_intarrear(string wsPass, string as_xmlsetint, string as_entryid);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/CalloanpermissMHD", ReplyAction="http://tempuri.org/IShrlon/CalloanpermissMHDResponse")]
decimal[] CalloanpermissMHD(string wsPass, string as_coopid, string ls_loantype, decimal ldc_salary, decimal ldc_shrstkvalue, int li_time);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/CalloanpermissColl", ReplyAction="http://tempuri.org/IShrlon/CalloanpermissCollResponse")]
decimal CalloanpermissColl(string wsPass, decimal memtime, decimal ldc_salary, string mangrtypemrp_code);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/GetMembercollwa", ReplyAction="http://tempuri.org/IShrlon/GetMembercollwaResponse")]
string[] GetMembercollwa(string wsPass, string memcoop_id, string ref_collno, System.DateTime dltm_workdate, string collmbgrp_code, string loantype_code);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/GetMembercoll", ReplyAction="http://tempuri.org/IShrlon/GetMembercollResponse")]
string[] GetMembercoll(string wsPass, string memcoop_id, string ref_collno, System.DateTime dltm_workdate);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/CalloanpermissCollLoop", ReplyAction="http://tempuri.org/IShrlon/CalloanpermissCollLoopResponse")]
string[] CalloanpermissCollLoop(string wsPass, string memcoop_id, string as_coopid, string ls_loantype, string ref_collno, decimal member_age);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/of_calintestimateclr", ReplyAction="http://tempuri.org/IShrlon/of_calintestimateclrResponse")]
decimal of_calintestimateclr(string wsPass, string ls_contno, System.DateTime ldtm_lastcalint, string as_formattype, string ls_coopid);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/of_computeinterest", ReplyAction="http://tempuri.org/IShrlon/of_computeinterestResponse")]
decimal of_computeinterest(string wsPass, string ls_coopid, string ls_contno, System.DateTime ldtm_lastcalint);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/of_computeinterests", ReplyAction="http://tempuri.org/IShrlon/of_computeinterestsResponse")]
decimal of_computeinterests(string wsPass, string ls_contcoopid, string ls_contno, decimal ldc_prinbal, System.DateTime ldtm_calintfrom, System.DateTime ldtm_calintto);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/of_roundmoney", ReplyAction="http://tempuri.org/IShrlon/of_roundmoneyResponse")]
decimal of_roundmoney(string wsPass, decimal adc_money);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/of_getloanintrate", ReplyAction="http://tempuri.org/IShrlon/of_getloanintrateResponse")]
decimal of_getloanintrate(string wsPass, string as_coopid, string as_intfixtab, System.DateTime ldtm_reqdate);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/of_getloanintratemoney", ReplyAction="http://tempuri.org/IShrlon/of_getloanintratemoneyResponse")]
decimal of_getloanintratemoney(string wsPass, string as_coopid, string as_intfixtab, System.DateTime ldtm_reqdate, decimal adc_money);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/Setloantypeinfo", ReplyAction="http://tempuri.org/IShrlon/SetloantypeinfoResponse")]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Saving.WcfShrlon.str_proctrnpayin))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Saving.WcfShrlon.str_yrcfbal_proc))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Saving.WcfShrlon.str_slippayout))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Saving.WcfShrlon.str_slippayin))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Saving.WcfShrlon.str_slipcancel))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Saving.WcfShrlon.str_lnreqyear))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Saving.WcfShrlon.str_shrwtdord))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Saving.WcfShrlon.str_requestopen))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Saving.WcfShrlon.str_lncollmast))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Saving.WcfShrlon.str_genperiodpaytab))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Saving.WcfShrlon.str_slipadjust))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Saving.WcfShrlon.str_esttrncoll))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Saving.WcfShrlon.str_mbreqnew))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Saving.WcfShrlon.str_mbstatcompgrp))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Saving.WcfShrlon.str_mbreqtrnmb))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Saving.WcfShrlon.str_paytab))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Saving.WcfShrlon.str_checkrightcoll))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Saving.WcfShrlon.str_itemchangecheckcoll))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Saving.WcfShrlon.str_shrgift))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Saving.WcfShrlon.str_compound))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Saving.WcfShrlon.str_lnpause))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Saving.WcfShrlon.str_mbreqresign))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Saving.WcfShrlon.str_mbreqchgmthpay))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Saving.WcfShrlon.str_mbaudit))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Saving.WcfShrlon.str_lncontaj))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Saving.WcfShrlon.str_adjust_mbinfo))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Saving.WcfShrlon.str_mbreqchggrp))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Saving.WcfShrlon.str_proclnprepare))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Saving.WcfShrlon.str_itemchange))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Saving.WcfShrlon.str_savereqloan))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Saving.WcfShrlon.str_lntrncoll))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(decimal[]))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(string[]))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(object[]))]
object[] Setloantypeinfo(string wsPass, string as_coopid, string as_loantype, System.DateTime adtm_reqdate);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/of_getminsalarybal", ReplyAction="http://tempuri.org/IShrlon/of_getminsalarybalResponse")]
decimal of_getminsalarybal(decimal ldc_salary, decimal ldc_incomemthfix, decimal ldc_incomemthoth, decimal ldc_paymthoth, decimal ldc_minpercent, decimal ldc_minamt);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/of_roundmoneyRigth", ReplyAction="http://tempuri.org/IShrlon/of_roundmoneyRigthResponse")]
decimal of_roundmoneyRigth(string wsPass, decimal adc_money);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/of_calnetlnpermissamt", ReplyAction="http://tempuri.org/IShrlon/of_calnetlnpermissamtResponse")]
decimal of_calnetlnpermissamt(string wsPass, decimal adc_money);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/of_checkoldloanpayment", ReplyAction="http://tempuri.org/IShrlon/of_checkoldloanpaymentResponse")]
int of_checkoldloanpayment(string wsPass, string ls_coopid, string ls_memno, string ls_loantype, ref string as_xmlmessage);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/of_setloantype", ReplyAction="http://tempuri.org/IShrlon/of_setloantypeResponse")]
string[] of_setloantype(string wsPass, string ls_loantype, string ls_membtype);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/of_computeintmonth", ReplyAction="http://tempuri.org/IShrlon/of_computeintmonthResponse")]
decimal of_computeintmonth(string wsPass, string ls_coopid, string ls_loantype, decimal adc_fixrate, System.DateTime ldtm_calintfrom, System.DateTime ldtm_calintto, decimal ldc_prncalint);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/of_computeinterest2", ReplyAction="http://tempuri.org/IShrlon/of_computeinterest2Response")]
decimal of_computeinterest2(string wsPass, string ls_coopid, string ls_continttabcode, System.DateTime ldtm_calintfrom, System.DateTime ldtm_calintto, decimal ldc_prncalint, decimal ldc_apvamt);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/of_computeinterest3", ReplyAction="http://tempuri.org/IShrlon/of_computeinterest3Response")]
decimal of_computeinterest3(string wsPass, string ls_coopid, string ls_continttabcode, System.DateTime ldtm_calintfrom, System.DateTime ldtm_calintto, decimal ldc_prncalint);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/of_initlist_lnrc_order", ReplyAction="http://tempuri.org/IShrlon/of_initlist_lnrc_orderResponse")]
string of_initlist_lnrc_order(string wsPass, string as_moneytype);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/of_initlnrcv_order", ReplyAction="http://tempuri.org/IShrlon/of_initlnrcv_orderResponse")]
short of_initlnrcv_order(string wsPass, ref Saving.WcfShrlon.str_slippayout astr_slippayout);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/of_initlnrcv_recalint_order", ReplyAction="http://tempuri.org/IShrlon/of_initlnrcv_recalint_orderResponse")]
short of_initlnrcv_recalint_order(string wsPass, ref Saving.WcfShrlon.str_slippayout astr_slippayout);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/of_saveord_lnrcv_order", ReplyAction="http://tempuri.org/IShrlon/of_saveord_lnrcv_orderResponse")]
short of_saveord_lnrcv_order(string wsPass, ref Saving.WcfShrlon.str_slippayout astr_slippayout);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/of_saveord_payin", ReplyAction="http://tempuri.org/IShrlon/of_saveord_payinResponse")]
int of_saveord_payin(string wsPass, ref Saving.WcfShrlon.str_slippayin astr_initpayin);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/of_printreceipt", ReplyAction="http://tempuri.org/IShrlon/of_printreceiptResponse")]
string of_printreceipt(string wsPass, string as_payinslipno, string as_formset, string coop_id, string member_no, ref string as_xml);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/of_printslippayin", ReplyAction="http://tempuri.org/IShrlon/of_printslippayinResponse")]
string of_printslippayin(string wsPass, string as_payinslipno, string as_formset, string coop_id, string member_no, ref string as_xml);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/of_printloan", ReplyAction="http://tempuri.org/IShrlon/of_printloanResponse")]
string of_printloan(string wsPass, string as_payinslipno, string as_formset, string coop_id, string member_no, ref string as_xml);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/of_printloanagree", ReplyAction="http://tempuri.org/IShrlon/of_printloanagreeResponse")]
string of_printloanagree(string wsPass, string as_payinslipno, string as_formset, string coop_id, string member_no, ref string as_xml);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/of_printloancoll", ReplyAction="http://tempuri.org/IShrlon/of_printloancollResponse")]
string of_printloancoll(string wsPass, string as_payinslipno, string as_formset, string coop_id, string member_no, ref string as_xml);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/of_printloancollagree", ReplyAction="http://tempuri.org/IShrlon/of_printloancollagreeResponse")]
string of_printloancollagree(string wsPass, string as_payinslipno, string as_formset, string coop_id, string member_no, ref string as_xml);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/of_printloandept", ReplyAction="http://tempuri.org/IShrlon/of_printloandeptResponse")]
string of_printloandept(string wsPass, string as_payinslipno, string as_formset, string coop_id, string member_no, ref string as_xml);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/of_saveccl_adjmth", ReplyAction="http://tempuri.org/IShrlon/of_saveccl_adjmthResponse")]
int of_saveccl_adjmth(string wsPass, Saving.WcfShrlon.str_slipcancel astr_slipcancel);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/of_printreceiptorder", ReplyAction="http://tempuri.org/IShrlon/of_printreceiptorderResponse")]
string of_printreceiptorder(string wsPass, string as_payinslipno, string as_formset);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/of_initlist_payinreceipt", ReplyAction="http://tempuri.org/IShrlon/of_initlist_payinreceiptResponse")]
int of_initlist_payinreceipt(string wsPass, string xml_main, ref string xml_detail);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/ReprintLoanReceipt", ReplyAction="http://tempuri.org/IShrlon/ReprintLoanReceiptResponse")]
string ReprintLoanReceipt(string wsPass, string xml_detail, string formset);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/of_printreceiptloan", ReplyAction="http://tempuri.org/IShrlon/of_printreceiptloanResponse")]
string of_printreceiptloan(string wsPass, string as_payinslipno, string as_formset);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/of_initccl_ordshrwtdall", ReplyAction="http://tempuri.org/IShrlon/of_initccl_ordshrwtdallResponse")]
int of_initccl_ordshrwtdall(string wsPass, ref Saving.WcfShrlon.str_slipcancel slipcancle);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/of_initccl_ordshrwtddet", ReplyAction="http://tempuri.org/IShrlon/of_initccl_ordshrwtddetResponse")]
int of_initccl_ordshrwtddet(string wsPass, ref Saving.WcfShrlon.str_slipcancel slipcancle);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/of_saveccl_ordshrwtd", ReplyAction="http://tempuri.org/IShrlon/of_saveccl_ordshrwtdResponse")]
int of_saveccl_ordshrwtd(string wsPass, Saving.WcfShrlon.str_slipcancel slipcancle);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/of_initslippayin_initclear", ReplyAction="http://tempuri.org/IShrlon/of_initslippayin_initclearResponse")]
int of_initslippayin_initclear(string wsPass, ref string as_xmlloan, ref string xml_etc, ref decimal adc_allpayamt);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/of_initccl_slippayinall", ReplyAction="http://tempuri.org/IShrlon/of_initccl_slippayinallResponse")]
int of_initccl_slippayinall(string wsPass, ref Saving.WcfShrlon.str_slipcancel slipcancle);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/of_initccl_slippayindet", ReplyAction="http://tempuri.org/IShrlon/of_initccl_slippayindetResponse")]
int of_initccl_slippayindet(string wsPass, ref Saving.WcfShrlon.str_slipcancel slipcancle);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/of_saveccl_payin", ReplyAction="http://tempuri.org/IShrlon/of_saveccl_payinResponse")]
int of_saveccl_payin(string wsPass, Saving.WcfShrlon.str_slipcancel slipcancle);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/of_initccl_sliplnrcvall", ReplyAction="http://tempuri.org/IShrlon/of_initccl_sliplnrcvallResponse")]
int of_initccl_sliplnrcvall(ref Saving.WcfShrlon.str_slipcancel slipcancle, string wsPass, string member_no, string xml_memdet, string xml_sliplist);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/of_initccl_sliplnrcvdet", ReplyAction="http://tempuri.org/IShrlon/of_initccl_sliplnrcvdetResponse")]
int of_initccl_sliplnrcvdet(string wsPass, ref Saving.WcfShrlon.str_slipcancel slipcancle);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/of_saveccl_lnrcv", ReplyAction="http://tempuri.org/IShrlon/of_saveccl_lnrcvResponse")]
int of_saveccl_lnrcv(string wsPass, Saving.WcfShrlon.str_slipcancel slipcancle);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/of_initccl_ordslippayinall", ReplyAction="http://tempuri.org/IShrlon/of_initccl_ordslippayinallResponse")]
int of_initccl_ordslippayinall(ref Saving.WcfShrlon.str_slipcancel slipcancle, string wsPass, string member_no, string xml_memdet, string xml_sliplist);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/of_initccl_ordslippayindet", ReplyAction="http://tempuri.org/IShrlon/of_initccl_ordslippayindetResponse")]
int of_initccl_ordslippayindet(ref Saving.WcfShrlon.str_slipcancel slipcancle, string wsPass, string slip_no, string xml_sliphead, string xml_slipdetail);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/of_saveccl_ordslippayin", ReplyAction="http://tempuri.org/IShrlon/of_saveccl_ordslippayinResponse")]
int of_saveccl_ordslippayin(string wsPass, string xml_sliphead, string xml_slipdetail, string slip_no, string cancel_id, System.DateTime cancel_date);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/of_initreq_loanyear", ReplyAction="http://tempuri.org/IShrlon/of_initreq_loanyearResponse")]
int of_initreq_loanyear(string wsPass, ref Saving.WcfShrlon.str_lnreqyear astr_lnreqyear);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/of_savereq_loanyear", ReplyAction="http://tempuri.org/IShrlon/of_savereq_loanyearResponse")]
int of_savereq_loanyear(string wsPass, ref Saving.WcfShrlon.str_lnreqyear astr_lnreqyear);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/of_checkcollmemno", ReplyAction="http://tempuri.org/IShrlon/of_checkcollmemnoResponse")]
int of_checkcollmemno(string wsPass, short ai_year, string as_reqmemno, string as_collmemno, ref string as_collmemname, ref string as_errtext);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/of_initshrwtd_initclear", ReplyAction="http://tempuri.org/IShrlon/of_initshrwtd_initclearResponse")]
int of_initshrwtd_initclear(string wsPass, ref string as_xmlloan, ref string as_xmletc, ref decimal adc_shrstkvalue);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/of_initshrwtd_esttrncoll", ReplyAction="http://tempuri.org/IShrlon/of_initshrwtd_esttrncollResponse")]
short of_initshrwtd_esttrncoll(string wsPass, ref Saving.WcfShrlon.str_shrwtdord astr_initorder);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/of_initccl_slippayinday", ReplyAction="http://tempuri.org/IShrlon/of_initccl_slippayindayResponse")]
int of_initccl_slippayinday(string wsPass, ref Saving.WcfShrlon.str_slipcancel slipcancle);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/of_initccl_sliplnrcvday", ReplyAction="http://tempuri.org/IShrlon/of_initccl_sliplnrcvdayResponse")]
int of_initccl_sliplnrcvday(string wsPass, ref Saving.WcfShrlon.str_slipcancel slipcancle);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/of_initccl_slipshrwtdday", ReplyAction="http://tempuri.org/IShrlon/of_initccl_slipshrwtddayResponse")]
int of_initccl_slipshrwtdday(string wsPass, ref Saving.WcfShrlon.str_slipcancel slipcancle);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/of_openreq_loanyear", ReplyAction="http://tempuri.org/IShrlon/of_openreq_loanyearResponse")]
int of_openreq_loanyear(string wsPass, ref Saving.WcfShrlon.str_lnreqyear astr_lnreqyear);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/of_saveccl_loanyear", ReplyAction="http://tempuri.org/IShrlon/of_saveccl_loanyearResponse")]
int of_saveccl_loanyear(string wsPass, ref Saving.WcfShrlon.str_lnreqyear astr_lnreqyear);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/of_getmemblnreqyear", ReplyAction="http://tempuri.org/IShrlon/of_getmemblnreqyearResponse")]
int of_getmemblnreqyear(string wsPass, string as_memno, ref string as_reqno, ref string as_xmlreqlist);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/of_loanrequestopen", ReplyAction="http://tempuri.org/IShrlon/of_loanrequestopenResponse")]
Saving.WcfShrlon.str_requestopen of_loanrequestopen(string wsPass, Saving.WcfShrlon.str_requestopen strRequestOpen);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/Caltimepermiss", ReplyAction="http://tempuri.org/IShrlon/CaltimepermissResponse")]
int Caltimepermiss(string wsPass, string as_coopid, string as_loantype, int li_righttype, int li_lastperiod, int li_membertype, int li_notmoreshare, int li_timefrom, System.DateTime ldtm_request, System.DateTime ldtm_member, System.DateTime ldtm_work, System.DateTime ldtm_loanrecvfix);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/Calloanpermiss", ReplyAction="http://tempuri.org/IShrlon/CalloanpermissResponse")]
decimal[] Calloanpermiss(string wsPass, string as_coopid, string ls_loantype, decimal ldc_salary, decimal ldc_shrstkvalue, int li_time, string as_member_no);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/InitReqReturn", ReplyAction="http://tempuri.org/IShrlon/InitReqReturnResponse")]
short InitReqReturn(string wsPass, ref string xml_head, ref string xml_detail, ref string xml_message);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/OpenReqReturn", ReplyAction="http://tempuri.org/IShrlon/OpenReqReturnResponse")]
short OpenReqReturn(string wsPass, string request_docno, ref string xml_head, ref string xml_detail, ref string xml_message);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/CancelReqRetrun", ReplyAction="http://tempuri.org/IShrlon/CancelReqRetrunResponse")]
short CancelReqRetrun(string wsPass, ref string xml_head, ref string xml_message, string cancelID, string branchID);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/SaveReqReturn", ReplyAction="http://tempuri.org/IShrlon/SaveReqReturnResponse")]
short SaveReqReturn(string wsPass, string xml_head, string xml_detail, string entryID, string branchID);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/of_savelncollmast", ReplyAction="http://tempuri.org/IShrlon/of_savelncollmastResponse")]
int of_savelncollmast(string wsPass, ref Saving.WcfShrlon.str_lncollmast lstr_lncollmast);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/GenPeriodPayTab", ReplyAction="http://tempuri.org/IShrlon/GenPeriodPayTabResponse")]
void GenPeriodPayTab(string wsPass, ref Saving.WcfShrlon.str_genperiodpaytab astr_paytab);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/InitSlipAdjust", ReplyAction="http://tempuri.org/IShrlon/InitSlipAdjustResponse")]
int InitSlipAdjust(string wsPass, ref Saving.WcfShrlon.str_slipadjust slipAdjust);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/SaveSlipAdjust", ReplyAction="http://tempuri.org/IShrlon/SaveSlipAdjustResponse")]
int SaveSlipAdjust(string wsPass, ref Saving.WcfShrlon.str_slipadjust slipAdjust);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/GetShareBase", ReplyAction="http://tempuri.org/IShrlon/GetShareBaseResponse")]
int GetShareBase(string wsPass, string coop_id, decimal adc_salary, ref decimal adc_sharebase);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/InitEstTrnColl", ReplyAction="http://tempuri.org/IShrlon/InitEstTrnCollResponse")]
void InitEstTrnColl(string wsPass, ref Saving.WcfShrlon.str_esttrncoll strEsttrnColl);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/of_print_callpermiss", ReplyAction="http://tempuri.org/IShrlon/of_print_callpermissResponse")]
int of_print_callpermiss(string wsPass, string ls_xmlmain, string ls_format, ref short li_membtime, ref decimal ldc_right25, ref decimal ldc_right33, ref decimal ldc_right35, ref decimal ldc_right26, ref decimal ldc_right40);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/SaveReqmbnew", ReplyAction="http://tempuri.org/IShrlon/SaveReqmbnewResponse")]
int SaveReqmbnew(string wsPass, ref Saving.WcfShrlon.str_mbreqnew astr_mbreqnew);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/Initshrwtdorder", ReplyAction="http://tempuri.org/IShrlon/InitshrwtdorderResponse")]
int Initshrwtdorder(string wsPass, ref Saving.WcfShrlon.str_shrwtdord astr_resignord);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/SaveordShrwtdorder", ReplyAction="http://tempuri.org/IShrlon/SaveordShrwtdorderResponse")]
int SaveordShrwtdorder(string wsPass, ref Saving.WcfShrlon.str_shrwtdord astr_resignord);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/Initshrwtdesttrncoll", ReplyAction="http://tempuri.org/IShrlon/InitshrwtdesttrncollResponse")]
int Initshrwtdesttrncoll(string wsPass, ref Saving.WcfShrlon.str_shrwtdord astr_resignord);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/of_initlist_lnrcvfin", ReplyAction="http://tempuri.org/IShrlon/of_initlist_lnrcvfinResponse")]
string of_initlist_lnrcvfin(string wsPass, string as_montype, System.DateTime adtm_paydate, string as_coopid);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/of_initlnrcvfin", ReplyAction="http://tempuri.org/IShrlon/of_initlnrcvfinResponse")]
int of_initlnrcvfin(string wsPass, ref Saving.WcfShrlon.str_slippayout astr_initpayout);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/of_saveslip_lnrcvfin", ReplyAction="http://tempuri.org/IShrlon/of_saveslip_lnrcvfinResponse")]
int of_saveslip_lnrcvfin(string wsPass, string as_slipcoopid, string as_slipno, string as_concoopid);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/of_getmemblnrcvfin", ReplyAction="http://tempuri.org/IShrlon/of_getmemblnrcvfinResponse")]
int of_getmemblnrcvfin(string wsPass, string as_coopid, string as_memno, ref string as_ordcoopid, ref string as_ordno, ref string as_xmlordlist);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/of_getmembslippayinfin", ReplyAction="http://tempuri.org/IShrlon/of_getmembslippayinfinResponse")]
int of_getmembslippayinfin(string wsPass, string as_memno, ref string as_ordno, ref string as_xmlordlist);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/of_initslippayinfin", ReplyAction="http://tempuri.org/IShrlon/of_initslippayinfinResponse")]
int of_initslippayinfin(string wsPass, ref Saving.WcfShrlon.str_slippayin astr_initpayin);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/of_saveslip_payinfin", ReplyAction="http://tempuri.org/IShrlon/of_saveslip_payinfinResponse")]
int of_saveslip_payinfin(string wsPass, ref Saving.WcfShrlon.str_slippayin astr_initpayin);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/of_initslippayin_order", ReplyAction="http://tempuri.org/IShrlon/of_initslippayin_orderResponse")]
int of_initslippayin_order(string wsPass, ref Saving.WcfShrlon.str_slippayin astr_initpayin);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/of_saveord_payin_order", ReplyAction="http://tempuri.org/IShrlon/of_saveord_payin_orderResponse")]
int of_saveord_payin_order(string wsPass, ref Saving.WcfShrlon.str_slippayin astr_initpayin);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/of_initslippayin_calint_order", ReplyAction="http://tempuri.org/IShrlon/of_initslippayin_calint_orderResponse")]
int of_initslippayin_calint_order(string wsPass, ref string as_xmlloan, string as_sliptype, System.DateTime adtm_opedate);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/of_getmembshrwtdfin", ReplyAction="http://tempuri.org/IShrlon/of_getmembshrwtdfinResponse")]
int of_getmembshrwtdfin(string wsPass, string as_memno, string as_sliptype, ref string as_ordno, ref string as_xmlordlist);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/of_initshrwtdfin", ReplyAction="http://tempuri.org/IShrlon/of_initshrwtdfinResponse")]
int of_initshrwtdfin(string wsPass, ref Saving.WcfShrlon.str_slippayout astr_initpayout);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/of_saveslip_shrwtdfin", ReplyAction="http://tempuri.org/IShrlon/of_saveslip_shrwtdfinResponse")]
int of_saveslip_shrwtdfin(string wsPass, ref Saving.WcfShrlon.str_slippayout astr_initpayout);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/of_initstat_mbcompgrp", ReplyAction="http://tempuri.org/IShrlon/of_initstat_mbcompgrpResponse")]
int of_initstat_mbcompgrp(string wsPass, ref Saving.WcfShrlon.str_mbstatcompgrp lstr_statcomp);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/of_savestat_mbcompgrp", ReplyAction="http://tempuri.org/IShrlon/of_savestat_mbcompgrpResponse")]
int of_savestat_mbcompgrp(string wsPass, ref Saving.WcfShrlon.str_mbstatcompgrp lstr_statcomp);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/of_initccl_slipadjmthall", ReplyAction="http://tempuri.org/IShrlon/of_initccl_slipadjmthallResponse")]
int of_initccl_slipadjmthall(string wsPass, ref Saving.WcfShrlon.str_slipcancel astr_slipcancel);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/of_initccl_slipadjmthdet", ReplyAction="http://tempuri.org/IShrlon/of_initccl_slipadjmthdetResponse")]
int of_initccl_slipadjmthdet(string wsPass, ref Saving.WcfShrlon.str_slipcancel astr_slipcancel);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/SaveReqTrnmb", ReplyAction="http://tempuri.org/IShrlon/SaveReqTrnmbResponse")]
int SaveReqTrnmb(string wsPass, ref Saving.WcfShrlon.str_mbreqtrnmb astr_mbreqtrnmb);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/InitLnContPayCriteria", ReplyAction="http://tempuri.org/IShrlon/InitLnContPayCriteriaResponse")]
string InitLnContPayCriteria(string wsPass, ref Saving.WcfShrlon.str_paytab astr_paytab);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/InitLnContPaytable", ReplyAction="http://tempuri.org/IShrlon/InitLnContPaytableResponse")]
string InitLnContPaytable(string wsPass, ref Saving.WcfShrlon.str_paytab astr_paytab);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/CheckRightColl", ReplyAction="http://tempuri.org/IShrlon/CheckRightCollResponse")]
decimal CheckRightColl(string 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, ref Saving.WcfShrlon.str_checkrightcoll astr_checkrightcoll);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/InitSlipMoneyRet", ReplyAction="http://tempuri.org/IShrlon/InitSlipMoneyRetResponse")]
Saving.WcfShrlon.str_slippayout InitSlipMoneyRet(string wsPass, Saving.WcfShrlon.str_slippayout strSlipPayOut);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/SaveSlipMoneyRet", ReplyAction="http://tempuri.org/IShrlon/SaveSlipMoneyRetResponse")]
int SaveSlipMoneyRet(string wsPass, Saving.WcfShrlon.str_slippayout strSlipPayOut);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/ItemChangeCheckColl", ReplyAction="http://tempuri.org/IShrlon/ItemChangeCheckCollResponse")]
short ItemChangeCheckColl(string wsPass, ref Saving.WcfShrlon.str_itemchangecheckcoll strCheckColl);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/RunShgiftProcess", ReplyAction="http://tempuri.org/IShrlon/RunShgiftProcessResponse")]
int RunShgiftProcess(string wsPass, string ls_xmlbalcriteria, string ls_entryid, string application, string w_sheet_id);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/RunIntchgProcess", ReplyAction="http://tempuri.org/IShrlon/RunIntchgProcessResponse")]
int RunIntchgProcess(string wsPass, string as_xmlintsetcriteria, string as_entryid, string application, string w_sheet_id);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/RunPostShrgiftProcess", ReplyAction="http://tempuri.org/IShrlon/RunPostShrgiftProcessResponse")]
int RunPostShrgiftProcess(string wsPass, string as_xmlgiftcriteria, string as_postid, string as_branchid, string application, string w_sheet_id);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/InitChageShrgift", ReplyAction="http://tempuri.org/IShrlon/InitChageShrgiftResponse")]
Saving.WcfShrlon.str_shrgift InitChageShrgift(string wsPass, Saving.WcfShrlon.str_shrgift strShrgift);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/SaveChageShrgift", ReplyAction="http://tempuri.org/IShrlon/SaveChageShrgiftResponse")]
Saving.WcfShrlon.str_shrgift SaveChageShrgift(string wsPass, Saving.WcfShrlon.str_shrgift strShrgift);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/RunLnShotLongProcess", ReplyAction="http://tempuri.org/IShrlon/RunLnShotLongProcessResponse")]
int RunLnShotLongProcess(string wsPass, string as_xmlintsetcriteria, string as_userid, string application, string w_sheet_id);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/RunCloseyearProcess", ReplyAction="http://tempuri.org/IShrlon/RunCloseyearProcessResponse")]
int RunCloseyearProcess(string wsPass, short ai_year, string as_branch, string as_entryid, string application, string w_sheet_id);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/InitReqCompound", ReplyAction="http://tempuri.org/IShrlon/InitReqCompoundResponse")]
Saving.WcfShrlon.str_compound InitReqCompound(string wsPass, ref Saving.WcfShrlon.str_compound strCompound);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/SaveReqCompound", ReplyAction="http://tempuri.org/IShrlon/SaveReqCompoundResponse")]
int SaveReqCompound(string wsPass, ref Saving.WcfShrlon.str_compound strCompound);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/InitLnPause", ReplyAction="http://tempuri.org/IShrlon/InitLnPauseResponse")]
int InitLnPause(string wsPass, ref Saving.WcfShrlon.str_lnpause strlnpause);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/SaveLnPause", ReplyAction="http://tempuri.org/IShrlon/SaveLnPauseResponse")]
int SaveLnPause(string wsPass, ref Saving.WcfShrlon.str_lnpause strlnpause);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/InitShareWithdraw", ReplyAction="http://tempuri.org/IShrlon/InitShareWithdrawResponse")]
int InitShareWithdraw(string wsPass, ref Saving.WcfShrlon.str_slippayout strslippayout);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/InitShareWithdrawList", ReplyAction="http://tempuri.org/IShrlon/InitShareWithdrawListResponse")]
string InitShareWithdrawList(string wsPass, string as_coopid);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/PostShareWithdraw", ReplyAction="http://tempuri.org/IShrlon/PostShareWithdrawResponse")]
int PostShareWithdraw(string wsPass, ref Saving.WcfShrlon.str_slippayout strslippayout);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/InitRequestResign", ReplyAction="http://tempuri.org/IShrlon/InitRequestResignResponse")]
int InitRequestResign(string wsPass, ref Saving.WcfShrlon.str_mbreqresign mbreqresign, string member_no, System.DateTime entry_date, string entry_id, string xml_dept, string xml_grt, string xml_loan, string xml_request, string xml_share, string xml_sum);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/SaveRequestResign", ReplyAction="http://tempuri.org/IShrlon/SaveRequestResignResponse")]
int SaveRequestResign(string wsPass, Saving.WcfShrlon.str_mbreqresign mbreqresign, string member_no, System.DateTime entry_date, string entry_id, string xml_dept, string xml_grt, string xml_loan, string xml_request, string xml_share, string xml_sum);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/PostApvListResign", ReplyAction="http://tempuri.org/IShrlon/PostApvListResignResponse")]
short PostApvListResign(string wsPass, ref Saving.WcfShrlon.str_mbreqresign astr_mbreqresign);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/InitApvListResign", ReplyAction="http://tempuri.org/IShrlon/InitApvListResignResponse")]
short InitApvListResign(string wsPass, ref Saving.WcfShrlon.str_mbreqresign astr_mbreqresign);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/InitRequestShrPayment", ReplyAction="http://tempuri.org/IShrlon/InitRequestShrPaymentResponse")]
short InitRequestShrPayment(string wsPass, string as_coopid, string as_memno, string memcoop_id, System.DateTime adtm_reqdate, ref string as_xmlreq);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/SaveRequestShrPayment", ReplyAction="http://tempuri.org/IShrlon/SaveRequestShrPaymentResponse")]
int SaveRequestShrPayment(string wsPass, string as_xmlreq, string as_entry, System.DateTime adtm_entrydate);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/InitApvlistShrPayment", ReplyAction="http://tempuri.org/IShrlon/InitApvlistShrPaymentResponse")]
short InitApvlistShrPayment(string wsPass, ref Saving.WcfShrlon.str_mbreqchgmthpay astr_mbreqchgmthpay);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/PostApvlistShrPayment", ReplyAction="http://tempuri.org/IShrlon/PostApvlistShrPaymentResponse")]
short PostApvlistShrPayment(string wsPass, ref Saving.WcfShrlon.str_mbreqchgmthpay astr_mbreqchgmthpay);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/InitCancelSwd", ReplyAction="http://tempuri.org/IShrlon/InitCancelSwdResponse")]
int InitCancelSwd(string wsPass, ref Saving.WcfShrlon.str_slipcancel astr_cancelslip);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/InitCancelSwdDet", ReplyAction="http://tempuri.org/IShrlon/InitCancelSwdDetResponse")]
int InitCancelSwdDet(string wsPass, ref Saving.WcfShrlon.str_slipcancel astr_cancelslip);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/SaveCancelSwdDet", ReplyAction="http://tempuri.org/IShrlon/SaveCancelSwdDetResponse")]
int SaveCancelSwdDet(string wsPass, Saving.WcfShrlon.str_slipcancel astr_cancelslip);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/InitReqContCancel", ReplyAction="http://tempuri.org/IShrlon/InitReqContCancelResponse")]
string InitReqContCancel(string wsPass, string as_coopid, string as_contno);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/SaveReqContCancel", ReplyAction="http://tempuri.org/IShrlon/SaveReqContCancelResponse")]
int SaveReqContCancel(string wsPass, string as_xmlcontccl, string as_cancelid, System.DateTime adtm_cancel, string as_coopid);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/SetSumOtherClr", ReplyAction="http://tempuri.org/IShrlon/SetSumOtherClrResponse")]
string SetSumOtherClr(string wsPass, string xml_main, string xml_otherclr);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/CancelRequest", ReplyAction="http://tempuri.org/IShrlon/CancelRequestResponse")]
int CancelRequest(string wsPass, ref string xml_main, ref string xml_message, string cancel_id, string branch);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/CreateMthPayTab", ReplyAction="http://tempuri.org/IShrlon/CreateMthPayTabResponse")]
void CreateMthPayTab(string wsPass, string as_coopid, string xml_main, string xml_clear, ref string xml_head, ref string xml_detail);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/CollInitPrecent", ReplyAction="http://tempuri.org/IShrlon/CollInitPrecentResponse")]
string CollInitPrecent(string wsPass, string xml_main, string xml_garantee);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/CollPercCondition", ReplyAction="http://tempuri.org/IShrlon/CollPercConditionResponse")]
string CollPercCondition(string wsPass, string xml_main, string xml_garantee, ref string xml_message);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/CancelReqLoop", ReplyAction="http://tempuri.org/IShrlon/CancelReqLoopResponse")]
int CancelReqLoop(string wsPass, ref string xml_main, string cancel_id, string branch);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/CheckReqLoop", ReplyAction="http://tempuri.org/IShrlon/CheckReqLoopResponse")]
int CheckReqLoop(string wsPass, string loanType);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/of_init_mbaudit", ReplyAction="http://tempuri.org/IShrlon/of_init_mbauditResponse")]
int of_init_mbaudit(string wsPass, ref Saving.WcfShrlon.str_mbaudit lstr_mbinfo);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/of_save_mbaudit", ReplyAction="http://tempuri.org/IShrlon/of_save_mbauditResponse")]
int of_save_mbaudit(string wsPass, ref Saving.WcfShrlon.str_mbaudit lstr_mbinfo);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/ViewCollDetail", ReplyAction="http://tempuri.org/IShrlon/ViewCollDetailResponse")]
int ViewCollDetail(string wsPass, string as_coopid, string as_colltype, string refCollNo, System.DateTime request_date, string xml_guarantee, ref string xml_head, ref string xml_detail);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/ViewLoanClearDetail", ReplyAction="http://tempuri.org/IShrlon/ViewLoanClearDetailResponse")]
int ViewLoanClearDetail(string wsPass, string as_coopid, string strData, string xml_clear, ref string xml_detail);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/RegenLoanClear", ReplyAction="http://tempuri.org/IShrlon/RegenLoanClearResponse")]
int RegenLoanClear(string wsPass, ref string xml_main, ref string xml_clear, ref string xml_coll, ref string xml_message);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/ResumLoanClear", ReplyAction="http://tempuri.org/IShrlon/ResumLoanClearResponse")]
int ResumLoanClear(string wsPass, ref string xml_main, ref string xml_clear, ref string xml_coll, string xml_loandetail, ref string xml_message);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/InitReqContAdjust", ReplyAction="http://tempuri.org/IShrlon/InitReqContAdjustResponse")]
int InitReqContAdjust(string wsPass, ref Saving.WcfShrlon.str_lncontaj contadj);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/SaveReqContAdjust", ReplyAction="http://tempuri.org/IShrlon/SaveReqContAdjustResponse")]
int SaveReqContAdjust(string wsPass, Saving.WcfShrlon.str_lncontaj contadj);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/of_initlncollmastall", ReplyAction="http://tempuri.org/IShrlon/of_initlncollmastallResponse")]
int of_initlncollmastall(string wsPass, ref Saving.WcfShrlon.str_lncollmast strlncoll);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/of_initlncollmastdet", ReplyAction="http://tempuri.org/IShrlon/of_initlncollmastdetResponse")]
int of_initlncollmastdet(string wsPass, ref Saving.WcfShrlon.str_lncollmast strlncoll);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/InitCancleResign", ReplyAction="http://tempuri.org/IShrlon/InitCancleResignResponse")]
short InitCancleResign(string wsPass, ref Saving.WcfShrlon.str_mbreqresign astr_mbreqresign);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/SaveCancelResign", ReplyAction="http://tempuri.org/IShrlon/SaveCancelResignResponse")]
int SaveCancelResign(string wsPass, Saving.WcfShrlon.str_mbreqresign astr_mbreqresign);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/InitRequestChangeMb", ReplyAction="http://tempuri.org/IShrlon/InitRequestChangeMbResponse")]
int InitRequestChangeMb(string wsPass, ref Saving.WcfShrlon.str_adjust_mbinfo lstr_mbinfo);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/SaveRequestChangeMb", ReplyAction="http://tempuri.org/IShrlon/SaveRequestChangeMbResponse")]
int SaveRequestChangeMb(string wsPass, ref Saving.WcfShrlon.str_adjust_mbinfo lstr_mbinfo);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/InitRequestChangeGroup", ReplyAction="http://tempuri.org/IShrlon/InitRequestChangeGroupResponse")]
int InitRequestChangeGroup(string wsPass, ref Saving.WcfShrlon.str_mbreqchggrp astr_mbreqchggrp);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/SaveRequestChangeGroup", ReplyAction="http://tempuri.org/IShrlon/SaveRequestChangeGroupResponse")]
int SaveRequestChangeGroup(string wsPass, ref Saving.WcfShrlon.str_mbreqchggrp astr_mbreqchggrp);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/OpenRequestChangeGroup", ReplyAction="http://tempuri.org/IShrlon/OpenRequestChangeGroupResponse")]
int OpenRequestChangeGroup(string wsPass, ref Saving.WcfShrlon.str_mbreqchggrp astr_mbreqchggrp);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/InitApvChangeGrouplist", ReplyAction="http://tempuri.org/IShrlon/InitApvChangeGrouplistResponse")]
short InitApvChangeGrouplist(string wsPass, ref Saving.WcfShrlon.str_mbreqchggrp astr_mbreqchggrp);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/SaveApvChangeGroup", ReplyAction="http://tempuri.org/IShrlon/SaveApvChangeGroupResponse")]
int SaveApvChangeGroup(string wsPass, ref Saving.WcfShrlon.str_mbreqchggrp astr_mbreqchggrp);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/InitReqTrnmb", ReplyAction="http://tempuri.org/IShrlon/InitReqTrnmbResponse")]
int InitReqTrnmb(string wsPass, ref Saving.WcfShrlon.str_mbreqtrnmb astr_mbreqtrnmb);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/InitApvListTrnmb", ReplyAction="http://tempuri.org/IShrlon/InitApvListTrnmbResponse")]
int InitApvListTrnmb(string wsPass, ref Saving.WcfShrlon.str_mbreqtrnmb astr_mbreqtrnmb);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/OpenReqTrnmb", ReplyAction="http://tempuri.org/IShrlon/OpenReqTrnmbResponse")]
int OpenReqTrnmb(string wsPass, ref Saving.WcfShrlon.str_mbreqtrnmb astr_mbreqtrnmb);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/SaveApvTrnmb", ReplyAction="http://tempuri.org/IShrlon/SaveApvTrnmbResponse")]
int SaveApvTrnmb(string wsPass, ref Saving.WcfShrlon.str_mbreqtrnmb astr_mbreqtrnmb);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/RunProcPreparepay", ReplyAction="http://tempuri.org/IShrlon/RunProcPreparepayResponse")]
int RunProcPreparepay(string wsPass, ref Saving.WcfShrlon.str_proclnprepare astr_proclnprepate, string application, string w_sheet_id);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/InitApvNewMemberList", ReplyAction="http://tempuri.org/IShrlon/InitApvNewMemberListResponse")]
short InitApvNewMemberList(string wsPass, ref Saving.WcfShrlon.str_mbreqnew astr_mbreqnew);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/InitSlipPayIn", ReplyAction="http://tempuri.org/IShrlon/InitSlipPayInResponse")]
string[] InitSlipPayIn(string wsPass, string ls_memno, string ls_sliptype, System.DateTime ldtm_slipdate, System.DateTime ldtm_opedate, string ls_entry_id, string ls_branch_id);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/InitSlipPayInStr", ReplyAction="http://tempuri.org/IShrlon/InitSlipPayInStrResponse")]
int InitSlipPayInStr(string wsPass, ref Saving.WcfShrlon.str_slippayin strxml);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/InitSlipPayInCalInt", ReplyAction="http://tempuri.org/IShrlon/InitSlipPayInCalIntResponse")]
string InitSlipPayInCalInt(string wsPass, string as_xmlloan, string as_sliptype, System.DateTime datecal);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/SaveSlipPayIn", ReplyAction="http://tempuri.org/IShrlon/SaveSlipPayInResponse")]
int SaveSlipPayIn(string wsPass, ref Saving.WcfShrlon.str_slippayin strslip);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/SaveSlipPayInPEA", ReplyAction="http://tempuri.org/IShrlon/SaveSlipPayInPEAResponse")]
int SaveSlipPayInPEA(string wsPass, ref Saving.WcfShrlon.str_slippayin strslip);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/Initlist_lnreqapv", ReplyAction="http://tempuri.org/IShrlon/Initlist_lnreqapvResponse")]
string Initlist_lnreqapv(string wsPass, string as_coopid, string as_endcoopid);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/GetLastKeeping", ReplyAction="http://tempuri.org/IShrlon/GetLastKeepingResponse")]
string GetLastKeeping(string wsPass, string xml_main);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/GetNextContractNo", ReplyAction="http://tempuri.org/IShrlon/GetNextContractNoResponse")]
string GetNextContractNo(string wsPass, string as_coopid, string as_loantype);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/GenReqDocNo", ReplyAction="http://tempuri.org/IShrlon/GenReqDocNoResponse")]
string GenReqDocNo(string wsPass, string as_coopid, string as_loantype);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/SaveLnReqRpv", ReplyAction="http://tempuri.org/IShrlon/SaveLnReqRpvResponse")]
string SaveLnReqRpv(string wsPass, string as_xmlreqlist, string as_apvid, string as_concoppid, System.DateTime adtm_apvdate);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/LoanRightItemChangeMain", ReplyAction="http://tempuri.org/IShrlon/LoanRightItemChangeMainResponse")]
int LoanRightItemChangeMain(string wsPass, ref Saving.WcfShrlon.str_itemchange setitem);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/LoanRightItemChangeColl", ReplyAction="http://tempuri.org/IShrlon/LoanRightItemChangeCollResponse")]
int LoanRightItemChangeColl(string wsPass, ref Saving.WcfShrlon.str_itemchange setitem);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/LoanRightItemChangeClear", ReplyAction="http://tempuri.org/IShrlon/LoanRightItemChangeClearResponse")]
int LoanRightItemChangeClear(string wsPass, ref Saving.WcfShrlon.str_itemchange setitem);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/LoanRightSaveReqloan", ReplyAction="http://tempuri.org/IShrlon/LoanRightSaveReqloanResponse")]
string LoanRightSaveReqloan(string wsPass, ref Saving.WcfShrlon.str_savereqloan strSave);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/InitLnTrnColl", ReplyAction="http://tempuri.org/IShrlon/InitLnTrnCollResponse")]
Saving.WcfShrlon.str_lntrncoll InitLnTrnColl(string wsPass, Saving.WcfShrlon.str_lntrncoll str);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/SaveLnTrnColl", ReplyAction="http://tempuri.org/IShrlon/SaveLnTrnCollResponse")]
bool SaveLnTrnColl(string wsPass, Saving.WcfShrlon.str_lntrncoll str);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/InitLnTrnCollRecalTrn", ReplyAction="http://tempuri.org/IShrlon/InitLnTrnCollRecalTrnResponse")]
string[] InitLnTrnCollRecalTrn(string wsPass, string xmlmast, string xmldetail);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/InitLnRcv", ReplyAction="http://tempuri.org/IShrlon/InitLnRcvResponse")]
Saving.WcfShrlon.str_slippayout InitLnRcv(string wsPass, Saving.WcfShrlon.str_slippayout strSlipPayOut);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/GetMemblnrcv", ReplyAction="http://tempuri.org/IShrlon/GetMemblnrcvResponse")]
int GetMemblnrcv(string 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://tempuri.org/IShrlon/SaveMBreqApv", ReplyAction="http://tempuri.org/IShrlon/SaveMBreqApvResponse")]
int SaveMBreqApv(string wsPass, ref Saving.WcfShrlon.str_mbreqnew astr_mbreqnew);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/InitListLnRcv", ReplyAction="http://tempuri.org/IShrlon/InitListLnRcvResponse")]
string InitListLnRcv(string wsPass, string as_coopid);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/InitLnRcv_RecalInt", ReplyAction="http://tempuri.org/IShrlon/InitLnRcv_RecalIntResponse")]
Saving.WcfShrlon.str_slippayout InitLnRcv_RecalInt(string wsPass, Saving.WcfShrlon.str_slippayout strSlipPayOut);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/of_saveslip_lnrcv", ReplyAction="http://tempuri.org/IShrlon/of_saveslip_lnrcvResponse")]
int of_saveslip_lnrcv(string wsPass, ref Saving.WcfShrlon.str_slippayout strSlipPayOut);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/LoanRequestOpen", ReplyAction="http://tempuri.org/IShrlon/LoanRequestOpenResponse")]
Saving.WcfShrlon.str_requestopen LoanRequestOpen(string wsPass, Saving.WcfShrlon.str_requestopen strRequestOpen);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/GetShareMonthRate", ReplyAction="http://tempuri.org/IShrlon/GetShareMonthRateResponse")]
decimal GetShareMonthRate(string wsPass, string as_sharetype, decimal adc_salary);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/IsvalidIdCard", ReplyAction="http://tempuri.org/IShrlon/IsvalidIdCardResponse")]
bool IsvalidIdCard(string wsPass, string as_idcard);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/CalReTryDate", ReplyAction="http://tempuri.org/IShrlon/CalReTryDateResponse")]
System.DateTime CalReTryDate(string wsPass, System.DateTime adtm_birthdate);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/ReqLoopOpen", ReplyAction="http://tempuri.org/IShrlon/ReqLoopOpenResponse")]
string ReqLoopOpen(string wsPass, string xml_main);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/ReCalFee", ReplyAction="http://tempuri.org/IShrlon/ReCalFeeResponse")]
string ReCalFee(string wsPass, string xml_main);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IShrlon/ItemChangeReqLoop", ReplyAction="http://tempuri.org/IShrlon/ItemChangeReqLoopResponse")]
string ItemChangeReqLoop(string wsPass, string xml_main, string xml_reqloop);
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
public interface IShrlonChannel : Saving.WcfShrlon.IShrlon, System.ServiceModel.IClientChannel {
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
public partial class ShrlonClient : System.ServiceModel.ClientBase, Saving.WcfShrlon.IShrlon {
public ShrlonClient() {
}
public ShrlonClient(string endpointConfigurationName) :
base(endpointConfigurationName) {
}
public ShrlonClient(string endpointConfigurationName, string remoteAddress) :
base(endpointConfigurationName, remoteAddress) {
}
public ShrlonClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
base(endpointConfigurationName, remoteAddress) {
}
public ShrlonClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
base(binding, remoteAddress) {
}
public int of_proc_trnpayin(string wsPass, Saving.WcfShrlon.str_proctrnpayin astr_proctrnpayin) {
return base.Channel.of_proc_trnpayin(wsPass, astr_proctrnpayin);
}
public int of_chack_prncbal(string wsPass, string as_deptaccount, decimal adc_chack_amt, ref short ai_pass, ref string ls_message) {
return base.Channel.of_chack_prncbal(wsPass, as_deptaccount, adc_chack_amt, ref ai_pass, ref ls_message);
}
public int of_autosequest(string wsPass, string as_deptaccount, string coop_control, decimal adc_chack_amt, System.DateTime ldtm_sequest, string as_ipaddress, ref string ls_message) {
return base.Channel.of_autosequest(wsPass, as_deptaccount, coop_control, adc_chack_amt, ldtm_sequest, as_ipaddress, ref ls_message);
}
public decimal[] Calloanpermisssurin(string wsPass, string as_coopid, string ls_loantype, decimal ldc_salary, decimal ldc_shrstkvalue, int li_time, string as_member_no, decimal li_timeage) {
return base.Channel.Calloanpermisssurin(wsPass, as_coopid, ls_loantype, ldc_salary, ldc_shrstkvalue, li_time, as_member_no, li_timeage);
}
public int RunSlyrconfirmbalance(string wsPass, ref Saving.WcfShrlon.str_yrcfbal_proc astr_yrcfbal_proc, string application, string w_sheet_id) {
return base.Channel.RunSlyrconfirmbalance(wsPass, ref astr_yrcfbal_proc, application, w_sheet_id);
}
public int of_buildcontno_reqloan(string wsPass, ref string as_contno, string as_reqloan) {
return base.Channel.of_buildcontno_reqloan(wsPass, ref as_contno, as_reqloan);
}
public int of_getcollpermiss(string 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(wsPass, as_loantype, as_colltype, as_refcoopid, as_refcollno, adtm_check, ref adc_permiss, ref adc_maxcoll, ref adc_percent);
}
public decimal of_getcollusecontamt(string wsPass, string as_coopid, string as_refcollno, string as_loantype, string as_colltype, string as_excludecont, string as_excludereq) {
return base.Channel.of_getcollusecontamt(wsPass, as_coopid, as_refcollno, as_loantype, as_colltype, as_excludecont, as_excludereq);
}
public decimal of_getcollusereqamt(string wsPass, string as_coopid, string as_refcollno, string as_loantype, string as_colltype, string as_excludereq) {
return base.Channel.of_getcollusereqamt(wsPass, as_coopid, as_refcollno, as_loantype, as_colltype, as_excludereq);
}
public int of_checkcollmancount(string wsPass, string as_mcoopid, string as_collmemno, string as_reqmemno, string as_reqlntype, string as_excludecont, string as_excludereq) {
return base.Channel.of_checkcollmancount(wsPass, as_mcoopid, as_collmemno, as_reqmemno, as_reqlntype, as_excludecont, as_excludereq);
}
public int of_isvalidcoll(string wsPass, string as_reqlntype, string as_colltype, string as_refcoopid, string as_refcollno) {
return base.Channel.of_isvalidcoll(wsPass, as_reqlntype, as_colltype, as_refcoopid, as_refcollno);
}
public int of_savenewlntype(string wsPass, string as_xml) {
return base.Channel.of_savenewlntype(wsPass, as_xml);
}
public decimal of_calinterest(string wsPass, string as_coopid, string as_contno, decimal adc_prncalint, System.DateTime adtm_calintfrom, System.DateTime adtm_calintto) {
return base.Channel.of_calinterest(wsPass, as_coopid, as_contno, adc_prncalint, adtm_calintfrom, adtm_calintto);
}
public int of_saveset_intarrear(string wsPass, string as_xmlsetint, string as_entryid) {
return base.Channel.of_saveset_intarrear(wsPass, as_xmlsetint, as_entryid);
}
public decimal[] CalloanpermissMHD(string wsPass, string as_coopid, string ls_loantype, decimal ldc_salary, decimal ldc_shrstkvalue, int li_time) {
return base.Channel.CalloanpermissMHD(wsPass, as_coopid, ls_loantype, ldc_salary, ldc_shrstkvalue, li_time);
}
public decimal CalloanpermissColl(string wsPass, decimal memtime, decimal ldc_salary, string mangrtypemrp_code) {
return base.Channel.CalloanpermissColl(wsPass, memtime, ldc_salary, mangrtypemrp_code);
}
public string[] GetMembercollwa(string wsPass, string memcoop_id, string ref_collno, System.DateTime dltm_workdate, string collmbgrp_code, string loantype_code) {
return base.Channel.GetMembercollwa(wsPass, memcoop_id, ref_collno, dltm_workdate, collmbgrp_code, loantype_code);
}
public string[] GetMembercoll(string wsPass, string memcoop_id, string ref_collno, System.DateTime dltm_workdate) {
return base.Channel.GetMembercoll(wsPass, memcoop_id, ref_collno, dltm_workdate);
}
public string[] CalloanpermissCollLoop(string wsPass, string memcoop_id, string as_coopid, string ls_loantype, string ref_collno, decimal member_age) {
return base.Channel.CalloanpermissCollLoop(wsPass, memcoop_id, as_coopid, ls_loantype, ref_collno, member_age);
}
public decimal of_calintestimateclr(string wsPass, string ls_contno, System.DateTime ldtm_lastcalint, string as_formattype, string ls_coopid) {
return base.Channel.of_calintestimateclr(wsPass, ls_contno, ldtm_lastcalint, as_formattype, ls_coopid);
}
public decimal of_computeinterest(string wsPass, string ls_coopid, string ls_contno, System.DateTime ldtm_lastcalint) {
return base.Channel.of_computeinterest(wsPass, ls_coopid, ls_contno, ldtm_lastcalint);
}
public decimal of_computeinterests(string wsPass, string ls_contcoopid, string ls_contno, decimal ldc_prinbal, System.DateTime ldtm_calintfrom, System.DateTime ldtm_calintto) {
return base.Channel.of_computeinterests(wsPass, ls_contcoopid, ls_contno, ldc_prinbal, ldtm_calintfrom, ldtm_calintto);
}
public decimal of_roundmoney(string wsPass, decimal adc_money) {
return base.Channel.of_roundmoney(wsPass, adc_money);
}
public decimal of_getloanintrate(string wsPass, string as_coopid, string as_intfixtab, System.DateTime ldtm_reqdate) {
return base.Channel.of_getloanintrate(wsPass, as_coopid, as_intfixtab, ldtm_reqdate);
}
public decimal of_getloanintratemoney(string wsPass, string as_coopid, string as_intfixtab, System.DateTime ldtm_reqdate, decimal adc_money) {
return base.Channel.of_getloanintratemoney(wsPass, as_coopid, as_intfixtab, ldtm_reqdate, adc_money);
}
public object[] Setloantypeinfo(string wsPass, string as_coopid, string as_loantype, System.DateTime adtm_reqdate) {
return base.Channel.Setloantypeinfo(wsPass, as_coopid, as_loantype, adtm_reqdate);
}
public decimal of_getminsalarybal(decimal ldc_salary, decimal ldc_incomemthfix, decimal ldc_incomemthoth, decimal ldc_paymthoth, decimal ldc_minpercent, decimal ldc_minamt) {
return base.Channel.of_getminsalarybal(ldc_salary, ldc_incomemthfix, ldc_incomemthoth, ldc_paymthoth, ldc_minpercent, ldc_minamt);
}
public decimal of_roundmoneyRigth(string wsPass, decimal adc_money) {
return base.Channel.of_roundmoneyRigth(wsPass, adc_money);
}
public decimal of_calnetlnpermissamt(string wsPass, decimal adc_money) {
return base.Channel.of_calnetlnpermissamt(wsPass, adc_money);
}
public int of_checkoldloanpayment(string wsPass, string ls_coopid, string ls_memno, string ls_loantype, ref string as_xmlmessage) {
return base.Channel.of_checkoldloanpayment(wsPass, ls_coopid, ls_memno, ls_loantype, ref as_xmlmessage);
}
public string[] of_setloantype(string wsPass, string ls_loantype, string ls_membtype) {
return base.Channel.of_setloantype(wsPass, ls_loantype, ls_membtype);
}
public decimal of_computeintmonth(string wsPass, string ls_coopid, string ls_loantype, decimal adc_fixrate, System.DateTime ldtm_calintfrom, System.DateTime ldtm_calintto, decimal ldc_prncalint) {
return base.Channel.of_computeintmonth(wsPass, ls_coopid, ls_loantype, adc_fixrate, ldtm_calintfrom, ldtm_calintto, ldc_prncalint);
}
public decimal of_computeinterest2(string wsPass, string ls_coopid, string ls_continttabcode, System.DateTime ldtm_calintfrom, System.DateTime ldtm_calintto, decimal ldc_prncalint, decimal ldc_apvamt) {
return base.Channel.of_computeinterest2(wsPass, ls_coopid, ls_continttabcode, ldtm_calintfrom, ldtm_calintto, ldc_prncalint, ldc_apvamt);
}
public decimal of_computeinterest3(string wsPass, string ls_coopid, string ls_continttabcode, System.DateTime ldtm_calintfrom, System.DateTime ldtm_calintto, decimal ldc_prncalint) {
return base.Channel.of_computeinterest3(wsPass, ls_coopid, ls_continttabcode, ldtm_calintfrom, ldtm_calintto, ldc_prncalint);
}
public string of_initlist_lnrc_order(string wsPass, string as_moneytype) {
return base.Channel.of_initlist_lnrc_order(wsPass, as_moneytype);
}
public short of_initlnrcv_order(string wsPass, ref Saving.WcfShrlon.str_slippayout astr_slippayout) {
return base.Channel.of_initlnrcv_order(wsPass, ref astr_slippayout);
}
public short of_initlnrcv_recalint_order(string wsPass, ref Saving.WcfShrlon.str_slippayout astr_slippayout) {
return base.Channel.of_initlnrcv_recalint_order(wsPass, ref astr_slippayout);
}
public short of_saveord_lnrcv_order(string wsPass, ref Saving.WcfShrlon.str_slippayout astr_slippayout) {
return base.Channel.of_saveord_lnrcv_order(wsPass, ref astr_slippayout);
}
public int of_saveord_payin(string wsPass, ref Saving.WcfShrlon.str_slippayin astr_initpayin) {
return base.Channel.of_saveord_payin(wsPass, ref astr_initpayin);
}
public string of_printreceipt(string wsPass, string as_payinslipno, string as_formset, string coop_id, string member_no, ref string as_xml) {
return base.Channel.of_printreceipt(wsPass, as_payinslipno, as_formset, coop_id, member_no, ref as_xml);
}
public string of_printslippayin(string wsPass, string as_payinslipno, string as_formset, string coop_id, string member_no, ref string as_xml) {
return base.Channel.of_printslippayin(wsPass, as_payinslipno, as_formset, coop_id, member_no, ref as_xml);
}
public string of_printloan(string wsPass, string as_payinslipno, string as_formset, string coop_id, string member_no, ref string as_xml) {
return base.Channel.of_printloan(wsPass, as_payinslipno, as_formset, coop_id, member_no, ref as_xml);
}
public string of_printloanagree(string wsPass, string as_payinslipno, string as_formset, string coop_id, string member_no, ref string as_xml) {
return base.Channel.of_printloanagree(wsPass, as_payinslipno, as_formset, coop_id, member_no, ref as_xml);
}
public string of_printloancoll(string wsPass, string as_payinslipno, string as_formset, string coop_id, string member_no, ref string as_xml) {
return base.Channel.of_printloancoll(wsPass, as_payinslipno, as_formset, coop_id, member_no, ref as_xml);
}
public string of_printloancollagree(string wsPass, string as_payinslipno, string as_formset, string coop_id, string member_no, ref string as_xml) {
return base.Channel.of_printloancollagree(wsPass, as_payinslipno, as_formset, coop_id, member_no, ref as_xml);
}
public string of_printloandept(string wsPass, string as_payinslipno, string as_formset, string coop_id, string member_no, ref string as_xml) {
return base.Channel.of_printloandept(wsPass, as_payinslipno, as_formset, coop_id, member_no, ref as_xml);
}
public int of_saveccl_adjmth(string wsPass, Saving.WcfShrlon.str_slipcancel astr_slipcancel) {
return base.Channel.of_saveccl_adjmth(wsPass, astr_slipcancel);
}
public string of_printreceiptorder(string wsPass, string as_payinslipno, string as_formset) {
return base.Channel.of_printreceiptorder(wsPass, as_payinslipno, as_formset);
}
public int of_initlist_payinreceipt(string wsPass, string xml_main, ref string xml_detail) {
return base.Channel.of_initlist_payinreceipt(wsPass, xml_main, ref xml_detail);
}
public string ReprintLoanReceipt(string wsPass, string xml_detail, string formset) {
return base.Channel.ReprintLoanReceipt(wsPass, xml_detail, formset);
}
public string of_printreceiptloan(string wsPass, string as_payinslipno, string as_formset) {
return base.Channel.of_printreceiptloan(wsPass, as_payinslipno, as_formset);
}
public int of_initccl_ordshrwtdall(string wsPass, ref Saving.WcfShrlon.str_slipcancel slipcancle) {
return base.Channel.of_initccl_ordshrwtdall(wsPass, ref slipcancle);
}
public int of_initccl_ordshrwtddet(string wsPass, ref Saving.WcfShrlon.str_slipcancel slipcancle) {
return base.Channel.of_initccl_ordshrwtddet(wsPass, ref slipcancle);
}
public int of_saveccl_ordshrwtd(string wsPass, Saving.WcfShrlon.str_slipcancel slipcancle) {
return base.Channel.of_saveccl_ordshrwtd(wsPass, slipcancle);
}
public int of_initslippayin_initclear(string wsPass, ref string as_xmlloan, ref string xml_etc, ref decimal adc_allpayamt) {
return base.Channel.of_initslippayin_initclear(wsPass, ref as_xmlloan, ref xml_etc, ref adc_allpayamt);
}
public int of_initccl_slippayinall(string wsPass, ref Saving.WcfShrlon.str_slipcancel slipcancle) {
return base.Channel.of_initccl_slippayinall(wsPass, ref slipcancle);
}
public int of_initccl_slippayindet(string wsPass, ref Saving.WcfShrlon.str_slipcancel slipcancle) {
return base.Channel.of_initccl_slippayindet(wsPass, ref slipcancle);
}
public int of_saveccl_payin(string wsPass, Saving.WcfShrlon.str_slipcancel slipcancle) {
return base.Channel.of_saveccl_payin(wsPass, slipcancle);
}
public int of_initccl_sliplnrcvall(ref Saving.WcfShrlon.str_slipcancel slipcancle, string wsPass, string member_no, string xml_memdet, string xml_sliplist) {
return base.Channel.of_initccl_sliplnrcvall(ref slipcancle, wsPass, member_no, xml_memdet, xml_sliplist);
}
public int of_initccl_sliplnrcvdet(string wsPass, ref Saving.WcfShrlon.str_slipcancel slipcancle) {
return base.Channel.of_initccl_sliplnrcvdet(wsPass, ref slipcancle);
}
public int of_saveccl_lnrcv(string wsPass, Saving.WcfShrlon.str_slipcancel slipcancle) {
return base.Channel.of_saveccl_lnrcv(wsPass, slipcancle);
}
public int of_initccl_ordslippayinall(ref Saving.WcfShrlon.str_slipcancel slipcancle, string wsPass, string member_no, string xml_memdet, string xml_sliplist) {
return base.Channel.of_initccl_ordslippayinall(ref slipcancle, wsPass, member_no, xml_memdet, xml_sliplist);
}
public int of_initccl_ordslippayindet(ref Saving.WcfShrlon.str_slipcancel slipcancle, string wsPass, string slip_no, string xml_sliphead, string xml_slipdetail) {
return base.Channel.of_initccl_ordslippayindet(ref slipcancle, wsPass, slip_no, xml_sliphead, xml_slipdetail);
}
public int of_saveccl_ordslippayin(string wsPass, string xml_sliphead, string xml_slipdetail, string slip_no, string cancel_id, System.DateTime cancel_date) {
return base.Channel.of_saveccl_ordslippayin(wsPass, xml_sliphead, xml_slipdetail, slip_no, cancel_id, cancel_date);
}
public int of_initreq_loanyear(string wsPass, ref Saving.WcfShrlon.str_lnreqyear astr_lnreqyear) {
return base.Channel.of_initreq_loanyear(wsPass, ref astr_lnreqyear);
}
public int of_savereq_loanyear(string wsPass, ref Saving.WcfShrlon.str_lnreqyear astr_lnreqyear) {
return base.Channel.of_savereq_loanyear(wsPass, ref astr_lnreqyear);
}
public int of_checkcollmemno(string wsPass, short ai_year, string as_reqmemno, string as_collmemno, ref string as_collmemname, ref string as_errtext) {
return base.Channel.of_checkcollmemno(wsPass, ai_year, as_reqmemno, as_collmemno, ref as_collmemname, ref as_errtext);
}
public int of_initshrwtd_initclear(string wsPass, ref string as_xmlloan, ref string as_xmletc, ref decimal adc_shrstkvalue) {
return base.Channel.of_initshrwtd_initclear(wsPass, ref as_xmlloan, ref as_xmletc, ref adc_shrstkvalue);
}
public short of_initshrwtd_esttrncoll(string wsPass, ref Saving.WcfShrlon.str_shrwtdord astr_initorder) {
return base.Channel.of_initshrwtd_esttrncoll(wsPass, ref astr_initorder);
}
public int of_initccl_slippayinday(string wsPass, ref Saving.WcfShrlon.str_slipcancel slipcancle) {
return base.Channel.of_initccl_slippayinday(wsPass, ref slipcancle);
}
public int of_initccl_sliplnrcvday(string wsPass, ref Saving.WcfShrlon.str_slipcancel slipcancle) {
return base.Channel.of_initccl_sliplnrcvday(wsPass, ref slipcancle);
}
public int of_initccl_slipshrwtdday(string wsPass, ref Saving.WcfShrlon.str_slipcancel slipcancle) {
return base.Channel.of_initccl_slipshrwtdday(wsPass, ref slipcancle);
}
public int of_openreq_loanyear(string wsPass, ref Saving.WcfShrlon.str_lnreqyear astr_lnreqyear) {
return base.Channel.of_openreq_loanyear(wsPass, ref astr_lnreqyear);
}
public int of_saveccl_loanyear(string wsPass, ref Saving.WcfShrlon.str_lnreqyear astr_lnreqyear) {
return base.Channel.of_saveccl_loanyear(wsPass, ref astr_lnreqyear);
}
public int of_getmemblnreqyear(string wsPass, string as_memno, ref string as_reqno, ref string as_xmlreqlist) {
return base.Channel.of_getmemblnreqyear(wsPass, as_memno, ref as_reqno, ref as_xmlreqlist);
}
public Saving.WcfShrlon.str_requestopen of_loanrequestopen(string wsPass, Saving.WcfShrlon.str_requestopen strRequestOpen) {
return base.Channel.of_loanrequestopen(wsPass, strRequestOpen);
}
public int Caltimepermiss(string wsPass, string as_coopid, string as_loantype, int li_righttype, int li_lastperiod, int li_membertype, int li_notmoreshare, int li_timefrom, System.DateTime ldtm_request, System.DateTime ldtm_member, System.DateTime ldtm_work, System.DateTime ldtm_loanrecvfix) {
return base.Channel.Caltimepermiss(wsPass, as_coopid, as_loantype, li_righttype, li_lastperiod, li_membertype, li_notmoreshare, li_timefrom, ldtm_request, ldtm_member, ldtm_work, ldtm_loanrecvfix);
}
public decimal[] Calloanpermiss(string wsPass, string as_coopid, string ls_loantype, decimal ldc_salary, decimal ldc_shrstkvalue, int li_time, string as_member_no) {
return base.Channel.Calloanpermiss(wsPass, as_coopid, ls_loantype, ldc_salary, ldc_shrstkvalue, li_time, as_member_no);
}
public short InitReqReturn(string wsPass, ref string xml_head, ref string xml_detail, ref string xml_message) {
return base.Channel.InitReqReturn(wsPass, ref xml_head, ref xml_detail, ref xml_message);
}
public short OpenReqReturn(string wsPass, string request_docno, ref string xml_head, ref string xml_detail, ref string xml_message) {
return base.Channel.OpenReqReturn(wsPass, request_docno, ref xml_head, ref xml_detail, ref xml_message);
}
public short CancelReqRetrun(string wsPass, ref string xml_head, ref string xml_message, string cancelID, string branchID) {
return base.Channel.CancelReqRetrun(wsPass, ref xml_head, ref xml_message, cancelID, branchID);
}
public short SaveReqReturn(string wsPass, string xml_head, string xml_detail, string entryID, string branchID) {
return base.Channel.SaveReqReturn(wsPass, xml_head, xml_detail, entryID, branchID);
}
public int of_savelncollmast(string wsPass, ref Saving.WcfShrlon.str_lncollmast lstr_lncollmast) {
return base.Channel.of_savelncollmast(wsPass, ref lstr_lncollmast);
}
public void GenPeriodPayTab(string wsPass, ref Saving.WcfShrlon.str_genperiodpaytab astr_paytab) {
base.Channel.GenPeriodPayTab(wsPass, ref astr_paytab);
}
public int InitSlipAdjust(string wsPass, ref Saving.WcfShrlon.str_slipadjust slipAdjust) {
return base.Channel.InitSlipAdjust(wsPass, ref slipAdjust);
}
public int SaveSlipAdjust(string wsPass, ref Saving.WcfShrlon.str_slipadjust slipAdjust) {
return base.Channel.SaveSlipAdjust(wsPass, ref slipAdjust);
}
public int GetShareBase(string wsPass, string coop_id, decimal adc_salary, ref decimal adc_sharebase) {
return base.Channel.GetShareBase(wsPass, coop_id, adc_salary, ref adc_sharebase);
}
public void InitEstTrnColl(string wsPass, ref Saving.WcfShrlon.str_esttrncoll strEsttrnColl) {
base.Channel.InitEstTrnColl(wsPass, ref strEsttrnColl);
}
public int of_print_callpermiss(string wsPass, string ls_xmlmain, string ls_format, ref short li_membtime, ref decimal ldc_right25, ref decimal ldc_right33, ref decimal ldc_right35, ref decimal ldc_right26, ref decimal ldc_right40) {
return base.Channel.of_print_callpermiss(wsPass, ls_xmlmain, ls_format, ref li_membtime, ref ldc_right25, ref ldc_right33, ref ldc_right35, ref ldc_right26, ref ldc_right40);
}
public int SaveReqmbnew(string wsPass, ref Saving.WcfShrlon.str_mbreqnew astr_mbreqnew) {
return base.Channel.SaveReqmbnew(wsPass, ref astr_mbreqnew);
}
public int Initshrwtdorder(string wsPass, ref Saving.WcfShrlon.str_shrwtdord astr_resignord) {
return base.Channel.Initshrwtdorder(wsPass, ref astr_resignord);
}
public int SaveordShrwtdorder(string wsPass, ref Saving.WcfShrlon.str_shrwtdord astr_resignord) {
return base.Channel.SaveordShrwtdorder(wsPass, ref astr_resignord);
}
public int Initshrwtdesttrncoll(string wsPass, ref Saving.WcfShrlon.str_shrwtdord astr_resignord) {
return base.Channel.Initshrwtdesttrncoll(wsPass, ref astr_resignord);
}
public string of_initlist_lnrcvfin(string wsPass, string as_montype, System.DateTime adtm_paydate, string as_coopid) {
return base.Channel.of_initlist_lnrcvfin(wsPass, as_montype, adtm_paydate, as_coopid);
}
public int of_initlnrcvfin(string wsPass, ref Saving.WcfShrlon.str_slippayout astr_initpayout) {
return base.Channel.of_initlnrcvfin(wsPass, ref astr_initpayout);
}
public int of_saveslip_lnrcvfin(string wsPass, string as_slipcoopid, string as_slipno, string as_concoopid) {
return base.Channel.of_saveslip_lnrcvfin(wsPass, as_slipcoopid, as_slipno, as_concoopid);
}
public int of_getmemblnrcvfin(string wsPass, string as_coopid, string as_memno, ref string as_ordcoopid, ref string as_ordno, ref string as_xmlordlist) {
return base.Channel.of_getmemblnrcvfin(wsPass, as_coopid, as_memno, ref as_ordcoopid, ref as_ordno, ref as_xmlordlist);
}
public int of_getmembslippayinfin(string wsPass, string as_memno, ref string as_ordno, ref string as_xmlordlist) {
return base.Channel.of_getmembslippayinfin(wsPass, as_memno, ref as_ordno, ref as_xmlordlist);
}
public int of_initslippayinfin(string wsPass, ref Saving.WcfShrlon.str_slippayin astr_initpayin) {
return base.Channel.of_initslippayinfin(wsPass, ref astr_initpayin);
}
public int of_saveslip_payinfin(string wsPass, ref Saving.WcfShrlon.str_slippayin astr_initpayin) {
return base.Channel.of_saveslip_payinfin(wsPass, ref astr_initpayin);
}
public int of_initslippayin_order(string wsPass, ref Saving.WcfShrlon.str_slippayin astr_initpayin) {
return base.Channel.of_initslippayin_order(wsPass, ref astr_initpayin);
}
public int of_saveord_payin_order(string wsPass, ref Saving.WcfShrlon.str_slippayin astr_initpayin) {
return base.Channel.of_saveord_payin_order(wsPass, ref astr_initpayin);
}
public int of_initslippayin_calint_order(string wsPass, ref string as_xmlloan, string as_sliptype, System.DateTime adtm_opedate) {
return base.Channel.of_initslippayin_calint_order(wsPass, ref as_xmlloan, as_sliptype, adtm_opedate);
}
public int of_getmembshrwtdfin(string wsPass, string as_memno, string as_sliptype, ref string as_ordno, ref string as_xmlordlist) {
return base.Channel.of_getmembshrwtdfin(wsPass, as_memno, as_sliptype, ref as_ordno, ref as_xmlordlist);
}
public int of_initshrwtdfin(string wsPass, ref Saving.WcfShrlon.str_slippayout astr_initpayout) {
return base.Channel.of_initshrwtdfin(wsPass, ref astr_initpayout);
}
public int of_saveslip_shrwtdfin(string wsPass, ref Saving.WcfShrlon.str_slippayout astr_initpayout) {
return base.Channel.of_saveslip_shrwtdfin(wsPass, ref astr_initpayout);
}
public int of_initstat_mbcompgrp(string wsPass, ref Saving.WcfShrlon.str_mbstatcompgrp lstr_statcomp) {
return base.Channel.of_initstat_mbcompgrp(wsPass, ref lstr_statcomp);
}
public int of_savestat_mbcompgrp(string wsPass, ref Saving.WcfShrlon.str_mbstatcompgrp lstr_statcomp) {
return base.Channel.of_savestat_mbcompgrp(wsPass, ref lstr_statcomp);
}
public int of_initccl_slipadjmthall(string wsPass, ref Saving.WcfShrlon.str_slipcancel astr_slipcancel) {
return base.Channel.of_initccl_slipadjmthall(wsPass, ref astr_slipcancel);
}
public int of_initccl_slipadjmthdet(string wsPass, ref Saving.WcfShrlon.str_slipcancel astr_slipcancel) {
return base.Channel.of_initccl_slipadjmthdet(wsPass, ref astr_slipcancel);
}
public int SaveReqTrnmb(string wsPass, ref Saving.WcfShrlon.str_mbreqtrnmb astr_mbreqtrnmb) {
return base.Channel.SaveReqTrnmb(wsPass, ref astr_mbreqtrnmb);
}
public string InitLnContPayCriteria(string wsPass, ref Saving.WcfShrlon.str_paytab astr_paytab) {
return base.Channel.InitLnContPayCriteria(wsPass, ref astr_paytab);
}
public string InitLnContPaytable(string wsPass, ref Saving.WcfShrlon.str_paytab astr_paytab) {
return base.Channel.InitLnContPaytable(wsPass, ref astr_paytab);
}
public decimal CheckRightColl(string 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, ref Saving.WcfShrlon.str_checkrightcoll astr_checkrightcoll) {
return base.Channel.CheckRightColl(wsPass, as_memno, as_loantype, adtm_operate, as_colltype, as_refcollno, as_contclear, ai_period, ab_change, ref astr_checkrightcoll);
}
public Saving.WcfShrlon.str_slippayout InitSlipMoneyRet(string wsPass, Saving.WcfShrlon.str_slippayout strSlipPayOut) {
return base.Channel.InitSlipMoneyRet(wsPass, strSlipPayOut);
}
public int SaveSlipMoneyRet(string wsPass, Saving.WcfShrlon.str_slippayout strSlipPayOut) {
return base.Channel.SaveSlipMoneyRet(wsPass, strSlipPayOut);
}
public short ItemChangeCheckColl(string wsPass, ref Saving.WcfShrlon.str_itemchangecheckcoll strCheckColl) {
return base.Channel.ItemChangeCheckColl(wsPass, ref strCheckColl);
}
public int RunShgiftProcess(string wsPass, string ls_xmlbalcriteria, string ls_entryid, string application, string w_sheet_id) {
return base.Channel.RunShgiftProcess(wsPass, ls_xmlbalcriteria, ls_entryid, application, w_sheet_id);
}
public int RunIntchgProcess(string wsPass, string as_xmlintsetcriteria, string as_entryid, string application, string w_sheet_id) {
return base.Channel.RunIntchgProcess(wsPass, as_xmlintsetcriteria, as_entryid, application, w_sheet_id);
}
public int RunPostShrgiftProcess(string wsPass, string as_xmlgiftcriteria, string as_postid, string as_branchid, string application, string w_sheet_id) {
return base.Channel.RunPostShrgiftProcess(wsPass, as_xmlgiftcriteria, as_postid, as_branchid, application, w_sheet_id);
}
public Saving.WcfShrlon.str_shrgift InitChageShrgift(string wsPass, Saving.WcfShrlon.str_shrgift strShrgift) {
return base.Channel.InitChageShrgift(wsPass, strShrgift);
}
public Saving.WcfShrlon.str_shrgift SaveChageShrgift(string wsPass, Saving.WcfShrlon.str_shrgift strShrgift) {
return base.Channel.SaveChageShrgift(wsPass, strShrgift);
}
public int RunLnShotLongProcess(string wsPass, string as_xmlintsetcriteria, string as_userid, string application, string w_sheet_id) {
return base.Channel.RunLnShotLongProcess(wsPass, as_xmlintsetcriteria, as_userid, application, w_sheet_id);
}
public int RunCloseyearProcess(string wsPass, short ai_year, string as_branch, string as_entryid, string application, string w_sheet_id) {
return base.Channel.RunCloseyearProcess(wsPass, ai_year, as_branch, as_entryid, application, w_sheet_id);
}
public Saving.WcfShrlon.str_compound InitReqCompound(string wsPass, ref Saving.WcfShrlon.str_compound strCompound) {
return base.Channel.InitReqCompound(wsPass, ref strCompound);
}
public int SaveReqCompound(string wsPass, ref Saving.WcfShrlon.str_compound strCompound) {
return base.Channel.SaveReqCompound(wsPass, ref strCompound);
}
public int InitLnPause(string wsPass, ref Saving.WcfShrlon.str_lnpause strlnpause) {
return base.Channel.InitLnPause(wsPass, ref strlnpause);
}
public int SaveLnPause(string wsPass, ref Saving.WcfShrlon.str_lnpause strlnpause) {
return base.Channel.SaveLnPause(wsPass, ref strlnpause);
}
public int InitShareWithdraw(string wsPass, ref Saving.WcfShrlon.str_slippayout strslippayout) {
return base.Channel.InitShareWithdraw(wsPass, ref strslippayout);
}
public string InitShareWithdrawList(string wsPass, string as_coopid) {
return base.Channel.InitShareWithdrawList(wsPass, as_coopid);
}
public int PostShareWithdraw(string wsPass, ref Saving.WcfShrlon.str_slippayout strslippayout) {
return base.Channel.PostShareWithdraw(wsPass, ref strslippayout);
}
public int InitRequestResign(string wsPass, ref Saving.WcfShrlon.str_mbreqresign mbreqresign, string member_no, System.DateTime entry_date, string entry_id, string xml_dept, string xml_grt, string xml_loan, string xml_request, string xml_share, string xml_sum) {
return base.Channel.InitRequestResign(wsPass, ref mbreqresign, member_no, entry_date, entry_id, xml_dept, xml_grt, xml_loan, xml_request, xml_share, xml_sum);
}
public int SaveRequestResign(string wsPass, Saving.WcfShrlon.str_mbreqresign mbreqresign, string member_no, System.DateTime entry_date, string entry_id, string xml_dept, string xml_grt, string xml_loan, string xml_request, string xml_share, string xml_sum) {
return base.Channel.SaveRequestResign(wsPass, mbreqresign, member_no, entry_date, entry_id, xml_dept, xml_grt, xml_loan, xml_request, xml_share, xml_sum);
}
public short PostApvListResign(string wsPass, ref Saving.WcfShrlon.str_mbreqresign astr_mbreqresign) {
return base.Channel.PostApvListResign(wsPass, ref astr_mbreqresign);
}
public short InitApvListResign(string wsPass, ref Saving.WcfShrlon.str_mbreqresign astr_mbreqresign) {
return base.Channel.InitApvListResign(wsPass, ref astr_mbreqresign);
}
public short InitRequestShrPayment(string wsPass, string as_coopid, string as_memno, string memcoop_id, System.DateTime adtm_reqdate, ref string as_xmlreq) {
return base.Channel.InitRequestShrPayment(wsPass, as_coopid, as_memno, memcoop_id, adtm_reqdate, ref as_xmlreq);
}
public int SaveRequestShrPayment(string wsPass, string as_xmlreq, string as_entry, System.DateTime adtm_entrydate) {
return base.Channel.SaveRequestShrPayment(wsPass, as_xmlreq, as_entry, adtm_entrydate);
}
public short InitApvlistShrPayment(string wsPass, ref Saving.WcfShrlon.str_mbreqchgmthpay astr_mbreqchgmthpay) {
return base.Channel.InitApvlistShrPayment(wsPass, ref astr_mbreqchgmthpay);
}
public short PostApvlistShrPayment(string wsPass, ref Saving.WcfShrlon.str_mbreqchgmthpay astr_mbreqchgmthpay) {
return base.Channel.PostApvlistShrPayment(wsPass, ref astr_mbreqchgmthpay);
}
public int InitCancelSwd(string wsPass, ref Saving.WcfShrlon.str_slipcancel astr_cancelslip) {
return base.Channel.InitCancelSwd(wsPass, ref astr_cancelslip);
}
public int InitCancelSwdDet(string wsPass, ref Saving.WcfShrlon.str_slipcancel astr_cancelslip) {
return base.Channel.InitCancelSwdDet(wsPass, ref astr_cancelslip);
}
public int SaveCancelSwdDet(string wsPass, Saving.WcfShrlon.str_slipcancel astr_cancelslip) {
return base.Channel.SaveCancelSwdDet(wsPass, astr_cancelslip);
}
public string InitReqContCancel(string wsPass, string as_coopid, string as_contno) {
return base.Channel.InitReqContCancel(wsPass, as_coopid, as_contno);
}
public int SaveReqContCancel(string wsPass, string as_xmlcontccl, string as_cancelid, System.DateTime adtm_cancel, string as_coopid) {
return base.Channel.SaveReqContCancel(wsPass, as_xmlcontccl, as_cancelid, adtm_cancel, as_coopid);
}
public string SetSumOtherClr(string wsPass, string xml_main, string xml_otherclr) {
return base.Channel.SetSumOtherClr(wsPass, xml_main, xml_otherclr);
}
public int CancelRequest(string wsPass, ref string xml_main, ref string xml_message, string cancel_id, string branch) {
return base.Channel.CancelRequest(wsPass, ref xml_main, ref xml_message, cancel_id, branch);
}
public void CreateMthPayTab(string wsPass, string as_coopid, string xml_main, string xml_clear, ref string xml_head, ref string xml_detail) {
base.Channel.CreateMthPayTab(wsPass, as_coopid, xml_main, xml_clear, ref xml_head, ref xml_detail);
}
public string CollInitPrecent(string wsPass, string xml_main, string xml_garantee) {
return base.Channel.CollInitPrecent(wsPass, xml_main, xml_garantee);
}
public string CollPercCondition(string wsPass, string xml_main, string xml_garantee, ref string xml_message) {
return base.Channel.CollPercCondition(wsPass, xml_main, xml_garantee, ref xml_message);
}
public int CancelReqLoop(string wsPass, ref string xml_main, string cancel_id, string branch) {
return base.Channel.CancelReqLoop(wsPass, ref xml_main, cancel_id, branch);
}
public int CheckReqLoop(string wsPass, string loanType) {
return base.Channel.CheckReqLoop(wsPass, loanType);
}
public int of_init_mbaudit(string wsPass, ref Saving.WcfShrlon.str_mbaudit lstr_mbinfo) {
return base.Channel.of_init_mbaudit(wsPass, ref lstr_mbinfo);
}
public int of_save_mbaudit(string wsPass, ref Saving.WcfShrlon.str_mbaudit lstr_mbinfo) {
return base.Channel.of_save_mbaudit(wsPass, ref lstr_mbinfo);
}
public int ViewCollDetail(string wsPass, string as_coopid, string as_colltype, string refCollNo, System.DateTime request_date, string xml_guarantee, ref string xml_head, ref string xml_detail) {
return base.Channel.ViewCollDetail(wsPass, as_coopid, as_colltype, refCollNo, request_date, xml_guarantee, ref xml_head, ref xml_detail);
}
public int ViewLoanClearDetail(string wsPass, string as_coopid, string strData, string xml_clear, ref string xml_detail) {
return base.Channel.ViewLoanClearDetail(wsPass, as_coopid, strData, xml_clear, ref xml_detail);
}
public int RegenLoanClear(string wsPass, ref string xml_main, ref string xml_clear, ref string xml_coll, ref string xml_message) {
return base.Channel.RegenLoanClear(wsPass, ref xml_main, ref xml_clear, ref xml_coll, ref xml_message);
}
public int ResumLoanClear(string wsPass, ref string xml_main, ref string xml_clear, ref string xml_coll, string xml_loandetail, ref string xml_message) {
return base.Channel.ResumLoanClear(wsPass, ref xml_main, ref xml_clear, ref xml_coll, xml_loandetail, ref xml_message);
}
public int InitReqContAdjust(string wsPass, ref Saving.WcfShrlon.str_lncontaj contadj) {
return base.Channel.InitReqContAdjust(wsPass, ref contadj);
}
public int SaveReqContAdjust(string wsPass, Saving.WcfShrlon.str_lncontaj contadj) {
return base.Channel.SaveReqContAdjust(wsPass, contadj);
}
public int of_initlncollmastall(string wsPass, ref Saving.WcfShrlon.str_lncollmast strlncoll) {
return base.Channel.of_initlncollmastall(wsPass, ref strlncoll);
}
public int of_initlncollmastdet(string wsPass, ref Saving.WcfShrlon.str_lncollmast strlncoll) {
return base.Channel.of_initlncollmastdet(wsPass, ref strlncoll);
}
public short InitCancleResign(string wsPass, ref Saving.WcfShrlon.str_mbreqresign astr_mbreqresign) {
return base.Channel.InitCancleResign(wsPass, ref astr_mbreqresign);
}
public int SaveCancelResign(string wsPass, Saving.WcfShrlon.str_mbreqresign astr_mbreqresign) {
return base.Channel.SaveCancelResign(wsPass, astr_mbreqresign);
}
public int InitRequestChangeMb(string wsPass, ref Saving.WcfShrlon.str_adjust_mbinfo lstr_mbinfo) {
return base.Channel.InitRequestChangeMb(wsPass, ref lstr_mbinfo);
}
public int SaveRequestChangeMb(string wsPass, ref Saving.WcfShrlon.str_adjust_mbinfo lstr_mbinfo) {
return base.Channel.SaveRequestChangeMb(wsPass, ref lstr_mbinfo);
}
public int InitRequestChangeGroup(string wsPass, ref Saving.WcfShrlon.str_mbreqchggrp astr_mbreqchggrp) {
return base.Channel.InitRequestChangeGroup(wsPass, ref astr_mbreqchggrp);
}
public int SaveRequestChangeGroup(string wsPass, ref Saving.WcfShrlon.str_mbreqchggrp astr_mbreqchggrp) {
return base.Channel.SaveRequestChangeGroup(wsPass, ref astr_mbreqchggrp);
}
public int OpenRequestChangeGroup(string wsPass, ref Saving.WcfShrlon.str_mbreqchggrp astr_mbreqchggrp) {
return base.Channel.OpenRequestChangeGroup(wsPass, ref astr_mbreqchggrp);
}
public short InitApvChangeGrouplist(string wsPass, ref Saving.WcfShrlon.str_mbreqchggrp astr_mbreqchggrp) {
return base.Channel.InitApvChangeGrouplist(wsPass, ref astr_mbreqchggrp);
}
public int SaveApvChangeGroup(string wsPass, ref Saving.WcfShrlon.str_mbreqchggrp astr_mbreqchggrp) {
return base.Channel.SaveApvChangeGroup(wsPass, ref astr_mbreqchggrp);
}
public int InitReqTrnmb(string wsPass, ref Saving.WcfShrlon.str_mbreqtrnmb astr_mbreqtrnmb) {
return base.Channel.InitReqTrnmb(wsPass, ref astr_mbreqtrnmb);
}
public int InitApvListTrnmb(string wsPass, ref Saving.WcfShrlon.str_mbreqtrnmb astr_mbreqtrnmb) {
return base.Channel.InitApvListTrnmb(wsPass, ref astr_mbreqtrnmb);
}
public int OpenReqTrnmb(string wsPass, ref Saving.WcfShrlon.str_mbreqtrnmb astr_mbreqtrnmb) {
return base.Channel.OpenReqTrnmb(wsPass, ref astr_mbreqtrnmb);
}
public int SaveApvTrnmb(string wsPass, ref Saving.WcfShrlon.str_mbreqtrnmb astr_mbreqtrnmb) {
return base.Channel.SaveApvTrnmb(wsPass, ref astr_mbreqtrnmb);
}
public int RunProcPreparepay(string wsPass, ref Saving.WcfShrlon.str_proclnprepare astr_proclnprepate, string application, string w_sheet_id) {
return base.Channel.RunProcPreparepay(wsPass, ref astr_proclnprepate, application, w_sheet_id);
}
public short InitApvNewMemberList(string wsPass, ref Saving.WcfShrlon.str_mbreqnew astr_mbreqnew) {
return base.Channel.InitApvNewMemberList(wsPass, ref astr_mbreqnew);
}
public string[] InitSlipPayIn(string wsPass, string ls_memno, string ls_sliptype, System.DateTime ldtm_slipdate, System.DateTime ldtm_opedate, string ls_entry_id, string ls_branch_id) {
return base.Channel.InitSlipPayIn(wsPass, ls_memno, ls_sliptype, ldtm_slipdate, ldtm_opedate, ls_entry_id, ls_branch_id);
}
public int InitSlipPayInStr(string wsPass, ref Saving.WcfShrlon.str_slippayin strxml) {
return base.Channel.InitSlipPayInStr(wsPass, ref strxml);
}
public string InitSlipPayInCalInt(string wsPass, string as_xmlloan, string as_sliptype, System.DateTime datecal) {
return base.Channel.InitSlipPayInCalInt(wsPass, as_xmlloan, as_sliptype, datecal);
}
public int SaveSlipPayIn(string wsPass, ref Saving.WcfShrlon.str_slippayin strslip) {
return base.Channel.SaveSlipPayIn(wsPass, ref strslip);
}
public int SaveSlipPayInPEA(string wsPass, ref Saving.WcfShrlon.str_slippayin strslip) {
return base.Channel.SaveSlipPayInPEA(wsPass, ref strslip);
}
public string Initlist_lnreqapv(string wsPass, string as_coopid, string as_endcoopid) {
return base.Channel.Initlist_lnreqapv(wsPass, as_coopid, as_endcoopid);
}
public string GetLastKeeping(string wsPass, string xml_main) {
return base.Channel.GetLastKeeping(wsPass, xml_main);
}
public string GetNextContractNo(string wsPass, string as_coopid, string as_loantype) {
return base.Channel.GetNextContractNo(wsPass, as_coopid, as_loantype);
}
public string GenReqDocNo(string wsPass, string as_coopid, string as_loantype) {
return base.Channel.GenReqDocNo(wsPass, as_coopid, as_loantype);
}
public string SaveLnReqRpv(string wsPass, string as_xmlreqlist, string as_apvid, string as_concoppid, System.DateTime adtm_apvdate) {
return base.Channel.SaveLnReqRpv(wsPass, as_xmlreqlist, as_apvid, as_concoppid, adtm_apvdate);
}
public int LoanRightItemChangeMain(string wsPass, ref Saving.WcfShrlon.str_itemchange setitem) {
return base.Channel.LoanRightItemChangeMain(wsPass, ref setitem);
}
public int LoanRightItemChangeColl(string wsPass, ref Saving.WcfShrlon.str_itemchange setitem) {
return base.Channel.LoanRightItemChangeColl(wsPass, ref setitem);
}
public int LoanRightItemChangeClear(string wsPass, ref Saving.WcfShrlon.str_itemchange setitem) {
return base.Channel.LoanRightItemChangeClear(wsPass, ref setitem);
}
public string LoanRightSaveReqloan(string wsPass, ref Saving.WcfShrlon.str_savereqloan strSave) {
return base.Channel.LoanRightSaveReqloan(wsPass, ref strSave);
}
public Saving.WcfShrlon.str_lntrncoll InitLnTrnColl(string wsPass, Saving.WcfShrlon.str_lntrncoll str) {
return base.Channel.InitLnTrnColl(wsPass, str);
}
public bool SaveLnTrnColl(string wsPass, Saving.WcfShrlon.str_lntrncoll str) {
return base.Channel.SaveLnTrnColl(wsPass, str);
}
public string[] InitLnTrnCollRecalTrn(string wsPass, string xmlmast, string xmldetail) {
return base.Channel.InitLnTrnCollRecalTrn(wsPass, xmlmast, xmldetail);
}
public Saving.WcfShrlon.str_slippayout InitLnRcv(string wsPass, Saving.WcfShrlon.str_slippayout strSlipPayOut) {
return base.Channel.InitLnRcv(wsPass, strSlipPayOut);
}
public int GetMemblnrcv(string 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.GetMemblnrcv(wsPass, as_memcoopid, as_memno, ref as_initfrom, ref as_reqcoopid, ref as_reqcontno, ref as_xmllnrcv);
}
public int SaveMBreqApv(string wsPass, ref Saving.WcfShrlon.str_mbreqnew astr_mbreqnew) {
return base.Channel.SaveMBreqApv(wsPass, ref astr_mbreqnew);
}
public string InitListLnRcv(string wsPass, string as_coopid) {
return base.Channel.InitListLnRcv(wsPass, as_coopid);
}
public Saving.WcfShrlon.str_slippayout InitLnRcv_RecalInt(string wsPass, Saving.WcfShrlon.str_slippayout strSlipPayOut) {
return base.Channel.InitLnRcv_RecalInt(wsPass, strSlipPayOut);
}
public int of_saveslip_lnrcv(string wsPass, ref Saving.WcfShrlon.str_slippayout strSlipPayOut) {
return base.Channel.of_saveslip_lnrcv(wsPass, ref strSlipPayOut);
}
public Saving.WcfShrlon.str_requestopen LoanRequestOpen(string wsPass, Saving.WcfShrlon.str_requestopen strRequestOpen) {
return base.Channel.LoanRequestOpen(wsPass, strRequestOpen);
}
public decimal GetShareMonthRate(string wsPass, string as_sharetype, decimal adc_salary) {
return base.Channel.GetShareMonthRate(wsPass, as_sharetype, adc_salary);
}
public bool IsvalidIdCard(string wsPass, string as_idcard) {
return base.Channel.IsvalidIdCard(wsPass, as_idcard);
}
public System.DateTime CalReTryDate(string wsPass, System.DateTime adtm_birthdate) {
return base.Channel.CalReTryDate(wsPass, adtm_birthdate);
}
public string ReqLoopOpen(string wsPass, string xml_main) {
return base.Channel.ReqLoopOpen(wsPass, xml_main);
}
public string ReCalFee(string wsPass, string xml_main) {
return base.Channel.ReCalFee(wsPass, xml_main);
}
public string ItemChangeReqLoop(string wsPass, string xml_main, string xml_reqloop) {
return base.Channel.ItemChangeReqLoop(wsPass, xml_main, xml_reqloop);
}
}
}