| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016 | //------------------------------------------------------------------------------// <auto-generated>//     此代码由工具生成。//     运行时版本:4.0.30319.42000////     对此文件的更改可能会导致不正确的行为,并且如果//     重新生成代码,这些更改将会丢失。// </auto-generated>//------------------------------------------------------------------------------namespace GSMarketSys.nsComplaintsService {    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="OnlineComplaintsEntity", Namespace="http://tempuri.org/")]    [System.SerializableAttribute()]    public partial class OnlineComplaintsEntity : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {                [System.NonSerializedAttribute()]        private System.Runtime.Serialization.ExtensionDataObject extensionDataField;                [System.Runtime.Serialization.OptionalFieldAttribute()]        private string OnlineComplaintsIDField;                [System.Runtime.Serialization.OptionalFieldAttribute()]        private string OnlineComplaintsIPField;                [System.Runtime.Serialization.OptionalFieldAttribute()]        private string OnlineComplaintsNameField;                [System.Runtime.Serialization.OptionalFieldAttribute()]        private string OnlineComplaintsContentField;                private System.DateTime CreateDateField;                [System.Runtime.Serialization.OptionalFieldAttribute()]        private string ComplaintsDeptField;                private System.DateTime EndHandleDateField;                [System.Runtime.Serialization.OptionalFieldAttribute()]        private string ContactTelField;                [System.Runtime.Serialization.OptionalFieldAttribute()]        private string ComplaintTypeField;                [System.Runtime.Serialization.OptionalFieldAttribute()]        private string AssignedNoField;                [System.Runtime.Serialization.OptionalFieldAttribute()]        private string AcceptancePeopleField;                private int EndHandleDateCountField;                [System.Runtime.Serialization.OptionalFieldAttribute()]        private GSMarketSys.nsComplaintsService.InforMationAttachMentEntity[] AttachmentsField;                [System.Runtime.Serialization.OptionalFieldAttribute()]        private string TransmitPeopleField;                [System.Runtime.Serialization.OptionalFieldAttribute()]        private string OldDeptField;                [global::System.ComponentModel.BrowsableAttribute(false)]        public System.Runtime.Serialization.ExtensionDataObject ExtensionData {            get {                return this.extensionDataField;            }            set {                this.extensionDataField = value;            }        }                [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]        public string OnlineComplaintsID {            get {                return this.OnlineComplaintsIDField;            }            set {                if ((object.ReferenceEquals(this.OnlineComplaintsIDField, value) != true)) {                    this.OnlineComplaintsIDField = value;                    this.RaisePropertyChanged("OnlineComplaintsID");                }            }        }                [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]        public string OnlineComplaintsIP {            get {                return this.OnlineComplaintsIPField;            }            set {                if ((object.ReferenceEquals(this.OnlineComplaintsIPField, value) != true)) {                    this.OnlineComplaintsIPField = value;                    this.RaisePropertyChanged("OnlineComplaintsIP");                }            }        }                [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]        public string OnlineComplaintsName {            get {                return this.OnlineComplaintsNameField;            }            set {                if ((object.ReferenceEquals(this.OnlineComplaintsNameField, value) != true)) {                    this.OnlineComplaintsNameField = value;                    this.RaisePropertyChanged("OnlineComplaintsName");                }            }        }                [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]        public string OnlineComplaintsContent {            get {                return this.OnlineComplaintsContentField;            }            set {                if ((object.ReferenceEquals(this.OnlineComplaintsContentField, value) != true)) {                    this.OnlineComplaintsContentField = value;                    this.RaisePropertyChanged("OnlineComplaintsContent");                }            }        }                [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=4)]        public System.DateTime CreateDate {            get {                return this.CreateDateField;            }            set {                if ((this.CreateDateField.Equals(value) != true)) {                    this.CreateDateField = value;                    this.RaisePropertyChanged("CreateDate");                }            }        }                [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=5)]        public string ComplaintsDept {            get {                return this.ComplaintsDeptField;            }            set {                if ((object.ReferenceEquals(this.ComplaintsDeptField, value) != true)) {                    this.ComplaintsDeptField = value;                    this.RaisePropertyChanged("ComplaintsDept");                }            }        }                [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=6)]        public System.DateTime EndHandleDate {            get {                return this.EndHandleDateField;            }            set {                if ((this.EndHandleDateField.Equals(value) != true)) {                    this.EndHandleDateField = value;                    this.RaisePropertyChanged("EndHandleDate");                }            }        }                [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=7)]        public string ContactTel {            get {                return this.ContactTelField;            }            set {                if ((object.ReferenceEquals(this.ContactTelField, value) != true)) {                    this.ContactTelField = value;                    this.RaisePropertyChanged("ContactTel");                }            }        }                [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=8)]        public string ComplaintType {            get {                return this.ComplaintTypeField;            }            set {                if ((object.ReferenceEquals(this.ComplaintTypeField, value) != true)) {                    this.ComplaintTypeField = value;                    this.RaisePropertyChanged("ComplaintType");                }            }        }                [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=9)]        public string AssignedNo {            get {                return this.AssignedNoField;            }            set {                if ((object.ReferenceEquals(this.AssignedNoField, value) != true)) {                    this.AssignedNoField = value;                    this.RaisePropertyChanged("AssignedNo");                }            }        }                [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=10)]        public string AcceptancePeople {            get {                return this.AcceptancePeopleField;            }            set {                if ((object.ReferenceEquals(this.AcceptancePeopleField, value) != true)) {                    this.AcceptancePeopleField = value;                    this.RaisePropertyChanged("AcceptancePeople");                }            }        }                [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=11)]        public int EndHandleDateCount {            get {                return this.EndHandleDateCountField;            }            set {                if ((this.EndHandleDateCountField.Equals(value) != true)) {                    this.EndHandleDateCountField = value;                    this.RaisePropertyChanged("EndHandleDateCount");                }            }        }                [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=12)]        public GSMarketSys.nsComplaintsService.InforMationAttachMentEntity[] Attachments {            get {                return this.AttachmentsField;            }            set {                if ((object.ReferenceEquals(this.AttachmentsField, value) != true)) {                    this.AttachmentsField = value;                    this.RaisePropertyChanged("Attachments");                }            }        }                [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=13)]        public string TransmitPeople {            get {                return this.TransmitPeopleField;            }            set {                if ((object.ReferenceEquals(this.TransmitPeopleField, value) != true)) {                    this.TransmitPeopleField = value;                    this.RaisePropertyChanged("TransmitPeople");                }            }        }                [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=14)]        public string OldDept {            get {                return this.OldDeptField;            }            set {                if ((object.ReferenceEquals(this.OldDeptField, value) != true)) {                    this.OldDeptField = value;                    this.RaisePropertyChanged("OldDept");                }            }        }                public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;                protected 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="InforMationAttachMentEntity", Namespace="http://tempuri.org/")]    [System.SerializableAttribute()]    public partial class InforMationAttachMentEntity : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {                [System.NonSerializedAttribute()]        private System.Runtime.Serialization.ExtensionDataObject extensionDataField;                [System.Runtime.Serialization.OptionalFieldAttribute()]        private string AttachmentNameField;                [System.Runtime.Serialization.OptionalFieldAttribute()]        private byte[] AttachmentContentField;                [System.Runtime.Serialization.OptionalFieldAttribute()]        private string AttachmentFormatField;                [global::System.ComponentModel.BrowsableAttribute(false)]        public System.Runtime.Serialization.ExtensionDataObject ExtensionData {            get {                return this.extensionDataField;            }            set {                this.extensionDataField = value;            }        }                [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]        public string AttachmentName {            get {                return this.AttachmentNameField;            }            set {                if ((object.ReferenceEquals(this.AttachmentNameField, value) != true)) {                    this.AttachmentNameField = value;                    this.RaisePropertyChanged("AttachmentName");                }            }        }                [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]        public byte[] AttachmentContent {            get {                return this.AttachmentContentField;            }            set {                if ((object.ReferenceEquals(this.AttachmentContentField, value) != true)) {                    this.AttachmentContentField = value;                    this.RaisePropertyChanged("AttachmentContent");                }            }        }                [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]        public string AttachmentFormat {            get {                return this.AttachmentFormatField;            }            set {                if ((object.ReferenceEquals(this.AttachmentFormatField, value) != true)) {                    this.AttachmentFormatField = value;                    this.RaisePropertyChanged("AttachmentFormat");                }            }        }                public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;                protected 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="ServiceLogin", Namespace="http://tempuri.org/")]    [System.SerializableAttribute()]    public partial class ServiceLogin : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {                [System.NonSerializedAttribute()]        private System.Runtime.Serialization.ExtensionDataObject extensionDataField;                private bool FlagField;                [System.Runtime.Serialization.OptionalFieldAttribute()]        private string MessageField;                [System.Runtime.Serialization.OptionalFieldAttribute()]        private string AuUrlField;                [System.Runtime.Serialization.OptionalFieldAttribute()]        private string TagField;                [global::System.ComponentModel.BrowsableAttribute(false)]        public System.Runtime.Serialization.ExtensionDataObject ExtensionData {            get {                return this.extensionDataField;            }            set {                this.extensionDataField = value;            }        }                [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]        public bool Flag {            get {                return this.FlagField;            }            set {                if ((this.FlagField.Equals(value) != true)) {                    this.FlagField = value;                    this.RaisePropertyChanged("Flag");                }            }        }                [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]        public string Message {            get {                return this.MessageField;            }            set {                if ((object.ReferenceEquals(this.MessageField, value) != true)) {                    this.MessageField = value;                    this.RaisePropertyChanged("Message");                }            }        }                [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]        public string AuUrl {            get {                return this.AuUrlField;            }            set {                if ((object.ReferenceEquals(this.AuUrlField, value) != true)) {                    this.AuUrlField = value;                    this.RaisePropertyChanged("AuUrl");                }            }        }                [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]        public string Tag {            get {                return this.TagField;            }            set {                if ((object.ReferenceEquals(this.TagField, value) != true)) {                    this.TagField = value;                    this.RaisePropertyChanged("Tag");                }            }        }                public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;                protected 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="OnlineComplaintsDelayEntity", Namespace="http://tempuri.org/")]    [System.SerializableAttribute()]    public partial class OnlineComplaintsDelayEntity : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {                [System.NonSerializedAttribute()]        private System.Runtime.Serialization.ExtensionDataObject extensionDataField;                [System.Runtime.Serialization.OptionalFieldAttribute()]        private string DelayIDField;                [System.Runtime.Serialization.OptionalFieldAttribute()]        private string OnlineComplaintsIDField;                [System.Runtime.Serialization.OptionalFieldAttribute()]        private string ApplyPeopleField;                [System.Runtime.Serialization.OptionalFieldAttribute()]        private string AppleReasonField;                private System.DateTime DelayDateField;                private int DelayCountField;                [global::System.ComponentModel.BrowsableAttribute(false)]        public System.Runtime.Serialization.ExtensionDataObject ExtensionData {            get {                return this.extensionDataField;            }            set {                this.extensionDataField = value;            }        }                [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]        public string DelayID {            get {                return this.DelayIDField;            }            set {                if ((object.ReferenceEquals(this.DelayIDField, value) != true)) {                    this.DelayIDField = value;                    this.RaisePropertyChanged("DelayID");                }            }        }                [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]        public string OnlineComplaintsID {            get {                return this.OnlineComplaintsIDField;            }            set {                if ((object.ReferenceEquals(this.OnlineComplaintsIDField, value) != true)) {                    this.OnlineComplaintsIDField = value;                    this.RaisePropertyChanged("OnlineComplaintsID");                }            }        }                [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]        public string ApplyPeople {            get {                return this.ApplyPeopleField;            }            set {                if ((object.ReferenceEquals(this.ApplyPeopleField, value) != true)) {                    this.ApplyPeopleField = value;                    this.RaisePropertyChanged("ApplyPeople");                }            }        }                [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]        public string AppleReason {            get {                return this.AppleReasonField;            }            set {                if ((object.ReferenceEquals(this.AppleReasonField, value) != true)) {                    this.AppleReasonField = value;                    this.RaisePropertyChanged("AppleReason");                }            }        }                [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=4)]        public System.DateTime DelayDate {            get {                return this.DelayDateField;            }            set {                if ((this.DelayDateField.Equals(value) != true)) {                    this.DelayDateField = value;                    this.RaisePropertyChanged("DelayDate");                }            }        }                [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=5)]        public int DelayCount {            get {                return this.DelayCountField;            }            set {                if ((this.DelayCountField.Equals(value) != true)) {                    this.DelayCountField = value;                    this.RaisePropertyChanged("DelayCount");                }            }        }                public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;                protected 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="OnlineComplaintsReplyEntity", Namespace="http://tempuri.org/")]    [System.SerializableAttribute()]    public partial class OnlineComplaintsReplyEntity : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {                [System.NonSerializedAttribute()]        private System.Runtime.Serialization.ExtensionDataObject extensionDataField;                [System.Runtime.Serialization.OptionalFieldAttribute()]        private string OnlineComplaintsIDField;                [System.Runtime.Serialization.OptionalFieldAttribute()]        private string ReplyPeopleField;                private System.DateTime ReplyDateField;                [System.Runtime.Serialization.OptionalFieldAttribute()]        private string ReplyContentField;                [global::System.ComponentModel.BrowsableAttribute(false)]        public System.Runtime.Serialization.ExtensionDataObject ExtensionData {            get {                return this.extensionDataField;            }            set {                this.extensionDataField = value;            }        }                [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]        public string OnlineComplaintsID {            get {                return this.OnlineComplaintsIDField;            }            set {                if ((object.ReferenceEquals(this.OnlineComplaintsIDField, value) != true)) {                    this.OnlineComplaintsIDField = value;                    this.RaisePropertyChanged("OnlineComplaintsID");                }            }        }                [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]        public string ReplyPeople {            get {                return this.ReplyPeopleField;            }            set {                if ((object.ReferenceEquals(this.ReplyPeopleField, value) != true)) {                    this.ReplyPeopleField = value;                    this.RaisePropertyChanged("ReplyPeople");                }            }        }                [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=2)]        public System.DateTime ReplyDate {            get {                return this.ReplyDateField;            }            set {                if ((this.ReplyDateField.Equals(value) != true)) {                    this.ReplyDateField = value;                    this.RaisePropertyChanged("ReplyDate");                }            }        }                [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]        public string ReplyContent {            get {                return this.ReplyContentField;            }            set {                if ((object.ReferenceEquals(this.ReplyContentField, value) != true)) {                    this.ReplyContentField = value;                    this.RaisePropertyChanged("ReplyContent");                }            }        }                public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;                protected 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="nsComplaintsService.ComplaintsServiceSoap")]    public interface ComplaintsServiceSoap {                // CODEGEN: 命名空间 http://tempuri.org/ 的元素名称 entity 以后生成的消息协定未标记为 nillable        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/CompaintsTransmit", ReplyAction="*")]        GSMarketSys.nsComplaintsService.CompaintsTransmitResponse CompaintsTransmit(GSMarketSys.nsComplaintsService.CompaintsTransmitRequest request);                [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/CompaintsTransmit", ReplyAction="*")]        System.Threading.Tasks.Task<GSMarketSys.nsComplaintsService.CompaintsTransmitResponse> CompaintsTransmitAsync(GSMarketSys.nsComplaintsService.CompaintsTransmitRequest request);                // CODEGEN: 命名空间 http://tempuri.org/ 的元素名称 entity 以后生成的消息协定未标记为 nillable        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/CompaintsDelayApply", ReplyAction="*")]        GSMarketSys.nsComplaintsService.CompaintsDelayApplyResponse CompaintsDelayApply(GSMarketSys.nsComplaintsService.CompaintsDelayApplyRequest request);                [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/CompaintsDelayApply", ReplyAction="*")]        System.Threading.Tasks.Task<GSMarketSys.nsComplaintsService.CompaintsDelayApplyResponse> CompaintsDelayApplyAsync(GSMarketSys.nsComplaintsService.CompaintsDelayApplyRequest request);                // CODEGEN: 命名空间 http://tempuri.org/ 的元素名称 entity 以后生成的消息协定未标记为 nillable        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/CompaintsReply", ReplyAction="*")]        GSMarketSys.nsComplaintsService.CompaintsReplyResponse CompaintsReply(GSMarketSys.nsComplaintsService.CompaintsReplyRequest request);                [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/CompaintsReply", ReplyAction="*")]        System.Threading.Tasks.Task<GSMarketSys.nsComplaintsService.CompaintsReplyResponse> CompaintsReplyAsync(GSMarketSys.nsComplaintsService.CompaintsReplyRequest request);    }        [System.Diagnostics.DebuggerStepThroughAttribute()]    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]    [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]    [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]    public partial class CompaintsTransmitRequest {                [System.ServiceModel.MessageBodyMemberAttribute(Name="CompaintsTransmit", Namespace="http://tempuri.org/", Order=0)]        public GSMarketSys.nsComplaintsService.CompaintsTransmitRequestBody Body;                public CompaintsTransmitRequest() {        }                public CompaintsTransmitRequest(GSMarketSys.nsComplaintsService.CompaintsTransmitRequestBody Body) {            this.Body = Body;        }    }        [System.Diagnostics.DebuggerStepThroughAttribute()]    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]    [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]    [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]    public partial class CompaintsTransmitRequestBody {                [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]        public GSMarketSys.nsComplaintsService.OnlineComplaintsEntity entity;                [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]        public string Guid;                public CompaintsTransmitRequestBody() {        }                public CompaintsTransmitRequestBody(GSMarketSys.nsComplaintsService.OnlineComplaintsEntity entity, string Guid) {            this.entity = entity;            this.Guid = Guid;        }    }        [System.Diagnostics.DebuggerStepThroughAttribute()]    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]    [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]    [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]    public partial class CompaintsTransmitResponse {                [System.ServiceModel.MessageBodyMemberAttribute(Name="CompaintsTransmitResponse", Namespace="http://tempuri.org/", Order=0)]        public GSMarketSys.nsComplaintsService.CompaintsTransmitResponseBody Body;                public CompaintsTransmitResponse() {        }                public CompaintsTransmitResponse(GSMarketSys.nsComplaintsService.CompaintsTransmitResponseBody Body) {            this.Body = Body;        }    }        [System.Diagnostics.DebuggerStepThroughAttribute()]    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]    [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]    [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]    public partial class CompaintsTransmitResponseBody {                [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]        public GSMarketSys.nsComplaintsService.ServiceLogin CompaintsTransmitResult;                public CompaintsTransmitResponseBody() {        }                public CompaintsTransmitResponseBody(GSMarketSys.nsComplaintsService.ServiceLogin CompaintsTransmitResult) {            this.CompaintsTransmitResult = CompaintsTransmitResult;        }    }        [System.Diagnostics.DebuggerStepThroughAttribute()]    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]    [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]    [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]    public partial class CompaintsDelayApplyRequest {                [System.ServiceModel.MessageBodyMemberAttribute(Name="CompaintsDelayApply", Namespace="http://tempuri.org/", Order=0)]        public GSMarketSys.nsComplaintsService.CompaintsDelayApplyRequestBody Body;                public CompaintsDelayApplyRequest() {        }                public CompaintsDelayApplyRequest(GSMarketSys.nsComplaintsService.CompaintsDelayApplyRequestBody Body) {            this.Body = Body;        }    }        [System.Diagnostics.DebuggerStepThroughAttribute()]    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]    [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]    [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]    public partial class CompaintsDelayApplyRequestBody {                [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]        public GSMarketSys.nsComplaintsService.OnlineComplaintsDelayEntity entity;                [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]        public string Guid;                public CompaintsDelayApplyRequestBody() {        }                public CompaintsDelayApplyRequestBody(GSMarketSys.nsComplaintsService.OnlineComplaintsDelayEntity entity, string Guid) {            this.entity = entity;            this.Guid = Guid;        }    }        [System.Diagnostics.DebuggerStepThroughAttribute()]    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]    [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]    [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]    public partial class CompaintsDelayApplyResponse {                [System.ServiceModel.MessageBodyMemberAttribute(Name="CompaintsDelayApplyResponse", Namespace="http://tempuri.org/", Order=0)]        public GSMarketSys.nsComplaintsService.CompaintsDelayApplyResponseBody Body;                public CompaintsDelayApplyResponse() {        }                public CompaintsDelayApplyResponse(GSMarketSys.nsComplaintsService.CompaintsDelayApplyResponseBody Body) {            this.Body = Body;        }    }        [System.Diagnostics.DebuggerStepThroughAttribute()]    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]    [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]    [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]    public partial class CompaintsDelayApplyResponseBody {                [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]        public GSMarketSys.nsComplaintsService.ServiceLogin CompaintsDelayApplyResult;                public CompaintsDelayApplyResponseBody() {        }                public CompaintsDelayApplyResponseBody(GSMarketSys.nsComplaintsService.ServiceLogin CompaintsDelayApplyResult) {            this.CompaintsDelayApplyResult = CompaintsDelayApplyResult;        }    }        [System.Diagnostics.DebuggerStepThroughAttribute()]    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]    [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]    [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]    public partial class CompaintsReplyRequest {                [System.ServiceModel.MessageBodyMemberAttribute(Name="CompaintsReply", Namespace="http://tempuri.org/", Order=0)]        public GSMarketSys.nsComplaintsService.CompaintsReplyRequestBody Body;                public CompaintsReplyRequest() {        }                public CompaintsReplyRequest(GSMarketSys.nsComplaintsService.CompaintsReplyRequestBody Body) {            this.Body = Body;        }    }        [System.Diagnostics.DebuggerStepThroughAttribute()]    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]    [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]    [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]    public partial class CompaintsReplyRequestBody {                [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]        public GSMarketSys.nsComplaintsService.OnlineComplaintsReplyEntity entity;                [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]        public string Guid;                public CompaintsReplyRequestBody() {        }                public CompaintsReplyRequestBody(GSMarketSys.nsComplaintsService.OnlineComplaintsReplyEntity entity, string Guid) {            this.entity = entity;            this.Guid = Guid;        }    }        [System.Diagnostics.DebuggerStepThroughAttribute()]    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]    [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]    [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]    public partial class CompaintsReplyResponse {                [System.ServiceModel.MessageBodyMemberAttribute(Name="CompaintsReplyResponse", Namespace="http://tempuri.org/", Order=0)]        public GSMarketSys.nsComplaintsService.CompaintsReplyResponseBody Body;                public CompaintsReplyResponse() {        }                public CompaintsReplyResponse(GSMarketSys.nsComplaintsService.CompaintsReplyResponseBody Body) {            this.Body = Body;        }    }        [System.Diagnostics.DebuggerStepThroughAttribute()]    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]    [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]    [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]    public partial class CompaintsReplyResponseBody {                [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]        public GSMarketSys.nsComplaintsService.ServiceLogin CompaintsReplyResult;                public CompaintsReplyResponseBody() {        }                public CompaintsReplyResponseBody(GSMarketSys.nsComplaintsService.ServiceLogin CompaintsReplyResult) {            this.CompaintsReplyResult = CompaintsReplyResult;        }    }        [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]    public interface ComplaintsServiceSoapChannel : GSMarketSys.nsComplaintsService.ComplaintsServiceSoap, System.ServiceModel.IClientChannel {    }        [System.Diagnostics.DebuggerStepThroughAttribute()]    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]    public partial class ComplaintsServiceSoapClient : System.ServiceModel.ClientBase<GSMarketSys.nsComplaintsService.ComplaintsServiceSoap>, GSMarketSys.nsComplaintsService.ComplaintsServiceSoap {                public ComplaintsServiceSoapClient() {        }                public ComplaintsServiceSoapClient(string endpointConfigurationName) :                 base(endpointConfigurationName) {        }                public ComplaintsServiceSoapClient(string endpointConfigurationName, string remoteAddress) :                 base(endpointConfigurationName, remoteAddress) {        }                public ComplaintsServiceSoapClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :                 base(endpointConfigurationName, remoteAddress) {        }                public ComplaintsServiceSoapClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :                 base(binding, remoteAddress) {        }                [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]        GSMarketSys.nsComplaintsService.CompaintsTransmitResponse GSMarketSys.nsComplaintsService.ComplaintsServiceSoap.CompaintsTransmit(GSMarketSys.nsComplaintsService.CompaintsTransmitRequest request) {            return base.Channel.CompaintsTransmit(request);        }                public GSMarketSys.nsComplaintsService.ServiceLogin CompaintsTransmit(GSMarketSys.nsComplaintsService.OnlineComplaintsEntity entity, string Guid) {            GSMarketSys.nsComplaintsService.CompaintsTransmitRequest inValue = new GSMarketSys.nsComplaintsService.CompaintsTransmitRequest();            inValue.Body = new GSMarketSys.nsComplaintsService.CompaintsTransmitRequestBody();            inValue.Body.entity = entity;            inValue.Body.Guid = Guid;            GSMarketSys.nsComplaintsService.CompaintsTransmitResponse retVal = ((GSMarketSys.nsComplaintsService.ComplaintsServiceSoap)(this)).CompaintsTransmit(inValue);            return retVal.Body.CompaintsTransmitResult;        }                [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]        System.Threading.Tasks.Task<GSMarketSys.nsComplaintsService.CompaintsTransmitResponse> GSMarketSys.nsComplaintsService.ComplaintsServiceSoap.CompaintsTransmitAsync(GSMarketSys.nsComplaintsService.CompaintsTransmitRequest request) {            return base.Channel.CompaintsTransmitAsync(request);        }                public System.Threading.Tasks.Task<GSMarketSys.nsComplaintsService.CompaintsTransmitResponse> CompaintsTransmitAsync(GSMarketSys.nsComplaintsService.OnlineComplaintsEntity entity, string Guid) {            GSMarketSys.nsComplaintsService.CompaintsTransmitRequest inValue = new GSMarketSys.nsComplaintsService.CompaintsTransmitRequest();            inValue.Body = new GSMarketSys.nsComplaintsService.CompaintsTransmitRequestBody();            inValue.Body.entity = entity;            inValue.Body.Guid = Guid;            return ((GSMarketSys.nsComplaintsService.ComplaintsServiceSoap)(this)).CompaintsTransmitAsync(inValue);        }                [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]        GSMarketSys.nsComplaintsService.CompaintsDelayApplyResponse GSMarketSys.nsComplaintsService.ComplaintsServiceSoap.CompaintsDelayApply(GSMarketSys.nsComplaintsService.CompaintsDelayApplyRequest request) {            return base.Channel.CompaintsDelayApply(request);        }                public GSMarketSys.nsComplaintsService.ServiceLogin CompaintsDelayApply(GSMarketSys.nsComplaintsService.OnlineComplaintsDelayEntity entity, string Guid) {            GSMarketSys.nsComplaintsService.CompaintsDelayApplyRequest inValue = new GSMarketSys.nsComplaintsService.CompaintsDelayApplyRequest();            inValue.Body = new GSMarketSys.nsComplaintsService.CompaintsDelayApplyRequestBody();            inValue.Body.entity = entity;            inValue.Body.Guid = Guid;            GSMarketSys.nsComplaintsService.CompaintsDelayApplyResponse retVal = ((GSMarketSys.nsComplaintsService.ComplaintsServiceSoap)(this)).CompaintsDelayApply(inValue);            return retVal.Body.CompaintsDelayApplyResult;        }                [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]        System.Threading.Tasks.Task<GSMarketSys.nsComplaintsService.CompaintsDelayApplyResponse> GSMarketSys.nsComplaintsService.ComplaintsServiceSoap.CompaintsDelayApplyAsync(GSMarketSys.nsComplaintsService.CompaintsDelayApplyRequest request) {            return base.Channel.CompaintsDelayApplyAsync(request);        }                public System.Threading.Tasks.Task<GSMarketSys.nsComplaintsService.CompaintsDelayApplyResponse> CompaintsDelayApplyAsync(GSMarketSys.nsComplaintsService.OnlineComplaintsDelayEntity entity, string Guid) {            GSMarketSys.nsComplaintsService.CompaintsDelayApplyRequest inValue = new GSMarketSys.nsComplaintsService.CompaintsDelayApplyRequest();            inValue.Body = new GSMarketSys.nsComplaintsService.CompaintsDelayApplyRequestBody();            inValue.Body.entity = entity;            inValue.Body.Guid = Guid;            return ((GSMarketSys.nsComplaintsService.ComplaintsServiceSoap)(this)).CompaintsDelayApplyAsync(inValue);        }                [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]        GSMarketSys.nsComplaintsService.CompaintsReplyResponse GSMarketSys.nsComplaintsService.ComplaintsServiceSoap.CompaintsReply(GSMarketSys.nsComplaintsService.CompaintsReplyRequest request) {            return base.Channel.CompaintsReply(request);        }                public GSMarketSys.nsComplaintsService.ServiceLogin CompaintsReply(GSMarketSys.nsComplaintsService.OnlineComplaintsReplyEntity entity, string Guid) {            GSMarketSys.nsComplaintsService.CompaintsReplyRequest inValue = new GSMarketSys.nsComplaintsService.CompaintsReplyRequest();            inValue.Body = new GSMarketSys.nsComplaintsService.CompaintsReplyRequestBody();            inValue.Body.entity = entity;            inValue.Body.Guid = Guid;            GSMarketSys.nsComplaintsService.CompaintsReplyResponse retVal = ((GSMarketSys.nsComplaintsService.ComplaintsServiceSoap)(this)).CompaintsReply(inValue);            return retVal.Body.CompaintsReplyResult;        }                [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]        System.Threading.Tasks.Task<GSMarketSys.nsComplaintsService.CompaintsReplyResponse> GSMarketSys.nsComplaintsService.ComplaintsServiceSoap.CompaintsReplyAsync(GSMarketSys.nsComplaintsService.CompaintsReplyRequest request) {            return base.Channel.CompaintsReplyAsync(request);        }                public System.Threading.Tasks.Task<GSMarketSys.nsComplaintsService.CompaintsReplyResponse> CompaintsReplyAsync(GSMarketSys.nsComplaintsService.OnlineComplaintsReplyEntity entity, string Guid) {            GSMarketSys.nsComplaintsService.CompaintsReplyRequest inValue = new GSMarketSys.nsComplaintsService.CompaintsReplyRequest();            inValue.Body = new GSMarketSys.nsComplaintsService.CompaintsReplyRequestBody();            inValue.Body.entity = entity;            inValue.Body.Guid = Guid;            return ((GSMarketSys.nsComplaintsService.ComplaintsServiceSoap)(this)).CompaintsReplyAsync(inValue);        }    }}
 |