//------------------------------------------------------------------------------
//
// 此代码由工具生成。
// 运行时版本:4.0.30319.42000
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
//
//------------------------------------------------------------------------------
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 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 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 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 {
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.ComplaintsServiceSoap.CompaintsTransmitAsync(GSMarketSys.nsComplaintsService.CompaintsTransmitRequest request) {
return base.Channel.CompaintsTransmitAsync(request);
}
public System.Threading.Tasks.Task 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.ComplaintsServiceSoap.CompaintsDelayApplyAsync(GSMarketSys.nsComplaintsService.CompaintsDelayApplyRequest request) {
return base.Channel.CompaintsDelayApplyAsync(request);
}
public System.Threading.Tasks.Task 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.ComplaintsServiceSoap.CompaintsReplyAsync(GSMarketSys.nsComplaintsService.CompaintsReplyRequest request) {
return base.Channel.CompaintsReplyAsync(request);
}
public System.Threading.Tasks.Task 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);
}
}
}