//------------------------------------------------------------------------------
//
// 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.WcfInvestment {
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_lcnoticemthlist", Namespace="http://schemas.datacontract.org/2004/07/pbservice")]
[System.SerializableAttribute()]
public partial struct str_lcnoticemthlist : System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string member_noField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string memcoop_idField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string notice_docnoField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string noticecoop_idField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string xml_listField;
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
get {
return this.extensionDataField;
}
set {
this.extensionDataField = value;
}
}
[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 notice_docno {
get {
return this.notice_docnoField;
}
set {
if ((object.ReferenceEquals(this.notice_docnoField, value) != true)) {
this.notice_docnoField = value;
this.RaisePropertyChanged("notice_docno");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string noticecoop_id {
get {
return this.noticecoop_idField;
}
set {
if ((object.ReferenceEquals(this.noticecoop_idField, value) != true)) {
this.noticecoop_idField = value;
this.RaisePropertyChanged("noticecoop_id");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string xml_list {
get {
return this.xml_listField;
}
set {
if ((object.ReferenceEquals(this.xml_listField, value) != true)) {
this.xml_listField = value;
this.RaisePropertyChanged("xml_list");
}
}
}
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_lcreqloan", Namespace="http://schemas.datacontract.org/2004/07/pbservice")]
[System.SerializableAttribute()]
public partial struct str_lcreqloan : System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string approve_bycoopidField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private System.DateTime approve_dateField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string approve_idField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string coop_idField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string entry_bycoopidField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string entry_idField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string loancontract_noField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private System.DateTime loanrequest_dateField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string loanrequest_docnoField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string loantype_codeField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string member_noField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string memcoop_idField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string message_fromsrvField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string xml_lccontclrField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string xml_lccontclrothField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string xml_lccontcollField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string xml_lcintspcField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string xml_lcreqloanField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string xml_lcsignlistField;
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
get {
return this.extensionDataField;
}
set {
this.extensionDataField = value;
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string approve_bycoopid {
get {
return this.approve_bycoopidField;
}
set {
if ((object.ReferenceEquals(this.approve_bycoopidField, value) != true)) {
this.approve_bycoopidField = value;
this.RaisePropertyChanged("approve_bycoopid");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public System.DateTime approve_date {
get {
return this.approve_dateField;
}
set {
if ((this.approve_dateField.Equals(value) != true)) {
this.approve_dateField = value;
this.RaisePropertyChanged("approve_date");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string approve_id {
get {
return this.approve_idField;
}
set {
if ((object.ReferenceEquals(this.approve_idField, value) != true)) {
this.approve_idField = value;
this.RaisePropertyChanged("approve_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_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 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 System.DateTime loanrequest_date {
get {
return this.loanrequest_dateField;
}
set {
if ((this.loanrequest_dateField.Equals(value) != true)) {
this.loanrequest_dateField = value;
this.RaisePropertyChanged("loanrequest_date");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string loanrequest_docno {
get {
return this.loanrequest_docnoField;
}
set {
if ((object.ReferenceEquals(this.loanrequest_docnoField, value) != true)) {
this.loanrequest_docnoField = value;
this.RaisePropertyChanged("loanrequest_docno");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string loantype_code {
get {
return this.loantype_codeField;
}
set {
if ((object.ReferenceEquals(this.loantype_codeField, value) != true)) {
this.loantype_codeField = value;
this.RaisePropertyChanged("loantype_code");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public 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 message_fromsrv {
get {
return this.message_fromsrvField;
}
set {
if ((object.ReferenceEquals(this.message_fromsrvField, value) != true)) {
this.message_fromsrvField = value;
this.RaisePropertyChanged("message_fromsrv");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string xml_lccontclr {
get {
return this.xml_lccontclrField;
}
set {
if ((object.ReferenceEquals(this.xml_lccontclrField, value) != true)) {
this.xml_lccontclrField = value;
this.RaisePropertyChanged("xml_lccontclr");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string xml_lccontclroth {
get {
return this.xml_lccontclrothField;
}
set {
if ((object.ReferenceEquals(this.xml_lccontclrothField, value) != true)) {
this.xml_lccontclrothField = value;
this.RaisePropertyChanged("xml_lccontclroth");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string xml_lccontcoll {
get {
return this.xml_lccontcollField;
}
set {
if ((object.ReferenceEquals(this.xml_lccontcollField, value) != true)) {
this.xml_lccontcollField = value;
this.RaisePropertyChanged("xml_lccontcoll");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string xml_lcintspc {
get {
return this.xml_lcintspcField;
}
set {
if ((object.ReferenceEquals(this.xml_lcintspcField, value) != true)) {
this.xml_lcintspcField = value;
this.RaisePropertyChanged("xml_lcintspc");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string xml_lcreqloan {
get {
return this.xml_lcreqloanField;
}
set {
if ((object.ReferenceEquals(this.xml_lcreqloanField, value) != true)) {
this.xml_lcreqloanField = value;
this.RaisePropertyChanged("xml_lcreqloan");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string xml_lcsignlist {
get {
return this.xml_lcsignlistField;
}
set {
if ((object.ReferenceEquals(this.xml_lcsignlistField, value) != true)) {
this.xml_lcsignlistField = value;
this.RaisePropertyChanged("xml_lcsignlist");
}
}
}
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_lclnrcvlist", Namespace="http://schemas.datacontract.org/2004/07/pbservice")]
[System.SerializableAttribute()]
public partial struct str_lclnrcvlist : System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string concoop_idField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string loancontract_noField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string member_noField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string memcoop_idField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string xml_listField;
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
get {
return this.extensionDataField;
}
set {
this.extensionDataField = value;
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string concoop_id {
get {
return this.concoop_idField;
}
set {
if ((object.ReferenceEquals(this.concoop_idField, value) != true)) {
this.concoop_idField = value;
this.RaisePropertyChanged("concoop_id");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string 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 string xml_list {
get {
return this.xml_listField;
}
set {
if ((object.ReferenceEquals(this.xml_listField, value) != true)) {
this.xml_listField = value;
this.RaisePropertyChanged("xml_list");
}
}
}
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_lcslippayout", Namespace="http://schemas.datacontract.org/2004/07/pbservice")]
[System.SerializableAttribute()]
public partial struct str_lcslippayout : System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string concoop_idField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string entry_bycoopidField;
[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 short order_flagField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string payinslip_noField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string payoutslip_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_paylistField;
[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_slipmemdetField;
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
get {
return this.extensionDataField;
}
set {
this.extensionDataField = value;
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string concoop_id {
get {
return this.concoop_idField;
}
set {
if ((object.ReferenceEquals(this.concoop_idField, value) != true)) {
this.concoop_idField = value;
this.RaisePropertyChanged("concoop_id");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string entry_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 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 short order_flag {
get {
return this.order_flagField;
}
set {
if ((this.order_flagField.Equals(value) != true)) {
this.order_flagField = value;
this.RaisePropertyChanged("order_flag");
}
}
}
[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 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 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_paylist {
get {
return this.xml_paylistField;
}
set {
if ((object.ReferenceEquals(this.xml_paylistField, value) != true)) {
this.xml_paylistField = value;
this.RaisePropertyChanged("xml_paylist");
}
}
}
[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_slipmemdet {
get {
return this.xml_slipmemdetField;
}
set {
if ((object.ReferenceEquals(this.xml_slipmemdetField, value) != true)) {
this.xml_slipmemdetField = value;
this.RaisePropertyChanged("xml_slipmemdet");
}
}
}
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_lcslippayin", Namespace="http://schemas.datacontract.org/2004/07/pbservice")]
[System.SerializableAttribute()]
public partial struct str_lcslippayin : 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 member_noField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string memcoop_idField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private System.DateTime operate_dateField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private short order_flagField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string payinslip_noField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string ref_slipnoField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string 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_memdetField;
[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 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 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 short order_flag {
get {
return this.order_flagField;
}
set {
if ((this.order_flagField.Equals(value) != true)) {
this.order_flagField = value;
this.RaisePropertyChanged("order_flag");
}
}
}
[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 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 remark {
get {
return this.remarkField;
}
set {
if ((object.ReferenceEquals(this.remarkField, 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_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_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_lcmember", Namespace="http://schemas.datacontract.org/2004/07/pbservice")]
[System.SerializableAttribute()]
public partial struct str_lcmember : System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private short biz_yearField;
[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_lcmemberField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string xml_lcyearbizField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string xml_lcyearboardField;
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
get {
return this.extensionDataField;
}
set {
this.extensionDataField = value;
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public short biz_year {
get {
return this.biz_yearField;
}
set {
if ((this.biz_yearField.Equals(value) != true)) {
this.biz_yearField = value;
this.RaisePropertyChanged("biz_year");
}
}
}
[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_lcmember {
get {
return this.xml_lcmemberField;
}
set {
if ((object.ReferenceEquals(this.xml_lcmemberField, value) != true)) {
this.xml_lcmemberField = value;
this.RaisePropertyChanged("xml_lcmember");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string xml_lcyearbiz {
get {
return this.xml_lcyearbizField;
}
set {
if ((object.ReferenceEquals(this.xml_lcyearbizField, value) != true)) {
this.xml_lcyearbizField = value;
this.RaisePropertyChanged("xml_lcyearbiz");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string xml_lcyearboard {
get {
return this.xml_lcyearboardField;
}
set {
if ((object.ReferenceEquals(this.xml_lcyearboardField, value) != true)) {
this.xml_lcyearboardField = value;
this.RaisePropertyChanged("xml_lcyearboard");
}
}
}
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_lcslipcancel", Namespace="http://schemas.datacontract.org/2004/07/pbservice")]
[System.SerializableAttribute()]
public partial struct str_lcslipcancel : 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_descField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string cancel_idField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string member_noField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string memcoop_idField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string slip_noField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string slipcoop_idField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private short trnsave_statusField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string xml_memdetField;
[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_desc {
get {
return this.cancel_descField;
}
set {
if ((object.ReferenceEquals(this.cancel_descField, value) != true)) {
this.cancel_descField = value;
this.RaisePropertyChanged("cancel_desc");
}
}
}
[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 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 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 short trnsave_status {
get {
return this.trnsave_statusField;
}
set {
if ((this.trnsave_statusField.Equals(value) != true)) {
this.trnsave_statusField = value;
this.RaisePropertyChanged("trnsave_status");
}
}
}
[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_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_lccontaj", Namespace="http://schemas.datacontract.org/2004/07/pbservice")]
[System.SerializableAttribute()]
public partial struct str_lccontaj : 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 contcoop_idField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string entry_bycoopidField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string entry_idField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string loancontract_noField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string xml_adjcollField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string xml_adjintField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string xml_adjintspcField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string xml_adjmastField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string xml_adjpaymentField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string xml_oldadjcollField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string xml_oldadjintspcField;
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 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 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 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_adjcoll {
get {
return this.xml_adjcollField;
}
set {
if ((object.ReferenceEquals(this.xml_adjcollField, value) != true)) {
this.xml_adjcollField = value;
this.RaisePropertyChanged("xml_adjcoll");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string xml_adjint {
get {
return this.xml_adjintField;
}
set {
if ((object.ReferenceEquals(this.xml_adjintField, value) != true)) {
this.xml_adjintField = value;
this.RaisePropertyChanged("xml_adjint");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string xml_adjintspc {
get {
return this.xml_adjintspcField;
}
set {
if ((object.ReferenceEquals(this.xml_adjintspcField, value) != true)) {
this.xml_adjintspcField = value;
this.RaisePropertyChanged("xml_adjintspc");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string xml_adjmast {
get {
return this.xml_adjmastField;
}
set {
if ((object.ReferenceEquals(this.xml_adjmastField, value) != true)) {
this.xml_adjmastField = value;
this.RaisePropertyChanged("xml_adjmast");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string xml_adjpayment {
get {
return this.xml_adjpaymentField;
}
set {
if ((object.ReferenceEquals(this.xml_adjpaymentField, value) != true)) {
this.xml_adjpaymentField = value;
this.RaisePropertyChanged("xml_adjpayment");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string xml_oldadjcoll {
get {
return this.xml_oldadjcollField;
}
set {
if ((object.ReferenceEquals(this.xml_oldadjcollField, value) != true)) {
this.xml_oldadjcollField = value;
this.RaisePropertyChanged("xml_oldadjcoll");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string xml_oldadjintspc {
get {
return this.xml_oldadjintspcField;
}
set {
if ((object.ReferenceEquals(this.xml_oldadjintspcField, value) != true)) {
this.xml_oldadjintspcField = value;
this.RaisePropertyChanged("xml_oldadjintspc");
}
}
}
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_lcprocloan", Namespace="http://schemas.datacontract.org/2004/07/pbservice")]
[System.SerializableAttribute()]
public partial struct str_lcprocloan : System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string xml_optionField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string xml_reportField;
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");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string xml_report {
get {
return this.xml_reportField;
}
set {
if ((object.ReferenceEquals(this.xml_reportField, value) != true)) {
this.xml_reportField = value;
this.RaisePropertyChanged("xml_report");
}
}
}
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_lcpaytab", Namespace="http://schemas.datacontract.org/2004/07/pbservice")]
[System.SerializableAttribute()]
public partial struct str_lcpaytab : System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string concoop_idField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string loancontract_noField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private System.DateTime paytab_dateField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string xml_contdetailField;
[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 concoop_id {
get {
return this.concoop_idField;
}
set {
if ((object.ReferenceEquals(this.concoop_idField, value) != true)) {
this.concoop_idField = value;
this.RaisePropertyChanged("concoop_id");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string 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 System.DateTime paytab_date {
get {
return this.paytab_dateField;
}
set {
if ((this.paytab_dateField.Equals(value) != true)) {
this.paytab_dateField = value;
this.RaisePropertyChanged("paytab_date");
}
}
}
[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_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_lcprintcont", Namespace="http://schemas.datacontract.org/2004/07/pbservice")]
[System.SerializableAttribute()]
public partial struct str_lcprintcont : 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 loanrequest_docnoField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string xml_contcollField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string xml_contdetailField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string xml_signlist1Field;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string xml_signlist2Field;
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 loanrequest_docno {
get {
return this.loanrequest_docnoField;
}
set {
if ((object.ReferenceEquals(this.loanrequest_docnoField, value) != true)) {
this.loanrequest_docnoField = value;
this.RaisePropertyChanged("loanrequest_docno");
}
}
}
[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_signlist1 {
get {
return this.xml_signlist1Field;
}
set {
if ((object.ReferenceEquals(this.xml_signlist1Field, value) != true)) {
this.xml_signlist1Field = value;
this.RaisePropertyChanged("xml_signlist1");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string xml_signlist2 {
get {
return this.xml_signlist2Field;
}
set {
if ((object.ReferenceEquals(this.xml_signlist2Field, value) != true)) {
this.xml_signlist2Field = value;
this.RaisePropertyChanged("xml_signlist2");
}
}
}
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_lcproccls", Namespace="http://schemas.datacontract.org/2004/07/pbservice")]
[System.SerializableAttribute()]
public partial struct str_lcproccls : System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string xml_clrdocField;
[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_clrdoc {
get {
return this.xml_clrdocField;
}
set {
if ((object.ReferenceEquals(this.xml_clrdocField, value) != true)) {
this.xml_clrdocField = value;
this.RaisePropertyChanged("xml_clrdoc");
}
}
}
[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_lccalperiod", Namespace="http://schemas.datacontract.org/2004/07/pbservice")]
[System.SerializableAttribute()]
public partial struct str_lccalperiod : System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private decimal calperiod_intrateField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private short calperiod_maxinstallmentField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private decimal calperiod_prnamtField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private decimal loanpayment_fixamtField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private decimal loanpayment_percentField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private short loanpayment_typeField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string loantype_codeField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private short period_installmentField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private decimal period_lastpaymentField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private decimal period_paymentField;
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
get {
return this.extensionDataField;
}
set {
this.extensionDataField = value;
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public decimal calperiod_intrate {
get {
return this.calperiod_intrateField;
}
set {
if ((this.calperiod_intrateField.Equals(value) != true)) {
this.calperiod_intrateField = value;
this.RaisePropertyChanged("calperiod_intrate");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public short calperiod_maxinstallment {
get {
return this.calperiod_maxinstallmentField;
}
set {
if ((this.calperiod_maxinstallmentField.Equals(value) != true)) {
this.calperiod_maxinstallmentField = value;
this.RaisePropertyChanged("calperiod_maxinstallment");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public decimal calperiod_prnamt {
get {
return this.calperiod_prnamtField;
}
set {
if ((this.calperiod_prnamtField.Equals(value) != true)) {
this.calperiod_prnamtField = value;
this.RaisePropertyChanged("calperiod_prnamt");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public decimal loanpayment_fixamt {
get {
return this.loanpayment_fixamtField;
}
set {
if ((this.loanpayment_fixamtField.Equals(value) != true)) {
this.loanpayment_fixamtField = value;
this.RaisePropertyChanged("loanpayment_fixamt");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public decimal loanpayment_percent {
get {
return this.loanpayment_percentField;
}
set {
if ((this.loanpayment_percentField.Equals(value) != true)) {
this.loanpayment_percentField = value;
this.RaisePropertyChanged("loanpayment_percent");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public short loanpayment_type {
get {
return this.loanpayment_typeField;
}
set {
if ((this.loanpayment_typeField.Equals(value) != true)) {
this.loanpayment_typeField = value;
this.RaisePropertyChanged("loanpayment_type");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string loantype_code {
get {
return this.loantype_codeField;
}
set {
if ((object.ReferenceEquals(this.loantype_codeField, value) != true)) {
this.loantype_codeField = value;
this.RaisePropertyChanged("loantype_code");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public short period_installment {
get {
return this.period_installmentField;
}
set {
if ((this.period_installmentField.Equals(value) != true)) {
this.period_installmentField = value;
this.RaisePropertyChanged("period_installment");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public decimal period_lastpayment {
get {
return this.period_lastpaymentField;
}
set {
if ((this.period_lastpaymentField.Equals(value) != true)) {
this.period_lastpaymentField = value;
this.RaisePropertyChanged("period_lastpayment");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public decimal period_payment {
get {
return this.period_paymentField;
}
set {
if ((this.period_paymentField.Equals(value) != true)) {
this.period_paymentField = value;
this.RaisePropertyChanged("period_payment");
}
}
}
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
void RaisePropertyChanged(string propertyName) {
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
if ((propertyChanged != null)) {
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
}
}
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ServiceModel.ServiceContractAttribute(ConfigurationName="WcfInvestment.IInvestment")]
public interface IInvestment {
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IInvestment/of_getmembnoticemthlist", ReplyAction="http://tempuri.org/IInvestment/of_getmembnoticemthlistResponse")]
short of_getmembnoticemthlist(string wsPass, ref Saving.WcfInvestment.str_lcnoticemthlist astr_lcnoticemthlist);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IInvestment/of_initintfixchg", ReplyAction="http://tempuri.org/IInvestment/of_initintfixchgResponse")]
short of_initintfixchg(string wsPass, string as_xmloption, ref string as_xmldata);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IInvestment/of_saveintfixchg", ReplyAction="http://tempuri.org/IInvestment/of_saveintfixchgResponse")]
short of_saveintfixchg(string wsPass, ref string as_xmlintfixchg);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IInvestment/of_init_lcreqloan", ReplyAction="http://tempuri.org/IInvestment/of_init_lcreqloanResponse")]
short of_init_lcreqloan(string wsPass, ref Saving.WcfInvestment.str_lcreqloan str_lcreqloan);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IInvestment/of_save_lcreqloan", ReplyAction="http://tempuri.org/IInvestment/of_save_lcreqloanResponse")]
short of_save_lcreqloan(string wsPass, ref Saving.WcfInvestment.str_lcreqloan str_lcreqloan);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IInvestment/of_init_lcapvloan", ReplyAction="http://tempuri.org/IInvestment/of_init_lcapvloanResponse")]
short of_init_lcapvloan(string wsPass, ref Saving.WcfInvestment.str_lcreqloan astr_lcreqloan);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IInvestment/of_save_lcapvloan", ReplyAction="http://tempuri.org/IInvestment/of_save_lcapvloanResponse")]
short of_save_lcapvloan(string wsPass, ref Saving.WcfInvestment.str_lcreqloan astr_lcreqloan);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IInvestment/of_getmemb_lnrcv", ReplyAction="http://tempuri.org/IInvestment/of_getmemb_lnrcvResponse")]
short of_getmemb_lnrcv(string wsPass, ref Saving.WcfInvestment.str_lclnrcvlist astr_lclnrcvlist);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IInvestment/of_initlnrcv", ReplyAction="http://tempuri.org/IInvestment/of_initlnrcvResponse")]
short of_initlnrcv(string wsPass, ref Saving.WcfInvestment.str_lcslippayout astr_slippayout);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IInvestment/of_saveslip_lnrcv", ReplyAction="http://tempuri.org/IInvestment/of_saveslip_lnrcvResponse")]
short of_saveslip_lnrcv(string wsPass, ref Saving.WcfInvestment.str_lcslippayout astr_slippayout);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IInvestment/of_initpayin", ReplyAction="http://tempuri.org/IInvestment/of_initpayinResponse")]
short of_initpayin(string wsPass, ref Saving.WcfInvestment.str_lcslippayin atr_slslippayin);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IInvestment/of_saveord_payin", ReplyAction="http://tempuri.org/IInvestment/of_saveord_payinResponse")]
short of_saveord_payin(string wsPass, ref Saving.WcfInvestment.str_lcslippayin atr_slslippayin);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IInvestment/of_save_lcdetyear", ReplyAction="http://tempuri.org/IInvestment/of_save_lcdetyearResponse")]
short of_save_lcdetyear(string wsPass, Saving.WcfInvestment.str_lcmember astr_lcmember);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IInvestment/of_init_lcdetyear", ReplyAction="http://tempuri.org/IInvestment/of_init_lcdetyearResponse")]
short of_init_lcdetyear(string wsPass, ref Saving.WcfInvestment.str_lcmember astr_lcmember);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IInvestment/of_save_lcmember", ReplyAction="http://tempuri.org/IInvestment/of_save_lcmemberResponse")]
short of_save_lcmember(string wsPass, ref Saving.WcfInvestment.str_lcmember astr_lcmember);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IInvestment/of_open_lcmember", ReplyAction="http://tempuri.org/IInvestment/of_open_lcmemberResponse")]
short of_open_lcmember(string wsPass, ref Saving.WcfInvestment.str_lcmember astr_lcmember);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IInvestment/of_initlnrcv_recalint", ReplyAction="http://tempuri.org/IInvestment/of_initlnrcv_recalintResponse")]
short of_initlnrcv_recalint(string wsPass, ref Saving.WcfInvestment.str_lcslippayout astr_lcslippayout);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IInvestment/of_initpayin_calint", ReplyAction="http://tempuri.org/IInvestment/of_initpayin_calintResponse")]
short of_initpayin_calint(string wsPass, ref string as_xmlloan, System.DateTime adtm_operate);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IInvestment/of_initccl_payinloan", ReplyAction="http://tempuri.org/IInvestment/of_initccl_payinloanResponse")]
short of_initccl_payinloan(string wsPass, ref Saving.WcfInvestment.str_lcslipcancel astr_lcslipcancel);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IInvestment/of_saveccl_payin", ReplyAction="http://tempuri.org/IInvestment/of_saveccl_payinResponse")]
short of_saveccl_payin(string wsPass, Saving.WcfInvestment.str_lcslipcancel astr_lcslipcancel);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IInvestment/of_initccl_lnrcv", ReplyAction="http://tempuri.org/IInvestment/of_initccl_lnrcvResponse")]
short of_initccl_lnrcv(string wsPass, ref Saving.WcfInvestment.str_lcslipcancel astr_lcslipcancel);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IInvestment/of_saveccl_lnrcv", ReplyAction="http://tempuri.org/IInvestment/of_saveccl_lnrcvResponse")]
short of_saveccl_lnrcv(string wsPass, Saving.WcfInvestment.str_lcslipcancel astr_lcslipcancel);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IInvestment/of_init_reqcontadjust", ReplyAction="http://tempuri.org/IInvestment/of_init_reqcontadjustResponse")]
short of_init_reqcontadjust(string wsPass, ref Saving.WcfInvestment.str_lccontaj astr_lccontaj);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IInvestment/of_save_reqcontadjust", ReplyAction="http://tempuri.org/IInvestment/of_save_reqcontadjustResponse")]
short of_save_reqcontadjust(string wsPass, ref Saving.WcfInvestment.str_lccontaj astr_lccontaj);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IInvestment/RunLnProcNoticemthrecv", ReplyAction="http://tempuri.org/IInvestment/RunLnProcNoticemthrecvResponse")]
int RunLnProcNoticemthrecv(string wsPass, Saving.WcfInvestment.str_lcprocloan astr_lcprocloan, string application, string w_sheet_id);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IInvestment/of_initproc_paytab", ReplyAction="http://tempuri.org/IInvestment/of_initproc_paytabResponse")]
short of_initproc_paytab(string wsPass, ref Saving.WcfInvestment.str_lcpaytab astr_lcpaytab);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IInvestment/of_saveproc_paytab", ReplyAction="http://tempuri.org/IInvestment/of_saveproc_paytabResponse")]
short of_saveproc_paytab(string wsPass, ref Saving.WcfInvestment.str_lcpaytab astr_lcpaytab);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IInvestment/of_init_printcontract", ReplyAction="http://tempuri.org/IInvestment/of_init_printcontractResponse")]
short of_init_printcontract(string wsPass, ref Saving.WcfInvestment.str_lcprintcont astr_lcprintcont);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IInvestment/of_save_printcontract", ReplyAction="http://tempuri.org/IInvestment/of_save_printcontractResponse")]
short of_save_printcontract(string wsPass, ref Saving.WcfInvestment.str_lcprintcont astr_lcprintcont);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IInvestment/of_open_reqloan", ReplyAction="http://tempuri.org/IInvestment/of_open_reqloanResponse")]
short of_open_reqloan(string wsPass, ref Saving.WcfInvestment.str_lcreqloan astr_lcreqloan);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IInvestment/of_lccls_mth_opt", ReplyAction="http://tempuri.org/IInvestment/of_lccls_mth_optResponse")]
short of_lccls_mth_opt(string wsPass, Saving.WcfInvestment.str_lcproccls astr_lcproccls);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IInvestment/of_saveproc_shortlong", ReplyAction="http://tempuri.org/IInvestment/of_saveproc_shortlongResponse")]
short of_saveproc_shortlong(string wsPass, Saving.WcfInvestment.str_lcprocloan astr_lcprocloan);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IInvestment/of_initinstallment", ReplyAction="http://tempuri.org/IInvestment/of_initinstallmentResponse")]
short of_initinstallment(string wsPass, ref Saving.WcfInvestment.str_lccalperiod astr_lccalperiod);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IInvestment/of_calinstallment", ReplyAction="http://tempuri.org/IInvestment/of_calinstallmentResponse")]
short of_calinstallment(string wsPass, ref Saving.WcfInvestment.str_lccalperiod astr_lccalperiod);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IInvestment/of_calperiodpay", ReplyAction="http://tempuri.org/IInvestment/of_calperiodpayResponse")]
short of_calperiodpay(string wsPass, ref Saving.WcfInvestment.str_lccalperiod astr_lccalperiod);
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
public interface IInvestmentChannel : Saving.WcfInvestment.IInvestment, System.ServiceModel.IClientChannel {
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
public partial class InvestmentClient : System.ServiceModel.ClientBase, Saving.WcfInvestment.IInvestment {
public InvestmentClient() {
}
public InvestmentClient(string endpointConfigurationName) :
base(endpointConfigurationName) {
}
public InvestmentClient(string endpointConfigurationName, string remoteAddress) :
base(endpointConfigurationName, remoteAddress) {
}
public InvestmentClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
base(endpointConfigurationName, remoteAddress) {
}
public InvestmentClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
base(binding, remoteAddress) {
}
public short of_getmembnoticemthlist(string wsPass, ref Saving.WcfInvestment.str_lcnoticemthlist astr_lcnoticemthlist) {
return base.Channel.of_getmembnoticemthlist(wsPass, ref astr_lcnoticemthlist);
}
public short of_initintfixchg(string wsPass, string as_xmloption, ref string as_xmldata) {
return base.Channel.of_initintfixchg(wsPass, as_xmloption, ref as_xmldata);
}
public short of_saveintfixchg(string wsPass, ref string as_xmlintfixchg) {
return base.Channel.of_saveintfixchg(wsPass, ref as_xmlintfixchg);
}
public short of_init_lcreqloan(string wsPass, ref Saving.WcfInvestment.str_lcreqloan str_lcreqloan) {
return base.Channel.of_init_lcreqloan(wsPass, ref str_lcreqloan);
}
public short of_save_lcreqloan(string wsPass, ref Saving.WcfInvestment.str_lcreqloan str_lcreqloan) {
return base.Channel.of_save_lcreqloan(wsPass, ref str_lcreqloan);
}
public short of_init_lcapvloan(string wsPass, ref Saving.WcfInvestment.str_lcreqloan astr_lcreqloan) {
return base.Channel.of_init_lcapvloan(wsPass, ref astr_lcreqloan);
}
public short of_save_lcapvloan(string wsPass, ref Saving.WcfInvestment.str_lcreqloan astr_lcreqloan) {
return base.Channel.of_save_lcapvloan(wsPass, ref astr_lcreqloan);
}
public short of_getmemb_lnrcv(string wsPass, ref Saving.WcfInvestment.str_lclnrcvlist astr_lclnrcvlist) {
return base.Channel.of_getmemb_lnrcv(wsPass, ref astr_lclnrcvlist);
}
public short of_initlnrcv(string wsPass, ref Saving.WcfInvestment.str_lcslippayout astr_slippayout) {
return base.Channel.of_initlnrcv(wsPass, ref astr_slippayout);
}
public short of_saveslip_lnrcv(string wsPass, ref Saving.WcfInvestment.str_lcslippayout astr_slippayout) {
return base.Channel.of_saveslip_lnrcv(wsPass, ref astr_slippayout);
}
public short of_initpayin(string wsPass, ref Saving.WcfInvestment.str_lcslippayin atr_slslippayin) {
return base.Channel.of_initpayin(wsPass, ref atr_slslippayin);
}
public short of_saveord_payin(string wsPass, ref Saving.WcfInvestment.str_lcslippayin atr_slslippayin) {
return base.Channel.of_saveord_payin(wsPass, ref atr_slslippayin);
}
public short of_save_lcdetyear(string wsPass, Saving.WcfInvestment.str_lcmember astr_lcmember) {
return base.Channel.of_save_lcdetyear(wsPass, astr_lcmember);
}
public short of_init_lcdetyear(string wsPass, ref Saving.WcfInvestment.str_lcmember astr_lcmember) {
return base.Channel.of_init_lcdetyear(wsPass, ref astr_lcmember);
}
public short of_save_lcmember(string wsPass, ref Saving.WcfInvestment.str_lcmember astr_lcmember) {
return base.Channel.of_save_lcmember(wsPass, ref astr_lcmember);
}
public short of_open_lcmember(string wsPass, ref Saving.WcfInvestment.str_lcmember astr_lcmember) {
return base.Channel.of_open_lcmember(wsPass, ref astr_lcmember);
}
public short of_initlnrcv_recalint(string wsPass, ref Saving.WcfInvestment.str_lcslippayout astr_lcslippayout) {
return base.Channel.of_initlnrcv_recalint(wsPass, ref astr_lcslippayout);
}
public short of_initpayin_calint(string wsPass, ref string as_xmlloan, System.DateTime adtm_operate) {
return base.Channel.of_initpayin_calint(wsPass, ref as_xmlloan, adtm_operate);
}
public short of_initccl_payinloan(string wsPass, ref Saving.WcfInvestment.str_lcslipcancel astr_lcslipcancel) {
return base.Channel.of_initccl_payinloan(wsPass, ref astr_lcslipcancel);
}
public short of_saveccl_payin(string wsPass, Saving.WcfInvestment.str_lcslipcancel astr_lcslipcancel) {
return base.Channel.of_saveccl_payin(wsPass, astr_lcslipcancel);
}
public short of_initccl_lnrcv(string wsPass, ref Saving.WcfInvestment.str_lcslipcancel astr_lcslipcancel) {
return base.Channel.of_initccl_lnrcv(wsPass, ref astr_lcslipcancel);
}
public short of_saveccl_lnrcv(string wsPass, Saving.WcfInvestment.str_lcslipcancel astr_lcslipcancel) {
return base.Channel.of_saveccl_lnrcv(wsPass, astr_lcslipcancel);
}
public short of_init_reqcontadjust(string wsPass, ref Saving.WcfInvestment.str_lccontaj astr_lccontaj) {
return base.Channel.of_init_reqcontadjust(wsPass, ref astr_lccontaj);
}
public short of_save_reqcontadjust(string wsPass, ref Saving.WcfInvestment.str_lccontaj astr_lccontaj) {
return base.Channel.of_save_reqcontadjust(wsPass, ref astr_lccontaj);
}
public int RunLnProcNoticemthrecv(string wsPass, Saving.WcfInvestment.str_lcprocloan astr_lcprocloan, string application, string w_sheet_id) {
return base.Channel.RunLnProcNoticemthrecv(wsPass, astr_lcprocloan, application, w_sheet_id);
}
public short of_initproc_paytab(string wsPass, ref Saving.WcfInvestment.str_lcpaytab astr_lcpaytab) {
return base.Channel.of_initproc_paytab(wsPass, ref astr_lcpaytab);
}
public short of_saveproc_paytab(string wsPass, ref Saving.WcfInvestment.str_lcpaytab astr_lcpaytab) {
return base.Channel.of_saveproc_paytab(wsPass, ref astr_lcpaytab);
}
public short of_init_printcontract(string wsPass, ref Saving.WcfInvestment.str_lcprintcont astr_lcprintcont) {
return base.Channel.of_init_printcontract(wsPass, ref astr_lcprintcont);
}
public short of_save_printcontract(string wsPass, ref Saving.WcfInvestment.str_lcprintcont astr_lcprintcont) {
return base.Channel.of_save_printcontract(wsPass, ref astr_lcprintcont);
}
public short of_open_reqloan(string wsPass, ref Saving.WcfInvestment.str_lcreqloan astr_lcreqloan) {
return base.Channel.of_open_reqloan(wsPass, ref astr_lcreqloan);
}
public short of_lccls_mth_opt(string wsPass, Saving.WcfInvestment.str_lcproccls astr_lcproccls) {
return base.Channel.of_lccls_mth_opt(wsPass, astr_lcproccls);
}
public short of_saveproc_shortlong(string wsPass, Saving.WcfInvestment.str_lcprocloan astr_lcprocloan) {
return base.Channel.of_saveproc_shortlong(wsPass, astr_lcprocloan);
}
public short of_initinstallment(string wsPass, ref Saving.WcfInvestment.str_lccalperiod astr_lccalperiod) {
return base.Channel.of_initinstallment(wsPass, ref astr_lccalperiod);
}
public short of_calinstallment(string wsPass, ref Saving.WcfInvestment.str_lccalperiod astr_lccalperiod) {
return base.Channel.of_calinstallment(wsPass, ref astr_lccalperiod);
}
public short of_calperiodpay(string wsPass, ref Saving.WcfInvestment.str_lccalperiod astr_lccalperiod) {
return base.Channel.of_calperiodpay(wsPass, ref astr_lccalperiod);
}
}
}