//------------------------------------------------------------------------------
//
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
//
//------------------------------------------------------------------------------
namespace CoreSavingLibrary.WcfNDeposit {
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_procdeptupmonth", Namespace="http://schemas.datacontract.org/2004/07/Sybase.PowerBuilder.WCFNVO")]
[System.SerializableAttribute()]
public partial struct str_procdeptupmonth : System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private System.DateTime adtm_operatedateField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private System.DateTime adtm_pmondateField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private short ai_monthField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private short ai_status_deptaccField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private short ai_status_pensionField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private short ai_yearField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string as_coopidField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string as_edeptaccountField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string as_entry_idField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string as_sdeptaccountField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string as_terminal_idField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string end_groupField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private short group_statusField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string start_groupField;
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
get {
return this.extensionDataField;
}
set {
this.extensionDataField = value;
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public System.DateTime adtm_operatedate {
get {
return this.adtm_operatedateField;
}
set {
if ((this.adtm_operatedateField.Equals(value) != true)) {
this.adtm_operatedateField = value;
this.RaisePropertyChanged("adtm_operatedate");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public System.DateTime adtm_pmondate {
get {
return this.adtm_pmondateField;
}
set {
if ((this.adtm_pmondateField.Equals(value) != true)) {
this.adtm_pmondateField = value;
this.RaisePropertyChanged("adtm_pmondate");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public short ai_month {
get {
return this.ai_monthField;
}
set {
if ((this.ai_monthField.Equals(value) != true)) {
this.ai_monthField = value;
this.RaisePropertyChanged("ai_month");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public short ai_status_deptacc {
get {
return this.ai_status_deptaccField;
}
set {
if ((this.ai_status_deptaccField.Equals(value) != true)) {
this.ai_status_deptaccField = value;
this.RaisePropertyChanged("ai_status_deptacc");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public short ai_status_pension {
get {
return this.ai_status_pensionField;
}
set {
if ((this.ai_status_pensionField.Equals(value) != true)) {
this.ai_status_pensionField = value;
this.RaisePropertyChanged("ai_status_pension");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public short ai_year {
get {
return this.ai_yearField;
}
set {
if ((this.ai_yearField.Equals(value) != true)) {
this.ai_yearField = value;
this.RaisePropertyChanged("ai_year");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string as_coopid {
get {
return this.as_coopidField;
}
set {
if ((object.ReferenceEquals(this.as_coopidField, value) != true)) {
this.as_coopidField = value;
this.RaisePropertyChanged("as_coopid");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string as_edeptaccount {
get {
return this.as_edeptaccountField;
}
set {
if ((object.ReferenceEquals(this.as_edeptaccountField, value) != true)) {
this.as_edeptaccountField = value;
this.RaisePropertyChanged("as_edeptaccount");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string as_entry_id {
get {
return this.as_entry_idField;
}
set {
if ((object.ReferenceEquals(this.as_entry_idField, value) != true)) {
this.as_entry_idField = value;
this.RaisePropertyChanged("as_entry_id");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string as_sdeptaccount {
get {
return this.as_sdeptaccountField;
}
set {
if ((object.ReferenceEquals(this.as_sdeptaccountField, value) != true)) {
this.as_sdeptaccountField = value;
this.RaisePropertyChanged("as_sdeptaccount");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string as_terminal_id {
get {
return this.as_terminal_idField;
}
set {
if ((object.ReferenceEquals(this.as_terminal_idField, value) != true)) {
this.as_terminal_idField = value;
this.RaisePropertyChanged("as_terminal_id");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string end_group {
get {
return this.end_groupField;
}
set {
if ((object.ReferenceEquals(this.end_groupField, value) != true)) {
this.end_groupField = value;
this.RaisePropertyChanged("end_group");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public short group_status {
get {
return this.group_statusField;
}
set {
if ((this.group_statusField.Equals(value) != true)) {
this.group_statusField = value;
this.RaisePropertyChanged("group_status");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string start_group {
get {
return this.start_groupField;
}
set {
if ((object.ReferenceEquals(this.start_groupField, value) != true)) {
this.start_groupField = value;
this.RaisePropertyChanged("start_group");
}
}
}
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
void RaisePropertyChanged(string propertyName) {
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
if ((propertyChanged != null)) {
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
}
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
[System.Runtime.Serialization.DataContractAttribute(Name="str_proctrnpayin", Namespace="http://schemas.datacontract.org/2004/07/Sybase.PowerBuilder.WCFNVO")]
[System.SerializableAttribute()]
public partial struct str_proctrnpayin : System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private short addshareperiod_flagField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string contcoop_idField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string coop_idField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string entry_idField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string payinslip_endnoField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string payinslip_startnoField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string source_codeField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private System.DateTime trans_dateField;
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
get {
return this.extensionDataField;
}
set {
this.extensionDataField = value;
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public short addshareperiod_flag {
get {
return this.addshareperiod_flagField;
}
set {
if ((this.addshareperiod_flagField.Equals(value) != true)) {
this.addshareperiod_flagField = value;
this.RaisePropertyChanged("addshareperiod_flag");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string contcoop_id {
get {
return this.contcoop_idField;
}
set {
if ((object.ReferenceEquals(this.contcoop_idField, value) != true)) {
this.contcoop_idField = value;
this.RaisePropertyChanged("contcoop_id");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string coop_id {
get {
return this.coop_idField;
}
set {
if ((object.ReferenceEquals(this.coop_idField, value) != true)) {
this.coop_idField = value;
this.RaisePropertyChanged("coop_id");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string entry_id {
get {
return this.entry_idField;
}
set {
if ((object.ReferenceEquals(this.entry_idField, value) != true)) {
this.entry_idField = value;
this.RaisePropertyChanged("entry_id");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string payinslip_endno {
get {
return this.payinslip_endnoField;
}
set {
if ((object.ReferenceEquals(this.payinslip_endnoField, value) != true)) {
this.payinslip_endnoField = value;
this.RaisePropertyChanged("payinslip_endno");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string payinslip_startno {
get {
return this.payinslip_startnoField;
}
set {
if ((object.ReferenceEquals(this.payinslip_startnoField, value) != true)) {
this.payinslip_startnoField = value;
this.RaisePropertyChanged("payinslip_startno");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string source_code {
get {
return this.source_codeField;
}
set {
if ((object.ReferenceEquals(this.source_codeField, value) != true)) {
this.source_codeField = value;
this.RaisePropertyChanged("source_code");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public System.DateTime trans_date {
get {
return this.trans_dateField;
}
set {
if ((this.trans_dateField.Equals(value) != true)) {
this.trans_dateField = value;
this.RaisePropertyChanged("trans_date");
}
}
}
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
void RaisePropertyChanged(string propertyName) {
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
if ((propertyChanged != null)) {
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
}
}
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ServiceModel.ServiceContractAttribute(Namespace="http://tempurl.org", ConfigurationName="WcfNDeposit.n_deposit")]
public interface n_deposit {
[System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_deposit/of_close_year", ReplyAction="http://tempurl.org/n_deposit/of_close_yearResponse")]
bool of_close_year(string as_wspass, short year, System.DateTime operatedate, string entryid, string machineid, string application, string branchid);
[System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_deposit/of_print_slip", ReplyAction="http://tempurl.org/n_deposit/of_print_slipResponse")]
short of_print_slip(string as_wspass, string slipno, string coopid, string printset, short ai_status, ref string xml_return);
[System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_deposit/of_analizeaccno", ReplyAction="http://tempurl.org/n_deposit/of_analizeaccnoResponse")]
string of_analizeaccno(string as_wspass, string deptaccountnoformat);
[System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_deposit/of_init_deptslip", ReplyAction="http://tempurl.org/n_deposit/of_init_deptslipResponse")]
string of_init_deptslip(string as_wspass, string coopid, string deptaccountno, string slipcoopid, System.DateTime entrydate, string entryid, string machineid);
[System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_deposit/of_get_default_accid", ReplyAction="http://tempurl.org/n_deposit/of_get_default_accidResponse")]
string of_get_default_accid(string as_wspass, string coop_id, string deptwith);
[System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_deposit/of_getrevpaygrp", ReplyAction="http://tempurl.org/n_deposit/of_getrevpaygrpResponse")]
string of_getrevpaygrp(string as_wspass, string recvpaytype_code);
[System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_deposit/of_get_cashtype", ReplyAction="http://tempurl.org/n_deposit/of_get_cashtypeResponse")]
string of_get_cashtype(string as_wspass, string recpaytype);
[System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_deposit/of_get_deptgroup", ReplyAction="http://tempurl.org/n_deposit/of_get_deptgroupResponse")]
string of_get_deptgroup(string as_wspass, string depttype_code);
[System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_deposit/of_init_deptslip_det", ReplyAction="http://tempurl.org/n_deposit/of_init_deptslip_detResponse")]
string of_init_deptslip_det(string as_wspass, string depttype, string deptaccountno, string branchid, System.DateTime entrydate, string recppaygrp);
[System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_deposit/of_init_deptslip_calint", ReplyAction="http://tempurl.org/n_deposit/of_init_deptslip_calintResponse")]
short of_init_deptslip_calint(string as_wspass, string accno, string deptcoopid, string entryid, System.DateTime entrydate, string machineid, ref string xmlslipmaster, ref string xmlslipitem, ref string errormessage, ref decimal adc_intsum);
[System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_deposit/of_is_equal_dept", ReplyAction="http://tempurl.org/n_deposit/of_is_equal_deptResponse")]
decimal of_is_equal_dept(string as_wspass, string deptaccountno, string as_coop_id, decimal balance, string depttypecode, string sliptype, ref decimal deptamt);
[System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_deposit/of_chack_masdue", ReplyAction="http://tempurl.org/n_deposit/of_chack_masdueResponse")]
short of_chack_masdue(string as_wspass, string accno);
[System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_deposit/of_chk_withdrawcount", ReplyAction="http://tempurl.org/n_deposit/of_chk_withdrawcountResponse")]
short of_chk_withdrawcount(string as_wspass, string depttypecode, string coopcontrol, string accno, string ls_itemgrp, string ls_itemtype_code, short count_wtd, decimal ldc_intslip_amt, ref short count_wtdref, ref decimal ldc_fee, System.DateTime workdate, ref string as_errmessage);
[System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_deposit/of_deposit", ReplyAction="http://tempurl.org/n_deposit/of_depositResponse")]
string of_deposit(string as_wspass, string xmlslipmaster, string xmlslipchq, string xmlslipitem, string as_apvdoc);
[System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_deposit/of_withdraw_close", ReplyAction="http://tempurl.org/n_deposit/of_withdraw_closeResponse")]
string of_withdraw_close(string as_wspass, string xmlslipmaster, string xmlslipitem, string xmlslipchq, string as_apvdoc);
[System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_deposit/of_check_right_permission", ReplyAction="http://tempurl.org/n_deposit/of_check_right_permissionResponse")]
short of_check_right_permission(string as_wspass, string userid, string branchid, string deptslipxml, string deptchqxml, short openaccount, ref string as_apvdoc, ref string apvcode, ref string codedesc);
[System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_deposit/of_openaccount", ReplyAction="http://tempurl.org/n_deposit/of_openaccountResponse")]
short of_openaccount(string as_wspass, string xmlmaster, string xmlcheque, string xmlcodept, short period, ref string deptaccountno, ref string slip_no, ref string as_apvdoc);
[System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_deposit/of_getduedate", ReplyAction="http://tempurl.org/n_deposit/of_getduedateResponse")]
System.DateTime of_getduedate(string as_wspass, string depttype, System.DateTime fromdate);
[System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_deposit/of_get_namemember", ReplyAction="http://tempurl.org/n_deposit/of_get_namememberResponse")]
string of_get_namemember(string as_wspass, string memberno, string branchid, short memberflag);
[System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_deposit/of_cancel_close", ReplyAction="http://tempurl.org/n_deposit/of_cancel_closeResponse")]
string of_cancel_close(string as_wspass, string deptaccountno, string branchid, System.DateTime entrydate, string entryid, string apv_id);
[System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_deposit/of_operate_cancel", ReplyAction="http://tempurl.org/n_deposit/of_operate_cancelResponse")]
string of_operate_cancel(string as_wspass, string slipno, string branchid, string entryid, string machineid, System.DateTime workdate, string apv_id);
[System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_deposit/of_init_data_for_sequest", ReplyAction="http://tempurl.org/n_deposit/of_init_data_for_sequestResponse")]
string of_init_data_for_sequest(string as_wspass, string deptacc, string branchid, string machine, string userid, System.DateTime date);
[System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_deposit/of_update_sequest", ReplyAction="http://tempurl.org/n_deposit/of_update_sequestResponse")]
short of_update_sequest(string as_wspass, string sequestxml);
[System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_deposit/of_procdepttrancut_loankeep", ReplyAction="http://tempurl.org/n_deposit/of_procdepttrancut_loankeepResponse")]
short of_procdepttrancut_loankeep(string as_wspass, System.DateTime adtm_entrydate, string as_entryid, string as_machine, string as_period, string as_coopid);
[System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_deposit/of_procdeptupmonth", ReplyAction="http://tempurl.org/n_deposit/of_procdeptupmonthResponse")]
short of_procdeptupmonth(string as_wspass, string appname, string w_sheet_id, ref CoreSavingLibrary.WcfNDeposit.str_procdeptupmonth str);
[System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_deposit/of_initintrate_onedate", ReplyAction="http://tempurl.org/n_deposit/of_initintrate_onedateResponse")]
string of_initintrate_onedate(string as_wspass, string headxml);
[System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_deposit/of_insert_newrate_int", ReplyAction="http://tempurl.org/n_deposit/of_insert_newrate_intResponse")]
short of_insert_newrate_int(string as_wspass, string headxml, string ratexml, string entryid, System.DateTime entrydate);
[System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_deposit/of_get_intdisplay", ReplyAction="http://tempurl.org/n_deposit/of_get_intdisplayResponse")]
short of_get_intdisplay(string as_wspass, string depttype, ref string intdisplay);
[System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_deposit/of_show_int_all", ReplyAction="http://tempurl.org/n_deposit/of_show_int_allResponse")]
short of_show_int_all(string as_wspass, ref string ls_xml_int);
[System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_deposit/of_check_approved", ReplyAction="http://tempurl.org/n_deposit/of_check_approvedResponse")]
string of_check_approved(string as_wspass, string processid, string branchid);
[System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_deposit/of_print_book_firstpage", ReplyAction="http://tempurl.org/n_deposit/of_print_book_firstpageResponse")]
short of_print_book_firstpage(string as_wspass, string deptaccountno, string as_coopid, System.DateTime workdate, string entryid, string bookno, string reason, string avpid, short nf, string printset, short rp, short p_status, ref string xml_return);
[System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_deposit/of_get_chqlist", ReplyAction="http://tempurl.org/n_deposit/of_get_chqlistResponse")]
string of_get_chqlist(string as_wspass, System.DateTime deptdate, short stat, string branchid);
[System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_deposit/of_genint_f", ReplyAction="http://tempurl.org/n_deposit/of_genint_fResponse")]
short of_genint_f(string as_wspass, string regisxml, ref string as_xml_report);
[System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_deposit/of_init_statement_f", ReplyAction="http://tempurl.org/n_deposit/of_init_statement_fResponse")]
short of_init_statement_f(string as_wspass, string deptaccount_no, ref string as_xml_statement_f);
[System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_deposit/of_print_statement_f", ReplyAction="http://tempurl.org/n_deposit/of_print_statement_fResponse")]
short of_print_statement_f(string as_wspass, string as_xml_main, string as_xml_detail, ref string as_xml_report);
[System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_deposit/of_cancelchq_bylist", ReplyAction="http://tempurl.org/n_deposit/of_cancelchq_bylistResponse")]
short of_cancelchq_bylist(string as_wspass, string entryid, System.DateTime entrydate, string machineid, string branchid, string xmlchqlist, short oldstat);
[System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_deposit/of_get_permiss_amount", ReplyAction="http://tempurl.org/n_deposit/of_get_permiss_amountResponse")]
decimal[] of_get_permiss_amount(string as_wspass, string userid, string branchid);
[System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_deposit/of_get_apvlist", ReplyAction="http://tempurl.org/n_deposit/of_get_apvlistResponse")]
string of_get_apvlist(string as_wspass, decimal deptmax, decimal widthmax, string branchid);
[System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_deposit/of_get_apvlist_detail", ReplyAction="http://tempurl.org/n_deposit/of_get_apvlist_detailResponse")]
string of_get_apvlist_detail(string as_wspass, string processid, string branchid);
[System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_deposit/of_close_month", ReplyAction="http://tempurl.org/n_deposit/of_close_monthResponse")]
bool of_close_month(string as_wspass, System.DateTime closedate, string appname, short month, short year, string branchid, string entryid);
[System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_deposit/of_add_newdepttype", ReplyAction="http://tempurl.org/n_deposit/of_add_newdepttypeResponse")]
short of_add_newdepttype(string as_wspass, string xmlnewdepttype, string branchid, System.DateTime workdate);
[System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_deposit/of_pastchq_bylist", ReplyAction="http://tempurl.org/n_deposit/of_pastchq_bylistResponse")]
short of_pastchq_bylist(string as_wspass, string entryid, System.DateTime entrydate, string machineid, string branchid, string xmlchqlist);
[System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_deposit/of_init_sum_with_dept", ReplyAction="http://tempurl.org/n_deposit/of_init_sum_with_deptResponse")]
short of_init_sum_with_dept(string as_wspass, System.DateTime adtm_date, ref string sum_xml);
[System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_deposit/of_comfirmbook", ReplyAction="http://tempurl.org/n_deposit/of_comfirmbookResponse")]
short of_comfirmbook(string as_wspass, string regisxml, ref string as_xml_report);
[System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_deposit/of_calint_estimate", ReplyAction="http://tempurl.org/n_deposit/of_calint_estimateResponse")]
bool of_calint_estimate(string as_wspass, System.DateTime cal_to_date, string coop_id, string xmllistmidgroup);
[System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_deposit/of_get_extramem_detail", ReplyAction="http://tempurl.org/n_deposit/of_get_extramem_detailResponse")]
string of_get_extramem_detail(string as_wspass, string extramemno, ref string extramemxml);
[System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_deposit/of_update_extramem", ReplyAction="http://tempurl.org/n_deposit/of_update_extramemResponse")]
short of_update_extramem(string as_wspass, string extramemxml);
[System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_deposit/of_multi_deposit", ReplyAction="http://tempurl.org/n_deposit/of_multi_depositResponse")]
bool of_multi_deposit(string as_wspass, string xmlmain, string xmldeptcash, string xmldeptcheque, string branchid, string entryid, string machineid, System.DateTime operatedate, ref string as_apvdoc);
[System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_deposit/of_recallinterest_statement", ReplyAction="http://tempurl.org/n_deposit/of_recallinterest_statementResponse")]
short of_recallinterest_statement(string as_wspass, string depttype_code, string accno, decimal spcint_rate, short spcint_rate_status, System.DateTime date, ref decimal calinterest, ref decimal caltax, short intchreturn, ref string xml_result);
[System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_deposit/of_init_reqchgdept", ReplyAction="http://tempurl.org/n_deposit/of_init_reqchgdeptResponse")]
short of_init_reqchgdept(string as_wspass, string accno, ref string xmlreturn, ref string messerror);
[System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_deposit/of_reqchgdept", ReplyAction="http://tempurl.org/n_deposit/of_reqchgdeptResponse")]
short of_reqchgdept(string as_wspass, string xml, short sta_flg);
[System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_deposit/of_get_new_startbook_no", ReplyAction="http://tempurl.org/n_deposit/of_get_new_startbook_noResponse")]
string of_get_new_startbook_no(string as_wspass, string booktype, string bookgroup, string branchid);
[System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_deposit/of_check_right_permission_cancel", ReplyAction="http://tempurl.org/n_deposit/of_check_right_permission_cancelResponse")]
short of_check_right_permission_cancel(string as_wspass, string userid, string branchid, string deptslipno, System.DateTime adtmdate, ref string apvcode, ref string codedesc);
[System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_deposit/of_init_openslip", ReplyAction="http://tempurl.org/n_deposit/of_init_openslipResponse")]
string of_init_openslip(string as_wspass, string as_tofdept, string personcode, string as_coopid, System.DateTime entrydate, string entryid, string machineid);
[System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_deposit/of_dept_adjust", ReplyAction="http://tempurl.org/n_deposit/of_dept_adjustResponse")]
short of_dept_adjust(string as_wspass, string as_xml_main, string as_xml_detail, string as_entryid, System.DateTime adtm_entry, string as_machine, string as_apv_doc);
[System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_deposit/of_apv_adj", ReplyAction="http://tempurl.org/n_deposit/of_apv_adjResponse")]
short of_apv_adj(string as_wspass, string as_apv_docno, System.DateTime adtm_apv, string as_apvuser_id);
[System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_deposit/of_apv_cancel", ReplyAction="http://tempurl.org/n_deposit/of_apv_cancelResponse")]
short of_apv_cancel(string as_wspass, string as_apv_docno, System.DateTime adtm_apv, string as_apvuser_id);
[System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_deposit/of_apv_permiss", ReplyAction="http://tempurl.org/n_deposit/of_apv_permissResponse")]
short of_apv_permiss(string as_wspass, string as_apv_docno, System.DateTime adtm_apv, string as_apvuser_id);
[System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_deposit/of_register_book", ReplyAction="http://tempurl.org/n_deposit/of_register_bookResponse")]
short of_register_book(string as_wspass, string as_bookregis_xml, string as_coop_id, string as_entry_id, string as_machine_id, System.DateTime adtm_operate_date);
[System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_deposit/of_init_printbook", ReplyAction="http://tempurl.org/n_deposit/of_init_printbookResponse")]
short of_init_printbook(string as_wspass, string as_deptaccount_no, string as_coop_id, ref string as_printfrom_xml);
[System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_deposit/of_print_book", ReplyAction="http://tempurl.org/n_deposit/of_print_bookResponse")]
short of_print_book(string as_wspass, string as_account_no, string as_coop_id, short ai_print_from_seq_no, short ai_page, short ai_line, bool ab_bf, string as_printset, ref string as_return, short ai_print_status, ref string as_xml_return);
[System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_deposit/of_using_book", ReplyAction="http://tempurl.org/n_deposit/of_using_bookResponse")]
short of_using_book(string as_wspass, string as_account_no, string as_coop_id, System.DateTime adtm_operate_date, string as_entry_id, string as_apv_id, string as_reson, string as_book_no, string as_book_group, string as_book_type);
[System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_deposit/of_print_bookshare_firstpage", ReplyAction="http://tempurl.org/n_deposit/of_print_bookshare_firstpageResponse")]
short of_print_bookshare_firstpage(string as_wspass, string as_member_no, System.DateTime adtm_date, string as_entryid, ref string as_xml_return, short ai_reprint, string as_newpassbook_no, string as_reson);
[System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_deposit/of_print_bookloan_firstpage", ReplyAction="http://tempurl.org/n_deposit/of_print_bookloan_firstpageResponse")]
short of_print_bookloan_firstpage(string as_wspass, string as_loan_no, System.DateTime adtm_date, string as_entryid, ref string as_xml_return, short ai_reprint, string as_newpassbook_no, string as_reson);
[System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_deposit/of_print_bookshare", ReplyAction="http://tempurl.org/n_deposit/of_print_bookshareResponse")]
short of_print_bookshare(string as_wspass, string as_member_no, short ai_print_from_seq_no, short ai_page, short ai_line, bool ab_bf, ref string as_xml_return, ref string as_return);
[System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_deposit/of_print_bookloan", ReplyAction="http://tempurl.org/n_deposit/of_print_bookloanResponse")]
short of_print_bookloan(string as_wspass, string as_loan_no, short ai_print_from_seq_no, short ai_page, short ai_line, bool ab_bf, ref string as_xml_return, ref string as_return);
[System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_deposit/of_procdepttrancut_loan", ReplyAction="http://tempurl.org/n_deposit/of_procdepttrancut_loanResponse")]
short of_procdepttrancut_loan(string as_wspass, System.DateTime adtm_entrydate, string as_system_code, string as_entryid, string as_machine, string as_coopid);
[System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_deposit/of_procdepttrancut_shrlon", ReplyAction="http://tempurl.org/n_deposit/of_procdepttrancut_shrlonResponse")]
short of_procdepttrancut_shrlon(string as_wspass, System.DateTime adtm_entrydate, string as_system_code, string as_entryid, string as_machine, string as_coopid, ref CoreSavingLibrary.WcfNDeposit.str_proctrnpayin astr_proctrnpayin);
[System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_deposit/of_dept_close", ReplyAction="http://tempurl.org/n_deposit/of_dept_closeResponse")]
string of_dept_close(string as_wspass, string xmlslipmaster, string xmlslipitem, string xmlslipchq, string as_apvdoc);
[System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_deposit/of_print_passbook", ReplyAction="http://tempurl.org/n_deposit/of_print_passbookResponse")]
short of_print_passbook(string as_wspass, string as_member_no, string as_coopid, short ai_print_from_seq_no, short ai_page, short ai_line, bool ab_bf, string as_xml_return, string as_return);
[System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_deposit/of_print_passbook_a", ReplyAction="http://tempurl.org/n_deposit/of_print_passbook_aResponse")]
short of_print_passbook_a(string as_wspass, string as_member_no, string as_coopid, short ai_print_from_seq_no, short ai_page, short ai_line, bool ab_bf, ref string as_xml_return, string as_return);
[System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_deposit/of_print_bookcard_debt", ReplyAction="http://tempurl.org/n_deposit/of_print_bookcard_debtResponse")]
short of_print_bookcard_debt(string as_wspass, string as_loan_no, short ai_print_from_seq_no, short ai_page, short ai_line, bool ab_bf, ref string as_xml_return, ref string as_return);
[System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_deposit/of_print_bookcard_class", ReplyAction="http://tempurl.org/n_deposit/of_print_bookcard_classResponse")]
short of_print_bookcard_class(string as_wspass, string as_loan_no, short ai_print_from_seq_no, short ai_page, short ai_line, bool ab_bf, ref string as_xml_return, ref string as_return);
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
public interface n_depositChannel : CoreSavingLibrary.WcfNDeposit.n_deposit, System.ServiceModel.IClientChannel {
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
public partial class n_depositClient : System.ServiceModel.ClientBase, CoreSavingLibrary.WcfNDeposit.n_deposit {
public n_depositClient() {
}
public n_depositClient(string endpointConfigurationName) :
base(endpointConfigurationName) {
}
public n_depositClient(string endpointConfigurationName, string remoteAddress) :
base(endpointConfigurationName, remoteAddress) {
}
public n_depositClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
base(endpointConfigurationName, remoteAddress) {
}
public n_depositClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
base(binding, remoteAddress) {
}
public bool of_close_year(string as_wspass, short year, System.DateTime operatedate, string entryid, string machineid, string application, string branchid) {
return base.Channel.of_close_year(as_wspass, year, operatedate, entryid, machineid, application, branchid);
}
public short of_print_slip(string as_wspass, string slipno, string coopid, string printset, short ai_status, ref string xml_return) {
return base.Channel.of_print_slip(as_wspass, slipno, coopid, printset, ai_status, ref xml_return);
}
public string of_analizeaccno(string as_wspass, string deptaccountnoformat) {
return base.Channel.of_analizeaccno(as_wspass, deptaccountnoformat);
}
public string of_init_deptslip(string as_wspass, string coopid, string deptaccountno, string slipcoopid, System.DateTime entrydate, string entryid, string machineid) {
return base.Channel.of_init_deptslip(as_wspass, coopid, deptaccountno, slipcoopid, entrydate, entryid, machineid);
}
public string of_get_default_accid(string as_wspass, string coop_id, string deptwith) {
return base.Channel.of_get_default_accid(as_wspass, coop_id, deptwith);
}
public string of_getrevpaygrp(string as_wspass, string recvpaytype_code) {
return base.Channel.of_getrevpaygrp(as_wspass, recvpaytype_code);
}
public string of_get_cashtype(string as_wspass, string recpaytype) {
return base.Channel.of_get_cashtype(as_wspass, recpaytype);
}
public string of_get_deptgroup(string as_wspass, string depttype_code) {
return base.Channel.of_get_deptgroup(as_wspass, depttype_code);
}
public string of_init_deptslip_det(string as_wspass, string depttype, string deptaccountno, string branchid, System.DateTime entrydate, string recppaygrp) {
return base.Channel.of_init_deptslip_det(as_wspass, depttype, deptaccountno, branchid, entrydate, recppaygrp);
}
public short of_init_deptslip_calint(string as_wspass, string accno, string deptcoopid, string entryid, System.DateTime entrydate, string machineid, ref string xmlslipmaster, ref string xmlslipitem, ref string errormessage, ref decimal adc_intsum) {
return base.Channel.of_init_deptslip_calint(as_wspass, accno, deptcoopid, entryid, entrydate, machineid, ref xmlslipmaster, ref xmlslipitem, ref errormessage, ref adc_intsum);
}
public decimal of_is_equal_dept(string as_wspass, string deptaccountno, string as_coop_id, decimal balance, string depttypecode, string sliptype, ref decimal deptamt) {
return base.Channel.of_is_equal_dept(as_wspass, deptaccountno, as_coop_id, balance, depttypecode, sliptype, ref deptamt);
}
public short of_chack_masdue(string as_wspass, string accno) {
return base.Channel.of_chack_masdue(as_wspass, accno);
}
public short of_chk_withdrawcount(string as_wspass, string depttypecode, string coopcontrol, string accno, string ls_itemgrp, string ls_itemtype_code, short count_wtd, decimal ldc_intslip_amt, ref short count_wtdref, ref decimal ldc_fee, System.DateTime workdate, ref string as_errmessage) {
return base.Channel.of_chk_withdrawcount(as_wspass, depttypecode, coopcontrol, accno, ls_itemgrp, ls_itemtype_code, count_wtd, ldc_intslip_amt, ref count_wtdref, ref ldc_fee, workdate, ref as_errmessage);
}
public string of_deposit(string as_wspass, string xmlslipmaster, string xmlslipchq, string xmlslipitem, string as_apvdoc) {
return base.Channel.of_deposit(as_wspass, xmlslipmaster, xmlslipchq, xmlslipitem, as_apvdoc);
}
public string of_withdraw_close(string as_wspass, string xmlslipmaster, string xmlslipitem, string xmlslipchq, string as_apvdoc) {
return base.Channel.of_withdraw_close(as_wspass, xmlslipmaster, xmlslipitem, xmlslipchq, as_apvdoc);
}
public short of_check_right_permission(string as_wspass, string userid, string branchid, string deptslipxml, string deptchqxml, short openaccount, ref string as_apvdoc, ref string apvcode, ref string codedesc) {
return base.Channel.of_check_right_permission(as_wspass, userid, branchid, deptslipxml, deptchqxml, openaccount, ref as_apvdoc, ref apvcode, ref codedesc);
}
public short of_openaccount(string as_wspass, string xmlmaster, string xmlcheque, string xmlcodept, short period, ref string deptaccountno, ref string slip_no, ref string as_apvdoc) {
return base.Channel.of_openaccount(as_wspass, xmlmaster, xmlcheque, xmlcodept, period, ref deptaccountno, ref slip_no, ref as_apvdoc);
}
public System.DateTime of_getduedate(string as_wspass, string depttype, System.DateTime fromdate) {
return base.Channel.of_getduedate(as_wspass, depttype, fromdate);
}
public string of_get_namemember(string as_wspass, string memberno, string branchid, short memberflag) {
return base.Channel.of_get_namemember(as_wspass, memberno, branchid, memberflag);
}
public string of_cancel_close(string as_wspass, string deptaccountno, string branchid, System.DateTime entrydate, string entryid, string apv_id) {
return base.Channel.of_cancel_close(as_wspass, deptaccountno, branchid, entrydate, entryid, apv_id);
}
public string of_operate_cancel(string as_wspass, string slipno, string branchid, string entryid, string machineid, System.DateTime workdate, string apv_id) {
return base.Channel.of_operate_cancel(as_wspass, slipno, branchid, entryid, machineid, workdate, apv_id);
}
public string of_init_data_for_sequest(string as_wspass, string deptacc, string branchid, string machine, string userid, System.DateTime date) {
return base.Channel.of_init_data_for_sequest(as_wspass, deptacc, branchid, machine, userid, date);
}
public short of_update_sequest(string as_wspass, string sequestxml) {
return base.Channel.of_update_sequest(as_wspass, sequestxml);
}
public short of_procdepttrancut_loankeep(string as_wspass, System.DateTime adtm_entrydate, string as_entryid, string as_machine, string as_period, string as_coopid) {
return base.Channel.of_procdepttrancut_loankeep(as_wspass, adtm_entrydate, as_entryid, as_machine, as_period, as_coopid);
}
public short of_procdeptupmonth(string as_wspass, string appname, string w_sheet_id, ref CoreSavingLibrary.WcfNDeposit.str_procdeptupmonth str) {
return base.Channel.of_procdeptupmonth(as_wspass, appname, w_sheet_id, ref str);
}
public string of_initintrate_onedate(string as_wspass, string headxml) {
return base.Channel.of_initintrate_onedate(as_wspass, headxml);
}
public short of_insert_newrate_int(string as_wspass, string headxml, string ratexml, string entryid, System.DateTime entrydate) {
return base.Channel.of_insert_newrate_int(as_wspass, headxml, ratexml, entryid, entrydate);
}
public short of_get_intdisplay(string as_wspass, string depttype, ref string intdisplay) {
return base.Channel.of_get_intdisplay(as_wspass, depttype, ref intdisplay);
}
public short of_show_int_all(string as_wspass, ref string ls_xml_int) {
return base.Channel.of_show_int_all(as_wspass, ref ls_xml_int);
}
public string of_check_approved(string as_wspass, string processid, string branchid) {
return base.Channel.of_check_approved(as_wspass, processid, branchid);
}
public short of_print_book_firstpage(string as_wspass, string deptaccountno, string as_coopid, System.DateTime workdate, string entryid, string bookno, string reason, string avpid, short nf, string printset, short rp, short p_status, ref string xml_return) {
return base.Channel.of_print_book_firstpage(as_wspass, deptaccountno, as_coopid, workdate, entryid, bookno, reason, avpid, nf, printset, rp, p_status, ref xml_return);
}
public string of_get_chqlist(string as_wspass, System.DateTime deptdate, short stat, string branchid) {
return base.Channel.of_get_chqlist(as_wspass, deptdate, stat, branchid);
}
public short of_genint_f(string as_wspass, string regisxml, ref string as_xml_report) {
return base.Channel.of_genint_f(as_wspass, regisxml, ref as_xml_report);
}
public short of_init_statement_f(string as_wspass, string deptaccount_no, ref string as_xml_statement_f) {
return base.Channel.of_init_statement_f(as_wspass, deptaccount_no, ref as_xml_statement_f);
}
public short of_print_statement_f(string as_wspass, string as_xml_main, string as_xml_detail, ref string as_xml_report) {
return base.Channel.of_print_statement_f(as_wspass, as_xml_main, as_xml_detail, ref as_xml_report);
}
public short of_cancelchq_bylist(string as_wspass, string entryid, System.DateTime entrydate, string machineid, string branchid, string xmlchqlist, short oldstat) {
return base.Channel.of_cancelchq_bylist(as_wspass, entryid, entrydate, machineid, branchid, xmlchqlist, oldstat);
}
public decimal[] of_get_permiss_amount(string as_wspass, string userid, string branchid) {
return base.Channel.of_get_permiss_amount(as_wspass, userid, branchid);
}
public string of_get_apvlist(string as_wspass, decimal deptmax, decimal widthmax, string branchid) {
return base.Channel.of_get_apvlist(as_wspass, deptmax, widthmax, branchid);
}
public string of_get_apvlist_detail(string as_wspass, string processid, string branchid) {
return base.Channel.of_get_apvlist_detail(as_wspass, processid, branchid);
}
public bool of_close_month(string as_wspass, System.DateTime closedate, string appname, short month, short year, string branchid, string entryid) {
return base.Channel.of_close_month(as_wspass, closedate, appname, month, year, branchid, entryid);
}
public short of_add_newdepttype(string as_wspass, string xmlnewdepttype, string branchid, System.DateTime workdate) {
return base.Channel.of_add_newdepttype(as_wspass, xmlnewdepttype, branchid, workdate);
}
public short of_pastchq_bylist(string as_wspass, string entryid, System.DateTime entrydate, string machineid, string branchid, string xmlchqlist) {
return base.Channel.of_pastchq_bylist(as_wspass, entryid, entrydate, machineid, branchid, xmlchqlist);
}
public short of_init_sum_with_dept(string as_wspass, System.DateTime adtm_date, ref string sum_xml) {
return base.Channel.of_init_sum_with_dept(as_wspass, adtm_date, ref sum_xml);
}
public short of_comfirmbook(string as_wspass, string regisxml, ref string as_xml_report) {
return base.Channel.of_comfirmbook(as_wspass, regisxml, ref as_xml_report);
}
public bool of_calint_estimate(string as_wspass, System.DateTime cal_to_date, string coop_id, string xmllistmidgroup) {
return base.Channel.of_calint_estimate(as_wspass, cal_to_date, coop_id, xmllistmidgroup);
}
public string of_get_extramem_detail(string as_wspass, string extramemno, ref string extramemxml) {
return base.Channel.of_get_extramem_detail(as_wspass, extramemno, ref extramemxml);
}
public short of_update_extramem(string as_wspass, string extramemxml) {
return base.Channel.of_update_extramem(as_wspass, extramemxml);
}
public bool of_multi_deposit(string as_wspass, string xmlmain, string xmldeptcash, string xmldeptcheque, string branchid, string entryid, string machineid, System.DateTime operatedate, ref string as_apvdoc) {
return base.Channel.of_multi_deposit(as_wspass, xmlmain, xmldeptcash, xmldeptcheque, branchid, entryid, machineid, operatedate, ref as_apvdoc);
}
public short of_recallinterest_statement(string as_wspass, string depttype_code, string accno, decimal spcint_rate, short spcint_rate_status, System.DateTime date, ref decimal calinterest, ref decimal caltax, short intchreturn, ref string xml_result) {
return base.Channel.of_recallinterest_statement(as_wspass, depttype_code, accno, spcint_rate, spcint_rate_status, date, ref calinterest, ref caltax, intchreturn, ref xml_result);
}
public short of_init_reqchgdept(string as_wspass, string accno, ref string xmlreturn, ref string messerror) {
return base.Channel.of_init_reqchgdept(as_wspass, accno, ref xmlreturn, ref messerror);
}
public short of_reqchgdept(string as_wspass, string xml, short sta_flg) {
return base.Channel.of_reqchgdept(as_wspass, xml, sta_flg);
}
public string of_get_new_startbook_no(string as_wspass, string booktype, string bookgroup, string branchid) {
return base.Channel.of_get_new_startbook_no(as_wspass, booktype, bookgroup, branchid);
}
public short of_check_right_permission_cancel(string as_wspass, string userid, string branchid, string deptslipno, System.DateTime adtmdate, ref string apvcode, ref string codedesc) {
return base.Channel.of_check_right_permission_cancel(as_wspass, userid, branchid, deptslipno, adtmdate, ref apvcode, ref codedesc);
}
public string of_init_openslip(string as_wspass, string as_tofdept, string personcode, string as_coopid, System.DateTime entrydate, string entryid, string machineid) {
return base.Channel.of_init_openslip(as_wspass, as_tofdept, personcode, as_coopid, entrydate, entryid, machineid);
}
public short of_dept_adjust(string as_wspass, string as_xml_main, string as_xml_detail, string as_entryid, System.DateTime adtm_entry, string as_machine, string as_apv_doc) {
return base.Channel.of_dept_adjust(as_wspass, as_xml_main, as_xml_detail, as_entryid, adtm_entry, as_machine, as_apv_doc);
}
public short of_apv_adj(string as_wspass, string as_apv_docno, System.DateTime adtm_apv, string as_apvuser_id) {
return base.Channel.of_apv_adj(as_wspass, as_apv_docno, adtm_apv, as_apvuser_id);
}
public short of_apv_cancel(string as_wspass, string as_apv_docno, System.DateTime adtm_apv, string as_apvuser_id) {
return base.Channel.of_apv_cancel(as_wspass, as_apv_docno, adtm_apv, as_apvuser_id);
}
public short of_apv_permiss(string as_wspass, string as_apv_docno, System.DateTime adtm_apv, string as_apvuser_id) {
return base.Channel.of_apv_permiss(as_wspass, as_apv_docno, adtm_apv, as_apvuser_id);
}
public short of_register_book(string as_wspass, string as_bookregis_xml, string as_coop_id, string as_entry_id, string as_machine_id, System.DateTime adtm_operate_date) {
return base.Channel.of_register_book(as_wspass, as_bookregis_xml, as_coop_id, as_entry_id, as_machine_id, adtm_operate_date);
}
public short of_init_printbook(string as_wspass, string as_deptaccount_no, string as_coop_id, ref string as_printfrom_xml) {
return base.Channel.of_init_printbook(as_wspass, as_deptaccount_no, as_coop_id, ref as_printfrom_xml);
}
public short of_print_book(string as_wspass, string as_account_no, string as_coop_id, short ai_print_from_seq_no, short ai_page, short ai_line, bool ab_bf, string as_printset, ref string as_return, short ai_print_status, ref string as_xml_return) {
return base.Channel.of_print_book(as_wspass, as_account_no, as_coop_id, ai_print_from_seq_no, ai_page, ai_line, ab_bf, as_printset, ref as_return, ai_print_status, ref as_xml_return);
}
public short of_using_book(string as_wspass, string as_account_no, string as_coop_id, System.DateTime adtm_operate_date, string as_entry_id, string as_apv_id, string as_reson, string as_book_no, string as_book_group, string as_book_type) {
return base.Channel.of_using_book(as_wspass, as_account_no, as_coop_id, adtm_operate_date, as_entry_id, as_apv_id, as_reson, as_book_no, as_book_group, as_book_type);
}
public short of_print_bookshare_firstpage(string as_wspass, string as_member_no, System.DateTime adtm_date, string as_entryid, ref string as_xml_return, short ai_reprint, string as_newpassbook_no, string as_reson) {
return base.Channel.of_print_bookshare_firstpage(as_wspass, as_member_no, adtm_date, as_entryid, ref as_xml_return, ai_reprint, as_newpassbook_no, as_reson);
}
public short of_print_bookloan_firstpage(string as_wspass, string as_loan_no, System.DateTime adtm_date, string as_entryid, ref string as_xml_return, short ai_reprint, string as_newpassbook_no, string as_reson) {
return base.Channel.of_print_bookloan_firstpage(as_wspass, as_loan_no, adtm_date, as_entryid, ref as_xml_return, ai_reprint, as_newpassbook_no, as_reson);
}
public short of_print_bookshare(string as_wspass, string as_member_no, short ai_print_from_seq_no, short ai_page, short ai_line, bool ab_bf, ref string as_xml_return, ref string as_return) {
return base.Channel.of_print_bookshare(as_wspass, as_member_no, ai_print_from_seq_no, ai_page, ai_line, ab_bf, ref as_xml_return, ref as_return);
}
public short of_print_bookloan(string as_wspass, string as_loan_no, short ai_print_from_seq_no, short ai_page, short ai_line, bool ab_bf, ref string as_xml_return, ref string as_return) {
return base.Channel.of_print_bookloan(as_wspass, as_loan_no, ai_print_from_seq_no, ai_page, ai_line, ab_bf, ref as_xml_return, ref as_return);
}
public short of_procdepttrancut_loan(string as_wspass, System.DateTime adtm_entrydate, string as_system_code, string as_entryid, string as_machine, string as_coopid) {
return base.Channel.of_procdepttrancut_loan(as_wspass, adtm_entrydate, as_system_code, as_entryid, as_machine, as_coopid);
}
public short of_procdepttrancut_shrlon(string as_wspass, System.DateTime adtm_entrydate, string as_system_code, string as_entryid, string as_machine, string as_coopid, ref CoreSavingLibrary.WcfNDeposit.str_proctrnpayin astr_proctrnpayin) {
return base.Channel.of_procdepttrancut_shrlon(as_wspass, adtm_entrydate, as_system_code, as_entryid, as_machine, as_coopid, ref astr_proctrnpayin);
}
public string of_dept_close(string as_wspass, string xmlslipmaster, string xmlslipitem, string xmlslipchq, string as_apvdoc) {
return base.Channel.of_dept_close(as_wspass, xmlslipmaster, xmlslipitem, xmlslipchq, as_apvdoc);
}
public short of_print_passbook(string as_wspass, string as_member_no, string as_coopid, short ai_print_from_seq_no, short ai_page, short ai_line, bool ab_bf, string as_xml_return, string as_return) {
return base.Channel.of_print_passbook(as_wspass, as_member_no, as_coopid, ai_print_from_seq_no, ai_page, ai_line, ab_bf, as_xml_return, as_return);
}
public short of_print_passbook_a(string as_wspass, string as_member_no, string as_coopid, short ai_print_from_seq_no, short ai_page, short ai_line, bool ab_bf, ref string as_xml_return, string as_return) {
return base.Channel.of_print_passbook_a(as_wspass, as_member_no, as_coopid, ai_print_from_seq_no, ai_page, ai_line, ab_bf, ref as_xml_return, as_return);
}
public short of_print_bookcard_debt(string as_wspass, string as_loan_no, short ai_print_from_seq_no, short ai_page, short ai_line, bool ab_bf, ref string as_xml_return, ref string as_return) {
return base.Channel.of_print_bookcard_debt(as_wspass, as_loan_no, ai_print_from_seq_no, ai_page, ai_line, ab_bf, ref as_xml_return, ref as_return);
}
public short of_print_bookcard_class(string as_wspass, string as_loan_no, short ai_print_from_seq_no, short ai_page, short ai_line, bool ab_bf, ref string as_xml_return, ref string as_return) {
return base.Channel.of_print_bookcard_class(as_wspass, as_loan_no, ai_print_from_seq_no, ai_page, ai_line, ab_bf, ref as_xml_return, ref as_return);
}
}
}