//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.33440 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace CoreSavingLibrary.WcfNKeeping { 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_keep_adjust", Namespace="http://schemas.datacontract.org/2004/07/Sybase.PowerBuilder.WCFNVO")] [System.SerializableAttribute()] public partial struct str_keep_adjust : System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string cancel_idField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string entry_idField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.DateTime operate_dateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_det_detailField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_det_mainField; [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_report_summaryField; public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [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 entry_id { get { return this.entry_idField; } set { if ((object.ReferenceEquals(this.entry_idField, value) != true)) { this.entry_idField = value; this.RaisePropertyChanged("entry_id"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.DateTime operate_date { get { return this.operate_dateField; } set { if ((this.operate_dateField.Equals(value) != true)) { this.operate_dateField = value; this.RaisePropertyChanged("operate_date"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_det_detail { get { return this.xml_det_detailField; } set { if ((object.ReferenceEquals(this.xml_det_detailField, value) != true)) { this.xml_det_detailField = value; this.RaisePropertyChanged("xml_det_detail"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_det_main { get { return this.xml_det_mainField; } set { if ((object.ReferenceEquals(this.xml_det_mainField, value) != true)) { this.xml_det_mainField = value; this.RaisePropertyChanged("xml_det_main"); } } } [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_summary { get { return this.xml_report_summaryField; } set { if ((object.ReferenceEquals(this.xml_report_summaryField, value) != true)) { this.xml_report_summaryField = value; this.RaisePropertyChanged("xml_report_summary"); } } } 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_keep_detail", Namespace="http://schemas.datacontract.org/2004/07/Sybase.PowerBuilder.WCFNVO")] [System.SerializableAttribute()] public partial struct str_keep_detail : System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string sql_select_detailField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_detailField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_mainField; public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public string sql_select_detail { get { return this.sql_select_detailField; } set { if ((object.ReferenceEquals(this.sql_select_detailField, value) != true)) { this.sql_select_detailField = value; this.RaisePropertyChanged("sql_select_detail"); } } } [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_main { get { return this.xml_mainField; } set { if ((object.ReferenceEquals(this.xml_mainField, value) != true)) { this.xml_mainField = value; this.RaisePropertyChanged("xml_main"); } } } 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/Sybase.PowerBuilder.WCFNVO")] [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_keep_request", Namespace="http://schemas.datacontract.org/2004/07/Sybase.PowerBuilder.WCFNVO")] [System.SerializableAttribute()] public partial struct str_keep_request : System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private short approve_statusField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string entry_idField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string member_noField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string memcoop_idField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.DateTime operate_dateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string refchggrp_docnoField; [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; public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public short approve_status { get { return this.approve_statusField; } set { if ((this.approve_statusField.Equals(value) != true)) { this.approve_statusField = value; this.RaisePropertyChanged("approve_status"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string entry_id { get { return this.entry_idField; } set { if ((object.ReferenceEquals(this.entry_idField, value) != true)) { this.entry_idField = value; this.RaisePropertyChanged("entry_id"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string member_no { get { return this.member_noField; } set { if ((object.ReferenceEquals(this.member_noField, value) != true)) { this.member_noField = value; this.RaisePropertyChanged("member_no"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string memcoop_id { get { return this.memcoop_idField; } set { if ((object.ReferenceEquals(this.memcoop_idField, value) != true)) { this.memcoop_idField = value; this.RaisePropertyChanged("memcoop_id"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public System.DateTime operate_date { get { return this.operate_dateField; } set { if ((this.operate_dateField.Equals(value) != true)) { this.operate_dateField = value; this.RaisePropertyChanged("operate_date"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string refchggrp_docno { get { return this.refchggrp_docnoField; } set { if ((object.ReferenceEquals(this.refchggrp_docnoField, value) != true)) { this.refchggrp_docnoField = value; this.RaisePropertyChanged("refchggrp_docno"); } } } [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"); } } } 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_keep_proc", Namespace="http://schemas.datacontract.org/2004/07/Sybase.PowerBuilder.WCFNVO")] [System.SerializableAttribute()] public partial struct str_keep_proc : System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string sqlrpt_descField; [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 sqlrpt_desc { get { return this.sqlrpt_descField; } set { if ((object.ReferenceEquals(this.sqlrpt_descField, value) != true)) { this.sqlrpt_descField = value; this.RaisePropertyChanged("sqlrpt_desc"); } } } [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_money_return_xml", Namespace="http://schemas.datacontract.org/2004/07/Sybase.PowerBuilder.WCFNVO")] [System.SerializableAttribute()] public partial struct str_money_return_xml : 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_mainField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_optionField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_report_detail_grpField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_report_detail_memField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string xml_report_summaryField; 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_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_detail_grp { get { return this.xml_report_detail_grpField; } set { if ((object.ReferenceEquals(this.xml_report_detail_grpField, value) != true)) { this.xml_report_detail_grpField = value; this.RaisePropertyChanged("xml_report_detail_grp"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_report_detail_mem { get { return this.xml_report_detail_memField; } set { if ((object.ReferenceEquals(this.xml_report_detail_memField, value) != true)) { this.xml_report_detail_memField = value; this.RaisePropertyChanged("xml_report_detail_mem"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string xml_report_summary { get { return this.xml_report_summaryField; } set { if ((object.ReferenceEquals(this.xml_report_summaryField, value) != true)) { this.xml_report_summaryField = value; this.RaisePropertyChanged("xml_report_summary"); } } } 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="WcfNKeeping.n_keeping")] public interface n_keeping { [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_keeping/of_test", ReplyAction="http://tempurl.org/n_keeping/of_testResponse")] string of_test(string as_test); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_keeping/of_save_adjust_monthly", ReplyAction="http://tempurl.org/n_keeping/of_save_adjust_monthlyResponse")] short of_save_adjust_monthly(string as_wspass, CoreSavingLibrary.WcfNKeeping.str_keep_adjust astr_keep_adjust); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_keeping/of_init_adjust_monthly", ReplyAction="http://tempurl.org/n_keeping/of_init_adjust_monthlyResponse")] short of_init_adjust_monthly(string as_wspass, ref CoreSavingLibrary.WcfNKeeping.str_keep_adjust astr_keep_adjust); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_keeping/of_save_adjmth_ccl", ReplyAction="http://tempurl.org/n_keeping/of_save_adjmth_cclResponse")] short of_save_adjmth_ccl(string as_wspass, ref CoreSavingLibrary.WcfNKeeping.str_keep_adjust astr_keep_adjust); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_keeping/of_init_kpmast_detail", ReplyAction="http://tempurl.org/n_keeping/of_init_kpmast_detailResponse")] short of_init_kpmast_detail(string as_wspass, ref CoreSavingLibrary.WcfNKeeping.str_keep_detail astr_keep_detail); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_keeping/of_init_adjust_monthly_prc_option", ReplyAction="http://tempurl.org/n_keeping/of_init_adjust_monthly_prc_optionResponse")] short of_init_adjust_monthly_prc_option(string as_wspass, ref CoreSavingLibrary.WcfNKeeping.str_keep_adjust astr_keep_adjust); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_keeping/of_save_kptp_ccl", ReplyAction="http://tempurl.org/n_keeping/of_save_kptp_cclResponse")] short of_save_kptp_ccl(string as_wspass, ref CoreSavingLibrary.WcfNKeeping.str_keep_adjust astr_keep_adjust); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_keeping/of_slcls_year_lon_opt", ReplyAction="http://tempurl.org/n_keeping/of_slcls_year_lon_optResponse")] short of_slcls_year_lon_opt(string as_wspass, ref CoreSavingLibrary.WcfNKeeping.str_slcls_proc astr_slcls_proc); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_keeping/of_init_slcls_year_lon_opt", ReplyAction="http://tempurl.org/n_keeping/of_init_slcls_year_lon_optResponse")] short of_init_slcls_year_lon_opt(string as_wspass, ref CoreSavingLibrary.WcfNKeeping.str_slcls_proc astr_slcls_proc); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_keeping/of_save_req_expense", ReplyAction="http://tempurl.org/n_keeping/of_save_req_expenseResponse")] short of_save_req_expense(string as_wspass, ref CoreSavingLibrary.WcfNKeeping.str_keep_request astr_keep_request); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_keeping/of_init_rcv_post", ReplyAction="http://tempurl.org/n_keeping/of_init_rcv_postResponse")] short of_init_rcv_post(string as_wspass, ref CoreSavingLibrary.WcfNKeeping.str_keep_proc astr_keep_proc); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_keeping/of_init_req_expense", ReplyAction="http://tempurl.org/n_keeping/of_init_req_expenseResponse")] short of_init_req_expense(string as_wspass, ref CoreSavingLibrary.WcfNKeeping.str_keep_request astr_keep_request); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_keeping/of_init_kptp_ccl", ReplyAction="http://tempurl.org/n_keeping/of_init_kptp_cclResponse")] short of_init_kptp_ccl(string as_wspass, ref CoreSavingLibrary.WcfNKeeping.str_keep_adjust astr_keep_adjust); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_keeping/of_init_adjmth_ccl", ReplyAction="http://tempurl.org/n_keeping/of_init_adjmth_cclResponse")] short of_init_adjmth_ccl(string as_wspass, ref CoreSavingLibrary.WcfNKeeping.str_keep_adjust astr_keep_adjust); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_keeping/of_init_mr_opr_proc", ReplyAction="http://tempurl.org/n_keeping/of_init_mr_opr_procResponse")] short of_init_mr_opr_proc(string as_wspass, ref CoreSavingLibrary.WcfNKeeping.str_money_return_xml astr_mr_xml); } [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public interface n_keepingChannel : CoreSavingLibrary.WcfNKeeping.n_keeping, System.ServiceModel.IClientChannel { } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public partial class n_keepingClient : System.ServiceModel.ClientBase, CoreSavingLibrary.WcfNKeeping.n_keeping { public n_keepingClient() { } public n_keepingClient(string endpointConfigurationName) : base(endpointConfigurationName) { } public n_keepingClient(string endpointConfigurationName, string remoteAddress) : base(endpointConfigurationName, remoteAddress) { } public n_keepingClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) : base(endpointConfigurationName, remoteAddress) { } public n_keepingClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) : base(binding, remoteAddress) { } public string of_test(string as_test) { return base.Channel.of_test(as_test); } public short of_save_adjust_monthly(string as_wspass, CoreSavingLibrary.WcfNKeeping.str_keep_adjust astr_keep_adjust) { return base.Channel.of_save_adjust_monthly(as_wspass, astr_keep_adjust); } public short of_init_adjust_monthly(string as_wspass, ref CoreSavingLibrary.WcfNKeeping.str_keep_adjust astr_keep_adjust) { return base.Channel.of_init_adjust_monthly(as_wspass, ref astr_keep_adjust); } public short of_save_adjmth_ccl(string as_wspass, ref CoreSavingLibrary.WcfNKeeping.str_keep_adjust astr_keep_adjust) { return base.Channel.of_save_adjmth_ccl(as_wspass, ref astr_keep_adjust); } public short of_init_kpmast_detail(string as_wspass, ref CoreSavingLibrary.WcfNKeeping.str_keep_detail astr_keep_detail) { return base.Channel.of_init_kpmast_detail(as_wspass, ref astr_keep_detail); } public short of_init_adjust_monthly_prc_option(string as_wspass, ref CoreSavingLibrary.WcfNKeeping.str_keep_adjust astr_keep_adjust) { return base.Channel.of_init_adjust_monthly_prc_option(as_wspass, ref astr_keep_adjust); } public short of_save_kptp_ccl(string as_wspass, ref CoreSavingLibrary.WcfNKeeping.str_keep_adjust astr_keep_adjust) { return base.Channel.of_save_kptp_ccl(as_wspass, ref astr_keep_adjust); } public short of_slcls_year_lon_opt(string as_wspass, ref CoreSavingLibrary.WcfNKeeping.str_slcls_proc astr_slcls_proc) { return base.Channel.of_slcls_year_lon_opt(as_wspass, ref astr_slcls_proc); } public short of_init_slcls_year_lon_opt(string as_wspass, ref CoreSavingLibrary.WcfNKeeping.str_slcls_proc astr_slcls_proc) { return base.Channel.of_init_slcls_year_lon_opt(as_wspass, ref astr_slcls_proc); } public short of_save_req_expense(string as_wspass, ref CoreSavingLibrary.WcfNKeeping.str_keep_request astr_keep_request) { return base.Channel.of_save_req_expense(as_wspass, ref astr_keep_request); } public short of_init_rcv_post(string as_wspass, ref CoreSavingLibrary.WcfNKeeping.str_keep_proc astr_keep_proc) { return base.Channel.of_init_rcv_post(as_wspass, ref astr_keep_proc); } public short of_init_req_expense(string as_wspass, ref CoreSavingLibrary.WcfNKeeping.str_keep_request astr_keep_request) { return base.Channel.of_init_req_expense(as_wspass, ref astr_keep_request); } public short of_init_kptp_ccl(string as_wspass, ref CoreSavingLibrary.WcfNKeeping.str_keep_adjust astr_keep_adjust) { return base.Channel.of_init_kptp_ccl(as_wspass, ref astr_keep_adjust); } public short of_init_adjmth_ccl(string as_wspass, ref CoreSavingLibrary.WcfNKeeping.str_keep_adjust astr_keep_adjust) { return base.Channel.of_init_adjmth_ccl(as_wspass, ref astr_keep_adjust); } public short of_init_mr_opr_proc(string as_wspass, ref CoreSavingLibrary.WcfNKeeping.str_money_return_xml astr_mr_xml) { return base.Channel.of_init_mr_opr_proc(as_wspass, ref astr_mr_xml); } } }