//------------------------------------------------------------------------------ // // 此代码由工具生成。 // 运行时版本:4.0.30319.42000 // // 对此文件的更改可能会导致不正确的行为,并且如果 // 重新生成代码,这些更改将会丢失。 // //------------------------------------------------------------------------------ namespace wcftest.wcfApi { 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(wcftest.wcfApi.SrmInfoEntity))] [System.Runtime.Serialization.KnownTypeAttribute(typeof(wcftest.wcfApi.SrmInfoEntity[]))] [System.Runtime.Serialization.KnownTypeAttribute(typeof(wcftest.wcfApi.RgvInfoEntity))] [System.Runtime.Serialization.KnownTypeAttribute(typeof(wcftest.wcfApi.RgvInfoEntity[]))] [System.Runtime.Serialization.KnownTypeAttribute(typeof(wcftest.wcfApi.BackData))] [System.Runtime.Serialization.KnownTypeAttribute(typeof(wcftest.wcfApi.ChaiDieInfoEntity))] [System.Runtime.Serialization.KnownTypeAttribute(typeof(wcftest.wcfApi.ChaiDieInfoEntity[]))] [System.Runtime.Serialization.KnownTypeAttribute(typeof(wcftest.wcfApi.ConveyorInfoEntity))] [System.Runtime.Serialization.KnownTypeAttribute(typeof(wcftest.wcfApi.ConveyorInfoEntity[]))] [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.Dictionary))] [System.Runtime.Serialization.KnownTypeAttribute(typeof(wcftest.wcfApi.PartTask[]))] [System.Runtime.Serialization.KnownTypeAttribute(typeof(wcftest.wcfApi.PartTask))] [System.Runtime.Serialization.KnownTypeAttribute(typeof(wcftest.wcfApi.DevAlert[]))] [System.Runtime.Serialization.KnownTypeAttribute(typeof(wcftest.wcfApi.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="BackData", Namespace="http://schemas.datacontract.org/2004/07/IWareCommon.Help")] [System.SerializableAttribute()] public partial class BackData : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private int ContainerTypeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private int DevIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string DevNameField; [System.Runtime.Serialization.OptionalFieldAttribute()] private int IdField; [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 int ContainerType { get { return this.ContainerTypeField; } set { if ((this.ContainerTypeField.Equals(value) != true)) { this.ContainerTypeField = value; this.RaisePropertyChanged("ContainerType"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public int DevId { get { return this.DevIdField; } set { if ((this.DevIdField.Equals(value) != true)) { this.DevIdField = value; this.RaisePropertyChanged("DevId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string DevName { get { return this.DevNameField; } set { if ((object.ReferenceEquals(this.DevNameField, value) != true)) { this.DevNameField = value; this.RaisePropertyChanged("DevName"); } } } [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 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.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 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 executionsequenceField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string filereasonField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable 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 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 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 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 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 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 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 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 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 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 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 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 createtimeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string eqnameField; [System.Runtime.Serialization.OptionalFieldAttribute()] private System.Nullable 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 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 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="wcfApi.IControlCenterWcfService")] public interface IControlCenterWcfService { [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlCenterWcfService/GetStackInfo", ReplyAction="http://tempuri.org/IControlCenterWcfService/GetStackInfoResponse")] wcftest.wcfApi.GetStackInfoResponse GetStackInfo(wcftest.wcfApi.GetStackInfoRequest request); // CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。 [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlCenterWcfService/GetStackInfo", ReplyAction="http://tempuri.org/IControlCenterWcfService/GetStackInfoResponse")] System.Threading.Tasks.Task GetStackInfoAsync(wcftest.wcfApi.GetStackInfoRequest request); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlCenterWcfService/GetStackInfos", ReplyAction="http://tempuri.org/IControlCenterWcfService/GetStackInfosResponse")] wcftest.wcfApi.GetStackInfosResponse GetStackInfos(wcftest.wcfApi.GetStackInfosRequest request); // CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。 [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlCenterWcfService/GetStackInfos", ReplyAction="http://tempuri.org/IControlCenterWcfService/GetStackInfosResponse")] System.Threading.Tasks.Task GetStackInfosAsync(wcftest.wcfApi.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 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 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 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 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 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 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 ConfirmSrmACKAsync(string stackName); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlCenterWcfService/GetRGVInfo", ReplyAction="http://tempuri.org/IControlCenterWcfService/GetRGVInfoResponse")] wcftest.wcfApi.GetRGVInfoResponse GetRGVInfo(wcftest.wcfApi.GetRGVInfoRequest request); // CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。 [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlCenterWcfService/GetRGVInfo", ReplyAction="http://tempuri.org/IControlCenterWcfService/GetRGVInfoResponse")] System.Threading.Tasks.Task GetRGVInfoAsync(wcftest.wcfApi.GetRGVInfoRequest request); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlCenterWcfService/GetRGVInfos", ReplyAction="http://tempuri.org/IControlCenterWcfService/GetRGVInfosResponse")] wcftest.wcfApi.GetRGVInfosResponse GetRGVInfos(wcftest.wcfApi.GetRGVInfosRequest request); // CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。 [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlCenterWcfService/GetRGVInfos", ReplyAction="http://tempuri.org/IControlCenterWcfService/GetRGVInfosResponse")] System.Threading.Tasks.Task GetRGVInfosAsync(wcftest.wcfApi.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 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 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 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 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 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 ConfirmRGVStpAsync(string rgvno); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlCenterWcfService/GetChaiDieInfo", ReplyAction="http://tempuri.org/IControlCenterWcfService/GetChaiDieInfoResponse")] wcftest.wcfApi.GetChaiDieInfoResponse GetChaiDieInfo(wcftest.wcfApi.GetChaiDieInfoRequest request); // CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。 [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlCenterWcfService/GetChaiDieInfo", ReplyAction="http://tempuri.org/IControlCenterWcfService/GetChaiDieInfoResponse")] System.Threading.Tasks.Task GetChaiDieInfoAsync(wcftest.wcfApi.GetChaiDieInfoRequest request); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlCenterWcfService/GetChaiDieInfos", ReplyAction="http://tempuri.org/IControlCenterWcfService/GetChaiDieInfosResponse")] wcftest.wcfApi.GetChaiDieInfosResponse GetChaiDieInfos(wcftest.wcfApi.GetChaiDieInfosRequest request); // CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。 [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlCenterWcfService/GetChaiDieInfos", ReplyAction="http://tempuri.org/IControlCenterWcfService/GetChaiDieInfosResponse")] System.Threading.Tasks.Task GetChaiDieInfosAsync(wcftest.wcfApi.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 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 ConfirmChaiDieStpAsync(string cdno); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlCenterWcfService/GetConveyorInfo", ReplyAction="http://tempuri.org/IControlCenterWcfService/GetConveyorInfoResponse")] wcftest.wcfApi.GetConveyorInfoResponse GetConveyorInfo(wcftest.wcfApi.GetConveyorInfoRequest request); // CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。 [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlCenterWcfService/GetConveyorInfo", ReplyAction="http://tempuri.org/IControlCenterWcfService/GetConveyorInfoResponse")] System.Threading.Tasks.Task GetConveyorInfoAsync(wcftest.wcfApi.GetConveyorInfoRequest request); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlCenterWcfService/GetConveyorInfos", ReplyAction="http://tempuri.org/IControlCenterWcfService/GetConveyorInfosResponse")] wcftest.wcfApi.GetConveyorInfosResponse GetConveyorInfos(wcftest.wcfApi.GetConveyorInfosRequest request); // CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。 [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlCenterWcfService/GetConveyorInfos", ReplyAction="http://tempuri.org/IControlCenterWcfService/GetConveyorInfosResponse")] System.Threading.Tasks.Task GetConveyorInfosAsync(wcftest.wcfApi.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 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 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 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")] wcftest.wcfApi.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 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 GetTaskIsFinishOrCheckOkAsync(int taskId, int wmsTaskId); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlCenterWcfService/GetCheckIsNeedOrSendContainer", ReplyAction="http://tempuri.org/IControlCenterWcfService/GetCheckIsNeedOrSendContainerResponse" + "")] wcftest.wcfApi.BackData GetCheckIsNeedOrSendContainer(); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlCenterWcfService/GetCheckIsNeedOrSendContainer", ReplyAction="http://tempuri.org/IControlCenterWcfService/GetCheckIsNeedOrSendContainerResponse" + "")] System.Threading.Tasks.Task 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 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 DealTaskAsync(int taskId, int type); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlCenterWcfService/GetPartTask", ReplyAction="http://tempuri.org/IControlCenterWcfService/GetPartTaskResponse")] wcftest.wcfApi.GetPartTaskResponse GetPartTask(wcftest.wcfApi.GetPartTaskRequest request); // CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。 [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlCenterWcfService/GetPartTask", ReplyAction="http://tempuri.org/IControlCenterWcfService/GetPartTaskResponse")] System.Threading.Tasks.Task GetPartTaskAsync(wcftest.wcfApi.GetPartTaskRequest request); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlCenterWcfService/GetDevAlert", ReplyAction="http://tempuri.org/IControlCenterWcfService/GetDevAlertResponse")] wcftest.wcfApi.GetDevAlertResponse GetDevAlert(wcftest.wcfApi.GetDevAlertRequest request); // CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。 [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlCenterWcfService/GetDevAlert", ReplyAction="http://tempuri.org/IControlCenterWcfService/GetDevAlertResponse")] System.Threading.Tasks.Task GetDevAlertAsync(wcftest.wcfApi.GetDevAlertRequest request); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlCenterWcfService/SetMainTaskPriority", ReplyAction="http://tempuri.org/IControlCenterWcfService/SetMainTaskPriorityResponse")] bool SetMainTaskPriority(string taskno, int priority, int wmsTaskId); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IControlCenterWcfService/SetMainTaskPriority", ReplyAction="http://tempuri.org/IControlCenterWcfService/SetMainTaskPriorityResponse")] System.Threading.Tasks.Task SetMainTaskPriorityAsync(string taskno, int priority, int wmsTaskId); [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 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 wcftest.wcfApi.SrmInfoEntity GetStackInfoResult; [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)] public string msg; public GetStackInfoResponse() { } public GetStackInfoResponse(wcftest.wcfApi.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 wcftest.wcfApi.SrmInfoEntity[] GetStackInfosResult; [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)] public string msg; public GetStackInfosResponse() { } public GetStackInfosResponse(wcftest.wcfApi.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 wcftest.wcfApi.RgvInfoEntity GetRGVInfoResult; [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)] public string msg; public GetRGVInfoResponse() { } public GetRGVInfoResponse(wcftest.wcfApi.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 wcftest.wcfApi.RgvInfoEntity[] GetRGVInfosResult; [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)] public string msg; public GetRGVInfosResponse() { } public GetRGVInfosResponse(wcftest.wcfApi.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 wcftest.wcfApi.ChaiDieInfoEntity GetChaiDieInfoResult; [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)] public string msg; public GetChaiDieInfoResponse() { } public GetChaiDieInfoResponse(wcftest.wcfApi.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 wcftest.wcfApi.ChaiDieInfoEntity[] GetChaiDieInfosResult; [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)] public string msg; public GetChaiDieInfosResponse() { } public GetChaiDieInfosResponse(wcftest.wcfApi.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 wcftest.wcfApi.ConveyorInfoEntity GetConveyorInfoResult; [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)] public string msg; public GetConveyorInfoResponse() { } public GetConveyorInfoResponse(wcftest.wcfApi.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 wcftest.wcfApi.ConveyorInfoEntity[] GetConveyorInfosResult; [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)] public string msg; public GetConveyorInfosResponse() { } public GetConveyorInfosResponse(wcftest.wcfApi.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 parm; public GetPartTaskRequest() { } public GetPartTaskRequest(int pagesize, int pagecount, System.Collections.Generic.Dictionary 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 wcftest.wcfApi.PartTask[] GetPartTaskResult; [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)] public int totalNum; public GetPartTaskResponse() { } public GetPartTaskResponse(wcftest.wcfApi.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 parm; public GetDevAlertRequest() { } public GetDevAlertRequest(int pagesize, int pagecount, System.Collections.Generic.Dictionary 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 wcftest.wcfApi.DevAlert[] GetDevAlertResult; [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)] public int totalNum; public GetDevAlertResponse() { } public GetDevAlertResponse(wcftest.wcfApi.DevAlert[] GetDevAlertResult, int totalNum) { this.GetDevAlertResult = GetDevAlertResult; this.totalNum = totalNum; } } [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public interface IControlCenterWcfServiceChannel : wcftest.wcfApi.IControlCenterWcfService, System.ServiceModel.IClientChannel { } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public partial class ControlCenterWcfServiceClient : System.ServiceModel.ClientBase, wcftest.wcfApi.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)] wcftest.wcfApi.GetStackInfoResponse wcftest.wcfApi.IControlCenterWcfService.GetStackInfo(wcftest.wcfApi.GetStackInfoRequest request) { return base.Channel.GetStackInfo(request); } public wcftest.wcfApi.SrmInfoEntity GetStackInfo(string stackName, out string msg) { wcftest.wcfApi.GetStackInfoRequest inValue = new wcftest.wcfApi.GetStackInfoRequest(); inValue.stackName = stackName; wcftest.wcfApi.GetStackInfoResponse retVal = ((wcftest.wcfApi.IControlCenterWcfService)(this)).GetStackInfo(inValue); msg = retVal.msg; return retVal.GetStackInfoResult; } public System.Threading.Tasks.Task GetStackInfoAsync(wcftest.wcfApi.GetStackInfoRequest request) { return base.Channel.GetStackInfoAsync(request); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] wcftest.wcfApi.GetStackInfosResponse wcftest.wcfApi.IControlCenterWcfService.GetStackInfos(wcftest.wcfApi.GetStackInfosRequest request) { return base.Channel.GetStackInfos(request); } public wcftest.wcfApi.SrmInfoEntity[] GetStackInfos(out string msg) { wcftest.wcfApi.GetStackInfosRequest inValue = new wcftest.wcfApi.GetStackInfosRequest(); wcftest.wcfApi.GetStackInfosResponse retVal = ((wcftest.wcfApi.IControlCenterWcfService)(this)).GetStackInfos(inValue); msg = retVal.msg; return retVal.GetStackInfosResult; } public System.Threading.Tasks.Task GetStackInfosAsync(wcftest.wcfApi.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 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 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 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 SendStopSrmAsync(string stackName) { return base.Channel.SendStopSrmAsync(stackName); } public bool SendResolveSrmAlarm(string stackName) { return base.Channel.SendResolveSrmAlarm(stackName); } public System.Threading.Tasks.Task SendResolveSrmAlarmAsync(string stackName) { return base.Channel.SendResolveSrmAlarmAsync(stackName); } public bool ConfirmSrmTaskFinish(string stackName) { return base.Channel.ConfirmSrmTaskFinish(stackName); } public System.Threading.Tasks.Task ConfirmSrmTaskFinishAsync(string stackName) { return base.Channel.ConfirmSrmTaskFinishAsync(stackName); } public bool ConfirmSrmACK(string stackName) { return base.Channel.ConfirmSrmACK(stackName); } public System.Threading.Tasks.Task ConfirmSrmACKAsync(string stackName) { return base.Channel.ConfirmSrmACKAsync(stackName); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] wcftest.wcfApi.GetRGVInfoResponse wcftest.wcfApi.IControlCenterWcfService.GetRGVInfo(wcftest.wcfApi.GetRGVInfoRequest request) { return base.Channel.GetRGVInfo(request); } public wcftest.wcfApi.RgvInfoEntity GetRGVInfo(string rgvName, out string msg) { wcftest.wcfApi.GetRGVInfoRequest inValue = new wcftest.wcfApi.GetRGVInfoRequest(); inValue.rgvName = rgvName; wcftest.wcfApi.GetRGVInfoResponse retVal = ((wcftest.wcfApi.IControlCenterWcfService)(this)).GetRGVInfo(inValue); msg = retVal.msg; return retVal.GetRGVInfoResult; } public System.Threading.Tasks.Task GetRGVInfoAsync(wcftest.wcfApi.GetRGVInfoRequest request) { return base.Channel.GetRGVInfoAsync(request); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] wcftest.wcfApi.GetRGVInfosResponse wcftest.wcfApi.IControlCenterWcfService.GetRGVInfos(wcftest.wcfApi.GetRGVInfosRequest request) { return base.Channel.GetRGVInfos(request); } public wcftest.wcfApi.RgvInfoEntity[] GetRGVInfos(out string msg) { wcftest.wcfApi.GetRGVInfosRequest inValue = new wcftest.wcfApi.GetRGVInfosRequest(); wcftest.wcfApi.GetRGVInfosResponse retVal = ((wcftest.wcfApi.IControlCenterWcfService)(this)).GetRGVInfos(inValue); msg = retVal.msg; return retVal.GetRGVInfosResult; } public System.Threading.Tasks.Task GetRGVInfosAsync(wcftest.wcfApi.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 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 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 SendStopRGVAsync(string rgvno) { return base.Channel.SendStopRGVAsync(rgvno); } public bool SendResolveRGVAlarm(string rgvno) { return base.Channel.SendResolveRGVAlarm(rgvno); } public System.Threading.Tasks.Task SendResolveRGVAlarmAsync(string rgvno) { return base.Channel.SendResolveRGVAlarmAsync(rgvno); } public bool ConfirmRGVTaskFinish(string rgvno) { return base.Channel.ConfirmRGVTaskFinish(rgvno); } public System.Threading.Tasks.Task ConfirmRGVTaskFinishAsync(string rgvno) { return base.Channel.ConfirmRGVTaskFinishAsync(rgvno); } public bool ConfirmRGVStp(string rgvno) { return base.Channel.ConfirmRGVStp(rgvno); } public System.Threading.Tasks.Task ConfirmRGVStpAsync(string rgvno) { return base.Channel.ConfirmRGVStpAsync(rgvno); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] wcftest.wcfApi.GetChaiDieInfoResponse wcftest.wcfApi.IControlCenterWcfService.GetChaiDieInfo(wcftest.wcfApi.GetChaiDieInfoRequest request) { return base.Channel.GetChaiDieInfo(request); } public wcftest.wcfApi.ChaiDieInfoEntity GetChaiDieInfo(string cdName, out string msg) { wcftest.wcfApi.GetChaiDieInfoRequest inValue = new wcftest.wcfApi.GetChaiDieInfoRequest(); inValue.cdName = cdName; wcftest.wcfApi.GetChaiDieInfoResponse retVal = ((wcftest.wcfApi.IControlCenterWcfService)(this)).GetChaiDieInfo(inValue); msg = retVal.msg; return retVal.GetChaiDieInfoResult; } public System.Threading.Tasks.Task GetChaiDieInfoAsync(wcftest.wcfApi.GetChaiDieInfoRequest request) { return base.Channel.GetChaiDieInfoAsync(request); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] wcftest.wcfApi.GetChaiDieInfosResponse wcftest.wcfApi.IControlCenterWcfService.GetChaiDieInfos(wcftest.wcfApi.GetChaiDieInfosRequest request) { return base.Channel.GetChaiDieInfos(request); } public wcftest.wcfApi.ChaiDieInfoEntity[] GetChaiDieInfos(out string msg) { wcftest.wcfApi.GetChaiDieInfosRequest inValue = new wcftest.wcfApi.GetChaiDieInfosRequest(); wcftest.wcfApi.GetChaiDieInfosResponse retVal = ((wcftest.wcfApi.IControlCenterWcfService)(this)).GetChaiDieInfos(inValue); msg = retVal.msg; return retVal.GetChaiDieInfosResult; } public System.Threading.Tasks.Task GetChaiDieInfosAsync(wcftest.wcfApi.GetChaiDieInfosRequest request) { return base.Channel.GetChaiDieInfosAsync(request); } public bool SendChaiDieTask(string cdno) { return base.Channel.SendChaiDieTask(cdno); } public System.Threading.Tasks.Task SendChaiDieTaskAsync(string cdno) { return base.Channel.SendChaiDieTaskAsync(cdno); } public bool ConfirmChaiDieStp(string cdno) { return base.Channel.ConfirmChaiDieStp(cdno); } public System.Threading.Tasks.Task ConfirmChaiDieStpAsync(string cdno) { return base.Channel.ConfirmChaiDieStpAsync(cdno); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] wcftest.wcfApi.GetConveyorInfoResponse wcftest.wcfApi.IControlCenterWcfService.GetConveyorInfo(wcftest.wcfApi.GetConveyorInfoRequest request) { return base.Channel.GetConveyorInfo(request); } public wcftest.wcfApi.ConveyorInfoEntity GetConveyorInfo(string cyName, out string msg) { wcftest.wcfApi.GetConveyorInfoRequest inValue = new wcftest.wcfApi.GetConveyorInfoRequest(); inValue.cyName = cyName; wcftest.wcfApi.GetConveyorInfoResponse retVal = ((wcftest.wcfApi.IControlCenterWcfService)(this)).GetConveyorInfo(inValue); msg = retVal.msg; return retVal.GetConveyorInfoResult; } public System.Threading.Tasks.Task GetConveyorInfoAsync(wcftest.wcfApi.GetConveyorInfoRequest request) { return base.Channel.GetConveyorInfoAsync(request); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] wcftest.wcfApi.GetConveyorInfosResponse wcftest.wcfApi.IControlCenterWcfService.GetConveyorInfos(wcftest.wcfApi.GetConveyorInfosRequest request) { return base.Channel.GetConveyorInfos(request); } public wcftest.wcfApi.ConveyorInfoEntity[] GetConveyorInfos(out string msg) { wcftest.wcfApi.GetConveyorInfosRequest inValue = new wcftest.wcfApi.GetConveyorInfosRequest(); wcftest.wcfApi.GetConveyorInfosResponse retVal = ((wcftest.wcfApi.IControlCenterWcfService)(this)).GetConveyorInfos(inValue); msg = retVal.msg; return retVal.GetConveyorInfosResult; } public System.Threading.Tasks.Task GetConveyorInfosAsync(wcftest.wcfApi.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 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 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 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 wcftest.wcfApi.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 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 GetTaskIsFinishOrCheckOkAsync(int taskId, int wmsTaskId) { return base.Channel.GetTaskIsFinishOrCheckOkAsync(taskId, wmsTaskId); } public wcftest.wcfApi.BackData GetCheckIsNeedOrSendContainer() { return base.Channel.GetCheckIsNeedOrSendContainer(); } public System.Threading.Tasks.Task GetCheckIsNeedOrSendContainerAsync() { return base.Channel.GetCheckIsNeedOrSendContainerAsync(); } public bool DealAllTask(string containerName) { return base.Channel.DealAllTask(containerName); } public System.Threading.Tasks.Task 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 DealTaskAsync(int taskId, int type) { return base.Channel.DealTaskAsync(taskId, type); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] wcftest.wcfApi.GetPartTaskResponse wcftest.wcfApi.IControlCenterWcfService.GetPartTask(wcftest.wcfApi.GetPartTaskRequest request) { return base.Channel.GetPartTask(request); } public wcftest.wcfApi.PartTask[] GetPartTask(int pagesize, int pagecount, System.Collections.Generic.Dictionary parm, out int totalNum) { wcftest.wcfApi.GetPartTaskRequest inValue = new wcftest.wcfApi.GetPartTaskRequest(); inValue.pagesize = pagesize; inValue.pagecount = pagecount; inValue.parm = parm; wcftest.wcfApi.GetPartTaskResponse retVal = ((wcftest.wcfApi.IControlCenterWcfService)(this)).GetPartTask(inValue); totalNum = retVal.totalNum; return retVal.GetPartTaskResult; } public System.Threading.Tasks.Task GetPartTaskAsync(wcftest.wcfApi.GetPartTaskRequest request) { return base.Channel.GetPartTaskAsync(request); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] wcftest.wcfApi.GetDevAlertResponse wcftest.wcfApi.IControlCenterWcfService.GetDevAlert(wcftest.wcfApi.GetDevAlertRequest request) { return base.Channel.GetDevAlert(request); } public wcftest.wcfApi.DevAlert[] GetDevAlert(int pagesize, int pagecount, System.Collections.Generic.Dictionary parm, out int totalNum) { wcftest.wcfApi.GetDevAlertRequest inValue = new wcftest.wcfApi.GetDevAlertRequest(); inValue.pagesize = pagesize; inValue.pagecount = pagecount; inValue.parm = parm; wcftest.wcfApi.GetDevAlertResponse retVal = ((wcftest.wcfApi.IControlCenterWcfService)(this)).GetDevAlert(inValue); totalNum = retVal.totalNum; return retVal.GetDevAlertResult; } public System.Threading.Tasks.Task GetDevAlertAsync(wcftest.wcfApi.GetDevAlertRequest request) { return base.Channel.GetDevAlertAsync(request); } public bool SetMainTaskPriority(string taskno, int priority, int wmsTaskId) { return base.Channel.SetMainTaskPriority(taskno, priority, wmsTaskId); } public System.Threading.Tasks.Task SetMainTaskPriorityAsync(string taskno, int priority, int wmsTaskId) { return base.Channel.SetMainTaskPriorityAsync(taskno, priority, wmsTaskId); } public bool SetPartTaskPriority(string taskcode, int priority) { return base.Channel.SetPartTaskPriority(taskcode, priority); } public System.Threading.Tasks.Task SetPartTaskPriorityAsync(string taskcode, int priority) { return base.Channel.SetPartTaskPriorityAsync(taskcode, priority); } } }