//------------------------------------------------------------------------------
//
// 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.WcfDivavg {
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_divsrv_proc", Namespace="http://schemas.datacontract.org/2004/07/pbservice")]
[System.SerializableAttribute()]
public partial struct str_divsrv_proc : System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string xml_lonField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string xml_mainField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string xml_optionField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string xml_option_lntypeField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string xml_reportField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string xml_shrField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string xml_shr_stmField;
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
get {
return this.extensionDataField;
}
set {
this.extensionDataField = value;
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string xml_lon {
get {
return this.xml_lonField;
}
set {
if ((object.ReferenceEquals(this.xml_lonField, value) != true)) {
this.xml_lonField = value;
this.RaisePropertyChanged("xml_lon");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string xml_main {
get {
return this.xml_mainField;
}
set {
if ((object.ReferenceEquals(this.xml_mainField, value) != true)) {
this.xml_mainField = value;
this.RaisePropertyChanged("xml_main");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string xml_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_option_lntype {
get {
return this.xml_option_lntypeField;
}
set {
if ((object.ReferenceEquals(this.xml_option_lntypeField, value) != true)) {
this.xml_option_lntypeField = value;
this.RaisePropertyChanged("xml_option_lntype");
}
}
}
[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");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string xml_shr {
get {
return this.xml_shrField;
}
set {
if ((object.ReferenceEquals(this.xml_shrField, value) != true)) {
this.xml_shrField = value;
this.RaisePropertyChanged("xml_shr");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string xml_shr_stm {
get {
return this.xml_shr_stmField;
}
set {
if ((object.ReferenceEquals(this.xml_shr_stmField, value) != true)) {
this.xml_shr_stmField = value;
this.RaisePropertyChanged("xml_shr_stm");
}
}
}
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_divsrv_oper", Namespace="http://schemas.datacontract.org/2004/07/pbservice")]
[System.SerializableAttribute()]
public partial struct str_divsrv_oper : System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string entry_idField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string sql_select_listField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string sql_select_reportField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string xml_detailField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string xml_listField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string xml_mainField;
[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 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 sql_select_list {
get {
return this.sql_select_listField;
}
set {
if ((object.ReferenceEquals(this.sql_select_listField, value) != true)) {
this.sql_select_listField = value;
this.RaisePropertyChanged("sql_select_list");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string sql_select_report {
get {
return this.sql_select_reportField;
}
set {
if ((object.ReferenceEquals(this.sql_select_reportField, value) != true)) {
this.sql_select_reportField = value;
this.RaisePropertyChanged("sql_select_report");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string xml_detail {
get {
return this.xml_detailField;
}
set {
if ((object.ReferenceEquals(this.xml_detailField, value) != true)) {
this.xml_detailField = value;
this.RaisePropertyChanged("xml_detail");
}
}
}
[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");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string xml_main {
get {
return this.xml_mainField;
}
set {
if ((object.ReferenceEquals(this.xml_mainField, value) != true)) {
this.xml_mainField = value;
this.RaisePropertyChanged("xml_main");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string xml_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_divsrv_req", Namespace="http://schemas.datacontract.org/2004/07/pbservice")]
[System.SerializableAttribute()]
public partial struct str_divsrv_req : System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string entry_idField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string reqdoc_noField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string xml_detailField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string xml_detail_refrainField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string xml_listField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string xml_mainField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string xml_optionField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string xml_rptField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string xml_rpt_sqlField;
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
get {
return this.extensionDataField;
}
set {
this.extensionDataField = value;
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string entry_id {
get {
return this.entry_idField;
}
set {
if ((object.ReferenceEquals(this.entry_idField, value) != true)) {
this.entry_idField = value;
this.RaisePropertyChanged("entry_id");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string reqdoc_no {
get {
return this.reqdoc_noField;
}
set {
if ((object.ReferenceEquals(this.reqdoc_noField, value) != true)) {
this.reqdoc_noField = value;
this.RaisePropertyChanged("reqdoc_no");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string xml_detail {
get {
return this.xml_detailField;
}
set {
if ((object.ReferenceEquals(this.xml_detailField, value) != true)) {
this.xml_detailField = value;
this.RaisePropertyChanged("xml_detail");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string xml_detail_refrain {
get {
return this.xml_detail_refrainField;
}
set {
if ((object.ReferenceEquals(this.xml_detail_refrainField, value) != true)) {
this.xml_detail_refrainField = value;
this.RaisePropertyChanged("xml_detail_refrain");
}
}
}
[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");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string xml_main {
get {
return this.xml_mainField;
}
set {
if ((object.ReferenceEquals(this.xml_mainField, value) != true)) {
this.xml_mainField = value;
this.RaisePropertyChanged("xml_main");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string xml_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_rpt {
get {
return this.xml_rptField;
}
set {
if ((object.ReferenceEquals(this.xml_rptField, value) != true)) {
this.xml_rptField = value;
this.RaisePropertyChanged("xml_rpt");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string xml_rpt_sql {
get {
return this.xml_rpt_sqlField;
}
set {
if ((object.ReferenceEquals(this.xml_rpt_sqlField, value) != true)) {
this.xml_rpt_sqlField = value;
this.RaisePropertyChanged("xml_rpt_sql");
}
}
}
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_divsrv_det", Namespace="http://schemas.datacontract.org/2004/07/pbservice")]
[System.SerializableAttribute()]
public partial struct str_divsrv_det : System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string xml_detailField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string xml_listField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string xml_lon_conField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string xml_mainField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string xml_masterField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string xml_methpayField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string xml_shr_dayField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string xml_shr_mthField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string xml_statementField;
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
get {
return this.extensionDataField;
}
set {
this.extensionDataField = value;
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string xml_detail {
get {
return this.xml_detailField;
}
set {
if ((object.ReferenceEquals(this.xml_detailField, value) != true)) {
this.xml_detailField = value;
this.RaisePropertyChanged("xml_detail");
}
}
}
[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");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string xml_lon_con {
get {
return this.xml_lon_conField;
}
set {
if ((object.ReferenceEquals(this.xml_lon_conField, value) != true)) {
this.xml_lon_conField = value;
this.RaisePropertyChanged("xml_lon_con");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string xml_main {
get {
return this.xml_mainField;
}
set {
if ((object.ReferenceEquals(this.xml_mainField, value) != true)) {
this.xml_mainField = value;
this.RaisePropertyChanged("xml_main");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string xml_master {
get {
return this.xml_masterField;
}
set {
if ((object.ReferenceEquals(this.xml_masterField, value) != true)) {
this.xml_masterField = value;
this.RaisePropertyChanged("xml_master");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string xml_methpay {
get {
return this.xml_methpayField;
}
set {
if ((object.ReferenceEquals(this.xml_methpayField, value) != true)) {
this.xml_methpayField = value;
this.RaisePropertyChanged("xml_methpay");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string xml_shr_day {
get {
return this.xml_shr_dayField;
}
set {
if ((object.ReferenceEquals(this.xml_shr_dayField, value) != true)) {
this.xml_shr_dayField = value;
this.RaisePropertyChanged("xml_shr_day");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string xml_shr_mth {
get {
return this.xml_shr_mthField;
}
set {
if ((object.ReferenceEquals(this.xml_shr_mthField, value) != true)) {
this.xml_shr_mthField = value;
this.RaisePropertyChanged("xml_shr_mth");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string xml_statement {
get {
return this.xml_statementField;
}
set {
if ((object.ReferenceEquals(this.xml_statementField, value) != true)) {
this.xml_statementField = value;
this.RaisePropertyChanged("xml_statement");
}
}
}
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_slcls_proc", Namespace="http://schemas.datacontract.org/2004/07/pbservice")]
[System.SerializableAttribute()]
public partial struct str_slcls_proc : 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_divsrv_tran", Namespace="http://schemas.datacontract.org/2004/07/pbservice")]
[System.SerializableAttribute()]
public partial struct str_divsrv_tran : System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private System.DateTime adtm_chqField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string as_chqbankField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string as_chqbranchField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string as_chqnoField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string as_entrycoopField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string as_entryidField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string as_refslipcoopField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string as_refslipnoField;
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
get {
return this.extensionDataField;
}
set {
this.extensionDataField = value;
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public System.DateTime adtm_chq {
get {
return this.adtm_chqField;
}
set {
if ((this.adtm_chqField.Equals(value) != true)) {
this.adtm_chqField = value;
this.RaisePropertyChanged("adtm_chq");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string as_chqbank {
get {
return this.as_chqbankField;
}
set {
if ((object.ReferenceEquals(this.as_chqbankField, value) != true)) {
this.as_chqbankField = value;
this.RaisePropertyChanged("as_chqbank");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string as_chqbranch {
get {
return this.as_chqbranchField;
}
set {
if ((object.ReferenceEquals(this.as_chqbranchField, value) != true)) {
this.as_chqbranchField = value;
this.RaisePropertyChanged("as_chqbranch");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string as_chqno {
get {
return this.as_chqnoField;
}
set {
if ((object.ReferenceEquals(this.as_chqnoField, value) != true)) {
this.as_chqnoField = value;
this.RaisePropertyChanged("as_chqno");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string as_entrycoop {
get {
return this.as_entrycoopField;
}
set {
if ((object.ReferenceEquals(this.as_entrycoopField, value) != true)) {
this.as_entrycoopField = value;
this.RaisePropertyChanged("as_entrycoop");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string as_entryid {
get {
return this.as_entryidField;
}
set {
if ((object.ReferenceEquals(this.as_entryidField, value) != true)) {
this.as_entryidField = value;
this.RaisePropertyChanged("as_entryid");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string as_refslipcoop {
get {
return this.as_refslipcoopField;
}
set {
if ((object.ReferenceEquals(this.as_refslipcoopField, value) != true)) {
this.as_refslipcoopField = value;
this.RaisePropertyChanged("as_refslipcoop");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string as_refslipno {
get {
return this.as_refslipnoField;
}
set {
if ((object.ReferenceEquals(this.as_refslipnoField, value) != true)) {
this.as_refslipnoField = value;
this.RaisePropertyChanged("as_refslipno");
}
}
}
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="WcfDivavg.IDivavg")]
public interface IDivavg {
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IDivavg/of_prc_memb_opt", ReplyAction="http://tempuri.org/IDivavg/of_prc_memb_optResponse")]
int of_prc_memb_opt(string wsPass, ref Saving.WcfDivavg.str_divsrv_proc astr_divsrv_proc);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IDivavg/of_prc_estdivavg_opt", ReplyAction="http://tempuri.org/IDivavg/of_prc_estdivavg_optResponse")]
int of_prc_estdivavg_opt(string wsPass, ref Saving.WcfDivavg.str_divsrv_proc astr_divsrv_proc);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IDivavg/of_prc_divavg_opt", ReplyAction="http://tempuri.org/IDivavg/of_prc_divavg_optResponse")]
int of_prc_divavg_opt(string wsPass, ref Saving.WcfDivavg.str_divsrv_proc astr_divsrv_proc);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IDivavg/RunDivavgSaveSlipGrp", ReplyAction="http://tempuri.org/IDivavg/RunDivavgSaveSlipGrpResponse")]
int RunDivavgSaveSlipGrp(string wsPass, ref Saving.WcfDivavg.str_divsrv_oper astr_divsrv_oper, string application, string w_sheet_id);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IDivavg/RunDivavgProc", ReplyAction="http://tempuri.org/IDivavg/RunDivavgProcResponse")]
int RunDivavgProc(string wsPass, ref Saving.WcfDivavg.str_divsrv_proc astr_divsrv_proc, string application, string w_sheet_id);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IDivavg/RunDivavgProcMemb", ReplyAction="http://tempuri.org/IDivavg/RunDivavgProcMembResponse")]
int RunDivavgProcMemb(string wsPass, ref Saving.WcfDivavg.str_divsrv_proc astr_divsrv_proc, string application, string w_sheet_id);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IDivavg/RunProcEstimate", ReplyAction="http://tempuri.org/IDivavg/RunProcEstimateResponse")]
int RunProcEstimate(string wsPass, ref Saving.WcfDivavg.str_divsrv_proc astr_divsrv_proc, string application, string w_sheet_id);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IDivavg/of_init_methpay", ReplyAction="http://tempuri.org/IDivavg/of_init_methpayResponse")]
int of_init_methpay(string wsPass, ref Saving.WcfDivavg.str_divsrv_req astr_divsrv_req);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IDivavg/of_save_methpay", ReplyAction="http://tempuri.org/IDivavg/of_save_methpayResponse")]
int of_save_methpay(string wsPass, ref Saving.WcfDivavg.str_divsrv_req astr_divsrv_req);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IDivavg/of_init_slip", ReplyAction="http://tempuri.org/IDivavg/of_init_slipResponse")]
int of_init_slip(string wsPass, ref Saving.WcfDivavg.str_divsrv_oper astr_divsrv_req);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IDivavg/of_save_slip", ReplyAction="http://tempuri.org/IDivavg/of_save_slipResponse")]
int of_save_slip(string wsPass, ref Saving.WcfDivavg.str_divsrv_oper astr_divsrv_req);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IDivavg/of_init_slip_grp", ReplyAction="http://tempuri.org/IDivavg/of_init_slip_grpResponse")]
int of_init_slip_grp(string wsPass, ref Saving.WcfDivavg.str_divsrv_oper astr_divsrv_req);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IDivavg/of_save_slip_grp", ReplyAction="http://tempuri.org/IDivavg/of_save_slip_grpResponse")]
int of_save_slip_grp(string wsPass, ref Saving.WcfDivavg.str_divsrv_oper astr_divsrv_req);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IDivavg/of_init_methpay_ccl", ReplyAction="http://tempuri.org/IDivavg/of_init_methpay_cclResponse")]
int of_init_methpay_ccl(string wsPass, ref Saving.WcfDivavg.str_divsrv_req astr_divsrv_req);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IDivavg/of_save_methpay_ccl", ReplyAction="http://tempuri.org/IDivavg/of_save_methpay_cclResponse")]
int of_save_methpay_ccl(string wsPass, ref Saving.WcfDivavg.str_divsrv_req astr_divsrv_req);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IDivavg/of_init_slip_ccl", ReplyAction="http://tempuri.org/IDivavg/of_init_slip_cclResponse")]
int of_init_slip_ccl(string wsPass, ref Saving.WcfDivavg.str_divsrv_oper astr_divsrv_req);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IDivavg/of_save_slip_ccl", ReplyAction="http://tempuri.org/IDivavg/of_save_slip_cclResponse")]
int of_save_slip_ccl(string wsPass, ref Saving.WcfDivavg.str_divsrv_oper astr_divsrv_req);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IDivavg/of_init_detail", ReplyAction="http://tempuri.org/IDivavg/of_init_detailResponse")]
int of_init_detail(string wsPass, ref Saving.WcfDivavg.str_divsrv_det astr_divsrv_det);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IDivavg/of_init_memdet_methpay", ReplyAction="http://tempuri.org/IDivavg/of_init_memdet_methpayResponse")]
int of_init_memdet_methpay(string wsPass, ref Saving.WcfDivavg.str_divsrv_det astr_divsrv_det);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IDivavg/of_save_memdet_methpay", ReplyAction="http://tempuri.org/IDivavg/of_save_memdet_methpayResponse")]
int of_save_memdet_methpay(string wsPass, ref Saving.WcfDivavg.str_divsrv_det astr_divsrv_det);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IDivavg/of_init_reqchg", ReplyAction="http://tempuri.org/IDivavg/of_init_reqchgResponse")]
int of_init_reqchg(string wsPass, ref Saving.WcfDivavg.str_divsrv_req astr_divsrv_req);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IDivavg/of_save_reqchg", ReplyAction="http://tempuri.org/IDivavg/of_save_reqchgResponse")]
int of_save_reqchg(string wsPass, ref Saving.WcfDivavg.str_divsrv_req astr_divsrv_req);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IDivavg/of_slcls_year_shr_opt", ReplyAction="http://tempuri.org/IDivavg/of_slcls_year_shr_optResponse")]
short of_slcls_year_shr_opt(string wsPass, Saving.WcfDivavg.str_slcls_proc astr_slcls_proc);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IDivavg/of_tran_slip", ReplyAction="http://tempuri.org/IDivavg/of_tran_slipResponse")]
short of_tran_slip(string wsPass, Saving.WcfDivavg.str_divsrv_tran str_div_tran);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IDivavg/of_tran_slip_ccl", ReplyAction="http://tempuri.org/IDivavg/of_tran_slip_cclResponse")]
short of_tran_slip_ccl(string wsPass, Saving.WcfDivavg.str_divsrv_tran str_div_tran);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IDivavg/RunDivSlClsYearShrProcess", ReplyAction="http://tempuri.org/IDivavg/RunDivSlClsYearShrProcessResponse")]
int RunDivSlClsYearShrProcess(string wsPass, Saving.WcfDivavg.str_slcls_proc astr_slcls_proc, string application, string w_sheet_id);
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
public interface IDivavgChannel : Saving.WcfDivavg.IDivavg, System.ServiceModel.IClientChannel {
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
public partial class DivavgClient : System.ServiceModel.ClientBase, Saving.WcfDivavg.IDivavg {
public DivavgClient() {
}
public DivavgClient(string endpointConfigurationName) :
base(endpointConfigurationName) {
}
public DivavgClient(string endpointConfigurationName, string remoteAddress) :
base(endpointConfigurationName, remoteAddress) {
}
public DivavgClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
base(endpointConfigurationName, remoteAddress) {
}
public DivavgClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
base(binding, remoteAddress) {
}
public int of_prc_memb_opt(string wsPass, ref Saving.WcfDivavg.str_divsrv_proc astr_divsrv_proc) {
return base.Channel.of_prc_memb_opt(wsPass, ref astr_divsrv_proc);
}
public int of_prc_estdivavg_opt(string wsPass, ref Saving.WcfDivavg.str_divsrv_proc astr_divsrv_proc) {
return base.Channel.of_prc_estdivavg_opt(wsPass, ref astr_divsrv_proc);
}
public int of_prc_divavg_opt(string wsPass, ref Saving.WcfDivavg.str_divsrv_proc astr_divsrv_proc) {
return base.Channel.of_prc_divavg_opt(wsPass, ref astr_divsrv_proc);
}
public int RunDivavgSaveSlipGrp(string wsPass, ref Saving.WcfDivavg.str_divsrv_oper astr_divsrv_oper, string application, string w_sheet_id) {
return base.Channel.RunDivavgSaveSlipGrp(wsPass, ref astr_divsrv_oper, application, w_sheet_id);
}
public int RunDivavgProc(string wsPass, ref Saving.WcfDivavg.str_divsrv_proc astr_divsrv_proc, string application, string w_sheet_id) {
return base.Channel.RunDivavgProc(wsPass, ref astr_divsrv_proc, application, w_sheet_id);
}
public int RunDivavgProcMemb(string wsPass, ref Saving.WcfDivavg.str_divsrv_proc astr_divsrv_proc, string application, string w_sheet_id) {
return base.Channel.RunDivavgProcMemb(wsPass, ref astr_divsrv_proc, application, w_sheet_id);
}
public int RunProcEstimate(string wsPass, ref Saving.WcfDivavg.str_divsrv_proc astr_divsrv_proc, string application, string w_sheet_id) {
return base.Channel.RunProcEstimate(wsPass, ref astr_divsrv_proc, application, w_sheet_id);
}
public int of_init_methpay(string wsPass, ref Saving.WcfDivavg.str_divsrv_req astr_divsrv_req) {
return base.Channel.of_init_methpay(wsPass, ref astr_divsrv_req);
}
public int of_save_methpay(string wsPass, ref Saving.WcfDivavg.str_divsrv_req astr_divsrv_req) {
return base.Channel.of_save_methpay(wsPass, ref astr_divsrv_req);
}
public int of_init_slip(string wsPass, ref Saving.WcfDivavg.str_divsrv_oper astr_divsrv_req) {
return base.Channel.of_init_slip(wsPass, ref astr_divsrv_req);
}
public int of_save_slip(string wsPass, ref Saving.WcfDivavg.str_divsrv_oper astr_divsrv_req) {
return base.Channel.of_save_slip(wsPass, ref astr_divsrv_req);
}
public int of_init_slip_grp(string wsPass, ref Saving.WcfDivavg.str_divsrv_oper astr_divsrv_req) {
return base.Channel.of_init_slip_grp(wsPass, ref astr_divsrv_req);
}
public int of_save_slip_grp(string wsPass, ref Saving.WcfDivavg.str_divsrv_oper astr_divsrv_req) {
return base.Channel.of_save_slip_grp(wsPass, ref astr_divsrv_req);
}
public int of_init_methpay_ccl(string wsPass, ref Saving.WcfDivavg.str_divsrv_req astr_divsrv_req) {
return base.Channel.of_init_methpay_ccl(wsPass, ref astr_divsrv_req);
}
public int of_save_methpay_ccl(string wsPass, ref Saving.WcfDivavg.str_divsrv_req astr_divsrv_req) {
return base.Channel.of_save_methpay_ccl(wsPass, ref astr_divsrv_req);
}
public int of_init_slip_ccl(string wsPass, ref Saving.WcfDivavg.str_divsrv_oper astr_divsrv_req) {
return base.Channel.of_init_slip_ccl(wsPass, ref astr_divsrv_req);
}
public int of_save_slip_ccl(string wsPass, ref Saving.WcfDivavg.str_divsrv_oper astr_divsrv_req) {
return base.Channel.of_save_slip_ccl(wsPass, ref astr_divsrv_req);
}
public int of_init_detail(string wsPass, ref Saving.WcfDivavg.str_divsrv_det astr_divsrv_det) {
return base.Channel.of_init_detail(wsPass, ref astr_divsrv_det);
}
public int of_init_memdet_methpay(string wsPass, ref Saving.WcfDivavg.str_divsrv_det astr_divsrv_det) {
return base.Channel.of_init_memdet_methpay(wsPass, ref astr_divsrv_det);
}
public int of_save_memdet_methpay(string wsPass, ref Saving.WcfDivavg.str_divsrv_det astr_divsrv_det) {
return base.Channel.of_save_memdet_methpay(wsPass, ref astr_divsrv_det);
}
public int of_init_reqchg(string wsPass, ref Saving.WcfDivavg.str_divsrv_req astr_divsrv_req) {
return base.Channel.of_init_reqchg(wsPass, ref astr_divsrv_req);
}
public int of_save_reqchg(string wsPass, ref Saving.WcfDivavg.str_divsrv_req astr_divsrv_req) {
return base.Channel.of_save_reqchg(wsPass, ref astr_divsrv_req);
}
public short of_slcls_year_shr_opt(string wsPass, Saving.WcfDivavg.str_slcls_proc astr_slcls_proc) {
return base.Channel.of_slcls_year_shr_opt(wsPass, astr_slcls_proc);
}
public short of_tran_slip(string wsPass, Saving.WcfDivavg.str_divsrv_tran str_div_tran) {
return base.Channel.of_tran_slip(wsPass, str_div_tran);
}
public short of_tran_slip_ccl(string wsPass, Saving.WcfDivavg.str_divsrv_tran str_div_tran) {
return base.Channel.of_tran_slip_ccl(wsPass, str_div_tran);
}
public int RunDivSlClsYearShrProcess(string wsPass, Saving.WcfDivavg.str_slcls_proc astr_slcls_proc, string application, string w_sheet_id) {
return base.Channel.RunDivSlClsYearShrProcess(wsPass, astr_slcls_proc, application, w_sheet_id);
}
}
}