123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815 |
- //------------------------------------------------------------------------------
- // <auto-generated>
- // 此代码由工具生成。
- //
- // 对此文件的更改可能导致不正确的行为,并在以下条件下丢失:
- // 代码重新生成。
- // </auto-generated>
- //------------------------------------------------------------------------------
- namespace EES
- {
-
-
- [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")]
- [System.ServiceModel.ServiceContractAttribute(Namespace="http://www.glorysoft.com", ConfigurationName="EES.EESDeviceReportService")]
- public interface EESDeviceReportService
- {
-
- // CODEGEN: 正在生成消息协定,因为命名空间 的元素名称 RequestParam 未标记为 nillable
- [System.ServiceModel.OperationContractAttribute(Action="eesFixtrueCodeReport", ReplyAction="*")]
- EES.eesFixtrueCodeReportResponse eesFixtrueCodeReport(EES.eesFixtrueCodeReport request);
-
- [System.ServiceModel.OperationContractAttribute(Action="eesFixtrueCodeReport", ReplyAction="*")]
- System.Threading.Tasks.Task<EES.eesFixtrueCodeReportResponse> eesFixtrueCodeReportAsync(EES.eesFixtrueCodeReport request);
-
- // CODEGEN: 正在生成消息协定,因为命名空间 的元素名称 RequestParam 未标记为 nillable
- [System.ServiceModel.OperationContractAttribute(Action="eesDeviceStatusListReport", ReplyAction="*")]
- EES.eesDeviceStatusListReportResponse eesDeviceStatusListReport(EES.eesDeviceStatusListReport request);
-
- [System.ServiceModel.OperationContractAttribute(Action="eesDeviceStatusListReport", ReplyAction="*")]
- System.Threading.Tasks.Task<EES.eesDeviceStatusListReportResponse> eesDeviceStatusListReportAsync(EES.eesDeviceStatusListReport request);
-
- // CODEGEN: 正在生成消息协定,因为命名空间 的元素名称 RequestParam 未标记为 nillable
- [System.ServiceModel.OperationContractAttribute(Action="eesDropRateReport", ReplyAction="*")]
- EES.eesDropRateReportResponse eesDropRateReport(EES.eesDropRateReport request);
-
- [System.ServiceModel.OperationContractAttribute(Action="eesDropRateReport", ReplyAction="*")]
- System.Threading.Tasks.Task<EES.eesDropRateReportResponse> eesDropRateReportAsync(EES.eesDropRateReport request);
-
- // CODEGEN: 正在生成消息协定,因为命名空间 的元素名称 RequestParam 未标记为 nillable
- [System.ServiceModel.OperationContractAttribute(Action="eesDeviceStatusReport", ReplyAction="*")]
- EES.eesDeviceStatusReportResponse eesDeviceStatusReport(EES.eesDeviceStatusReport request);
-
- [System.ServiceModel.OperationContractAttribute(Action="eesDeviceStatusReport", ReplyAction="*")]
- System.Threading.Tasks.Task<EES.eesDeviceStatusReportResponse> eesDeviceStatusReportAsync(EES.eesDeviceStatusReport request);
-
- // CODEGEN: 正在生成消息协定,因为命名空间 的元素名称 RequestParam 未标记为 nillable
- [System.ServiceModel.OperationContractAttribute(Action="eesDefectTypeReport", ReplyAction="*")]
- EES.eesDefectTypeReportResponse eesDefectTypeReport(EES.eesDefectTypeReport request);
-
- [System.ServiceModel.OperationContractAttribute(Action="eesDefectTypeReport", ReplyAction="*")]
- System.Threading.Tasks.Task<EES.eesDefectTypeReportResponse> eesDefectTypeReportAsync(EES.eesDefectTypeReport request);
-
- // CODEGEN: 正在生成消息协定,因为命名空间 的元素名称 RequestParam 未标记为 nillable
- [System.ServiceModel.OperationContractAttribute(Action="eesProductSumReport", ReplyAction="*")]
- EES.eesProductSumReportResponse eesProductSumReport(EES.eesProductSumReport request);
-
- [System.ServiceModel.OperationContractAttribute(Action="eesProductSumReport", ReplyAction="*")]
- System.Threading.Tasks.Task<EES.eesProductSumReportResponse> eesProductSumReportAsync(EES.eesProductSumReport request);
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")]
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
- public partial class eesFixtrueCodeReport
- {
-
- [System.ServiceModel.MessageBodyMemberAttribute(Name="eesFixtrueCodeReport", Namespace="http://www.glorysoft.com", Order=0)]
- public EES.eesFixtrueCodeReportBody Body;
-
- public eesFixtrueCodeReport()
- {
- }
-
- public eesFixtrueCodeReport(EES.eesFixtrueCodeReportBody Body)
- {
- this.Body = Body;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")]
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- [System.Runtime.Serialization.DataContractAttribute(Namespace="")]
- public partial class eesFixtrueCodeReportBody
- {
-
- [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
- public string RequestParam;
-
- public eesFixtrueCodeReportBody()
- {
- }
-
- public eesFixtrueCodeReportBody(string RequestParam)
- {
- this.RequestParam = RequestParam;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")]
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
- public partial class eesFixtrueCodeReportResponse
- {
-
- [System.ServiceModel.MessageBodyMemberAttribute(Name="eesFixtrueCodeReportResponse", Namespace="http://www.glorysoft.com", Order=0)]
- public EES.eesFixtrueCodeReportResponseBody Body;
-
- public eesFixtrueCodeReportResponse()
- {
- }
-
- public eesFixtrueCodeReportResponse(EES.eesFixtrueCodeReportResponseBody Body)
- {
- this.Body = Body;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")]
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- [System.Runtime.Serialization.DataContractAttribute(Namespace="")]
- public partial class eesFixtrueCodeReportResponseBody
- {
-
- [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
- public string @return;
-
- public eesFixtrueCodeReportResponseBody()
- {
- }
-
- public eesFixtrueCodeReportResponseBody(string @return)
- {
- this.@return = @return;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")]
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
- public partial class eesDeviceStatusListReport
- {
-
- [System.ServiceModel.MessageBodyMemberAttribute(Name="eesDeviceStatusListReport", Namespace="http://www.glorysoft.com", Order=0)]
- public EES.eesDeviceStatusListReportBody Body;
-
- public eesDeviceStatusListReport()
- {
- }
-
- public eesDeviceStatusListReport(EES.eesDeviceStatusListReportBody Body)
- {
- this.Body = Body;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")]
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- [System.Runtime.Serialization.DataContractAttribute(Namespace="")]
- public partial class eesDeviceStatusListReportBody
- {
-
- [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
- public string RequestParam;
-
- public eesDeviceStatusListReportBody()
- {
- }
-
- public eesDeviceStatusListReportBody(string RequestParam)
- {
- this.RequestParam = RequestParam;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")]
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
- public partial class eesDeviceStatusListReportResponse
- {
-
- [System.ServiceModel.MessageBodyMemberAttribute(Name="eesDeviceStatusListReportResponse", Namespace="http://www.glorysoft.com", Order=0)]
- public EES.eesDeviceStatusListReportResponseBody Body;
-
- public eesDeviceStatusListReportResponse()
- {
- }
-
- public eesDeviceStatusListReportResponse(EES.eesDeviceStatusListReportResponseBody Body)
- {
- this.Body = Body;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")]
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- [System.Runtime.Serialization.DataContractAttribute(Namespace="")]
- public partial class eesDeviceStatusListReportResponseBody
- {
-
- [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
- public string @return;
-
- public eesDeviceStatusListReportResponseBody()
- {
- }
-
- public eesDeviceStatusListReportResponseBody(string @return)
- {
- this.@return = @return;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")]
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
- public partial class eesDropRateReport
- {
-
- [System.ServiceModel.MessageBodyMemberAttribute(Name="eesDropRateReport", Namespace="http://www.glorysoft.com", Order=0)]
- public EES.eesDropRateReportBody Body;
-
- public eesDropRateReport()
- {
- }
-
- public eesDropRateReport(EES.eesDropRateReportBody Body)
- {
- this.Body = Body;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")]
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- [System.Runtime.Serialization.DataContractAttribute(Namespace="")]
- public partial class eesDropRateReportBody
- {
-
- [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
- public string RequestParam;
-
- public eesDropRateReportBody()
- {
- }
-
- public eesDropRateReportBody(string RequestParam)
- {
- this.RequestParam = RequestParam;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")]
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
- public partial class eesDropRateReportResponse
- {
-
- [System.ServiceModel.MessageBodyMemberAttribute(Name="eesDropRateReportResponse", Namespace="http://www.glorysoft.com", Order=0)]
- public EES.eesDropRateReportResponseBody Body;
-
- public eesDropRateReportResponse()
- {
- }
-
- public eesDropRateReportResponse(EES.eesDropRateReportResponseBody Body)
- {
- this.Body = Body;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")]
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- [System.Runtime.Serialization.DataContractAttribute(Namespace="")]
- public partial class eesDropRateReportResponseBody
- {
-
- [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
- public string @return;
-
- public eesDropRateReportResponseBody()
- {
- }
-
- public eesDropRateReportResponseBody(string @return)
- {
- this.@return = @return;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")]
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
- public partial class eesDeviceStatusReport
- {
-
- [System.ServiceModel.MessageBodyMemberAttribute(Name="eesDeviceStatusReport", Namespace="http://www.glorysoft.com", Order=0)]
- public EES.eesDeviceStatusReportBody Body;
-
- public eesDeviceStatusReport()
- {
- }
-
- public eesDeviceStatusReport(EES.eesDeviceStatusReportBody Body)
- {
- this.Body = Body;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")]
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- [System.Runtime.Serialization.DataContractAttribute(Namespace="")]
- public partial class eesDeviceStatusReportBody
- {
-
- [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
- public string RequestParam;
-
- public eesDeviceStatusReportBody()
- {
- }
-
- public eesDeviceStatusReportBody(string RequestParam)
- {
- this.RequestParam = RequestParam;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")]
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
- public partial class eesDeviceStatusReportResponse
- {
-
- [System.ServiceModel.MessageBodyMemberAttribute(Name="eesDeviceStatusReportResponse", Namespace="http://www.glorysoft.com", Order=0)]
- public EES.eesDeviceStatusReportResponseBody Body;
-
- public eesDeviceStatusReportResponse()
- {
- }
-
- public eesDeviceStatusReportResponse(EES.eesDeviceStatusReportResponseBody Body)
- {
- this.Body = Body;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")]
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- [System.Runtime.Serialization.DataContractAttribute(Namespace="")]
- public partial class eesDeviceStatusReportResponseBody
- {
-
- [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
- public string @return;
-
- public eesDeviceStatusReportResponseBody()
- {
- }
-
- public eesDeviceStatusReportResponseBody(string @return)
- {
- this.@return = @return;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")]
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
- public partial class eesDefectTypeReport
- {
-
- [System.ServiceModel.MessageBodyMemberAttribute(Name="eesDefectTypeReport", Namespace="http://www.glorysoft.com", Order=0)]
- public EES.eesDefectTypeReportBody Body;
-
- public eesDefectTypeReport()
- {
- }
-
- public eesDefectTypeReport(EES.eesDefectTypeReportBody Body)
- {
- this.Body = Body;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")]
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- [System.Runtime.Serialization.DataContractAttribute(Namespace="")]
- public partial class eesDefectTypeReportBody
- {
-
- [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
- public string RequestParam;
-
- public eesDefectTypeReportBody()
- {
- }
-
- public eesDefectTypeReportBody(string RequestParam)
- {
- this.RequestParam = RequestParam;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")]
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
- public partial class eesDefectTypeReportResponse
- {
-
- [System.ServiceModel.MessageBodyMemberAttribute(Name="eesDefectTypeReportResponse", Namespace="http://www.glorysoft.com", Order=0)]
- public EES.eesDefectTypeReportResponseBody Body;
-
- public eesDefectTypeReportResponse()
- {
- }
-
- public eesDefectTypeReportResponse(EES.eesDefectTypeReportResponseBody Body)
- {
- this.Body = Body;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")]
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- [System.Runtime.Serialization.DataContractAttribute(Namespace="")]
- public partial class eesDefectTypeReportResponseBody
- {
-
- [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
- public string @return;
-
- public eesDefectTypeReportResponseBody()
- {
- }
-
- public eesDefectTypeReportResponseBody(string @return)
- {
- this.@return = @return;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")]
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
- public partial class eesProductSumReport
- {
-
- [System.ServiceModel.MessageBodyMemberAttribute(Name="eesProductSumReport", Namespace="http://www.glorysoft.com", Order=0)]
- public EES.eesProductSumReportBody Body;
-
- public eesProductSumReport()
- {
- }
-
- public eesProductSumReport(EES.eesProductSumReportBody Body)
- {
- this.Body = Body;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")]
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- [System.Runtime.Serialization.DataContractAttribute(Namespace="")]
- public partial class eesProductSumReportBody
- {
-
- [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
- public string RequestParam;
-
- public eesProductSumReportBody()
- {
- }
-
- public eesProductSumReportBody(string RequestParam)
- {
- this.RequestParam = RequestParam;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")]
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
- public partial class eesProductSumReportResponse
- {
-
- [System.ServiceModel.MessageBodyMemberAttribute(Name="eesProductSumReportResponse", Namespace="http://www.glorysoft.com", Order=0)]
- public EES.eesProductSumReportResponseBody Body;
-
- public eesProductSumReportResponse()
- {
- }
-
- public eesProductSumReportResponse(EES.eesProductSumReportResponseBody Body)
- {
- this.Body = Body;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")]
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- [System.Runtime.Serialization.DataContractAttribute(Namespace="")]
- public partial class eesProductSumReportResponseBody
- {
-
- [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
- public string @return;
-
- public eesProductSumReportResponseBody()
- {
- }
-
- public eesProductSumReportResponseBody(string @return)
- {
- this.@return = @return;
- }
- }
-
- [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")]
- public interface EESDeviceReportServiceChannel : EES.EESDeviceReportService, System.ServiceModel.IClientChannel
- {
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")]
- public partial class EESDeviceReportServiceClient : System.ServiceModel.ClientBase<EES.EESDeviceReportService>, EES.EESDeviceReportService
- {
-
- /// <summary>
- /// 实现此分部方法,配置服务终结点。
- /// </summary>
- /// <param name="serviceEndpoint">要配置的终结点</param>
- /// <param name="clientCredentials">客户端凭据</param>
- static partial void ConfigureEndpoint(System.ServiceModel.Description.ServiceEndpoint serviceEndpoint, System.ServiceModel.Description.ClientCredentials clientCredentials);
-
- public EESDeviceReportServiceClient() :
- base(EESDeviceReportServiceClient.GetDefaultBinding(), EESDeviceReportServiceClient.GetDefaultEndpointAddress())
- {
- this.Endpoint.Name = EndpointConfiguration.EESDeviceReportServicePort.ToString();
- ConfigureEndpoint(this.Endpoint, this.ClientCredentials);
- }
-
- public EESDeviceReportServiceClient(EndpointConfiguration endpointConfiguration) :
- base(EESDeviceReportServiceClient.GetBindingForEndpoint(endpointConfiguration), EESDeviceReportServiceClient.GetEndpointAddress(endpointConfiguration))
- {
- this.Endpoint.Name = endpointConfiguration.ToString();
- ConfigureEndpoint(this.Endpoint, this.ClientCredentials);
- }
-
- public EESDeviceReportServiceClient(EndpointConfiguration endpointConfiguration, string remoteAddress) :
- base(EESDeviceReportServiceClient.GetBindingForEndpoint(endpointConfiguration), new System.ServiceModel.EndpointAddress(remoteAddress))
- {
- this.Endpoint.Name = endpointConfiguration.ToString();
- ConfigureEndpoint(this.Endpoint, this.ClientCredentials);
- }
-
- public EESDeviceReportServiceClient(EndpointConfiguration endpointConfiguration, System.ServiceModel.EndpointAddress remoteAddress) :
- base(EESDeviceReportServiceClient.GetBindingForEndpoint(endpointConfiguration), remoteAddress)
- {
- this.Endpoint.Name = endpointConfiguration.ToString();
- ConfigureEndpoint(this.Endpoint, this.ClientCredentials);
- }
-
- public EESDeviceReportServiceClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
- base(binding, remoteAddress)
- {
- }
-
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- EES.eesFixtrueCodeReportResponse EES.EESDeviceReportService.eesFixtrueCodeReport(EES.eesFixtrueCodeReport request)
- {
- return base.Channel.eesFixtrueCodeReport(request);
- }
-
- public string eesFixtrueCodeReport(string RequestParam)
- {
- EES.eesFixtrueCodeReport inValue = new EES.eesFixtrueCodeReport();
- inValue.Body = new EES.eesFixtrueCodeReportBody();
- inValue.Body.RequestParam = RequestParam;
- EES.eesFixtrueCodeReportResponse retVal = ((EES.EESDeviceReportService)(this)).eesFixtrueCodeReport(inValue);
- return retVal.Body.@return;
- }
-
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- System.Threading.Tasks.Task<EES.eesFixtrueCodeReportResponse> EES.EESDeviceReportService.eesFixtrueCodeReportAsync(EES.eesFixtrueCodeReport request)
- {
- return base.Channel.eesFixtrueCodeReportAsync(request);
- }
-
- public System.Threading.Tasks.Task<EES.eesFixtrueCodeReportResponse> eesFixtrueCodeReportAsync(string RequestParam)
- {
- EES.eesFixtrueCodeReport inValue = new EES.eesFixtrueCodeReport();
- inValue.Body = new EES.eesFixtrueCodeReportBody();
- inValue.Body.RequestParam = RequestParam;
- return ((EES.EESDeviceReportService)(this)).eesFixtrueCodeReportAsync(inValue);
- }
-
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- EES.eesDeviceStatusListReportResponse EES.EESDeviceReportService.eesDeviceStatusListReport(EES.eesDeviceStatusListReport request)
- {
- return base.Channel.eesDeviceStatusListReport(request);
- }
-
- public string eesDeviceStatusListReport(string RequestParam)
- {
- EES.eesDeviceStatusListReport inValue = new EES.eesDeviceStatusListReport();
- inValue.Body = new EES.eesDeviceStatusListReportBody();
- inValue.Body.RequestParam = RequestParam;
- EES.eesDeviceStatusListReportResponse retVal = ((EES.EESDeviceReportService)(this)).eesDeviceStatusListReport(inValue);
- return retVal.Body.@return;
- }
-
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- System.Threading.Tasks.Task<EES.eesDeviceStatusListReportResponse> EES.EESDeviceReportService.eesDeviceStatusListReportAsync(EES.eesDeviceStatusListReport request)
- {
- return base.Channel.eesDeviceStatusListReportAsync(request);
- }
-
- public System.Threading.Tasks.Task<EES.eesDeviceStatusListReportResponse> eesDeviceStatusListReportAsync(string RequestParam)
- {
- EES.eesDeviceStatusListReport inValue = new EES.eesDeviceStatusListReport();
- inValue.Body = new EES.eesDeviceStatusListReportBody();
- inValue.Body.RequestParam = RequestParam;
- return ((EES.EESDeviceReportService)(this)).eesDeviceStatusListReportAsync(inValue);
- }
-
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- EES.eesDropRateReportResponse EES.EESDeviceReportService.eesDropRateReport(EES.eesDropRateReport request)
- {
- return base.Channel.eesDropRateReport(request);
- }
-
- public string eesDropRateReport(string RequestParam)
- {
- EES.eesDropRateReport inValue = new EES.eesDropRateReport();
- inValue.Body = new EES.eesDropRateReportBody();
- inValue.Body.RequestParam = RequestParam;
- EES.eesDropRateReportResponse retVal = ((EES.EESDeviceReportService)(this)).eesDropRateReport(inValue);
- return retVal.Body.@return;
- }
-
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- System.Threading.Tasks.Task<EES.eesDropRateReportResponse> EES.EESDeviceReportService.eesDropRateReportAsync(EES.eesDropRateReport request)
- {
- return base.Channel.eesDropRateReportAsync(request);
- }
-
- public System.Threading.Tasks.Task<EES.eesDropRateReportResponse> eesDropRateReportAsync(string RequestParam)
- {
- EES.eesDropRateReport inValue = new EES.eesDropRateReport();
- inValue.Body = new EES.eesDropRateReportBody();
- inValue.Body.RequestParam = RequestParam;
- return ((EES.EESDeviceReportService)(this)).eesDropRateReportAsync(inValue);
- }
-
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- EES.eesDeviceStatusReportResponse EES.EESDeviceReportService.eesDeviceStatusReport(EES.eesDeviceStatusReport request)
- {
- return base.Channel.eesDeviceStatusReport(request);
- }
-
- public string eesDeviceStatusReport(string RequestParam)
- {
- EES.eesDeviceStatusReport inValue = new EES.eesDeviceStatusReport();
- inValue.Body = new EES.eesDeviceStatusReportBody();
- inValue.Body.RequestParam = RequestParam;
- EES.eesDeviceStatusReportResponse retVal = ((EES.EESDeviceReportService)(this)).eesDeviceStatusReport(inValue);
- return retVal.Body.@return;
- }
-
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- System.Threading.Tasks.Task<EES.eesDeviceStatusReportResponse> EES.EESDeviceReportService.eesDeviceStatusReportAsync(EES.eesDeviceStatusReport request)
- {
- return base.Channel.eesDeviceStatusReportAsync(request);
- }
-
- public System.Threading.Tasks.Task<EES.eesDeviceStatusReportResponse> eesDeviceStatusReportAsync(string RequestParam)
- {
- EES.eesDeviceStatusReport inValue = new EES.eesDeviceStatusReport();
- inValue.Body = new EES.eesDeviceStatusReportBody();
- inValue.Body.RequestParam = RequestParam;
- return ((EES.EESDeviceReportService)(this)).eesDeviceStatusReportAsync(inValue);
- }
-
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- EES.eesDefectTypeReportResponse EES.EESDeviceReportService.eesDefectTypeReport(EES.eesDefectTypeReport request)
- {
- return base.Channel.eesDefectTypeReport(request);
- }
-
- public string eesDefectTypeReport(string RequestParam)
- {
- EES.eesDefectTypeReport inValue = new EES.eesDefectTypeReport();
- inValue.Body = new EES.eesDefectTypeReportBody();
- inValue.Body.RequestParam = RequestParam;
- EES.eesDefectTypeReportResponse retVal = ((EES.EESDeviceReportService)(this)).eesDefectTypeReport(inValue);
- return retVal.Body.@return;
- }
-
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- System.Threading.Tasks.Task<EES.eesDefectTypeReportResponse> EES.EESDeviceReportService.eesDefectTypeReportAsync(EES.eesDefectTypeReport request)
- {
- return base.Channel.eesDefectTypeReportAsync(request);
- }
-
- public System.Threading.Tasks.Task<EES.eesDefectTypeReportResponse> eesDefectTypeReportAsync(string RequestParam)
- {
- EES.eesDefectTypeReport inValue = new EES.eesDefectTypeReport();
- inValue.Body = new EES.eesDefectTypeReportBody();
- inValue.Body.RequestParam = RequestParam;
- return ((EES.EESDeviceReportService)(this)).eesDefectTypeReportAsync(inValue);
- }
-
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- EES.eesProductSumReportResponse EES.EESDeviceReportService.eesProductSumReport(EES.eesProductSumReport request)
- {
- return base.Channel.eesProductSumReport(request);
- }
-
- public string eesProductSumReport(string RequestParam)
- {
- EES.eesProductSumReport inValue = new EES.eesProductSumReport();
- inValue.Body = new EES.eesProductSumReportBody();
- inValue.Body.RequestParam = RequestParam;
- EES.eesProductSumReportResponse retVal = ((EES.EESDeviceReportService)(this)).eesProductSumReport(inValue);
- return retVal.Body.@return;
- }
-
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- System.Threading.Tasks.Task<EES.eesProductSumReportResponse> EES.EESDeviceReportService.eesProductSumReportAsync(EES.eesProductSumReport request)
- {
- return base.Channel.eesProductSumReportAsync(request);
- }
-
- public System.Threading.Tasks.Task<EES.eesProductSumReportResponse> eesProductSumReportAsync(string RequestParam)
- {
- EES.eesProductSumReport inValue = new EES.eesProductSumReport();
- inValue.Body = new EES.eesProductSumReportBody();
- inValue.Body.RequestParam = RequestParam;
- return ((EES.EESDeviceReportService)(this)).eesProductSumReportAsync(inValue);
- }
-
- public virtual System.Threading.Tasks.Task OpenAsync()
- {
- return System.Threading.Tasks.Task.Factory.FromAsync(((System.ServiceModel.ICommunicationObject)(this)).BeginOpen(null, null), new System.Action<System.IAsyncResult>(((System.ServiceModel.ICommunicationObject)(this)).EndOpen));
- }
-
- public virtual System.Threading.Tasks.Task CloseAsync()
- {
- return System.Threading.Tasks.Task.Factory.FromAsync(((System.ServiceModel.ICommunicationObject)(this)).BeginClose(null, null), new System.Action<System.IAsyncResult>(((System.ServiceModel.ICommunicationObject)(this)).EndClose));
- }
-
- private static System.ServiceModel.Channels.Binding GetBindingForEndpoint(EndpointConfiguration endpointConfiguration)
- {
- if ((endpointConfiguration == EndpointConfiguration.EESDeviceReportServicePort))
- {
- System.ServiceModel.BasicHttpBinding result = new System.ServiceModel.BasicHttpBinding();
- result.MaxBufferSize = int.MaxValue;
- result.ReaderQuotas = System.Xml.XmlDictionaryReaderQuotas.Max;
- result.MaxReceivedMessageSize = int.MaxValue;
- result.AllowCookies = true;
- return result;
- }
- throw new System.InvalidOperationException(string.Format("找不到名称为“{0}”的终结点。", endpointConfiguration));
- }
-
- private static System.ServiceModel.EndpointAddress GetEndpointAddress(EndpointConfiguration endpointConfiguration)
- {
- if ((endpointConfiguration == EndpointConfiguration.EESDeviceReportServicePort))
- {
- return new System.ServiceModel.EndpointAddress("http://192.168.56.83:8091/tpifservice/service/EESDeviceReportService");
- }
- throw new System.InvalidOperationException(string.Format("找不到名称为“{0}”的终结点。", endpointConfiguration));
- }
-
- private static System.ServiceModel.Channels.Binding GetDefaultBinding()
- {
- return EESDeviceReportServiceClient.GetBindingForEndpoint(EndpointConfiguration.EESDeviceReportServicePort);
- }
-
- private static System.ServiceModel.EndpointAddress GetDefaultEndpointAddress()
- {
- return EESDeviceReportServiceClient.GetEndpointAddress(EndpointConfiguration.EESDeviceReportServicePort);
- }
-
- public enum EndpointConfiguration
- {
-
- EESDeviceReportServicePort,
- }
- }
- }
|