498 lines
19 KiB
C#
498 lines
19 KiB
C#
//------------------------------------------------------------------------------
|
||
// <auto-generated>
|
||
// 此代码由工具生成。
|
||
// 运行时版本:4.0.30319.42000
|
||
//
|
||
// 对此文件的更改可能会导致不正确的行为,并且如果
|
||
// 重新生成代码,这些更改将会丢失。
|
||
// </auto-generated>
|
||
//------------------------------------------------------------------------------
|
||
|
||
namespace ExternalDataSync.ESB_base {
|
||
|
||
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
||
[System.ServiceModel.ServiceContractAttribute(Namespace="http://zk.ws.epichust.com/", ConfigurationName="ESB_base.UrmRsBaseInterface")]
|
||
public interface UrmRsBaseInterface {
|
||
|
||
// CODEGEN: 参数“return”需要其他方案信息,使用参数模式无法捕获这些信息。特定特性为“System.Xml.Serialization.XmlElementAttribute”。
|
||
[System.ServiceModel.OperationContractAttribute(Action="", ReplyAction="*")]
|
||
[System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
|
||
[return: System.ServiceModel.MessageParameterAttribute(Name="return")]
|
||
ExternalDataSync.ESB_base.baseResponse @base(ExternalDataSync.ESB_base.@base request);
|
||
|
||
[System.ServiceModel.OperationContractAttribute(Action="", ReplyAction="*")]
|
||
System.Threading.Tasks.Task<ExternalDataSync.ESB_base.baseResponse> baseAsync(ExternalDataSync.ESB_base.@base request);
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
|
||
[System.SerializableAttribute()]
|
||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://zk.ws.epichust.com/")]
|
||
public partial class interfaceRequestHeader : object, System.ComponentModel.INotifyPropertyChanged {
|
||
|
||
private string interfaceIDField;
|
||
|
||
private string messageIDField;
|
||
|
||
private string receiverField;
|
||
|
||
private string senderField;
|
||
|
||
private string transIDField;
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)]
|
||
public string interfaceID {
|
||
get {
|
||
return this.interfaceIDField;
|
||
}
|
||
set {
|
||
this.interfaceIDField = value;
|
||
this.RaisePropertyChanged("interfaceID");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)]
|
||
public string messageID {
|
||
get {
|
||
return this.messageIDField;
|
||
}
|
||
set {
|
||
this.messageIDField = value;
|
||
this.RaisePropertyChanged("messageID");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=2)]
|
||
public string receiver {
|
||
get {
|
||
return this.receiverField;
|
||
}
|
||
set {
|
||
this.receiverField = value;
|
||
this.RaisePropertyChanged("receiver");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=3)]
|
||
public string sender {
|
||
get {
|
||
return this.senderField;
|
||
}
|
||
set {
|
||
this.senderField = value;
|
||
this.RaisePropertyChanged("sender");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=4)]
|
||
public string transID {
|
||
get {
|
||
return this.transIDField;
|
||
}
|
||
set {
|
||
this.transIDField = value;
|
||
this.RaisePropertyChanged("transID");
|
||
}
|
||
}
|
||
|
||
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));
|
||
}
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
|
||
[System.SerializableAttribute()]
|
||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://zk.ws.epichust.com/")]
|
||
public partial class interfaceResponse : object, System.ComponentModel.INotifyPropertyChanged {
|
||
|
||
private string commentField;
|
||
|
||
private string interfaceIDField;
|
||
|
||
private string messageIDField;
|
||
|
||
private string resultCodeField;
|
||
|
||
private string resultMessageField;
|
||
|
||
private string resultTypeField;
|
||
|
||
private string transIDField;
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)]
|
||
public string comment {
|
||
get {
|
||
return this.commentField;
|
||
}
|
||
set {
|
||
this.commentField = value;
|
||
this.RaisePropertyChanged("comment");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)]
|
||
public string interfaceID {
|
||
get {
|
||
return this.interfaceIDField;
|
||
}
|
||
set {
|
||
this.interfaceIDField = value;
|
||
this.RaisePropertyChanged("interfaceID");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=2)]
|
||
public string messageID {
|
||
get {
|
||
return this.messageIDField;
|
||
}
|
||
set {
|
||
this.messageIDField = value;
|
||
this.RaisePropertyChanged("messageID");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=3)]
|
||
public string resultCode {
|
||
get {
|
||
return this.resultCodeField;
|
||
}
|
||
set {
|
||
this.resultCodeField = value;
|
||
this.RaisePropertyChanged("resultCode");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=4)]
|
||
public string resultMessage {
|
||
get {
|
||
return this.resultMessageField;
|
||
}
|
||
set {
|
||
this.resultMessageField = value;
|
||
this.RaisePropertyChanged("resultMessage");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=5)]
|
||
public string resultType {
|
||
get {
|
||
return this.resultTypeField;
|
||
}
|
||
set {
|
||
this.resultTypeField = value;
|
||
this.RaisePropertyChanged("resultType");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=6)]
|
||
public string transID {
|
||
get {
|
||
return this.transIDField;
|
||
}
|
||
set {
|
||
this.transIDField = value;
|
||
this.RaisePropertyChanged("transID");
|
||
}
|
||
}
|
||
|
||
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));
|
||
}
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4161.0")]
|
||
[System.SerializableAttribute()]
|
||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://zk.ws.epichust.com/")]
|
||
public partial class rsBaseInfoTo : object, System.ComponentModel.INotifyPropertyChanged {
|
||
|
||
private string alarmDateField;
|
||
|
||
private string equipCodeField;
|
||
|
||
private string siteField;
|
||
|
||
private string toolCodeField;
|
||
|
||
private string toolDownProdutionField;
|
||
|
||
private string toolDownReasonField;
|
||
|
||
private string toolDownResidualField;
|
||
|
||
private string toolDownTypeField;
|
||
|
||
private string workCellCodeField;
|
||
|
||
private string workCenterField;
|
||
|
||
private string tNumberField;
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)]
|
||
public string alarmDate {
|
||
get {
|
||
return this.alarmDateField;
|
||
}
|
||
set {
|
||
this.alarmDateField = value;
|
||
this.RaisePropertyChanged("alarmDate");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)]
|
||
public string equipCode {
|
||
get {
|
||
return this.equipCodeField;
|
||
}
|
||
set {
|
||
this.equipCodeField = value;
|
||
this.RaisePropertyChanged("equipCode");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=2)]
|
||
public string site {
|
||
get {
|
||
return this.siteField;
|
||
}
|
||
set {
|
||
this.siteField = value;
|
||
this.RaisePropertyChanged("site");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=3)]
|
||
public string toolCode {
|
||
get {
|
||
return this.toolCodeField;
|
||
}
|
||
set {
|
||
this.toolCodeField = value;
|
||
this.RaisePropertyChanged("toolCode");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=4)]
|
||
public string toolDownProdution {
|
||
get {
|
||
return this.toolDownProdutionField;
|
||
}
|
||
set {
|
||
this.toolDownProdutionField = value;
|
||
this.RaisePropertyChanged("toolDownProdution");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=5)]
|
||
public string toolDownReason {
|
||
get {
|
||
return this.toolDownReasonField;
|
||
}
|
||
set {
|
||
this.toolDownReasonField = value;
|
||
this.RaisePropertyChanged("toolDownReason");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=6)]
|
||
public string toolDownResidual {
|
||
get {
|
||
return this.toolDownResidualField;
|
||
}
|
||
set {
|
||
this.toolDownResidualField = value;
|
||
this.RaisePropertyChanged("toolDownResidual");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=7)]
|
||
public string toolDownType {
|
||
get {
|
||
return this.toolDownTypeField;
|
||
}
|
||
set {
|
||
this.toolDownTypeField = value;
|
||
this.RaisePropertyChanged("toolDownType");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=8)]
|
||
public string workCellCode {
|
||
get {
|
||
return this.workCellCodeField;
|
||
}
|
||
set {
|
||
this.workCellCodeField = value;
|
||
this.RaisePropertyChanged("workCellCode");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=9)]
|
||
public string workCenter {
|
||
get {
|
||
return this.workCenterField;
|
||
}
|
||
set {
|
||
this.workCenterField = value;
|
||
this.RaisePropertyChanged("workCenter");
|
||
}
|
||
}
|
||
|
||
/// <remarks/>
|
||
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=10)]
|
||
public string tNumber {
|
||
get {
|
||
return this.tNumberField;
|
||
}
|
||
set {
|
||
this.tNumberField = value;
|
||
this.RaisePropertyChanged("tNumber");
|
||
}
|
||
}
|
||
|
||
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.ServiceModel", "4.0.0.0")]
|
||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
||
[System.ServiceModel.MessageContractAttribute(WrapperName="base", WrapperNamespace="http://zk.ws.epichust.com/", IsWrapped=true)]
|
||
public partial class @base {
|
||
|
||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://zk.ws.epichust.com/", Order=0)]
|
||
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
||
public ExternalDataSync.ESB_base.interfaceRequestHeader arg0;
|
||
|
||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://zk.ws.epichust.com/", Order=1)]
|
||
[System.Xml.Serialization.XmlElementAttribute("arg1", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
||
public ExternalDataSync.ESB_base.rsBaseInfoTo[] arg1;
|
||
|
||
public @base() {
|
||
}
|
||
|
||
public @base(ExternalDataSync.ESB_base.interfaceRequestHeader arg0, ExternalDataSync.ESB_base.rsBaseInfoTo[] arg1) {
|
||
this.arg0 = arg0;
|
||
this.arg1 = arg1;
|
||
}
|
||
}
|
||
|
||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
||
[System.ServiceModel.MessageContractAttribute(WrapperName="baseResponse", WrapperNamespace="http://zk.ws.epichust.com/", IsWrapped=true)]
|
||
public partial class baseResponse {
|
||
|
||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://zk.ws.epichust.com/", Order=0)]
|
||
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
||
public ExternalDataSync.ESB_base.interfaceResponse @return;
|
||
|
||
public baseResponse() {
|
||
}
|
||
|
||
public baseResponse(ExternalDataSync.ESB_base.interfaceResponse @return) {
|
||
this.@return = @return;
|
||
}
|
||
}
|
||
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
||
public interface UrmRsBaseInterfaceChannel : ExternalDataSync.ESB_base.UrmRsBaseInterface, System.ServiceModel.IClientChannel {
|
||
}
|
||
|
||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
||
public partial class UrmRsBaseInterfaceClient : System.ServiceModel.ClientBase<ExternalDataSync.ESB_base.UrmRsBaseInterface>, ExternalDataSync.ESB_base.UrmRsBaseInterface {
|
||
|
||
public UrmRsBaseInterfaceClient() {
|
||
}
|
||
|
||
public UrmRsBaseInterfaceClient(string endpointConfigurationName) :
|
||
base(endpointConfigurationName) {
|
||
}
|
||
|
||
public UrmRsBaseInterfaceClient(string endpointConfigurationName, string remoteAddress) :
|
||
base(endpointConfigurationName, remoteAddress) {
|
||
}
|
||
|
||
public UrmRsBaseInterfaceClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
|
||
base(endpointConfigurationName, remoteAddress) {
|
||
}
|
||
|
||
public UrmRsBaseInterfaceClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
|
||
base(binding, remoteAddress) {
|
||
}
|
||
|
||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
||
ExternalDataSync.ESB_base.baseResponse ExternalDataSync.ESB_base.UrmRsBaseInterface.@base(ExternalDataSync.ESB_base.@base request) {
|
||
return base.Channel.@base(request);
|
||
}
|
||
|
||
public ExternalDataSync.ESB_base.interfaceResponse @base(ExternalDataSync.ESB_base.interfaceRequestHeader arg0, ExternalDataSync.ESB_base.rsBaseInfoTo[] arg1) {
|
||
ExternalDataSync.ESB_base.@base inValue = new ExternalDataSync.ESB_base.@base();
|
||
inValue.arg0 = arg0;
|
||
inValue.arg1 = arg1;
|
||
ExternalDataSync.ESB_base.baseResponse retVal = ((ExternalDataSync.ESB_base.UrmRsBaseInterface)(this)).@base(inValue);
|
||
return retVal.@return;
|
||
}
|
||
|
||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
||
System.Threading.Tasks.Task<ExternalDataSync.ESB_base.baseResponse> ExternalDataSync.ESB_base.UrmRsBaseInterface.baseAsync(ExternalDataSync.ESB_base.@base request) {
|
||
return base.Channel.baseAsync(request);
|
||
}
|
||
|
||
public System.Threading.Tasks.Task<ExternalDataSync.ESB_base.baseResponse> baseAsync(ExternalDataSync.ESB_base.interfaceRequestHeader arg0, ExternalDataSync.ESB_base.rsBaseInfoTo[] arg1) {
|
||
ExternalDataSync.ESB_base.@base inValue = new ExternalDataSync.ESB_base.@base();
|
||
inValue.arg0 = arg0;
|
||
inValue.arg1 = arg1;
|
||
return ((ExternalDataSync.ESB_base.UrmRsBaseInterface)(this)).baseAsync(inValue);
|
||
}
|
||
}
|
||
}
|