//------------------------------------------------------------------------------
//
// 此代码由工具生成。
// 运行时版本:4.0.30319.42000
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
//
//------------------------------------------------------------------------------
namespace GSMarketSys.nsPlatDataQuery {
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="QueryCondition", Namespace="http://tempuri.org/")]
[System.SerializableAttribute()]
public partial class QueryCondition : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
private int BeginLeftTagField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string FieldNameField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private GSMarketSys.nsPlatDataQuery.QueryOpreate OperateField;
private int LogicJoinField;
private int EndRightTagField;
[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 int BeginLeftTag {
get {
return this.BeginLeftTagField;
}
set {
if ((this.BeginLeftTagField.Equals(value) != true)) {
this.BeginLeftTagField = value;
this.RaisePropertyChanged("BeginLeftTag");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
public string FieldName {
get {
return this.FieldNameField;
}
set {
if ((object.ReferenceEquals(this.FieldNameField, value) != true)) {
this.FieldNameField = value;
this.RaisePropertyChanged("FieldName");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
public GSMarketSys.nsPlatDataQuery.QueryOpreate Operate {
get {
return this.OperateField;
}
set {
if ((object.ReferenceEquals(this.OperateField, value) != true)) {
this.OperateField = value;
this.RaisePropertyChanged("Operate");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=3)]
public int LogicJoin {
get {
return this.LogicJoinField;
}
set {
if ((this.LogicJoinField.Equals(value) != true)) {
this.LogicJoinField = value;
this.RaisePropertyChanged("LogicJoin");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=4)]
public int EndRightTag {
get {
return this.EndRightTagField;
}
set {
if ((this.EndRightTagField.Equals(value) != true)) {
this.EndRightTagField = value;
this.RaisePropertyChanged("EndRightTag");
}
}
}
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="QueryOpreate", Namespace="http://tempuri.org/")]
[System.SerializableAttribute()]
public partial class QueryOpreate : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
private int OptTagField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string FieldValueField;
private int FieldTypeField;
[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 int OptTag {
get {
return this.OptTagField;
}
set {
if ((this.OptTagField.Equals(value) != true)) {
this.OptTagField = value;
this.RaisePropertyChanged("OptTag");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
public string FieldValue {
get {
return this.FieldValueField;
}
set {
if ((object.ReferenceEquals(this.FieldValueField, value) != true)) {
this.FieldValueField = value;
this.RaisePropertyChanged("FieldValue");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=2)]
public int FieldType {
get {
return this.FieldTypeField;
}
set {
if ((this.FieldTypeField.Equals(value) != true)) {
this.FieldTypeField = value;
this.RaisePropertyChanged("FieldType");
}
}
}
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.CollectionDataContractAttribute(Name="ArrayOfString", Namespace="http://tempuri.org/", ItemName="string")]
[System.SerializableAttribute()]
public class ArrayOfString : System.Collections.Generic.List {
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
[System.Runtime.Serialization.CollectionDataContractAttribute(Name="ArrayOfCondition", Namespace="http://tempuri.org/", ItemName="Condition")]
[System.SerializableAttribute()]
public class ArrayOfCondition : System.Collections.Generic.List {
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
[System.Runtime.Serialization.DataContractAttribute(Name="Condition", Namespace="http://wlw.dataexchange.org/")]
[System.SerializableAttribute()]
public partial class Condition : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
private int BeginLeftTagField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string FieldNameField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private GSMarketSys.nsPlatDataQuery.QueryOperate OperateField;
private int LogicJoinField;
private int EndRightTagField;
[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 int BeginLeftTag {
get {
return this.BeginLeftTagField;
}
set {
if ((this.BeginLeftTagField.Equals(value) != true)) {
this.BeginLeftTagField = value;
this.RaisePropertyChanged("BeginLeftTag");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
public string FieldName {
get {
return this.FieldNameField;
}
set {
if ((object.ReferenceEquals(this.FieldNameField, value) != true)) {
this.FieldNameField = value;
this.RaisePropertyChanged("FieldName");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
public GSMarketSys.nsPlatDataQuery.QueryOperate Operate {
get {
return this.OperateField;
}
set {
if ((object.ReferenceEquals(this.OperateField, value) != true)) {
this.OperateField = value;
this.RaisePropertyChanged("Operate");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=3)]
public int LogicJoin {
get {
return this.LogicJoinField;
}
set {
if ((this.LogicJoinField.Equals(value) != true)) {
this.LogicJoinField = value;
this.RaisePropertyChanged("LogicJoin");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=4)]
public int EndRightTag {
get {
return this.EndRightTagField;
}
set {
if ((this.EndRightTagField.Equals(value) != true)) {
this.EndRightTagField = value;
this.RaisePropertyChanged("EndRightTag");
}
}
}
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="QueryOperate", Namespace="http://wlw.dataexchange.org/")]
[System.SerializableAttribute()]
public partial class QueryOperate : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
private int OptTagField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string FieldValueField;
private int FieldTypeField;
[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 int OptTag {
get {
return this.OptTagField;
}
set {
if ((this.OptTagField.Equals(value) != true)) {
this.OptTagField = value;
this.RaisePropertyChanged("OptTag");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
public string FieldValue {
get {
return this.FieldValueField;
}
set {
if ((object.ReferenceEquals(this.FieldValueField, value) != true)) {
this.FieldValueField = value;
this.RaisePropertyChanged("FieldValue");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=2)]
public int FieldType {
get {
return this.FieldTypeField;
}
set {
if ((this.FieldTypeField.Equals(value) != true)) {
this.FieldTypeField = value;
this.RaisePropertyChanged("FieldType");
}
}
}
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="nsPlatDataQuery.PlatDataQuerySoap")]
public interface PlatDataQuerySoap {
// CODEGEN: 命名空间 http://tempuri.org/ 的元素名称 conditionArray 以后生成的消息协定未标记为 nillable
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetSimpleData", ReplyAction="*")]
GSMarketSys.nsPlatDataQuery.GetSimpleDataResponse GetSimpleData(GSMarketSys.nsPlatDataQuery.GetSimpleDataRequest request);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetSimpleData", ReplyAction="*")]
System.Threading.Tasks.Task GetSimpleDataAsync(GSMarketSys.nsPlatDataQuery.GetSimpleDataRequest request);
// CODEGEN: 命名空间 http://tempuri.org/ 的元素名称 conditionArray 以后生成的消息协定未标记为 nillable
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetPlatDataForLittle", ReplyAction="*")]
GSMarketSys.nsPlatDataQuery.GetPlatDataForLittleResponse GetPlatDataForLittle(GSMarketSys.nsPlatDataQuery.GetPlatDataForLittleRequest request);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetPlatDataForLittle", ReplyAction="*")]
System.Threading.Tasks.Task GetPlatDataForLittleAsync(GSMarketSys.nsPlatDataQuery.GetPlatDataForLittleRequest request);
// CODEGEN: 命名空间 http://tempuri.org/ 的元素名称 conditionArray 以后生成的消息协定未标记为 nillable
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetPlatDataForMore", ReplyAction="*")]
GSMarketSys.nsPlatDataQuery.GetPlatDataForMoreResponse GetPlatDataForMore(GSMarketSys.nsPlatDataQuery.GetPlatDataForMoreRequest request);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetPlatDataForMore", ReplyAction="*")]
System.Threading.Tasks.Task GetPlatDataForMoreAsync(GSMarketSys.nsPlatDataQuery.GetPlatDataForMoreRequest request);
// CODEGEN: 命名空间 http://tempuri.org/ 的元素名称 conditionArray 以后生成的消息协定未标记为 nillable
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetSubSysData", ReplyAction="*")]
GSMarketSys.nsPlatDataQuery.GetSubSysDataResponse GetSubSysData(GSMarketSys.nsPlatDataQuery.GetSubSysDataRequest request);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetSubSysData", ReplyAction="*")]
System.Threading.Tasks.Task GetSubSysDataAsync(GSMarketSys.nsPlatDataQuery.GetSubSysDataRequest 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 GetSimpleDataRequest {
[System.ServiceModel.MessageBodyMemberAttribute(Name="GetSimpleData", Namespace="http://tempuri.org/", Order=0)]
public GSMarketSys.nsPlatDataQuery.GetSimpleDataRequestBody Body;
public GetSimpleDataRequest() {
}
public GetSimpleDataRequest(GSMarketSys.nsPlatDataQuery.GetSimpleDataRequestBody 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 GetSimpleDataRequestBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public GSMarketSys.nsPlatDataQuery.QueryCondition[] conditionArray;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
public string dSName;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
public string dispField;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]
public string guid;
public GetSimpleDataRequestBody() {
}
public GetSimpleDataRequestBody(GSMarketSys.nsPlatDataQuery.QueryCondition[] conditionArray, string dSName, string dispField, string guid) {
this.conditionArray = conditionArray;
this.dSName = dSName;
this.dispField = dispField;
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 GetSimpleDataResponse {
[System.ServiceModel.MessageBodyMemberAttribute(Name="GetSimpleDataResponse", Namespace="http://tempuri.org/", Order=0)]
public GSMarketSys.nsPlatDataQuery.GetSimpleDataResponseBody Body;
public GetSimpleDataResponse() {
}
public GetSimpleDataResponse(GSMarketSys.nsPlatDataQuery.GetSimpleDataResponseBody 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 GetSimpleDataResponseBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public object GetSimpleDataResult;
public GetSimpleDataResponseBody() {
}
public GetSimpleDataResponseBody(object GetSimpleDataResult) {
this.GetSimpleDataResult = GetSimpleDataResult;
}
}
[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 GetPlatDataForLittleRequest {
[System.ServiceModel.MessageBodyMemberAttribute(Name="GetPlatDataForLittle", Namespace="http://tempuri.org/", Order=0)]
public GSMarketSys.nsPlatDataQuery.GetPlatDataForLittleRequestBody Body;
public GetPlatDataForLittleRequest() {
}
public GetPlatDataForLittleRequest(GSMarketSys.nsPlatDataQuery.GetPlatDataForLittleRequestBody 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 GetPlatDataForLittleRequestBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public GSMarketSys.nsPlatDataQuery.QueryCondition[] conditionArray;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
public string dSName;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
public GSMarketSys.nsPlatDataQuery.ArrayOfString dispField;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]
public string guid;
public GetPlatDataForLittleRequestBody() {
}
public GetPlatDataForLittleRequestBody(GSMarketSys.nsPlatDataQuery.QueryCondition[] conditionArray, string dSName, GSMarketSys.nsPlatDataQuery.ArrayOfString dispField, string guid) {
this.conditionArray = conditionArray;
this.dSName = dSName;
this.dispField = dispField;
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 GetPlatDataForLittleResponse {
[System.ServiceModel.MessageBodyMemberAttribute(Name="GetPlatDataForLittleResponse", Namespace="http://tempuri.org/", Order=0)]
public GSMarketSys.nsPlatDataQuery.GetPlatDataForLittleResponseBody Body;
public GetPlatDataForLittleResponse() {
}
public GetPlatDataForLittleResponse(GSMarketSys.nsPlatDataQuery.GetPlatDataForLittleResponseBody 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 GetPlatDataForLittleResponseBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string GetPlatDataForLittleResult;
public GetPlatDataForLittleResponseBody() {
}
public GetPlatDataForLittleResponseBody(string GetPlatDataForLittleResult) {
this.GetPlatDataForLittleResult = GetPlatDataForLittleResult;
}
}
[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 GetPlatDataForMoreRequest {
[System.ServiceModel.MessageBodyMemberAttribute(Name="GetPlatDataForMore", Namespace="http://tempuri.org/", Order=0)]
public GSMarketSys.nsPlatDataQuery.GetPlatDataForMoreRequestBody Body;
public GetPlatDataForMoreRequest() {
}
public GetPlatDataForMoreRequest(GSMarketSys.nsPlatDataQuery.GetPlatDataForMoreRequestBody 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 GetPlatDataForMoreRequestBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public GSMarketSys.nsPlatDataQuery.QueryCondition[] conditionArray;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
public string dSName;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
public GSMarketSys.nsPlatDataQuery.ArrayOfString dispField;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]
public string guid;
public GetPlatDataForMoreRequestBody() {
}
public GetPlatDataForMoreRequestBody(GSMarketSys.nsPlatDataQuery.QueryCondition[] conditionArray, string dSName, GSMarketSys.nsPlatDataQuery.ArrayOfString dispField, string guid) {
this.conditionArray = conditionArray;
this.dSName = dSName;
this.dispField = dispField;
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 GetPlatDataForMoreResponse {
[System.ServiceModel.MessageBodyMemberAttribute(Name="GetPlatDataForMoreResponse", Namespace="http://tempuri.org/", Order=0)]
public GSMarketSys.nsPlatDataQuery.GetPlatDataForMoreResponseBody Body;
public GetPlatDataForMoreResponse() {
}
public GetPlatDataForMoreResponse(GSMarketSys.nsPlatDataQuery.GetPlatDataForMoreResponseBody 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 GetPlatDataForMoreResponseBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string GetPlatDataForMoreResult;
public GetPlatDataForMoreResponseBody() {
}
public GetPlatDataForMoreResponseBody(string GetPlatDataForMoreResult) {
this.GetPlatDataForMoreResult = GetPlatDataForMoreResult;
}
}
[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 GetSubSysDataRequest {
[System.ServiceModel.MessageBodyMemberAttribute(Name="GetSubSysData", Namespace="http://tempuri.org/", Order=0)]
public GSMarketSys.nsPlatDataQuery.GetSubSysDataRequestBody Body;
public GetSubSysDataRequest() {
}
public GetSubSysDataRequest(GSMarketSys.nsPlatDataQuery.GetSubSysDataRequestBody 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 GetSubSysDataRequestBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public GSMarketSys.nsPlatDataQuery.ArrayOfCondition conditionArray;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
public string dSName;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
public GSMarketSys.nsPlatDataQuery.ArrayOfString dispField;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]
public string guid;
public GetSubSysDataRequestBody() {
}
public GetSubSysDataRequestBody(GSMarketSys.nsPlatDataQuery.ArrayOfCondition conditionArray, string dSName, GSMarketSys.nsPlatDataQuery.ArrayOfString dispField, string guid) {
this.conditionArray = conditionArray;
this.dSName = dSName;
this.dispField = dispField;
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 GetSubSysDataResponse {
[System.ServiceModel.MessageBodyMemberAttribute(Name="GetSubSysDataResponse", Namespace="http://tempuri.org/", Order=0)]
public GSMarketSys.nsPlatDataQuery.GetSubSysDataResponseBody Body;
public GetSubSysDataResponse() {
}
public GetSubSysDataResponse(GSMarketSys.nsPlatDataQuery.GetSubSysDataResponseBody 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 GetSubSysDataResponseBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public object GetSubSysDataResult;
public GetSubSysDataResponseBody() {
}
public GetSubSysDataResponseBody(object GetSubSysDataResult) {
this.GetSubSysDataResult = GetSubSysDataResult;
}
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
public interface PlatDataQuerySoapChannel : GSMarketSys.nsPlatDataQuery.PlatDataQuerySoap, System.ServiceModel.IClientChannel {
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
public partial class PlatDataQuerySoapClient : System.ServiceModel.ClientBase, GSMarketSys.nsPlatDataQuery.PlatDataQuerySoap {
public PlatDataQuerySoapClient() {
}
public PlatDataQuerySoapClient(string endpointConfigurationName) :
base(endpointConfigurationName) {
}
public PlatDataQuerySoapClient(string endpointConfigurationName, string remoteAddress) :
base(endpointConfigurationName, remoteAddress) {
}
public PlatDataQuerySoapClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
base(endpointConfigurationName, remoteAddress) {
}
public PlatDataQuerySoapClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
base(binding, remoteAddress) {
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
GSMarketSys.nsPlatDataQuery.GetSimpleDataResponse GSMarketSys.nsPlatDataQuery.PlatDataQuerySoap.GetSimpleData(GSMarketSys.nsPlatDataQuery.GetSimpleDataRequest request) {
return base.Channel.GetSimpleData(request);
}
public object GetSimpleData(GSMarketSys.nsPlatDataQuery.QueryCondition[] conditionArray, string dSName, string dispField, string guid) {
GSMarketSys.nsPlatDataQuery.GetSimpleDataRequest inValue = new GSMarketSys.nsPlatDataQuery.GetSimpleDataRequest();
inValue.Body = new GSMarketSys.nsPlatDataQuery.GetSimpleDataRequestBody();
inValue.Body.conditionArray = conditionArray;
inValue.Body.dSName = dSName;
inValue.Body.dispField = dispField;
inValue.Body.guid = guid;
GSMarketSys.nsPlatDataQuery.GetSimpleDataResponse retVal = ((GSMarketSys.nsPlatDataQuery.PlatDataQuerySoap)(this)).GetSimpleData(inValue);
return retVal.Body.GetSimpleDataResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
System.Threading.Tasks.Task GSMarketSys.nsPlatDataQuery.PlatDataQuerySoap.GetSimpleDataAsync(GSMarketSys.nsPlatDataQuery.GetSimpleDataRequest request) {
return base.Channel.GetSimpleDataAsync(request);
}
public System.Threading.Tasks.Task GetSimpleDataAsync(GSMarketSys.nsPlatDataQuery.QueryCondition[] conditionArray, string dSName, string dispField, string guid) {
GSMarketSys.nsPlatDataQuery.GetSimpleDataRequest inValue = new GSMarketSys.nsPlatDataQuery.GetSimpleDataRequest();
inValue.Body = new GSMarketSys.nsPlatDataQuery.GetSimpleDataRequestBody();
inValue.Body.conditionArray = conditionArray;
inValue.Body.dSName = dSName;
inValue.Body.dispField = dispField;
inValue.Body.guid = guid;
return ((GSMarketSys.nsPlatDataQuery.PlatDataQuerySoap)(this)).GetSimpleDataAsync(inValue);
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
GSMarketSys.nsPlatDataQuery.GetPlatDataForLittleResponse GSMarketSys.nsPlatDataQuery.PlatDataQuerySoap.GetPlatDataForLittle(GSMarketSys.nsPlatDataQuery.GetPlatDataForLittleRequest request) {
return base.Channel.GetPlatDataForLittle(request);
}
public string GetPlatDataForLittle(GSMarketSys.nsPlatDataQuery.QueryCondition[] conditionArray, string dSName, GSMarketSys.nsPlatDataQuery.ArrayOfString dispField, string guid) {
GSMarketSys.nsPlatDataQuery.GetPlatDataForLittleRequest inValue = new GSMarketSys.nsPlatDataQuery.GetPlatDataForLittleRequest();
inValue.Body = new GSMarketSys.nsPlatDataQuery.GetPlatDataForLittleRequestBody();
inValue.Body.conditionArray = conditionArray;
inValue.Body.dSName = dSName;
inValue.Body.dispField = dispField;
inValue.Body.guid = guid;
GSMarketSys.nsPlatDataQuery.GetPlatDataForLittleResponse retVal = ((GSMarketSys.nsPlatDataQuery.PlatDataQuerySoap)(this)).GetPlatDataForLittle(inValue);
return retVal.Body.GetPlatDataForLittleResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
System.Threading.Tasks.Task GSMarketSys.nsPlatDataQuery.PlatDataQuerySoap.GetPlatDataForLittleAsync(GSMarketSys.nsPlatDataQuery.GetPlatDataForLittleRequest request) {
return base.Channel.GetPlatDataForLittleAsync(request);
}
public System.Threading.Tasks.Task GetPlatDataForLittleAsync(GSMarketSys.nsPlatDataQuery.QueryCondition[] conditionArray, string dSName, GSMarketSys.nsPlatDataQuery.ArrayOfString dispField, string guid) {
GSMarketSys.nsPlatDataQuery.GetPlatDataForLittleRequest inValue = new GSMarketSys.nsPlatDataQuery.GetPlatDataForLittleRequest();
inValue.Body = new GSMarketSys.nsPlatDataQuery.GetPlatDataForLittleRequestBody();
inValue.Body.conditionArray = conditionArray;
inValue.Body.dSName = dSName;
inValue.Body.dispField = dispField;
inValue.Body.guid = guid;
return ((GSMarketSys.nsPlatDataQuery.PlatDataQuerySoap)(this)).GetPlatDataForLittleAsync(inValue);
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
GSMarketSys.nsPlatDataQuery.GetPlatDataForMoreResponse GSMarketSys.nsPlatDataQuery.PlatDataQuerySoap.GetPlatDataForMore(GSMarketSys.nsPlatDataQuery.GetPlatDataForMoreRequest request) {
return base.Channel.GetPlatDataForMore(request);
}
public string GetPlatDataForMore(GSMarketSys.nsPlatDataQuery.QueryCondition[] conditionArray, string dSName, GSMarketSys.nsPlatDataQuery.ArrayOfString dispField, string guid) {
GSMarketSys.nsPlatDataQuery.GetPlatDataForMoreRequest inValue = new GSMarketSys.nsPlatDataQuery.GetPlatDataForMoreRequest();
inValue.Body = new GSMarketSys.nsPlatDataQuery.GetPlatDataForMoreRequestBody();
inValue.Body.conditionArray = conditionArray;
inValue.Body.dSName = dSName;
inValue.Body.dispField = dispField;
inValue.Body.guid = guid;
GSMarketSys.nsPlatDataQuery.GetPlatDataForMoreResponse retVal = ((GSMarketSys.nsPlatDataQuery.PlatDataQuerySoap)(this)).GetPlatDataForMore(inValue);
return retVal.Body.GetPlatDataForMoreResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
System.Threading.Tasks.Task GSMarketSys.nsPlatDataQuery.PlatDataQuerySoap.GetPlatDataForMoreAsync(GSMarketSys.nsPlatDataQuery.GetPlatDataForMoreRequest request) {
return base.Channel.GetPlatDataForMoreAsync(request);
}
public System.Threading.Tasks.Task GetPlatDataForMoreAsync(GSMarketSys.nsPlatDataQuery.QueryCondition[] conditionArray, string dSName, GSMarketSys.nsPlatDataQuery.ArrayOfString dispField, string guid) {
GSMarketSys.nsPlatDataQuery.GetPlatDataForMoreRequest inValue = new GSMarketSys.nsPlatDataQuery.GetPlatDataForMoreRequest();
inValue.Body = new GSMarketSys.nsPlatDataQuery.GetPlatDataForMoreRequestBody();
inValue.Body.conditionArray = conditionArray;
inValue.Body.dSName = dSName;
inValue.Body.dispField = dispField;
inValue.Body.guid = guid;
return ((GSMarketSys.nsPlatDataQuery.PlatDataQuerySoap)(this)).GetPlatDataForMoreAsync(inValue);
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
GSMarketSys.nsPlatDataQuery.GetSubSysDataResponse GSMarketSys.nsPlatDataQuery.PlatDataQuerySoap.GetSubSysData(GSMarketSys.nsPlatDataQuery.GetSubSysDataRequest request) {
return base.Channel.GetSubSysData(request);
}
public object GetSubSysData(GSMarketSys.nsPlatDataQuery.ArrayOfCondition conditionArray, string dSName, GSMarketSys.nsPlatDataQuery.ArrayOfString dispField, string guid) {
GSMarketSys.nsPlatDataQuery.GetSubSysDataRequest inValue = new GSMarketSys.nsPlatDataQuery.GetSubSysDataRequest();
inValue.Body = new GSMarketSys.nsPlatDataQuery.GetSubSysDataRequestBody();
inValue.Body.conditionArray = conditionArray;
inValue.Body.dSName = dSName;
inValue.Body.dispField = dispField;
inValue.Body.guid = guid;
GSMarketSys.nsPlatDataQuery.GetSubSysDataResponse retVal = ((GSMarketSys.nsPlatDataQuery.PlatDataQuerySoap)(this)).GetSubSysData(inValue);
return retVal.Body.GetSubSysDataResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
System.Threading.Tasks.Task GSMarketSys.nsPlatDataQuery.PlatDataQuerySoap.GetSubSysDataAsync(GSMarketSys.nsPlatDataQuery.GetSubSysDataRequest request) {
return base.Channel.GetSubSysDataAsync(request);
}
public System.Threading.Tasks.Task GetSubSysDataAsync(GSMarketSys.nsPlatDataQuery.ArrayOfCondition conditionArray, string dSName, GSMarketSys.nsPlatDataQuery.ArrayOfString dispField, string guid) {
GSMarketSys.nsPlatDataQuery.GetSubSysDataRequest inValue = new GSMarketSys.nsPlatDataQuery.GetSubSysDataRequest();
inValue.Body = new GSMarketSys.nsPlatDataQuery.GetSubSysDataRequestBody();
inValue.Body.conditionArray = conditionArray;
inValue.Body.dSName = dSName;
inValue.Body.dispField = dispField;
inValue.Body.guid = guid;
return ((GSMarketSys.nsPlatDataQuery.PlatDataQuerySoap)(this)).GetSubSysDataAsync(inValue);
}
}
}