//------------------------------------------------------------------------------
|
// <auto-generated>
|
// 此代码由工具生成。
|
// 运行时版本:4.0.30319.42000
|
//
|
// 对此文件的更改可能会导致不正确的行为,并且如果
|
// 重新生成代码,这些更改将会丢失。
|
// </auto-generated>
|
//------------------------------------------------------------------------------
|
|
namespace SiemensWCS.ControlCenterService {
|
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="SrmInfoEntity", Namespace="http://schemas.datacontract.org/2004/07/IWareCC.SRM.Entity")]
|
[System.SerializableAttribute()]
|
public partial class SrmInfoEntity : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
|
|
[System.NonSerializedAttribute()]
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string ActualLaneField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private bool AlarmField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string AlarmNumberField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string DeliveryFinishField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string HandShakeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private bool IsOnlineField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string LiftFullField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string ModeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string PickFinishField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string PosXField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string PosXmmField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string PosYField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string PosYmmField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string PosZField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string PosZmmField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string SrmNoField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string StackerNameField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string StateField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string TaskFinishField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string TaskNoField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string WAckField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string WAlarmAckField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string WCommandField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string WDestinationPosXField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string WDestinationPosYField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string WDestinationPosZField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string WEmergencyStopField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string WHandShakeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string WSourcePosXField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string WSourcePosYField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string WSourcePosZField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string WSrmNoField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string WStbField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string WTaskNoField;
|
|
[global::System.ComponentModel.BrowsableAttribute(false)]
|
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
|
get {
|
return this.extensionDataField;
|
}
|
set {
|
this.extensionDataField = value;
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string ActualLane {
|
get {
|
return this.ActualLaneField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.ActualLaneField, value) != true)) {
|
this.ActualLaneField = value;
|
this.RaisePropertyChanged("ActualLane");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public bool Alarm {
|
get {
|
return this.AlarmField;
|
}
|
set {
|
if ((this.AlarmField.Equals(value) != true)) {
|
this.AlarmField = value;
|
this.RaisePropertyChanged("Alarm");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string AlarmNumber {
|
get {
|
return this.AlarmNumberField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.AlarmNumberField, value) != true)) {
|
this.AlarmNumberField = value;
|
this.RaisePropertyChanged("AlarmNumber");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string DeliveryFinish {
|
get {
|
return this.DeliveryFinishField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.DeliveryFinishField, value) != true)) {
|
this.DeliveryFinishField = value;
|
this.RaisePropertyChanged("DeliveryFinish");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string HandShake {
|
get {
|
return this.HandShakeField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.HandShakeField, value) != true)) {
|
this.HandShakeField = value;
|
this.RaisePropertyChanged("HandShake");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public bool IsOnline {
|
get {
|
return this.IsOnlineField;
|
}
|
set {
|
if ((this.IsOnlineField.Equals(value) != true)) {
|
this.IsOnlineField = value;
|
this.RaisePropertyChanged("IsOnline");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string LiftFull {
|
get {
|
return this.LiftFullField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.LiftFullField, value) != true)) {
|
this.LiftFullField = value;
|
this.RaisePropertyChanged("LiftFull");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string Mode {
|
get {
|
return this.ModeField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.ModeField, value) != true)) {
|
this.ModeField = value;
|
this.RaisePropertyChanged("Mode");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string PickFinish {
|
get {
|
return this.PickFinishField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.PickFinishField, value) != true)) {
|
this.PickFinishField = value;
|
this.RaisePropertyChanged("PickFinish");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string PosX {
|
get {
|
return this.PosXField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.PosXField, value) != true)) {
|
this.PosXField = value;
|
this.RaisePropertyChanged("PosX");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string PosXmm {
|
get {
|
return this.PosXmmField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.PosXmmField, value) != true)) {
|
this.PosXmmField = value;
|
this.RaisePropertyChanged("PosXmm");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string PosY {
|
get {
|
return this.PosYField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.PosYField, value) != true)) {
|
this.PosYField = value;
|
this.RaisePropertyChanged("PosY");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string PosYmm {
|
get {
|
return this.PosYmmField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.PosYmmField, value) != true)) {
|
this.PosYmmField = value;
|
this.RaisePropertyChanged("PosYmm");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string PosZ {
|
get {
|
return this.PosZField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.PosZField, value) != true)) {
|
this.PosZField = value;
|
this.RaisePropertyChanged("PosZ");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string PosZmm {
|
get {
|
return this.PosZmmField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.PosZmmField, value) != true)) {
|
this.PosZmmField = value;
|
this.RaisePropertyChanged("PosZmm");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string SrmNo {
|
get {
|
return this.SrmNoField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.SrmNoField, value) != true)) {
|
this.SrmNoField = value;
|
this.RaisePropertyChanged("SrmNo");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string StackerName {
|
get {
|
return this.StackerNameField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.StackerNameField, value) != true)) {
|
this.StackerNameField = value;
|
this.RaisePropertyChanged("StackerName");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string State {
|
get {
|
return this.StateField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.StateField, value) != true)) {
|
this.StateField = value;
|
this.RaisePropertyChanged("State");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string TaskFinish {
|
get {
|
return this.TaskFinishField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.TaskFinishField, value) != true)) {
|
this.TaskFinishField = value;
|
this.RaisePropertyChanged("TaskFinish");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string TaskNo {
|
get {
|
return this.TaskNoField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.TaskNoField, value) != true)) {
|
this.TaskNoField = value;
|
this.RaisePropertyChanged("TaskNo");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string WAck {
|
get {
|
return this.WAckField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.WAckField, value) != true)) {
|
this.WAckField = value;
|
this.RaisePropertyChanged("WAck");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string WAlarmAck {
|
get {
|
return this.WAlarmAckField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.WAlarmAckField, value) != true)) {
|
this.WAlarmAckField = value;
|
this.RaisePropertyChanged("WAlarmAck");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string WCommand {
|
get {
|
return this.WCommandField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.WCommandField, value) != true)) {
|
this.WCommandField = value;
|
this.RaisePropertyChanged("WCommand");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string WDestinationPosX {
|
get {
|
return this.WDestinationPosXField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.WDestinationPosXField, value) != true)) {
|
this.WDestinationPosXField = value;
|
this.RaisePropertyChanged("WDestinationPosX");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string WDestinationPosY {
|
get {
|
return this.WDestinationPosYField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.WDestinationPosYField, value) != true)) {
|
this.WDestinationPosYField = value;
|
this.RaisePropertyChanged("WDestinationPosY");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string WDestinationPosZ {
|
get {
|
return this.WDestinationPosZField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.WDestinationPosZField, value) != true)) {
|
this.WDestinationPosZField = value;
|
this.RaisePropertyChanged("WDestinationPosZ");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string WEmergencyStop {
|
get {
|
return this.WEmergencyStopField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.WEmergencyStopField, value) != true)) {
|
this.WEmergencyStopField = value;
|
this.RaisePropertyChanged("WEmergencyStop");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string WHandShake {
|
get {
|
return this.WHandShakeField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.WHandShakeField, value) != true)) {
|
this.WHandShakeField = value;
|
this.RaisePropertyChanged("WHandShake");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string WSourcePosX {
|
get {
|
return this.WSourcePosXField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.WSourcePosXField, value) != true)) {
|
this.WSourcePosXField = value;
|
this.RaisePropertyChanged("WSourcePosX");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string WSourcePosY {
|
get {
|
return this.WSourcePosYField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.WSourcePosYField, value) != true)) {
|
this.WSourcePosYField = value;
|
this.RaisePropertyChanged("WSourcePosY");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string WSourcePosZ {
|
get {
|
return this.WSourcePosZField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.WSourcePosZField, value) != true)) {
|
this.WSourcePosZField = value;
|
this.RaisePropertyChanged("WSourcePosZ");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string WSrmNo {
|
get {
|
return this.WSrmNoField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.WSrmNoField, value) != true)) {
|
this.WSrmNoField = value;
|
this.RaisePropertyChanged("WSrmNo");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string WStb {
|
get {
|
return this.WStbField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.WStbField, value) != true)) {
|
this.WStbField = value;
|
this.RaisePropertyChanged("WStb");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string WTaskNo {
|
get {
|
return this.WTaskNoField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.WTaskNoField, value) != true)) {
|
this.WTaskNoField = value;
|
this.RaisePropertyChanged("WTaskNo");
|
}
|
}
|
}
|
|
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="RgvInfoEntity", Namespace="http://schemas.datacontract.org/2004/07/IWareCC.RGV.Entity")]
|
[System.SerializableAttribute()]
|
public partial class RgvInfoEntity : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
|
|
[System.NonSerializedAttribute()]
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string AlarmField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string AlarmCodeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string DeliveryFinishField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string EStopField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string EndPosField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private int HandShakeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string IsOnlineField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string LoadedField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string ModeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string PickFinishField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string ResetField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string RgvCMDField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string RgvNameField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string RgvNoField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private int RgvPositionField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private int SPosField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string StartPosField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string StateField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private int TPosField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string TaskFinishField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private int TaskNoField;
|
|
[global::System.ComponentModel.BrowsableAttribute(false)]
|
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
|
get {
|
return this.extensionDataField;
|
}
|
set {
|
this.extensionDataField = value;
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string Alarm {
|
get {
|
return this.AlarmField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.AlarmField, value) != true)) {
|
this.AlarmField = value;
|
this.RaisePropertyChanged("Alarm");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string AlarmCode {
|
get {
|
return this.AlarmCodeField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.AlarmCodeField, value) != true)) {
|
this.AlarmCodeField = value;
|
this.RaisePropertyChanged("AlarmCode");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string DeliveryFinish {
|
get {
|
return this.DeliveryFinishField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.DeliveryFinishField, value) != true)) {
|
this.DeliveryFinishField = value;
|
this.RaisePropertyChanged("DeliveryFinish");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string EStop {
|
get {
|
return this.EStopField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.EStopField, value) != true)) {
|
this.EStopField = value;
|
this.RaisePropertyChanged("EStop");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string EndPos {
|
get {
|
return this.EndPosField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.EndPosField, value) != true)) {
|
this.EndPosField = value;
|
this.RaisePropertyChanged("EndPos");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public int HandShake {
|
get {
|
return this.HandShakeField;
|
}
|
set {
|
if ((this.HandShakeField.Equals(value) != true)) {
|
this.HandShakeField = value;
|
this.RaisePropertyChanged("HandShake");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string IsOnline {
|
get {
|
return this.IsOnlineField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.IsOnlineField, value) != true)) {
|
this.IsOnlineField = value;
|
this.RaisePropertyChanged("IsOnline");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string Loaded {
|
get {
|
return this.LoadedField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.LoadedField, value) != true)) {
|
this.LoadedField = value;
|
this.RaisePropertyChanged("Loaded");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string Mode {
|
get {
|
return this.ModeField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.ModeField, value) != true)) {
|
this.ModeField = value;
|
this.RaisePropertyChanged("Mode");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string PickFinish {
|
get {
|
return this.PickFinishField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.PickFinishField, value) != true)) {
|
this.PickFinishField = value;
|
this.RaisePropertyChanged("PickFinish");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string Reset {
|
get {
|
return this.ResetField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.ResetField, value) != true)) {
|
this.ResetField = value;
|
this.RaisePropertyChanged("Reset");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string RgvCMD {
|
get {
|
return this.RgvCMDField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.RgvCMDField, value) != true)) {
|
this.RgvCMDField = value;
|
this.RaisePropertyChanged("RgvCMD");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string RgvName {
|
get {
|
return this.RgvNameField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.RgvNameField, value) != true)) {
|
this.RgvNameField = value;
|
this.RaisePropertyChanged("RgvName");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string RgvNo {
|
get {
|
return this.RgvNoField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.RgvNoField, value) != true)) {
|
this.RgvNoField = value;
|
this.RaisePropertyChanged("RgvNo");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public int RgvPosition {
|
get {
|
return this.RgvPositionField;
|
}
|
set {
|
if ((this.RgvPositionField.Equals(value) != true)) {
|
this.RgvPositionField = value;
|
this.RaisePropertyChanged("RgvPosition");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public int SPos {
|
get {
|
return this.SPosField;
|
}
|
set {
|
if ((this.SPosField.Equals(value) != true)) {
|
this.SPosField = value;
|
this.RaisePropertyChanged("SPos");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string StartPos {
|
get {
|
return this.StartPosField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.StartPosField, value) != true)) {
|
this.StartPosField = value;
|
this.RaisePropertyChanged("StartPos");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string State {
|
get {
|
return this.StateField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.StateField, value) != true)) {
|
this.StateField = value;
|
this.RaisePropertyChanged("State");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public int TPos {
|
get {
|
return this.TPosField;
|
}
|
set {
|
if ((this.TPosField.Equals(value) != true)) {
|
this.TPosField = value;
|
this.RaisePropertyChanged("TPos");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string TaskFinish {
|
get {
|
return this.TaskFinishField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.TaskFinishField, value) != true)) {
|
this.TaskFinishField = value;
|
this.RaisePropertyChanged("TaskFinish");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public int TaskNo {
|
get {
|
return this.TaskNoField;
|
}
|
set {
|
if ((this.TaskNoField.Equals(value) != true)) {
|
this.TaskNoField = value;
|
this.RaisePropertyChanged("TaskNo");
|
}
|
}
|
}
|
|
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="ChaiDieInfoEntity", Namespace="http://schemas.datacontract.org/2004/07/IWareCC.ChaiDie.Entity")]
|
[System.SerializableAttribute()]
|
public partial class ChaiDieInfoEntity : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
|
|
[System.NonSerializedAttribute()]
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string ACKField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string AlarmField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string ChaiDieNameField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string ChaiDieNoField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string EmptyStatusField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private int HandShakeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string IsOnlineField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string ModeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string Ph1Field;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string Ph2Field;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string RAlarmCodeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string StateField;
|
|
[global::System.ComponentModel.BrowsableAttribute(false)]
|
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
|
get {
|
return this.extensionDataField;
|
}
|
set {
|
this.extensionDataField = value;
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string ACK {
|
get {
|
return this.ACKField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.ACKField, value) != true)) {
|
this.ACKField = value;
|
this.RaisePropertyChanged("ACK");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string Alarm {
|
get {
|
return this.AlarmField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.AlarmField, value) != true)) {
|
this.AlarmField = value;
|
this.RaisePropertyChanged("Alarm");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string ChaiDieName {
|
get {
|
return this.ChaiDieNameField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.ChaiDieNameField, value) != true)) {
|
this.ChaiDieNameField = value;
|
this.RaisePropertyChanged("ChaiDieName");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string ChaiDieNo {
|
get {
|
return this.ChaiDieNoField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.ChaiDieNoField, value) != true)) {
|
this.ChaiDieNoField = value;
|
this.RaisePropertyChanged("ChaiDieNo");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string EmptyStatus {
|
get {
|
return this.EmptyStatusField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.EmptyStatusField, value) != true)) {
|
this.EmptyStatusField = value;
|
this.RaisePropertyChanged("EmptyStatus");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public int HandShake {
|
get {
|
return this.HandShakeField;
|
}
|
set {
|
if ((this.HandShakeField.Equals(value) != true)) {
|
this.HandShakeField = value;
|
this.RaisePropertyChanged("HandShake");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string IsOnline {
|
get {
|
return this.IsOnlineField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.IsOnlineField, value) != true)) {
|
this.IsOnlineField = value;
|
this.RaisePropertyChanged("IsOnline");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string Mode {
|
get {
|
return this.ModeField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.ModeField, value) != true)) {
|
this.ModeField = value;
|
this.RaisePropertyChanged("Mode");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string Ph1 {
|
get {
|
return this.Ph1Field;
|
}
|
set {
|
if ((object.ReferenceEquals(this.Ph1Field, value) != true)) {
|
this.Ph1Field = value;
|
this.RaisePropertyChanged("Ph1");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string Ph2 {
|
get {
|
return this.Ph2Field;
|
}
|
set {
|
if ((object.ReferenceEquals(this.Ph2Field, value) != true)) {
|
this.Ph2Field = value;
|
this.RaisePropertyChanged("Ph2");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string RAlarmCode {
|
get {
|
return this.RAlarmCodeField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.RAlarmCodeField, value) != true)) {
|
this.RAlarmCodeField = value;
|
this.RaisePropertyChanged("RAlarmCode");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string State {
|
get {
|
return this.StateField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.StateField, value) != true)) {
|
this.StateField = value;
|
this.RaisePropertyChanged("State");
|
}
|
}
|
}
|
|
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="ConveyorInfoEntity", Namespace="http://schemas.datacontract.org/2004/07/IWareCC.Conveyor.Entity")]
|
[System.SerializableAttribute()]
|
public partial class ConveyorInfoEntity : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
|
|
[System.NonSerializedAttribute()]
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string ConveyorNameField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string IsOnlineField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string RAlarmField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private int RAlarmCodeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string RHasGoodsField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private int RStateField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string RTaskFinishField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private int WFromStationNoField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private int WTaskIdField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private int WToStationNoField;
|
|
[global::System.ComponentModel.BrowsableAttribute(false)]
|
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
|
get {
|
return this.extensionDataField;
|
}
|
set {
|
this.extensionDataField = value;
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string ConveyorName {
|
get {
|
return this.ConveyorNameField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.ConveyorNameField, value) != true)) {
|
this.ConveyorNameField = value;
|
this.RaisePropertyChanged("ConveyorName");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string IsOnline {
|
get {
|
return this.IsOnlineField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.IsOnlineField, value) != true)) {
|
this.IsOnlineField = value;
|
this.RaisePropertyChanged("IsOnline");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string RAlarm {
|
get {
|
return this.RAlarmField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.RAlarmField, value) != true)) {
|
this.RAlarmField = value;
|
this.RaisePropertyChanged("RAlarm");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public int RAlarmCode {
|
get {
|
return this.RAlarmCodeField;
|
}
|
set {
|
if ((this.RAlarmCodeField.Equals(value) != true)) {
|
this.RAlarmCodeField = value;
|
this.RaisePropertyChanged("RAlarmCode");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string RHasGoods {
|
get {
|
return this.RHasGoodsField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.RHasGoodsField, value) != true)) {
|
this.RHasGoodsField = value;
|
this.RaisePropertyChanged("RHasGoods");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public int RState {
|
get {
|
return this.RStateField;
|
}
|
set {
|
if ((this.RStateField.Equals(value) != true)) {
|
this.RStateField = value;
|
this.RaisePropertyChanged("RState");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string RTaskFinish {
|
get {
|
return this.RTaskFinishField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.RTaskFinishField, value) != true)) {
|
this.RTaskFinishField = value;
|
this.RaisePropertyChanged("RTaskFinish");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public int WFromStationNo {
|
get {
|
return this.WFromStationNoField;
|
}
|
set {
|
if ((this.WFromStationNoField.Equals(value) != true)) {
|
this.WFromStationNoField = value;
|
this.RaisePropertyChanged("WFromStationNo");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public int WTaskId {
|
get {
|
return this.WTaskIdField;
|
}
|
set {
|
if ((this.WTaskIdField.Equals(value) != true)) {
|
this.WTaskIdField = value;
|
this.RaisePropertyChanged("WTaskId");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public int WToStationNo {
|
get {
|
return this.WToStationNoField;
|
}
|
set {
|
if ((this.WToStationNoField.Equals(value) != true)) {
|
this.WToStationNoField = value;
|
this.RaisePropertyChanged("WToStationNo");
|
}
|
}
|
}
|
|
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="FunModel", Namespace="http://schemas.datacontract.org/2004/07/IWareCC.Extend")]
|
[System.SerializableAttribute()]
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(SiemensWCS.ControlCenterService.SrmInfoEntity))]
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(SiemensWCS.ControlCenterService.SrmInfoEntity[]))]
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(SiemensWCS.ControlCenterService.RgvInfoEntity))]
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(SiemensWCS.ControlCenterService.RgvInfoEntity[]))]
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(SiemensWCS.ControlCenterService.ChaiDieInfoEntity))]
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(SiemensWCS.ControlCenterService.ChaiDieInfoEntity[]))]
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(SiemensWCS.ControlCenterService.ConveyorInfoEntity))]
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(SiemensWCS.ControlCenterService.ConveyorInfoEntity[]))]
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(IWareCommon.Help.BackData))]
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.Dictionary<string, string>))]
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(SiemensWCS.ControlCenterService.PartTask[]))]
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(SiemensWCS.ControlCenterService.PartTask))]
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(SiemensWCS.ControlCenterService.DevAlert[]))]
|
[System.Runtime.Serialization.KnownTypeAttribute(typeof(SiemensWCS.ControlCenterService.DevAlert))]
|
public partial class FunModel : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
|
|
[System.NonSerializedAttribute()]
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private object dataField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string errMsgField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private bool resultField;
|
|
[global::System.ComponentModel.BrowsableAttribute(false)]
|
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
|
get {
|
return this.extensionDataField;
|
}
|
set {
|
this.extensionDataField = value;
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public object data {
|
get {
|
return this.dataField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.dataField, value) != true)) {
|
this.dataField = value;
|
this.RaisePropertyChanged("data");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string errMsg {
|
get {
|
return this.errMsgField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.errMsgField, value) != true)) {
|
this.errMsgField = value;
|
this.RaisePropertyChanged("errMsg");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public bool result {
|
get {
|
return this.resultField;
|
}
|
set {
|
if ((this.resultField.Equals(value) != true)) {
|
this.resultField = value;
|
this.RaisePropertyChanged("result");
|
}
|
}
|
}
|
|
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="PartTask", Namespace="http://schemas.datacontract.org/2004/07/IWareCC.ORM")]
|
[System.SerializableAttribute()]
|
public partial class PartTask : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
|
|
[System.NonSerializedAttribute()]
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string containernameField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private int containertypeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private System.Nullable<System.DateTime> createtimeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private int deliverytypeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private int eqidField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string eqnameField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private int eqtypeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private System.Nullable<int> executionsequenceField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string filereasonField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private System.Nullable<System.DateTime> finishTimeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private int finishtimesField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private int handletimesField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private int heighttypeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private int idField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private System.Nullable<int> isPersonHandlerField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private int iscurrentField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private int isfinishedField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private int ishandledField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private int ismovetaskField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private int isreleasedField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private System.Nullable<System.DateTime> issueTimeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private int maintaskidField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private int maintasktypeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private int nexthandelField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string packagenoField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private System.Nullable<System.DateTime> plcReceiveTimeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private int priorityField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string sourceplaceField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private int statusField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private int storagenoField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string targetplaceField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string taskcodeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string toplaceField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private int typeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private System.Nullable<System.DateTime> updatetimeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private int voidlabelField;
|
|
[global::System.ComponentModel.BrowsableAttribute(false)]
|
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
|
get {
|
return this.extensionDataField;
|
}
|
set {
|
this.extensionDataField = value;
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string containername {
|
get {
|
return this.containernameField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.containernameField, value) != true)) {
|
this.containernameField = value;
|
this.RaisePropertyChanged("containername");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public int containertype {
|
get {
|
return this.containertypeField;
|
}
|
set {
|
if ((this.containertypeField.Equals(value) != true)) {
|
this.containertypeField = value;
|
this.RaisePropertyChanged("containertype");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public System.Nullable<System.DateTime> createtime {
|
get {
|
return this.createtimeField;
|
}
|
set {
|
if ((this.createtimeField.Equals(value) != true)) {
|
this.createtimeField = value;
|
this.RaisePropertyChanged("createtime");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public int deliverytype {
|
get {
|
return this.deliverytypeField;
|
}
|
set {
|
if ((this.deliverytypeField.Equals(value) != true)) {
|
this.deliverytypeField = value;
|
this.RaisePropertyChanged("deliverytype");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public int eqid {
|
get {
|
return this.eqidField;
|
}
|
set {
|
if ((this.eqidField.Equals(value) != true)) {
|
this.eqidField = value;
|
this.RaisePropertyChanged("eqid");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string eqname {
|
get {
|
return this.eqnameField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.eqnameField, value) != true)) {
|
this.eqnameField = value;
|
this.RaisePropertyChanged("eqname");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public int eqtype {
|
get {
|
return this.eqtypeField;
|
}
|
set {
|
if ((this.eqtypeField.Equals(value) != true)) {
|
this.eqtypeField = value;
|
this.RaisePropertyChanged("eqtype");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public System.Nullable<int> executionsequence {
|
get {
|
return this.executionsequenceField;
|
}
|
set {
|
if ((this.executionsequenceField.Equals(value) != true)) {
|
this.executionsequenceField = value;
|
this.RaisePropertyChanged("executionsequence");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string filereason {
|
get {
|
return this.filereasonField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.filereasonField, value) != true)) {
|
this.filereasonField = value;
|
this.RaisePropertyChanged("filereason");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public System.Nullable<System.DateTime> finishTime {
|
get {
|
return this.finishTimeField;
|
}
|
set {
|
if ((this.finishTimeField.Equals(value) != true)) {
|
this.finishTimeField = value;
|
this.RaisePropertyChanged("finishTime");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public int finishtimes {
|
get {
|
return this.finishtimesField;
|
}
|
set {
|
if ((this.finishtimesField.Equals(value) != true)) {
|
this.finishtimesField = value;
|
this.RaisePropertyChanged("finishtimes");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public int handletimes {
|
get {
|
return this.handletimesField;
|
}
|
set {
|
if ((this.handletimesField.Equals(value) != true)) {
|
this.handletimesField = value;
|
this.RaisePropertyChanged("handletimes");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public int heighttype {
|
get {
|
return this.heighttypeField;
|
}
|
set {
|
if ((this.heighttypeField.Equals(value) != true)) {
|
this.heighttypeField = value;
|
this.RaisePropertyChanged("heighttype");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public int id {
|
get {
|
return this.idField;
|
}
|
set {
|
if ((this.idField.Equals(value) != true)) {
|
this.idField = value;
|
this.RaisePropertyChanged("id");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public System.Nullable<int> isPersonHandler {
|
get {
|
return this.isPersonHandlerField;
|
}
|
set {
|
if ((this.isPersonHandlerField.Equals(value) != true)) {
|
this.isPersonHandlerField = value;
|
this.RaisePropertyChanged("isPersonHandler");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public int iscurrent {
|
get {
|
return this.iscurrentField;
|
}
|
set {
|
if ((this.iscurrentField.Equals(value) != true)) {
|
this.iscurrentField = value;
|
this.RaisePropertyChanged("iscurrent");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public int isfinished {
|
get {
|
return this.isfinishedField;
|
}
|
set {
|
if ((this.isfinishedField.Equals(value) != true)) {
|
this.isfinishedField = value;
|
this.RaisePropertyChanged("isfinished");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public int ishandled {
|
get {
|
return this.ishandledField;
|
}
|
set {
|
if ((this.ishandledField.Equals(value) != true)) {
|
this.ishandledField = value;
|
this.RaisePropertyChanged("ishandled");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public int ismovetask {
|
get {
|
return this.ismovetaskField;
|
}
|
set {
|
if ((this.ismovetaskField.Equals(value) != true)) {
|
this.ismovetaskField = value;
|
this.RaisePropertyChanged("ismovetask");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public int isreleased {
|
get {
|
return this.isreleasedField;
|
}
|
set {
|
if ((this.isreleasedField.Equals(value) != true)) {
|
this.isreleasedField = value;
|
this.RaisePropertyChanged("isreleased");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public System.Nullable<System.DateTime> issueTime {
|
get {
|
return this.issueTimeField;
|
}
|
set {
|
if ((this.issueTimeField.Equals(value) != true)) {
|
this.issueTimeField = value;
|
this.RaisePropertyChanged("issueTime");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public int maintaskid {
|
get {
|
return this.maintaskidField;
|
}
|
set {
|
if ((this.maintaskidField.Equals(value) != true)) {
|
this.maintaskidField = value;
|
this.RaisePropertyChanged("maintaskid");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public int maintasktype {
|
get {
|
return this.maintasktypeField;
|
}
|
set {
|
if ((this.maintasktypeField.Equals(value) != true)) {
|
this.maintasktypeField = value;
|
this.RaisePropertyChanged("maintasktype");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public int nexthandel {
|
get {
|
return this.nexthandelField;
|
}
|
set {
|
if ((this.nexthandelField.Equals(value) != true)) {
|
this.nexthandelField = value;
|
this.RaisePropertyChanged("nexthandel");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string packageno {
|
get {
|
return this.packagenoField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.packagenoField, value) != true)) {
|
this.packagenoField = value;
|
this.RaisePropertyChanged("packageno");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public System.Nullable<System.DateTime> plcReceiveTime {
|
get {
|
return this.plcReceiveTimeField;
|
}
|
set {
|
if ((this.plcReceiveTimeField.Equals(value) != true)) {
|
this.plcReceiveTimeField = value;
|
this.RaisePropertyChanged("plcReceiveTime");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public int priority {
|
get {
|
return this.priorityField;
|
}
|
set {
|
if ((this.priorityField.Equals(value) != true)) {
|
this.priorityField = value;
|
this.RaisePropertyChanged("priority");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string sourceplace {
|
get {
|
return this.sourceplaceField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.sourceplaceField, value) != true)) {
|
this.sourceplaceField = value;
|
this.RaisePropertyChanged("sourceplace");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public int status {
|
get {
|
return this.statusField;
|
}
|
set {
|
if ((this.statusField.Equals(value) != true)) {
|
this.statusField = value;
|
this.RaisePropertyChanged("status");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public int storageno {
|
get {
|
return this.storagenoField;
|
}
|
set {
|
if ((this.storagenoField.Equals(value) != true)) {
|
this.storagenoField = value;
|
this.RaisePropertyChanged("storageno");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string targetplace {
|
get {
|
return this.targetplaceField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.targetplaceField, value) != true)) {
|
this.targetplaceField = value;
|
this.RaisePropertyChanged("targetplace");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string taskcode {
|
get {
|
return this.taskcodeField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.taskcodeField, value) != true)) {
|
this.taskcodeField = value;
|
this.RaisePropertyChanged("taskcode");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string toplace {
|
get {
|
return this.toplaceField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.toplaceField, value) != true)) {
|
this.toplaceField = value;
|
this.RaisePropertyChanged("toplace");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public int type {
|
get {
|
return this.typeField;
|
}
|
set {
|
if ((this.typeField.Equals(value) != true)) {
|
this.typeField = value;
|
this.RaisePropertyChanged("type");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public System.Nullable<System.DateTime> updatetime {
|
get {
|
return this.updatetimeField;
|
}
|
set {
|
if ((this.updatetimeField.Equals(value) != true)) {
|
this.updatetimeField = value;
|
this.RaisePropertyChanged("updatetime");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public int voidlabel {
|
get {
|
return this.voidlabelField;
|
}
|
set {
|
if ((this.voidlabelField.Equals(value) != true)) {
|
this.voidlabelField = value;
|
this.RaisePropertyChanged("voidlabel");
|
}
|
}
|
}
|
|
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="DevAlert", Namespace="http://schemas.datacontract.org/2004/07/IWareCC.ORM")]
|
[System.SerializableAttribute()]
|
public partial class DevAlert : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
|
|
[System.NonSerializedAttribute()]
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string alertcodeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string alertnameField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private System.Nullable<System.DateTime> createtimeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string eqnameField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private System.Nullable<System.DateTime> finishtimeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private int idField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private int isfinishedField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string nameField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private int typeField;
|
|
[global::System.ComponentModel.BrowsableAttribute(false)]
|
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
|
get {
|
return this.extensionDataField;
|
}
|
set {
|
this.extensionDataField = value;
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string alertcode {
|
get {
|
return this.alertcodeField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.alertcodeField, value) != true)) {
|
this.alertcodeField = value;
|
this.RaisePropertyChanged("alertcode");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string alertname {
|
get {
|
return this.alertnameField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.alertnameField, value) != true)) {
|
this.alertnameField = value;
|
this.RaisePropertyChanged("alertname");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public System.Nullable<System.DateTime> createtime {
|
get {
|
return this.createtimeField;
|
}
|
set {
|
if ((this.createtimeField.Equals(value) != true)) {
|
this.createtimeField = value;
|
this.RaisePropertyChanged("createtime");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string eqname {
|
get {
|
return this.eqnameField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.eqnameField, value) != true)) {
|
this.eqnameField = value;
|
this.RaisePropertyChanged("eqname");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public System.Nullable<System.DateTime> finishtime {
|
get {
|
return this.finishtimeField;
|
}
|
set {
|
if ((this.finishtimeField.Equals(value) != true)) {
|
this.finishtimeField = value;
|
this.RaisePropertyChanged("finishtime");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public int id {
|
get {
|
return this.idField;
|
}
|
set {
|
if ((this.idField.Equals(value) != true)) {
|
this.idField = value;
|
this.RaisePropertyChanged("id");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public int isfinished {
|
get {
|
return this.isfinishedField;
|
}
|
set {
|
if ((this.isfinishedField.Equals(value) != true)) {
|
this.isfinishedField = value;
|
this.RaisePropertyChanged("isfinished");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string name {
|
get {
|
return this.nameField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.nameField, value) != true)) {
|
this.nameField = value;
|
this.RaisePropertyChanged("name");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public int type {
|
get {
|
return this.typeField;
|
}
|
set {
|
if ((this.typeField.Equals(value) != true)) {
|
this.typeField = value;
|
this.RaisePropertyChanged("type");
|
}
|
}
|
}
|
|
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="ControlCenterService.IControlCenterWcfService")]
|
public interface IControlCenterWcfService {
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlCenterWcfService/GetStackInfo", ReplyAction="http://tempuri.org/IControlCenterWcfService/GetStackInfoResponse")]
|
SiemensWCS.ControlCenterService.GetStackInfoResponse GetStackInfo(SiemensWCS.ControlCenterService.GetStackInfoRequest request);
|
|
// CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlCenterWcfService/GetStackInfo", ReplyAction="http://tempuri.org/IControlCenterWcfService/GetStackInfoResponse")]
|
System.Threading.Tasks.Task<SiemensWCS.ControlCenterService.GetStackInfoResponse> GetStackInfoAsync(SiemensWCS.ControlCenterService.GetStackInfoRequest request);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlCenterWcfService/GetStackInfos", ReplyAction="http://tempuri.org/IControlCenterWcfService/GetStackInfosResponse")]
|
SiemensWCS.ControlCenterService.GetStackInfosResponse GetStackInfos(SiemensWCS.ControlCenterService.GetStackInfosRequest request);
|
|
// CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlCenterWcfService/GetStackInfos", ReplyAction="http://tempuri.org/IControlCenterWcfService/GetStackInfosResponse")]
|
System.Threading.Tasks.Task<SiemensWCS.ControlCenterService.GetStackInfosResponse> GetStackInfosAsync(SiemensWCS.ControlCenterService.GetStackInfosRequest request);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlCenterWcfService/SendManualSrmTask", ReplyAction="http://tempuri.org/IControlCenterWcfService/SendManualSrmTaskResponse")]
|
bool SendManualSrmTask(string stackName, string sourcePlace, string toPlace, int type, int taskno, int palltype, int heighttype);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlCenterWcfService/SendManualSrmTask", ReplyAction="http://tempuri.org/IControlCenterWcfService/SendManualSrmTaskResponse")]
|
System.Threading.Tasks.Task<bool> SendManualSrmTaskAsync(string stackName, string sourcePlace, string toPlace, int type, int taskno, int palltype, int heighttype);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlCenterWcfService/SendManualMoveSrmTask", ReplyAction="http://tempuri.org/IControlCenterWcfService/SendManualMoveSrmTaskResponse")]
|
bool SendManualMoveSrmTask(string stackName, int taskNo, string sourcePlace, string toPlace);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlCenterWcfService/SendManualMoveSrmTask", ReplyAction="http://tempuri.org/IControlCenterWcfService/SendManualMoveSrmTaskResponse")]
|
System.Threading.Tasks.Task<bool> SendManualMoveSrmTaskAsync(string stackName, int taskNo, string sourcePlace, string toPlace);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlCenterWcfService/SendDeleteSrmTask", ReplyAction="http://tempuri.org/IControlCenterWcfService/SendDeleteSrmTaskResponse")]
|
bool SendDeleteSrmTask(string stackName, int taskno);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlCenterWcfService/SendDeleteSrmTask", ReplyAction="http://tempuri.org/IControlCenterWcfService/SendDeleteSrmTaskResponse")]
|
System.Threading.Tasks.Task<bool> SendDeleteSrmTaskAsync(string stackName, int taskno);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlCenterWcfService/SendStopSrm", ReplyAction="http://tempuri.org/IControlCenterWcfService/SendStopSrmResponse")]
|
bool SendStopSrm(string stackName);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlCenterWcfService/SendStopSrm", ReplyAction="http://tempuri.org/IControlCenterWcfService/SendStopSrmResponse")]
|
System.Threading.Tasks.Task<bool> SendStopSrmAsync(string stackName);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlCenterWcfService/SendResolveSrmAlarm", ReplyAction="http://tempuri.org/IControlCenterWcfService/SendResolveSrmAlarmResponse")]
|
bool SendResolveSrmAlarm(string stackName);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlCenterWcfService/SendResolveSrmAlarm", ReplyAction="http://tempuri.org/IControlCenterWcfService/SendResolveSrmAlarmResponse")]
|
System.Threading.Tasks.Task<bool> SendResolveSrmAlarmAsync(string stackName);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlCenterWcfService/ConfirmSrmTaskFinish", ReplyAction="http://tempuri.org/IControlCenterWcfService/ConfirmSrmTaskFinishResponse")]
|
bool ConfirmSrmTaskFinish(string stackName);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlCenterWcfService/ConfirmSrmTaskFinish", ReplyAction="http://tempuri.org/IControlCenterWcfService/ConfirmSrmTaskFinishResponse")]
|
System.Threading.Tasks.Task<bool> ConfirmSrmTaskFinishAsync(string stackName);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlCenterWcfService/ConfirmSrmACK", ReplyAction="http://tempuri.org/IControlCenterWcfService/ConfirmSrmACKResponse")]
|
bool ConfirmSrmACK(string stackName);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlCenterWcfService/ConfirmSrmACK", ReplyAction="http://tempuri.org/IControlCenterWcfService/ConfirmSrmACKResponse")]
|
System.Threading.Tasks.Task<bool> ConfirmSrmACKAsync(string stackName);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlCenterWcfService/GetRGVInfo", ReplyAction="http://tempuri.org/IControlCenterWcfService/GetRGVInfoResponse")]
|
SiemensWCS.ControlCenterService.GetRGVInfoResponse GetRGVInfo(SiemensWCS.ControlCenterService.GetRGVInfoRequest request);
|
|
// CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlCenterWcfService/GetRGVInfo", ReplyAction="http://tempuri.org/IControlCenterWcfService/GetRGVInfoResponse")]
|
System.Threading.Tasks.Task<SiemensWCS.ControlCenterService.GetRGVInfoResponse> GetRGVInfoAsync(SiemensWCS.ControlCenterService.GetRGVInfoRequest request);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlCenterWcfService/GetRGVInfos", ReplyAction="http://tempuri.org/IControlCenterWcfService/GetRGVInfosResponse")]
|
SiemensWCS.ControlCenterService.GetRGVInfosResponse GetRGVInfos(SiemensWCS.ControlCenterService.GetRGVInfosRequest request);
|
|
// CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlCenterWcfService/GetRGVInfos", ReplyAction="http://tempuri.org/IControlCenterWcfService/GetRGVInfosResponse")]
|
System.Threading.Tasks.Task<SiemensWCS.ControlCenterService.GetRGVInfosResponse> GetRGVInfosAsync(SiemensWCS.ControlCenterService.GetRGVInfosRequest request);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlCenterWcfService/SendRGVTask", ReplyAction="http://tempuri.org/IControlCenterWcfService/SendRGVTaskResponse")]
|
bool SendRGVTask(string rgvno, int taskId, string sourcePlce, string toPlace, int pallType);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlCenterWcfService/SendRGVTask", ReplyAction="http://tempuri.org/IControlCenterWcfService/SendRGVTaskResponse")]
|
System.Threading.Tasks.Task<bool> SendRGVTaskAsync(string rgvno, int taskId, string sourcePlce, string toPlace, int pallType);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlCenterWcfService/SendDeleteRGVTask", ReplyAction="http://tempuri.org/IControlCenterWcfService/SendDeleteRGVTaskResponse")]
|
bool SendDeleteRGVTask(string rgvno, int taskId);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlCenterWcfService/SendDeleteRGVTask", ReplyAction="http://tempuri.org/IControlCenterWcfService/SendDeleteRGVTaskResponse")]
|
System.Threading.Tasks.Task<bool> SendDeleteRGVTaskAsync(string rgvno, int taskId);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlCenterWcfService/SendStopRGV", ReplyAction="http://tempuri.org/IControlCenterWcfService/SendStopRGVResponse")]
|
bool SendStopRGV(string rgvno);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlCenterWcfService/SendStopRGV", ReplyAction="http://tempuri.org/IControlCenterWcfService/SendStopRGVResponse")]
|
System.Threading.Tasks.Task<bool> SendStopRGVAsync(string rgvno);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlCenterWcfService/SendResolveRGVAlarm", ReplyAction="http://tempuri.org/IControlCenterWcfService/SendResolveRGVAlarmResponse")]
|
bool SendResolveRGVAlarm(string rgvno);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlCenterWcfService/SendResolveRGVAlarm", ReplyAction="http://tempuri.org/IControlCenterWcfService/SendResolveRGVAlarmResponse")]
|
System.Threading.Tasks.Task<bool> SendResolveRGVAlarmAsync(string rgvno);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlCenterWcfService/ConfirmRGVTaskFinish", ReplyAction="http://tempuri.org/IControlCenterWcfService/ConfirmRGVTaskFinishResponse")]
|
bool ConfirmRGVTaskFinish(string rgvno);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlCenterWcfService/ConfirmRGVTaskFinish", ReplyAction="http://tempuri.org/IControlCenterWcfService/ConfirmRGVTaskFinishResponse")]
|
System.Threading.Tasks.Task<bool> ConfirmRGVTaskFinishAsync(string rgvno);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlCenterWcfService/ConfirmRGVStp", ReplyAction="http://tempuri.org/IControlCenterWcfService/ConfirmRGVStpResponse")]
|
bool ConfirmRGVStp(string rgvno);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlCenterWcfService/ConfirmRGVStp", ReplyAction="http://tempuri.org/IControlCenterWcfService/ConfirmRGVStpResponse")]
|
System.Threading.Tasks.Task<bool> ConfirmRGVStpAsync(string rgvno);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlCenterWcfService/GetChaiDieInfo", ReplyAction="http://tempuri.org/IControlCenterWcfService/GetChaiDieInfoResponse")]
|
SiemensWCS.ControlCenterService.GetChaiDieInfoResponse GetChaiDieInfo(SiemensWCS.ControlCenterService.GetChaiDieInfoRequest request);
|
|
// CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlCenterWcfService/GetChaiDieInfo", ReplyAction="http://tempuri.org/IControlCenterWcfService/GetChaiDieInfoResponse")]
|
System.Threading.Tasks.Task<SiemensWCS.ControlCenterService.GetChaiDieInfoResponse> GetChaiDieInfoAsync(SiemensWCS.ControlCenterService.GetChaiDieInfoRequest request);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlCenterWcfService/GetChaiDieInfos", ReplyAction="http://tempuri.org/IControlCenterWcfService/GetChaiDieInfosResponse")]
|
SiemensWCS.ControlCenterService.GetChaiDieInfosResponse GetChaiDieInfos(SiemensWCS.ControlCenterService.GetChaiDieInfosRequest request);
|
|
// CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlCenterWcfService/GetChaiDieInfos", ReplyAction="http://tempuri.org/IControlCenterWcfService/GetChaiDieInfosResponse")]
|
System.Threading.Tasks.Task<SiemensWCS.ControlCenterService.GetChaiDieInfosResponse> GetChaiDieInfosAsync(SiemensWCS.ControlCenterService.GetChaiDieInfosRequest request);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlCenterWcfService/SendChaiDieTask", ReplyAction="http://tempuri.org/IControlCenterWcfService/SendChaiDieTaskResponse")]
|
bool SendChaiDieTask(string cdno);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlCenterWcfService/SendChaiDieTask", ReplyAction="http://tempuri.org/IControlCenterWcfService/SendChaiDieTaskResponse")]
|
System.Threading.Tasks.Task<bool> SendChaiDieTaskAsync(string cdno);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlCenterWcfService/ConfirmChaiDieStp", ReplyAction="http://tempuri.org/IControlCenterWcfService/ConfirmChaiDieStpResponse")]
|
bool ConfirmChaiDieStp(string cdno);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlCenterWcfService/ConfirmChaiDieStp", ReplyAction="http://tempuri.org/IControlCenterWcfService/ConfirmChaiDieStpResponse")]
|
System.Threading.Tasks.Task<bool> ConfirmChaiDieStpAsync(string cdno);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlCenterWcfService/GetConveyorInfo", ReplyAction="http://tempuri.org/IControlCenterWcfService/GetConveyorInfoResponse")]
|
SiemensWCS.ControlCenterService.GetConveyorInfoResponse GetConveyorInfo(SiemensWCS.ControlCenterService.GetConveyorInfoRequest request);
|
|
// CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlCenterWcfService/GetConveyorInfo", ReplyAction="http://tempuri.org/IControlCenterWcfService/GetConveyorInfoResponse")]
|
System.Threading.Tasks.Task<SiemensWCS.ControlCenterService.GetConveyorInfoResponse> GetConveyorInfoAsync(SiemensWCS.ControlCenterService.GetConveyorInfoRequest request);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlCenterWcfService/GetConveyorInfos", ReplyAction="http://tempuri.org/IControlCenterWcfService/GetConveyorInfosResponse")]
|
SiemensWCS.ControlCenterService.GetConveyorInfosResponse GetConveyorInfos(SiemensWCS.ControlCenterService.GetConveyorInfosRequest request);
|
|
// CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlCenterWcfService/GetConveyorInfos", ReplyAction="http://tempuri.org/IControlCenterWcfService/GetConveyorInfosResponse")]
|
System.Threading.Tasks.Task<SiemensWCS.ControlCenterService.GetConveyorInfosResponse> GetConveyorInfosAsync(SiemensWCS.ControlCenterService.GetConveyorInfosRequest request);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlCenterWcfService/SendConveyorTask", ReplyAction="http://tempuri.org/IControlCenterWcfService/SendConveyorTaskResponse")]
|
bool SendConveyorTask(string cyno, int deviceId, int taskId, string toPlace, int palltype);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlCenterWcfService/SendConveyorTask", ReplyAction="http://tempuri.org/IControlCenterWcfService/SendConveyorTaskResponse")]
|
System.Threading.Tasks.Task<bool> SendConveyorTaskAsync(string cyno, int deviceId, int taskId, string toPlace, int palltype);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlCenterWcfService/ConfirmConveyorStp", ReplyAction="http://tempuri.org/IControlCenterWcfService/ConfirmConveyorStpResponse")]
|
bool ConfirmConveyorStp(string cdno);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlCenterWcfService/ConfirmConveyorStp", ReplyAction="http://tempuri.org/IControlCenterWcfService/ConfirmConveyorStpResponse")]
|
System.Threading.Tasks.Task<bool> ConfirmConveyorStpAsync(string cdno);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlCenterWcfService/SendTask", ReplyAction="http://tempuri.org/IControlCenterWcfService/SendTaskResponse")]
|
bool SendTask(int taskId, string sourcePlce, string toPlace, int taskType, int containerType, int storageno, int height, string containerName, int wmsTaskId);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlCenterWcfService/SendTask", ReplyAction="http://tempuri.org/IControlCenterWcfService/SendTaskResponse")]
|
System.Threading.Tasks.Task<bool> SendTaskAsync(int taskId, string sourcePlce, string toPlace, int taskType, int containerType, int storageno, int height, string containerName, int wmsTaskId);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlCenterWcfService/SendTaskWithMsg", ReplyAction="http://tempuri.org/IControlCenterWcfService/SendTaskWithMsgResponse")]
|
SiemensWCS.ControlCenterService.FunModel SendTaskWithMsg(int taskId, string sourcePlce, string toPlace, int taskType, int containerType, int storageno, int height, string containerName, int wmsTaskId);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlCenterWcfService/SendTaskWithMsg", ReplyAction="http://tempuri.org/IControlCenterWcfService/SendTaskWithMsgResponse")]
|
System.Threading.Tasks.Task<SiemensWCS.ControlCenterService.FunModel> SendTaskWithMsgAsync(int taskId, string sourcePlce, string toPlace, int taskType, int containerType, int storageno, int height, string containerName, int wmsTaskId);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlCenterWcfService/GetTaskIsFinishOrCheckOk", ReplyAction="http://tempuri.org/IControlCenterWcfService/GetTaskIsFinishOrCheckOkResponse")]
|
int GetTaskIsFinishOrCheckOk(int taskId, int wmsTaskId);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlCenterWcfService/GetTaskIsFinishOrCheckOk", ReplyAction="http://tempuri.org/IControlCenterWcfService/GetTaskIsFinishOrCheckOkResponse")]
|
System.Threading.Tasks.Task<int> GetTaskIsFinishOrCheckOkAsync(int taskId, int wmsTaskId);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlCenterWcfService/GetCheckIsNeedOrSendContainer", ReplyAction="http://tempuri.org/IControlCenterWcfService/GetCheckIsNeedOrSendContainerResponse" +
|
"")]
|
IWareCommon.Help.BackData GetCheckIsNeedOrSendContainer();
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlCenterWcfService/GetCheckIsNeedOrSendContainer", ReplyAction="http://tempuri.org/IControlCenterWcfService/GetCheckIsNeedOrSendContainerResponse" +
|
"")]
|
System.Threading.Tasks.Task<IWareCommon.Help.BackData> GetCheckIsNeedOrSendContainerAsync();
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlCenterWcfService/DealAllTask", ReplyAction="http://tempuri.org/IControlCenterWcfService/DealAllTaskResponse")]
|
bool DealAllTask(string containerName);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlCenterWcfService/DealAllTask", ReplyAction="http://tempuri.org/IControlCenterWcfService/DealAllTaskResponse")]
|
System.Threading.Tasks.Task<bool> DealAllTaskAsync(string containerName);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlCenterWcfService/DealTask", ReplyAction="http://tempuri.org/IControlCenterWcfService/DealTaskResponse")]
|
bool DealTask(int taskId, int type);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlCenterWcfService/DealTask", ReplyAction="http://tempuri.org/IControlCenterWcfService/DealTaskResponse")]
|
System.Threading.Tasks.Task<bool> DealTaskAsync(int taskId, int type);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlCenterWcfService/GetPartTask", ReplyAction="http://tempuri.org/IControlCenterWcfService/GetPartTaskResponse")]
|
SiemensWCS.ControlCenterService.GetPartTaskResponse GetPartTask(SiemensWCS.ControlCenterService.GetPartTaskRequest request);
|
|
// CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlCenterWcfService/GetPartTask", ReplyAction="http://tempuri.org/IControlCenterWcfService/GetPartTaskResponse")]
|
System.Threading.Tasks.Task<SiemensWCS.ControlCenterService.GetPartTaskResponse> GetPartTaskAsync(SiemensWCS.ControlCenterService.GetPartTaskRequest request);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlCenterWcfService/GetDevAlert", ReplyAction="http://tempuri.org/IControlCenterWcfService/GetDevAlertResponse")]
|
SiemensWCS.ControlCenterService.GetDevAlertResponse GetDevAlert(SiemensWCS.ControlCenterService.GetDevAlertRequest request);
|
|
// CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlCenterWcfService/GetDevAlert", ReplyAction="http://tempuri.org/IControlCenterWcfService/GetDevAlertResponse")]
|
System.Threading.Tasks.Task<SiemensWCS.ControlCenterService.GetDevAlertResponse> GetDevAlertAsync(SiemensWCS.ControlCenterService.GetDevAlertRequest request);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlCenterWcfService/SetMainTaskPriority", ReplyAction="http://tempuri.org/IControlCenterWcfService/SetMainTaskPriorityResponse")]
|
bool SetMainTaskPriority(string taskno, int priority);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlCenterWcfService/SetMainTaskPriority", ReplyAction="http://tempuri.org/IControlCenterWcfService/SetMainTaskPriorityResponse")]
|
System.Threading.Tasks.Task<bool> SetMainTaskPriorityAsync(string taskno, int priority);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlCenterWcfService/SetPartTaskPriority", ReplyAction="http://tempuri.org/IControlCenterWcfService/SetPartTaskPriorityResponse")]
|
bool SetPartTaskPriority(string taskcode, int priority);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlCenterWcfService/SetPartTaskPriority", ReplyAction="http://tempuri.org/IControlCenterWcfService/SetPartTaskPriorityResponse")]
|
System.Threading.Tasks.Task<bool> SetPartTaskPriorityAsync(string taskcode, int priority);
|
}
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
[System.ServiceModel.MessageContractAttribute(WrapperName="GetStackInfo", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
public partial class GetStackInfoRequest {
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
public string stackName;
|
|
public GetStackInfoRequest() {
|
}
|
|
public GetStackInfoRequest(string stackName) {
|
this.stackName = stackName;
|
}
|
}
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
[System.ServiceModel.MessageContractAttribute(WrapperName="GetStackInfoResponse", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
public partial class GetStackInfoResponse {
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
public SiemensWCS.ControlCenterService.SrmInfoEntity GetStackInfoResult;
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
public string msg;
|
|
public GetStackInfoResponse() {
|
}
|
|
public GetStackInfoResponse(SiemensWCS.ControlCenterService.SrmInfoEntity GetStackInfoResult, string msg) {
|
this.GetStackInfoResult = GetStackInfoResult;
|
this.msg = msg;
|
}
|
}
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
[System.ServiceModel.MessageContractAttribute(WrapperName="GetStackInfos", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
public partial class GetStackInfosRequest {
|
|
public GetStackInfosRequest() {
|
}
|
}
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
[System.ServiceModel.MessageContractAttribute(WrapperName="GetStackInfosResponse", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
public partial class GetStackInfosResponse {
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
public SiemensWCS.ControlCenterService.SrmInfoEntity[] GetStackInfosResult;
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
public string msg;
|
|
public GetStackInfosResponse() {
|
}
|
|
public GetStackInfosResponse(SiemensWCS.ControlCenterService.SrmInfoEntity[] GetStackInfosResult, string msg) {
|
this.GetStackInfosResult = GetStackInfosResult;
|
this.msg = msg;
|
}
|
}
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
[System.ServiceModel.MessageContractAttribute(WrapperName="GetRGVInfo", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
public partial class GetRGVInfoRequest {
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
public string rgvName;
|
|
public GetRGVInfoRequest() {
|
}
|
|
public GetRGVInfoRequest(string rgvName) {
|
this.rgvName = rgvName;
|
}
|
}
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
[System.ServiceModel.MessageContractAttribute(WrapperName="GetRGVInfoResponse", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
public partial class GetRGVInfoResponse {
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
public SiemensWCS.ControlCenterService.RgvInfoEntity GetRGVInfoResult;
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
public string msg;
|
|
public GetRGVInfoResponse() {
|
}
|
|
public GetRGVInfoResponse(SiemensWCS.ControlCenterService.RgvInfoEntity GetRGVInfoResult, string msg) {
|
this.GetRGVInfoResult = GetRGVInfoResult;
|
this.msg = msg;
|
}
|
}
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
[System.ServiceModel.MessageContractAttribute(WrapperName="GetRGVInfos", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
public partial class GetRGVInfosRequest {
|
|
public GetRGVInfosRequest() {
|
}
|
}
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
[System.ServiceModel.MessageContractAttribute(WrapperName="GetRGVInfosResponse", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
public partial class GetRGVInfosResponse {
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
public SiemensWCS.ControlCenterService.RgvInfoEntity[] GetRGVInfosResult;
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
public string msg;
|
|
public GetRGVInfosResponse() {
|
}
|
|
public GetRGVInfosResponse(SiemensWCS.ControlCenterService.RgvInfoEntity[] GetRGVInfosResult, string msg) {
|
this.GetRGVInfosResult = GetRGVInfosResult;
|
this.msg = msg;
|
}
|
}
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
[System.ServiceModel.MessageContractAttribute(WrapperName="GetChaiDieInfo", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
public partial class GetChaiDieInfoRequest {
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
public string cdName;
|
|
public GetChaiDieInfoRequest() {
|
}
|
|
public GetChaiDieInfoRequest(string cdName) {
|
this.cdName = cdName;
|
}
|
}
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
[System.ServiceModel.MessageContractAttribute(WrapperName="GetChaiDieInfoResponse", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
public partial class GetChaiDieInfoResponse {
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
public SiemensWCS.ControlCenterService.ChaiDieInfoEntity GetChaiDieInfoResult;
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
public string msg;
|
|
public GetChaiDieInfoResponse() {
|
}
|
|
public GetChaiDieInfoResponse(SiemensWCS.ControlCenterService.ChaiDieInfoEntity GetChaiDieInfoResult, string msg) {
|
this.GetChaiDieInfoResult = GetChaiDieInfoResult;
|
this.msg = msg;
|
}
|
}
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
[System.ServiceModel.MessageContractAttribute(WrapperName="GetChaiDieInfos", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
public partial class GetChaiDieInfosRequest {
|
|
public GetChaiDieInfosRequest() {
|
}
|
}
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
[System.ServiceModel.MessageContractAttribute(WrapperName="GetChaiDieInfosResponse", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
public partial class GetChaiDieInfosResponse {
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
public SiemensWCS.ControlCenterService.ChaiDieInfoEntity[] GetChaiDieInfosResult;
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
public string msg;
|
|
public GetChaiDieInfosResponse() {
|
}
|
|
public GetChaiDieInfosResponse(SiemensWCS.ControlCenterService.ChaiDieInfoEntity[] GetChaiDieInfosResult, string msg) {
|
this.GetChaiDieInfosResult = GetChaiDieInfosResult;
|
this.msg = msg;
|
}
|
}
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
[System.ServiceModel.MessageContractAttribute(WrapperName="GetConveyorInfo", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
public partial class GetConveyorInfoRequest {
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
public string cyName;
|
|
public GetConveyorInfoRequest() {
|
}
|
|
public GetConveyorInfoRequest(string cyName) {
|
this.cyName = cyName;
|
}
|
}
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
[System.ServiceModel.MessageContractAttribute(WrapperName="GetConveyorInfoResponse", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
public partial class GetConveyorInfoResponse {
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
public SiemensWCS.ControlCenterService.ConveyorInfoEntity GetConveyorInfoResult;
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
public string msg;
|
|
public GetConveyorInfoResponse() {
|
}
|
|
public GetConveyorInfoResponse(SiemensWCS.ControlCenterService.ConveyorInfoEntity GetConveyorInfoResult, string msg) {
|
this.GetConveyorInfoResult = GetConveyorInfoResult;
|
this.msg = msg;
|
}
|
}
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
[System.ServiceModel.MessageContractAttribute(WrapperName="GetConveyorInfos", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
public partial class GetConveyorInfosRequest {
|
|
public GetConveyorInfosRequest() {
|
}
|
}
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
[System.ServiceModel.MessageContractAttribute(WrapperName="GetConveyorInfosResponse", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
public partial class GetConveyorInfosResponse {
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
public SiemensWCS.ControlCenterService.ConveyorInfoEntity[] GetConveyorInfosResult;
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
public string msg;
|
|
public GetConveyorInfosResponse() {
|
}
|
|
public GetConveyorInfosResponse(SiemensWCS.ControlCenterService.ConveyorInfoEntity[] GetConveyorInfosResult, string msg) {
|
this.GetConveyorInfosResult = GetConveyorInfosResult;
|
this.msg = msg;
|
}
|
}
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
[System.ServiceModel.MessageContractAttribute(WrapperName="GetPartTask", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
public partial class GetPartTaskRequest {
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
public int pagesize;
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
public int pagecount;
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=2)]
|
public System.Collections.Generic.Dictionary<string, string> parm;
|
|
public GetPartTaskRequest() {
|
}
|
|
public GetPartTaskRequest(int pagesize, int pagecount, System.Collections.Generic.Dictionary<string, string> parm) {
|
this.pagesize = pagesize;
|
this.pagecount = pagecount;
|
this.parm = parm;
|
}
|
}
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
[System.ServiceModel.MessageContractAttribute(WrapperName="GetPartTaskResponse", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
public partial class GetPartTaskResponse {
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
public SiemensWCS.ControlCenterService.PartTask[] GetPartTaskResult;
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
public int totalNum;
|
|
public GetPartTaskResponse() {
|
}
|
|
public GetPartTaskResponse(SiemensWCS.ControlCenterService.PartTask[] GetPartTaskResult, int totalNum) {
|
this.GetPartTaskResult = GetPartTaskResult;
|
this.totalNum = totalNum;
|
}
|
}
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
[System.ServiceModel.MessageContractAttribute(WrapperName="GetDevAlert", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
public partial class GetDevAlertRequest {
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
public int pagesize;
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
public int pagecount;
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=2)]
|
public System.Collections.Generic.Dictionary<string, string> parm;
|
|
public GetDevAlertRequest() {
|
}
|
|
public GetDevAlertRequest(int pagesize, int pagecount, System.Collections.Generic.Dictionary<string, string> parm) {
|
this.pagesize = pagesize;
|
this.pagecount = pagecount;
|
this.parm = parm;
|
}
|
}
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
[System.ServiceModel.MessageContractAttribute(WrapperName="GetDevAlertResponse", WrapperNamespace="http://tempuri.org/", IsWrapped=true)]
|
public partial class GetDevAlertResponse {
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]
|
public SiemensWCS.ControlCenterService.DevAlert[] GetDevAlertResult;
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
public int totalNum;
|
|
public GetDevAlertResponse() {
|
}
|
|
public GetDevAlertResponse(SiemensWCS.ControlCenterService.DevAlert[] GetDevAlertResult, int totalNum) {
|
this.GetDevAlertResult = GetDevAlertResult;
|
this.totalNum = totalNum;
|
}
|
}
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
public interface IControlCenterWcfServiceChannel : SiemensWCS.ControlCenterService.IControlCenterWcfService, System.ServiceModel.IClientChannel {
|
}
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
public partial class ControlCenterWcfServiceClient : System.ServiceModel.ClientBase<SiemensWCS.ControlCenterService.IControlCenterWcfService>, SiemensWCS.ControlCenterService.IControlCenterWcfService {
|
|
public ControlCenterWcfServiceClient() {
|
}
|
|
public ControlCenterWcfServiceClient(string endpointConfigurationName) :
|
base(endpointConfigurationName) {
|
}
|
|
public ControlCenterWcfServiceClient(string endpointConfigurationName, string remoteAddress) :
|
base(endpointConfigurationName, remoteAddress) {
|
}
|
|
public ControlCenterWcfServiceClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
|
base(endpointConfigurationName, remoteAddress) {
|
}
|
|
public ControlCenterWcfServiceClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
|
base(binding, remoteAddress) {
|
}
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
SiemensWCS.ControlCenterService.GetStackInfoResponse SiemensWCS.ControlCenterService.IControlCenterWcfService.GetStackInfo(SiemensWCS.ControlCenterService.GetStackInfoRequest request) {
|
return base.Channel.GetStackInfo(request);
|
}
|
|
public SiemensWCS.ControlCenterService.SrmInfoEntity GetStackInfo(string stackName, out string msg) {
|
SiemensWCS.ControlCenterService.GetStackInfoRequest inValue = new SiemensWCS.ControlCenterService.GetStackInfoRequest();
|
inValue.stackName = stackName;
|
SiemensWCS.ControlCenterService.GetStackInfoResponse retVal = ((SiemensWCS.ControlCenterService.IControlCenterWcfService)(this)).GetStackInfo(inValue);
|
msg = retVal.msg;
|
return retVal.GetStackInfoResult;
|
}
|
|
public System.Threading.Tasks.Task<SiemensWCS.ControlCenterService.GetStackInfoResponse> GetStackInfoAsync(SiemensWCS.ControlCenterService.GetStackInfoRequest request) {
|
return base.Channel.GetStackInfoAsync(request);
|
}
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
SiemensWCS.ControlCenterService.GetStackInfosResponse SiemensWCS.ControlCenterService.IControlCenterWcfService.GetStackInfos(SiemensWCS.ControlCenterService.GetStackInfosRequest request) {
|
return base.Channel.GetStackInfos(request);
|
}
|
|
public SiemensWCS.ControlCenterService.SrmInfoEntity[] GetStackInfos(out string msg) {
|
SiemensWCS.ControlCenterService.GetStackInfosRequest inValue = new SiemensWCS.ControlCenterService.GetStackInfosRequest();
|
SiemensWCS.ControlCenterService.GetStackInfosResponse retVal = ((SiemensWCS.ControlCenterService.IControlCenterWcfService)(this)).GetStackInfos(inValue);
|
msg = retVal.msg;
|
return retVal.GetStackInfosResult;
|
}
|
|
public System.Threading.Tasks.Task<SiemensWCS.ControlCenterService.GetStackInfosResponse> GetStackInfosAsync(SiemensWCS.ControlCenterService.GetStackInfosRequest request) {
|
return base.Channel.GetStackInfosAsync(request);
|
}
|
|
public bool SendManualSrmTask(string stackName, string sourcePlace, string toPlace, int type, int taskno, int palltype, int heighttype) {
|
return base.Channel.SendManualSrmTask(stackName, sourcePlace, toPlace, type, taskno, palltype, heighttype);
|
}
|
|
public System.Threading.Tasks.Task<bool> SendManualSrmTaskAsync(string stackName, string sourcePlace, string toPlace, int type, int taskno, int palltype, int heighttype) {
|
return base.Channel.SendManualSrmTaskAsync(stackName, sourcePlace, toPlace, type, taskno, palltype, heighttype);
|
}
|
|
public bool SendManualMoveSrmTask(string stackName, int taskNo, string sourcePlace, string toPlace) {
|
return base.Channel.SendManualMoveSrmTask(stackName, taskNo, sourcePlace, toPlace);
|
}
|
|
public System.Threading.Tasks.Task<bool> SendManualMoveSrmTaskAsync(string stackName, int taskNo, string sourcePlace, string toPlace) {
|
return base.Channel.SendManualMoveSrmTaskAsync(stackName, taskNo, sourcePlace, toPlace);
|
}
|
|
public bool SendDeleteSrmTask(string stackName, int taskno) {
|
return base.Channel.SendDeleteSrmTask(stackName, taskno);
|
}
|
|
public System.Threading.Tasks.Task<bool> SendDeleteSrmTaskAsync(string stackName, int taskno) {
|
return base.Channel.SendDeleteSrmTaskAsync(stackName, taskno);
|
}
|
|
public bool SendStopSrm(string stackName) {
|
return base.Channel.SendStopSrm(stackName);
|
}
|
|
public System.Threading.Tasks.Task<bool> SendStopSrmAsync(string stackName) {
|
return base.Channel.SendStopSrmAsync(stackName);
|
}
|
|
public bool SendResolveSrmAlarm(string stackName) {
|
return base.Channel.SendResolveSrmAlarm(stackName);
|
}
|
|
public System.Threading.Tasks.Task<bool> SendResolveSrmAlarmAsync(string stackName) {
|
return base.Channel.SendResolveSrmAlarmAsync(stackName);
|
}
|
|
public bool ConfirmSrmTaskFinish(string stackName) {
|
return base.Channel.ConfirmSrmTaskFinish(stackName);
|
}
|
|
public System.Threading.Tasks.Task<bool> ConfirmSrmTaskFinishAsync(string stackName) {
|
return base.Channel.ConfirmSrmTaskFinishAsync(stackName);
|
}
|
|
public bool ConfirmSrmACK(string stackName) {
|
return base.Channel.ConfirmSrmACK(stackName);
|
}
|
|
public System.Threading.Tasks.Task<bool> ConfirmSrmACKAsync(string stackName) {
|
return base.Channel.ConfirmSrmACKAsync(stackName);
|
}
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
SiemensWCS.ControlCenterService.GetRGVInfoResponse SiemensWCS.ControlCenterService.IControlCenterWcfService.GetRGVInfo(SiemensWCS.ControlCenterService.GetRGVInfoRequest request) {
|
return base.Channel.GetRGVInfo(request);
|
}
|
|
public SiemensWCS.ControlCenterService.RgvInfoEntity GetRGVInfo(string rgvName, out string msg) {
|
SiemensWCS.ControlCenterService.GetRGVInfoRequest inValue = new SiemensWCS.ControlCenterService.GetRGVInfoRequest();
|
inValue.rgvName = rgvName;
|
SiemensWCS.ControlCenterService.GetRGVInfoResponse retVal = ((SiemensWCS.ControlCenterService.IControlCenterWcfService)(this)).GetRGVInfo(inValue);
|
msg = retVal.msg;
|
return retVal.GetRGVInfoResult;
|
}
|
|
public System.Threading.Tasks.Task<SiemensWCS.ControlCenterService.GetRGVInfoResponse> GetRGVInfoAsync(SiemensWCS.ControlCenterService.GetRGVInfoRequest request) {
|
return base.Channel.GetRGVInfoAsync(request);
|
}
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
SiemensWCS.ControlCenterService.GetRGVInfosResponse SiemensWCS.ControlCenterService.IControlCenterWcfService.GetRGVInfos(SiemensWCS.ControlCenterService.GetRGVInfosRequest request) {
|
return base.Channel.GetRGVInfos(request);
|
}
|
|
public SiemensWCS.ControlCenterService.RgvInfoEntity[] GetRGVInfos(out string msg) {
|
SiemensWCS.ControlCenterService.GetRGVInfosRequest inValue = new SiemensWCS.ControlCenterService.GetRGVInfosRequest();
|
SiemensWCS.ControlCenterService.GetRGVInfosResponse retVal = ((SiemensWCS.ControlCenterService.IControlCenterWcfService)(this)).GetRGVInfos(inValue);
|
msg = retVal.msg;
|
return retVal.GetRGVInfosResult;
|
}
|
|
public System.Threading.Tasks.Task<SiemensWCS.ControlCenterService.GetRGVInfosResponse> GetRGVInfosAsync(SiemensWCS.ControlCenterService.GetRGVInfosRequest request) {
|
return base.Channel.GetRGVInfosAsync(request);
|
}
|
|
public bool SendRGVTask(string rgvno, int taskId, string sourcePlce, string toPlace, int pallType) {
|
return base.Channel.SendRGVTask(rgvno, taskId, sourcePlce, toPlace, pallType);
|
}
|
|
public System.Threading.Tasks.Task<bool> SendRGVTaskAsync(string rgvno, int taskId, string sourcePlce, string toPlace, int pallType) {
|
return base.Channel.SendRGVTaskAsync(rgvno, taskId, sourcePlce, toPlace, pallType);
|
}
|
|
public bool SendDeleteRGVTask(string rgvno, int taskId) {
|
return base.Channel.SendDeleteRGVTask(rgvno, taskId);
|
}
|
|
public System.Threading.Tasks.Task<bool> SendDeleteRGVTaskAsync(string rgvno, int taskId) {
|
return base.Channel.SendDeleteRGVTaskAsync(rgvno, taskId);
|
}
|
|
public bool SendStopRGV(string rgvno) {
|
return base.Channel.SendStopRGV(rgvno);
|
}
|
|
public System.Threading.Tasks.Task<bool> SendStopRGVAsync(string rgvno) {
|
return base.Channel.SendStopRGVAsync(rgvno);
|
}
|
|
public bool SendResolveRGVAlarm(string rgvno) {
|
return base.Channel.SendResolveRGVAlarm(rgvno);
|
}
|
|
public System.Threading.Tasks.Task<bool> SendResolveRGVAlarmAsync(string rgvno) {
|
return base.Channel.SendResolveRGVAlarmAsync(rgvno);
|
}
|
|
public bool ConfirmRGVTaskFinish(string rgvno) {
|
return base.Channel.ConfirmRGVTaskFinish(rgvno);
|
}
|
|
public System.Threading.Tasks.Task<bool> ConfirmRGVTaskFinishAsync(string rgvno) {
|
return base.Channel.ConfirmRGVTaskFinishAsync(rgvno);
|
}
|
|
public bool ConfirmRGVStp(string rgvno) {
|
return base.Channel.ConfirmRGVStp(rgvno);
|
}
|
|
public System.Threading.Tasks.Task<bool> ConfirmRGVStpAsync(string rgvno) {
|
return base.Channel.ConfirmRGVStpAsync(rgvno);
|
}
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
SiemensWCS.ControlCenterService.GetChaiDieInfoResponse SiemensWCS.ControlCenterService.IControlCenterWcfService.GetChaiDieInfo(SiemensWCS.ControlCenterService.GetChaiDieInfoRequest request) {
|
return base.Channel.GetChaiDieInfo(request);
|
}
|
|
public SiemensWCS.ControlCenterService.ChaiDieInfoEntity GetChaiDieInfo(string cdName, out string msg) {
|
SiemensWCS.ControlCenterService.GetChaiDieInfoRequest inValue = new SiemensWCS.ControlCenterService.GetChaiDieInfoRequest();
|
inValue.cdName = cdName;
|
SiemensWCS.ControlCenterService.GetChaiDieInfoResponse retVal = ((SiemensWCS.ControlCenterService.IControlCenterWcfService)(this)).GetChaiDieInfo(inValue);
|
msg = retVal.msg;
|
return retVal.GetChaiDieInfoResult;
|
}
|
|
public System.Threading.Tasks.Task<SiemensWCS.ControlCenterService.GetChaiDieInfoResponse> GetChaiDieInfoAsync(SiemensWCS.ControlCenterService.GetChaiDieInfoRequest request) {
|
return base.Channel.GetChaiDieInfoAsync(request);
|
}
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
SiemensWCS.ControlCenterService.GetChaiDieInfosResponse SiemensWCS.ControlCenterService.IControlCenterWcfService.GetChaiDieInfos(SiemensWCS.ControlCenterService.GetChaiDieInfosRequest request) {
|
return base.Channel.GetChaiDieInfos(request);
|
}
|
|
public SiemensWCS.ControlCenterService.ChaiDieInfoEntity[] GetChaiDieInfos(out string msg) {
|
SiemensWCS.ControlCenterService.GetChaiDieInfosRequest inValue = new SiemensWCS.ControlCenterService.GetChaiDieInfosRequest();
|
SiemensWCS.ControlCenterService.GetChaiDieInfosResponse retVal = ((SiemensWCS.ControlCenterService.IControlCenterWcfService)(this)).GetChaiDieInfos(inValue);
|
msg = retVal.msg;
|
return retVal.GetChaiDieInfosResult;
|
}
|
|
public System.Threading.Tasks.Task<SiemensWCS.ControlCenterService.GetChaiDieInfosResponse> GetChaiDieInfosAsync(SiemensWCS.ControlCenterService.GetChaiDieInfosRequest request) {
|
return base.Channel.GetChaiDieInfosAsync(request);
|
}
|
|
public bool SendChaiDieTask(string cdno) {
|
return base.Channel.SendChaiDieTask(cdno);
|
}
|
|
public System.Threading.Tasks.Task<bool> SendChaiDieTaskAsync(string cdno) {
|
return base.Channel.SendChaiDieTaskAsync(cdno);
|
}
|
|
public bool ConfirmChaiDieStp(string cdno) {
|
return base.Channel.ConfirmChaiDieStp(cdno);
|
}
|
|
public System.Threading.Tasks.Task<bool> ConfirmChaiDieStpAsync(string cdno) {
|
return base.Channel.ConfirmChaiDieStpAsync(cdno);
|
}
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
SiemensWCS.ControlCenterService.GetConveyorInfoResponse SiemensWCS.ControlCenterService.IControlCenterWcfService.GetConveyorInfo(SiemensWCS.ControlCenterService.GetConveyorInfoRequest request) {
|
return base.Channel.GetConveyorInfo(request);
|
}
|
|
public SiemensWCS.ControlCenterService.ConveyorInfoEntity GetConveyorInfo(string cyName, out string msg) {
|
SiemensWCS.ControlCenterService.GetConveyorInfoRequest inValue = new SiemensWCS.ControlCenterService.GetConveyorInfoRequest();
|
inValue.cyName = cyName;
|
SiemensWCS.ControlCenterService.GetConveyorInfoResponse retVal = ((SiemensWCS.ControlCenterService.IControlCenterWcfService)(this)).GetConveyorInfo(inValue);
|
msg = retVal.msg;
|
return retVal.GetConveyorInfoResult;
|
}
|
|
public System.Threading.Tasks.Task<SiemensWCS.ControlCenterService.GetConveyorInfoResponse> GetConveyorInfoAsync(SiemensWCS.ControlCenterService.GetConveyorInfoRequest request) {
|
return base.Channel.GetConveyorInfoAsync(request);
|
}
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
SiemensWCS.ControlCenterService.GetConveyorInfosResponse SiemensWCS.ControlCenterService.IControlCenterWcfService.GetConveyorInfos(SiemensWCS.ControlCenterService.GetConveyorInfosRequest request) {
|
return base.Channel.GetConveyorInfos(request);
|
}
|
|
public SiemensWCS.ControlCenterService.ConveyorInfoEntity[] GetConveyorInfos(out string msg) {
|
SiemensWCS.ControlCenterService.GetConveyorInfosRequest inValue = new SiemensWCS.ControlCenterService.GetConveyorInfosRequest();
|
SiemensWCS.ControlCenterService.GetConveyorInfosResponse retVal = ((SiemensWCS.ControlCenterService.IControlCenterWcfService)(this)).GetConveyorInfos(inValue);
|
msg = retVal.msg;
|
return retVal.GetConveyorInfosResult;
|
}
|
|
public System.Threading.Tasks.Task<SiemensWCS.ControlCenterService.GetConveyorInfosResponse> GetConveyorInfosAsync(SiemensWCS.ControlCenterService.GetConveyorInfosRequest request) {
|
return base.Channel.GetConveyorInfosAsync(request);
|
}
|
|
public bool SendConveyorTask(string cyno, int deviceId, int taskId, string toPlace, int palltype) {
|
return base.Channel.SendConveyorTask(cyno, deviceId, taskId, toPlace, palltype);
|
}
|
|
public System.Threading.Tasks.Task<bool> SendConveyorTaskAsync(string cyno, int deviceId, int taskId, string toPlace, int palltype) {
|
return base.Channel.SendConveyorTaskAsync(cyno, deviceId, taskId, toPlace, palltype);
|
}
|
|
public bool ConfirmConveyorStp(string cdno) {
|
return base.Channel.ConfirmConveyorStp(cdno);
|
}
|
|
public System.Threading.Tasks.Task<bool> ConfirmConveyorStpAsync(string cdno) {
|
return base.Channel.ConfirmConveyorStpAsync(cdno);
|
}
|
|
public bool SendTask(int taskId, string sourcePlce, string toPlace, int taskType, int containerType, int storageno, int height, string containerName, int wmsTaskId) {
|
return base.Channel.SendTask(taskId, sourcePlce, toPlace, taskType, containerType, storageno, height, containerName, wmsTaskId);
|
}
|
|
public System.Threading.Tasks.Task<bool> SendTaskAsync(int taskId, string sourcePlce, string toPlace, int taskType, int containerType, int storageno, int height, string containerName, int wmsTaskId) {
|
return base.Channel.SendTaskAsync(taskId, sourcePlce, toPlace, taskType, containerType, storageno, height, containerName, wmsTaskId);
|
}
|
|
public SiemensWCS.ControlCenterService.FunModel SendTaskWithMsg(int taskId, string sourcePlce, string toPlace, int taskType, int containerType, int storageno, int height, string containerName, int wmsTaskId) {
|
return base.Channel.SendTaskWithMsg(taskId, sourcePlce, toPlace, taskType, containerType, storageno, height, containerName, wmsTaskId);
|
}
|
|
public System.Threading.Tasks.Task<SiemensWCS.ControlCenterService.FunModel> SendTaskWithMsgAsync(int taskId, string sourcePlce, string toPlace, int taskType, int containerType, int storageno, int height, string containerName, int wmsTaskId) {
|
return base.Channel.SendTaskWithMsgAsync(taskId, sourcePlce, toPlace, taskType, containerType, storageno, height, containerName, wmsTaskId);
|
}
|
|
public int GetTaskIsFinishOrCheckOk(int taskId, int wmsTaskId) {
|
return base.Channel.GetTaskIsFinishOrCheckOk(taskId, wmsTaskId);
|
}
|
|
public System.Threading.Tasks.Task<int> GetTaskIsFinishOrCheckOkAsync(int taskId, int wmsTaskId) {
|
return base.Channel.GetTaskIsFinishOrCheckOkAsync(taskId, wmsTaskId);
|
}
|
|
public IWareCommon.Help.BackData GetCheckIsNeedOrSendContainer() {
|
return base.Channel.GetCheckIsNeedOrSendContainer();
|
}
|
|
public System.Threading.Tasks.Task<IWareCommon.Help.BackData> GetCheckIsNeedOrSendContainerAsync() {
|
return base.Channel.GetCheckIsNeedOrSendContainerAsync();
|
}
|
|
public bool DealAllTask(string containerName) {
|
return base.Channel.DealAllTask(containerName);
|
}
|
|
public System.Threading.Tasks.Task<bool> DealAllTaskAsync(string containerName) {
|
return base.Channel.DealAllTaskAsync(containerName);
|
}
|
|
public bool DealTask(int taskId, int type) {
|
return base.Channel.DealTask(taskId, type);
|
}
|
|
public System.Threading.Tasks.Task<bool> DealTaskAsync(int taskId, int type) {
|
return base.Channel.DealTaskAsync(taskId, type);
|
}
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
SiemensWCS.ControlCenterService.GetPartTaskResponse SiemensWCS.ControlCenterService.IControlCenterWcfService.GetPartTask(SiemensWCS.ControlCenterService.GetPartTaskRequest request) {
|
return base.Channel.GetPartTask(request);
|
}
|
|
public SiemensWCS.ControlCenterService.PartTask[] GetPartTask(int pagesize, int pagecount, System.Collections.Generic.Dictionary<string, string> parm, out int totalNum) {
|
SiemensWCS.ControlCenterService.GetPartTaskRequest inValue = new SiemensWCS.ControlCenterService.GetPartTaskRequest();
|
inValue.pagesize = pagesize;
|
inValue.pagecount = pagecount;
|
inValue.parm = parm;
|
SiemensWCS.ControlCenterService.GetPartTaskResponse retVal = ((SiemensWCS.ControlCenterService.IControlCenterWcfService)(this)).GetPartTask(inValue);
|
totalNum = retVal.totalNum;
|
return retVal.GetPartTaskResult;
|
}
|
|
public System.Threading.Tasks.Task<SiemensWCS.ControlCenterService.GetPartTaskResponse> GetPartTaskAsync(SiemensWCS.ControlCenterService.GetPartTaskRequest request) {
|
return base.Channel.GetPartTaskAsync(request);
|
}
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
SiemensWCS.ControlCenterService.GetDevAlertResponse SiemensWCS.ControlCenterService.IControlCenterWcfService.GetDevAlert(SiemensWCS.ControlCenterService.GetDevAlertRequest request) {
|
return base.Channel.GetDevAlert(request);
|
}
|
|
public SiemensWCS.ControlCenterService.DevAlert[] GetDevAlert(int pagesize, int pagecount, System.Collections.Generic.Dictionary<string, string> parm, out int totalNum) {
|
SiemensWCS.ControlCenterService.GetDevAlertRequest inValue = new SiemensWCS.ControlCenterService.GetDevAlertRequest();
|
inValue.pagesize = pagesize;
|
inValue.pagecount = pagecount;
|
inValue.parm = parm;
|
SiemensWCS.ControlCenterService.GetDevAlertResponse retVal = ((SiemensWCS.ControlCenterService.IControlCenterWcfService)(this)).GetDevAlert(inValue);
|
totalNum = retVal.totalNum;
|
return retVal.GetDevAlertResult;
|
}
|
|
public System.Threading.Tasks.Task<SiemensWCS.ControlCenterService.GetDevAlertResponse> GetDevAlertAsync(SiemensWCS.ControlCenterService.GetDevAlertRequest request) {
|
return base.Channel.GetDevAlertAsync(request);
|
}
|
|
public bool SetMainTaskPriority(string taskno, int priority) {
|
return base.Channel.SetMainTaskPriority(taskno, priority);
|
}
|
|
public System.Threading.Tasks.Task<bool> SetMainTaskPriorityAsync(string taskno, int priority) {
|
return base.Channel.SetMainTaskPriorityAsync(taskno, priority);
|
}
|
|
public bool SetPartTaskPriority(string taskcode, int priority) {
|
return base.Channel.SetPartTaskPriority(taskcode, priority);
|
}
|
|
public System.Threading.Tasks.Task<bool> SetPartTaskPriorityAsync(string taskcode, int priority) {
|
return base.Channel.SetPartTaskPriorityAsync(taskcode, priority);
|
}
|
}
|
}
|