//------------------------------------------------------------------------------ // // 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.WcfNBusscom { [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] [System.ServiceModel.ServiceContractAttribute(Namespace="http://tempurl.org", ConfigurationName="WcfNBusscom.n_busscom")] public interface n_busscom { [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_busscom/of_pototype", ReplyAction="http://tempurl.org/n_busscom/of_pototypeResponse")] string of_pototype(string as_wspass, string as_agument); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_busscom/of_cal_yearmonth", ReplyAction="http://tempurl.org/n_busscom/of_cal_yearmonthResponse")] decimal of_cal_yearmonth(string as_wspass, System.DateTime adtm_start, System.DateTime adtm_end); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_busscom/of_getprocessdate", ReplyAction="http://tempurl.org/n_busscom/of_getprocessdateResponse")] System.DateTime of_getprocessdate(string as_wspass, System.DateTime adtm_current); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_busscom/of_getpostingdate", ReplyAction="http://tempurl.org/n_busscom/of_getpostingdateResponse")] System.DateTime of_getpostingdate(string as_wspass, System.DateTime ldtm_procdate); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_busscom/of_getnextprocessdate", ReplyAction="http://tempurl.org/n_busscom/of_getnextprocessdateResponse")] System.DateTime of_getnextprocessdate(string as_wspass, System.DateTime ldtm_procdate); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_busscom/of_getattribconstant", ReplyAction="http://tempurl.org/n_busscom/of_getattribconstantResponse")] string of_getattribconstant(string as_wspass, string as_column); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_busscom/of_getattribloantype", ReplyAction="http://tempurl.org/n_busscom/of_getattribloantypeResponse")] string of_getattribloantype(string as_wspass, string as_loantype, string as_column); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_busscom/of_getaccountdate", ReplyAction="http://tempurl.org/n_busscom/of_getaccountdateResponse")] short of_getaccountdate(string as_wspass, short ai_year, ref System.DateTime adtm_start, ref System.DateTime adtm_end); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_busscom/of_getpostingdate2", ReplyAction="http://tempurl.org/n_busscom/of_getpostingdate2Response")] System.DateTime of_getpostingdate2(string as_wspass, short ai_year, short ai_month); [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_busscom/of_relativeworkdate", ReplyAction="http://tempurl.org/n_busscom/of_relativeworkdateResponse")] System.DateTime of_relativeworkdate(string as_wspass, System.DateTime adtm_currentdate, short ai_increase); } [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public interface n_busscomChannel : CoreSavingLibrary.WcfNBusscom.n_busscom, System.ServiceModel.IClientChannel { } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public partial class n_busscomClient : System.ServiceModel.ClientBase, CoreSavingLibrary.WcfNBusscom.n_busscom { public n_busscomClient() { } public n_busscomClient(string endpointConfigurationName) : base(endpointConfigurationName) { } public n_busscomClient(string endpointConfigurationName, string remoteAddress) : base(endpointConfigurationName, remoteAddress) { } public n_busscomClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) : base(endpointConfigurationName, remoteAddress) { } public n_busscomClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) : base(binding, remoteAddress) { } public string of_pototype(string as_wspass, string as_agument) { return base.Channel.of_pototype(as_wspass, as_agument); } public decimal of_cal_yearmonth(string as_wspass, System.DateTime adtm_start, System.DateTime adtm_end) { return base.Channel.of_cal_yearmonth(as_wspass, adtm_start, adtm_end); } public System.DateTime of_getprocessdate(string as_wspass, System.DateTime adtm_current) { return base.Channel.of_getprocessdate(as_wspass, adtm_current); } public System.DateTime of_getpostingdate(string as_wspass, System.DateTime ldtm_procdate) { return base.Channel.of_getpostingdate(as_wspass, ldtm_procdate); } public System.DateTime of_getnextprocessdate(string as_wspass, System.DateTime ldtm_procdate) { return base.Channel.of_getnextprocessdate(as_wspass, ldtm_procdate); } public string of_getattribconstant(string as_wspass, string as_column) { return base.Channel.of_getattribconstant(as_wspass, as_column); } public string of_getattribloantype(string as_wspass, string as_loantype, string as_column) { return base.Channel.of_getattribloantype(as_wspass, as_loantype, as_column); } public short of_getaccountdate(string as_wspass, short ai_year, ref System.DateTime adtm_start, ref System.DateTime adtm_end) { return base.Channel.of_getaccountdate(as_wspass, ai_year, ref adtm_start, ref adtm_end); } public System.DateTime of_getpostingdate2(string as_wspass, short ai_year, short ai_month) { return base.Channel.of_getpostingdate2(as_wspass, ai_year, ai_month); } public System.DateTime of_relativeworkdate(string as_wspass, System.DateTime adtm_currentdate, short ai_increase) { return base.Channel.of_relativeworkdate(as_wspass, adtm_currentdate, ai_increase); } } }