//------------------------------------------------------------------------------
|
// <auto-generated>
|
// 此代码由工具生成。
|
// 运行时版本:4.0.30319.42000
|
//
|
// 对此文件的更改可能会导致不正确的行为,并且如果
|
// 重新生成代码,这些更改将会丢失。
|
// </auto-generated>
|
//------------------------------------------------------------------------------
|
|
namespace IWareCC.DevInforService {
|
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/SiemenDevice.WCFEntity")]
|
[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 int DeviceIdField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private bool RAckField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private int RActualLaneField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private bool RAlarmField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private int RAlarmCodeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private bool RDeliveryFinishField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private int RHandShakeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private bool RLiftFullField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private int RModeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private bool RPickFinishField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private int RPosXField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private int RPosXmmField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private int RPosYField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private int RPosYmmField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private int RPosZField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private int RPosZmmField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private int RSrmNoField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private int RStateField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private bool RTaskFinishField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private int RTaskNoField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string SrmNameField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private bool WCancleAlarmField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private int WCommandField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private int WDestinationPosXField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private int WDestinationPosYField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private int WDestinationPosZField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private int WEmergencyStopField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private int WHighField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private int WPalletTypeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private int WSourcePosXField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private int WSourcePosYField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private int WSourcePosZField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private bool WStbField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private bool WTaskFinishConfirmField;
|
|
[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 DeviceId {
|
get {
|
return this.DeviceIdField;
|
}
|
set {
|
if ((this.DeviceIdField.Equals(value) != true)) {
|
this.DeviceIdField = value;
|
this.RaisePropertyChanged("DeviceId");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public bool RAck {
|
get {
|
return this.RAckField;
|
}
|
set {
|
if ((this.RAckField.Equals(value) != true)) {
|
this.RAckField = value;
|
this.RaisePropertyChanged("RAck");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public int RActualLane {
|
get {
|
return this.RActualLaneField;
|
}
|
set {
|
if ((this.RActualLaneField.Equals(value) != true)) {
|
this.RActualLaneField = value;
|
this.RaisePropertyChanged("RActualLane");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public bool RAlarm {
|
get {
|
return this.RAlarmField;
|
}
|
set {
|
if ((this.RAlarmField.Equals(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 bool RDeliveryFinish {
|
get {
|
return this.RDeliveryFinishField;
|
}
|
set {
|
if ((this.RDeliveryFinishField.Equals(value) != true)) {
|
this.RDeliveryFinishField = value;
|
this.RaisePropertyChanged("RDeliveryFinish");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public int RHandShake {
|
get {
|
return this.RHandShakeField;
|
}
|
set {
|
if ((this.RHandShakeField.Equals(value) != true)) {
|
this.RHandShakeField = value;
|
this.RaisePropertyChanged("RHandShake");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public bool RLiftFull {
|
get {
|
return this.RLiftFullField;
|
}
|
set {
|
if ((this.RLiftFullField.Equals(value) != true)) {
|
this.RLiftFullField = value;
|
this.RaisePropertyChanged("RLiftFull");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public int RMode {
|
get {
|
return this.RModeField;
|
}
|
set {
|
if ((this.RModeField.Equals(value) != true)) {
|
this.RModeField = value;
|
this.RaisePropertyChanged("RMode");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public bool RPickFinish {
|
get {
|
return this.RPickFinishField;
|
}
|
set {
|
if ((this.RPickFinishField.Equals(value) != true)) {
|
this.RPickFinishField = value;
|
this.RaisePropertyChanged("RPickFinish");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public int RPosX {
|
get {
|
return this.RPosXField;
|
}
|
set {
|
if ((this.RPosXField.Equals(value) != true)) {
|
this.RPosXField = value;
|
this.RaisePropertyChanged("RPosX");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public int RPosXmm {
|
get {
|
return this.RPosXmmField;
|
}
|
set {
|
if ((this.RPosXmmField.Equals(value) != true)) {
|
this.RPosXmmField = value;
|
this.RaisePropertyChanged("RPosXmm");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public int RPosY {
|
get {
|
return this.RPosYField;
|
}
|
set {
|
if ((this.RPosYField.Equals(value) != true)) {
|
this.RPosYField = value;
|
this.RaisePropertyChanged("RPosY");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public int RPosYmm {
|
get {
|
return this.RPosYmmField;
|
}
|
set {
|
if ((this.RPosYmmField.Equals(value) != true)) {
|
this.RPosYmmField = value;
|
this.RaisePropertyChanged("RPosYmm");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public int RPosZ {
|
get {
|
return this.RPosZField;
|
}
|
set {
|
if ((this.RPosZField.Equals(value) != true)) {
|
this.RPosZField = value;
|
this.RaisePropertyChanged("RPosZ");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public int RPosZmm {
|
get {
|
return this.RPosZmmField;
|
}
|
set {
|
if ((this.RPosZmmField.Equals(value) != true)) {
|
this.RPosZmmField = value;
|
this.RaisePropertyChanged("RPosZmm");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public int RSrmNo {
|
get {
|
return this.RSrmNoField;
|
}
|
set {
|
if ((this.RSrmNoField.Equals(value) != true)) {
|
this.RSrmNoField = value;
|
this.RaisePropertyChanged("RSrmNo");
|
}
|
}
|
}
|
|
[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 bool RTaskFinish {
|
get {
|
return this.RTaskFinishField;
|
}
|
set {
|
if ((this.RTaskFinishField.Equals(value) != true)) {
|
this.RTaskFinishField = value;
|
this.RaisePropertyChanged("RTaskFinish");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public int RTaskNo {
|
get {
|
return this.RTaskNoField;
|
}
|
set {
|
if ((this.RTaskNoField.Equals(value) != true)) {
|
this.RTaskNoField = value;
|
this.RaisePropertyChanged("RTaskNo");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string SrmName {
|
get {
|
return this.SrmNameField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.SrmNameField, value) != true)) {
|
this.SrmNameField = value;
|
this.RaisePropertyChanged("SrmName");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public bool WCancleAlarm {
|
get {
|
return this.WCancleAlarmField;
|
}
|
set {
|
if ((this.WCancleAlarmField.Equals(value) != true)) {
|
this.WCancleAlarmField = value;
|
this.RaisePropertyChanged("WCancleAlarm");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public int WCommand {
|
get {
|
return this.WCommandField;
|
}
|
set {
|
if ((this.WCommandField.Equals(value) != true)) {
|
this.WCommandField = value;
|
this.RaisePropertyChanged("WCommand");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public int WDestinationPosX {
|
get {
|
return this.WDestinationPosXField;
|
}
|
set {
|
if ((this.WDestinationPosXField.Equals(value) != true)) {
|
this.WDestinationPosXField = value;
|
this.RaisePropertyChanged("WDestinationPosX");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public int WDestinationPosY {
|
get {
|
return this.WDestinationPosYField;
|
}
|
set {
|
if ((this.WDestinationPosYField.Equals(value) != true)) {
|
this.WDestinationPosYField = value;
|
this.RaisePropertyChanged("WDestinationPosY");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public int WDestinationPosZ {
|
get {
|
return this.WDestinationPosZField;
|
}
|
set {
|
if ((this.WDestinationPosZField.Equals(value) != true)) {
|
this.WDestinationPosZField = value;
|
this.RaisePropertyChanged("WDestinationPosZ");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public int WEmergencyStop {
|
get {
|
return this.WEmergencyStopField;
|
}
|
set {
|
if ((this.WEmergencyStopField.Equals(value) != true)) {
|
this.WEmergencyStopField = value;
|
this.RaisePropertyChanged("WEmergencyStop");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public int WHigh {
|
get {
|
return this.WHighField;
|
}
|
set {
|
if ((this.WHighField.Equals(value) != true)) {
|
this.WHighField = value;
|
this.RaisePropertyChanged("WHigh");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public int WPalletType {
|
get {
|
return this.WPalletTypeField;
|
}
|
set {
|
if ((this.WPalletTypeField.Equals(value) != true)) {
|
this.WPalletTypeField = value;
|
this.RaisePropertyChanged("WPalletType");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public int WSourcePosX {
|
get {
|
return this.WSourcePosXField;
|
}
|
set {
|
if ((this.WSourcePosXField.Equals(value) != true)) {
|
this.WSourcePosXField = value;
|
this.RaisePropertyChanged("WSourcePosX");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public int WSourcePosY {
|
get {
|
return this.WSourcePosYField;
|
}
|
set {
|
if ((this.WSourcePosYField.Equals(value) != true)) {
|
this.WSourcePosYField = value;
|
this.RaisePropertyChanged("WSourcePosY");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public int WSourcePosZ {
|
get {
|
return this.WSourcePosZField;
|
}
|
set {
|
if ((this.WSourcePosZField.Equals(value) != true)) {
|
this.WSourcePosZField = value;
|
this.RaisePropertyChanged("WSourcePosZ");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public bool WStb {
|
get {
|
return this.WStbField;
|
}
|
set {
|
if ((this.WStbField.Equals(value) != true)) {
|
this.WStbField = value;
|
this.RaisePropertyChanged("WStb");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public bool WTaskFinishConfirm {
|
get {
|
return this.WTaskFinishConfirmField;
|
}
|
set {
|
if ((this.WTaskFinishConfirmField.Equals(value) != true)) {
|
this.WTaskFinishConfirmField = value;
|
this.RaisePropertyChanged("WTaskFinishConfirm");
|
}
|
}
|
}
|
|
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/SiemenDevice.WCFEntity")]
|
[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 int DeviceIdField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private bool RAckField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private bool RAlarmField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private int RAlarmCodeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private int RHandShakeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private bool RLoadedField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private int RModeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private int RRgvPositionField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private int RSPosField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private int RStateField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private int RTPosField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private bool RTaskFinishField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private int RTaskNoField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string RgvNameField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private bool WAckTaskFinishField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private bool WEStopField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private int WPallTypeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private bool WResetField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private bool WStbField;
|
|
[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 DeviceId {
|
get {
|
return this.DeviceIdField;
|
}
|
set {
|
if ((this.DeviceIdField.Equals(value) != true)) {
|
this.DeviceIdField = value;
|
this.RaisePropertyChanged("DeviceId");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public bool RAck {
|
get {
|
return this.RAckField;
|
}
|
set {
|
if ((this.RAckField.Equals(value) != true)) {
|
this.RAckField = value;
|
this.RaisePropertyChanged("RAck");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public bool RAlarm {
|
get {
|
return this.RAlarmField;
|
}
|
set {
|
if ((this.RAlarmField.Equals(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 int RHandShake {
|
get {
|
return this.RHandShakeField;
|
}
|
set {
|
if ((this.RHandShakeField.Equals(value) != true)) {
|
this.RHandShakeField = value;
|
this.RaisePropertyChanged("RHandShake");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public bool RLoaded {
|
get {
|
return this.RLoadedField;
|
}
|
set {
|
if ((this.RLoadedField.Equals(value) != true)) {
|
this.RLoadedField = value;
|
this.RaisePropertyChanged("RLoaded");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public int RMode {
|
get {
|
return this.RModeField;
|
}
|
set {
|
if ((this.RModeField.Equals(value) != true)) {
|
this.RModeField = value;
|
this.RaisePropertyChanged("RMode");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public int RRgvPosition {
|
get {
|
return this.RRgvPositionField;
|
}
|
set {
|
if ((this.RRgvPositionField.Equals(value) != true)) {
|
this.RRgvPositionField = value;
|
this.RaisePropertyChanged("RRgvPosition");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public int RSPos {
|
get {
|
return this.RSPosField;
|
}
|
set {
|
if ((this.RSPosField.Equals(value) != true)) {
|
this.RSPosField = value;
|
this.RaisePropertyChanged("RSPos");
|
}
|
}
|
}
|
|
[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 int RTPos {
|
get {
|
return this.RTPosField;
|
}
|
set {
|
if ((this.RTPosField.Equals(value) != true)) {
|
this.RTPosField = value;
|
this.RaisePropertyChanged("RTPos");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public bool RTaskFinish {
|
get {
|
return this.RTaskFinishField;
|
}
|
set {
|
if ((this.RTaskFinishField.Equals(value) != true)) {
|
this.RTaskFinishField = value;
|
this.RaisePropertyChanged("RTaskFinish");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public int RTaskNo {
|
get {
|
return this.RTaskNoField;
|
}
|
set {
|
if ((this.RTaskNoField.Equals(value) != true)) {
|
this.RTaskNoField = value;
|
this.RaisePropertyChanged("RTaskNo");
|
}
|
}
|
}
|
|
[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 bool WAckTaskFinish {
|
get {
|
return this.WAckTaskFinishField;
|
}
|
set {
|
if ((this.WAckTaskFinishField.Equals(value) != true)) {
|
this.WAckTaskFinishField = value;
|
this.RaisePropertyChanged("WAckTaskFinish");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public bool WEStop {
|
get {
|
return this.WEStopField;
|
}
|
set {
|
if ((this.WEStopField.Equals(value) != true)) {
|
this.WEStopField = value;
|
this.RaisePropertyChanged("WEStop");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public int WPallType {
|
get {
|
return this.WPallTypeField;
|
}
|
set {
|
if ((this.WPallTypeField.Equals(value) != true)) {
|
this.WPallTypeField = value;
|
this.RaisePropertyChanged("WPallType");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public bool WReset {
|
get {
|
return this.WResetField;
|
}
|
set {
|
if ((this.WResetField.Equals(value) != true)) {
|
this.WResetField = value;
|
this.RaisePropertyChanged("WReset");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public bool WStb {
|
get {
|
return this.WStbField;
|
}
|
set {
|
if ((this.WStbField.Equals(value) != true)) {
|
this.WStbField = value;
|
this.RaisePropertyChanged("WStb");
|
}
|
}
|
}
|
|
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/SiemenDevice.WCFEntity")]
|
[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 int DeviceIdField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private int HeightField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private bool RAckField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private bool RAlarmField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private int RAlarmCodeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private int RModeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private int RPh1Field;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private int RPh2Field;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private int RPh3Field;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private int RShapeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private int RStateField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private int RTaskNoField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private bool WSTPField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private int 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 ConveyorName {
|
get {
|
return this.ConveyorNameField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.ConveyorNameField, value) != true)) {
|
this.ConveyorNameField = value;
|
this.RaisePropertyChanged("ConveyorName");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public int DeviceId {
|
get {
|
return this.DeviceIdField;
|
}
|
set {
|
if ((this.DeviceIdField.Equals(value) != true)) {
|
this.DeviceIdField = value;
|
this.RaisePropertyChanged("DeviceId");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public int Height {
|
get {
|
return this.HeightField;
|
}
|
set {
|
if ((this.HeightField.Equals(value) != true)) {
|
this.HeightField = value;
|
this.RaisePropertyChanged("Height");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public bool RAck {
|
get {
|
return this.RAckField;
|
}
|
set {
|
if ((this.RAckField.Equals(value) != true)) {
|
this.RAckField = value;
|
this.RaisePropertyChanged("RAck");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public bool RAlarm {
|
get {
|
return this.RAlarmField;
|
}
|
set {
|
if ((this.RAlarmField.Equals(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 int RMode {
|
get {
|
return this.RModeField;
|
}
|
set {
|
if ((this.RModeField.Equals(value) != true)) {
|
this.RModeField = value;
|
this.RaisePropertyChanged("RMode");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public int RPh1 {
|
get {
|
return this.RPh1Field;
|
}
|
set {
|
if ((this.RPh1Field.Equals(value) != true)) {
|
this.RPh1Field = value;
|
this.RaisePropertyChanged("RPh1");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public int RPh2 {
|
get {
|
return this.RPh2Field;
|
}
|
set {
|
if ((this.RPh2Field.Equals(value) != true)) {
|
this.RPh2Field = value;
|
this.RaisePropertyChanged("RPh2");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public int RPh3 {
|
get {
|
return this.RPh3Field;
|
}
|
set {
|
if ((this.RPh3Field.Equals(value) != true)) {
|
this.RPh3Field = value;
|
this.RaisePropertyChanged("RPh3");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public int RShape {
|
get {
|
return this.RShapeField;
|
}
|
set {
|
if ((this.RShapeField.Equals(value) != true)) {
|
this.RShapeField = value;
|
this.RaisePropertyChanged("RShape");
|
}
|
}
|
}
|
|
[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 int RTaskNo {
|
get {
|
return this.RTaskNoField;
|
}
|
set {
|
if ((this.RTaskNoField.Equals(value) != true)) {
|
this.RTaskNoField = value;
|
this.RaisePropertyChanged("RTaskNo");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public bool WSTP {
|
get {
|
return this.WSTPField;
|
}
|
set {
|
if ((this.WSTPField.Equals(value) != true)) {
|
this.WSTPField = value;
|
this.RaisePropertyChanged("WSTP");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public int WTaskNo {
|
get {
|
return this.WTaskNoField;
|
}
|
set {
|
if ((this.WTaskNoField.Equals(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="ChaiDieInfoEntity", Namespace="http://schemas.datacontract.org/2004/07/SiemenDevice.WCFEntity")]
|
[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 ChaiDieNameField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private int DeviceIdField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private int EmptyStatusField;
|
|
[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 ChaiDieName {
|
get {
|
return this.ChaiDieNameField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.ChaiDieNameField, value) != true)) {
|
this.ChaiDieNameField = value;
|
this.RaisePropertyChanged("ChaiDieName");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public int DeviceId {
|
get {
|
return this.DeviceIdField;
|
}
|
set {
|
if ((this.DeviceIdField.Equals(value) != true)) {
|
this.DeviceIdField = value;
|
this.RaisePropertyChanged("DeviceId");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public int EmptyStatus {
|
get {
|
return this.EmptyStatusField;
|
}
|
set {
|
if ((this.EmptyStatusField.Equals(value) != true)) {
|
this.EmptyStatusField = value;
|
this.RaisePropertyChanged("EmptyStatus");
|
}
|
}
|
}
|
|
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="DevInforService.IDevInfoService")]
|
public interface IDevInfoService {
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IDevInfoService/GetStackInfo", ReplyAction="http://tempuri.org/IDevInfoService/GetStackInfoResponse")]
|
IWareCC.DevInforService.GetStackInfoResponse GetStackInfo(IWareCC.DevInforService.GetStackInfoRequest request);
|
|
// CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IDevInfoService/GetStackInfo", ReplyAction="http://tempuri.org/IDevInfoService/GetStackInfoResponse")]
|
System.Threading.Tasks.Task<IWareCC.DevInforService.GetStackInfoResponse> GetStackInfoAsync(IWareCC.DevInforService.GetStackInfoRequest request);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IDevInfoService/GetStackInfos", ReplyAction="http://tempuri.org/IDevInfoService/GetStackInfosResponse")]
|
IWareCC.DevInforService.GetStackInfosResponse GetStackInfos(IWareCC.DevInforService.GetStackInfosRequest request);
|
|
// CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IDevInfoService/GetStackInfos", ReplyAction="http://tempuri.org/IDevInfoService/GetStackInfosResponse")]
|
System.Threading.Tasks.Task<IWareCC.DevInforService.GetStackInfosResponse> GetStackInfosAsync(IWareCC.DevInforService.GetStackInfosRequest request);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IDevInfoService/GetRGVInfo", ReplyAction="http://tempuri.org/IDevInfoService/GetRGVInfoResponse")]
|
IWareCC.DevInforService.GetRGVInfoResponse GetRGVInfo(IWareCC.DevInforService.GetRGVInfoRequest request);
|
|
// CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IDevInfoService/GetRGVInfo", ReplyAction="http://tempuri.org/IDevInfoService/GetRGVInfoResponse")]
|
System.Threading.Tasks.Task<IWareCC.DevInforService.GetRGVInfoResponse> GetRGVInfoAsync(IWareCC.DevInforService.GetRGVInfoRequest request);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IDevInfoService/GetRGVInfos", ReplyAction="http://tempuri.org/IDevInfoService/GetRGVInfosResponse")]
|
IWareCC.DevInforService.GetRGVInfosResponse GetRGVInfos(IWareCC.DevInforService.GetRGVInfosRequest request);
|
|
// CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IDevInfoService/GetRGVInfos", ReplyAction="http://tempuri.org/IDevInfoService/GetRGVInfosResponse")]
|
System.Threading.Tasks.Task<IWareCC.DevInforService.GetRGVInfosResponse> GetRGVInfosAsync(IWareCC.DevInforService.GetRGVInfosRequest request);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IDevInfoService/GetConveyorInfo", ReplyAction="http://tempuri.org/IDevInfoService/GetConveyorInfoResponse")]
|
IWareCC.DevInforService.GetConveyorInfoResponse GetConveyorInfo(IWareCC.DevInforService.GetConveyorInfoRequest request);
|
|
// CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IDevInfoService/GetConveyorInfo", ReplyAction="http://tempuri.org/IDevInfoService/GetConveyorInfoResponse")]
|
System.Threading.Tasks.Task<IWareCC.DevInforService.GetConveyorInfoResponse> GetConveyorInfoAsync(IWareCC.DevInforService.GetConveyorInfoRequest request);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IDevInfoService/GetConveyorInfos", ReplyAction="http://tempuri.org/IDevInfoService/GetConveyorInfosResponse")]
|
IWareCC.DevInforService.GetConveyorInfosResponse GetConveyorInfos(IWareCC.DevInforService.GetConveyorInfosRequest request);
|
|
// CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IDevInfoService/GetConveyorInfos", ReplyAction="http://tempuri.org/IDevInfoService/GetConveyorInfosResponse")]
|
System.Threading.Tasks.Task<IWareCC.DevInforService.GetConveyorInfosResponse> GetConveyorInfosAsync(IWareCC.DevInforService.GetConveyorInfosRequest request);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IDevInfoService/GetChaiDieInfo", ReplyAction="http://tempuri.org/IDevInfoService/GetChaiDieInfoResponse")]
|
IWareCC.DevInforService.GetChaiDieInfoResponse GetChaiDieInfo(IWareCC.DevInforService.GetChaiDieInfoRequest request);
|
|
// CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IDevInfoService/GetChaiDieInfo", ReplyAction="http://tempuri.org/IDevInfoService/GetChaiDieInfoResponse")]
|
System.Threading.Tasks.Task<IWareCC.DevInforService.GetChaiDieInfoResponse> GetChaiDieInfoAsync(IWareCC.DevInforService.GetChaiDieInfoRequest request);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IDevInfoService/GetChaiDieInfos", ReplyAction="http://tempuri.org/IDevInfoService/GetChaiDieInfosResponse")]
|
IWareCC.DevInforService.GetChaiDieInfosResponse GetChaiDieInfos(IWareCC.DevInforService.GetChaiDieInfosRequest request);
|
|
// CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IDevInfoService/GetChaiDieInfos", ReplyAction="http://tempuri.org/IDevInfoService/GetChaiDieInfosResponse")]
|
System.Threading.Tasks.Task<IWareCC.DevInforService.GetChaiDieInfosResponse> GetChaiDieInfosAsync(IWareCC.DevInforService.GetChaiDieInfosRequest request);
|
}
|
|
[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 IWareCC.DevInforService.SrmInfoEntity GetStackInfoResult;
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
public string msg;
|
|
public GetStackInfoResponse() {
|
}
|
|
public GetStackInfoResponse(IWareCC.DevInforService.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 IWareCC.DevInforService.SrmInfoEntity[] GetStackInfosResult;
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
public string msg;
|
|
public GetStackInfosResponse() {
|
}
|
|
public GetStackInfosResponse(IWareCC.DevInforService.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 IWareCC.DevInforService.RgvInfoEntity GetRGVInfoResult;
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
public string msg;
|
|
public GetRGVInfoResponse() {
|
}
|
|
public GetRGVInfoResponse(IWareCC.DevInforService.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 IWareCC.DevInforService.RgvInfoEntity[] GetRGVInfosResult;
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
public string msg;
|
|
public GetRGVInfosResponse() {
|
}
|
|
public GetRGVInfosResponse(IWareCC.DevInforService.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="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 IWareCC.DevInforService.ConveyorInfoEntity GetConveyorInfoResult;
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
public string msg;
|
|
public GetConveyorInfoResponse() {
|
}
|
|
public GetConveyorInfoResponse(IWareCC.DevInforService.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 IWareCC.DevInforService.ConveyorInfoEntity[] GetConveyorInfosResult;
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
public string msg;
|
|
public GetConveyorInfosResponse() {
|
}
|
|
public GetConveyorInfosResponse(IWareCC.DevInforService.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="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 IWareCC.DevInforService.ChaiDieInfoEntity GetChaiDieInfoResult;
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
public string msg;
|
|
public GetChaiDieInfoResponse() {
|
}
|
|
public GetChaiDieInfoResponse(IWareCC.DevInforService.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 IWareCC.DevInforService.ChaiDieInfoEntity[] GetChaiDieInfosResult;
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]
|
public string msg;
|
|
public GetChaiDieInfosResponse() {
|
}
|
|
public GetChaiDieInfosResponse(IWareCC.DevInforService.ChaiDieInfoEntity[] GetChaiDieInfosResult, string msg) {
|
this.GetChaiDieInfosResult = GetChaiDieInfosResult;
|
this.msg = msg;
|
}
|
}
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
public interface IDevInfoServiceChannel : IWareCC.DevInforService.IDevInfoService, System.ServiceModel.IClientChannel {
|
}
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
public partial class DevInfoServiceClient : System.ServiceModel.ClientBase<IWareCC.DevInforService.IDevInfoService>, IWareCC.DevInforService.IDevInfoService {
|
|
public DevInfoServiceClient() {
|
}
|
|
public DevInfoServiceClient(string endpointConfigurationName) :
|
base(endpointConfigurationName) {
|
}
|
|
public DevInfoServiceClient(string endpointConfigurationName, string remoteAddress) :
|
base(endpointConfigurationName, remoteAddress) {
|
}
|
|
public DevInfoServiceClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
|
base(endpointConfigurationName, remoteAddress) {
|
}
|
|
public DevInfoServiceClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
|
base(binding, remoteAddress) {
|
}
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
IWareCC.DevInforService.GetStackInfoResponse IWareCC.DevInforService.IDevInfoService.GetStackInfo(IWareCC.DevInforService.GetStackInfoRequest request) {
|
return base.Channel.GetStackInfo(request);
|
}
|
|
public IWareCC.DevInforService.SrmInfoEntity GetStackInfo(string stackName, out string msg) {
|
IWareCC.DevInforService.GetStackInfoRequest inValue = new IWareCC.DevInforService.GetStackInfoRequest();
|
inValue.stackName = stackName;
|
IWareCC.DevInforService.GetStackInfoResponse retVal = ((IWareCC.DevInforService.IDevInfoService)(this)).GetStackInfo(inValue);
|
msg = retVal.msg;
|
return retVal.GetStackInfoResult;
|
}
|
|
public System.Threading.Tasks.Task<IWareCC.DevInforService.GetStackInfoResponse> GetStackInfoAsync(IWareCC.DevInforService.GetStackInfoRequest request) {
|
return base.Channel.GetStackInfoAsync(request);
|
}
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
IWareCC.DevInforService.GetStackInfosResponse IWareCC.DevInforService.IDevInfoService.GetStackInfos(IWareCC.DevInforService.GetStackInfosRequest request) {
|
return base.Channel.GetStackInfos(request);
|
}
|
|
public IWareCC.DevInforService.SrmInfoEntity[] GetStackInfos(out string msg) {
|
IWareCC.DevInforService.GetStackInfosRequest inValue = new IWareCC.DevInforService.GetStackInfosRequest();
|
IWareCC.DevInforService.GetStackInfosResponse retVal = ((IWareCC.DevInforService.IDevInfoService)(this)).GetStackInfos(inValue);
|
msg = retVal.msg;
|
return retVal.GetStackInfosResult;
|
}
|
|
public System.Threading.Tasks.Task<IWareCC.DevInforService.GetStackInfosResponse> GetStackInfosAsync(IWareCC.DevInforService.GetStackInfosRequest request) {
|
return base.Channel.GetStackInfosAsync(request);
|
}
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
IWareCC.DevInforService.GetRGVInfoResponse IWareCC.DevInforService.IDevInfoService.GetRGVInfo(IWareCC.DevInforService.GetRGVInfoRequest request) {
|
return base.Channel.GetRGVInfo(request);
|
}
|
|
public IWareCC.DevInforService.RgvInfoEntity GetRGVInfo(string rgvName, out string msg) {
|
IWareCC.DevInforService.GetRGVInfoRequest inValue = new IWareCC.DevInforService.GetRGVInfoRequest();
|
inValue.rgvName = rgvName;
|
IWareCC.DevInforService.GetRGVInfoResponse retVal = ((IWareCC.DevInforService.IDevInfoService)(this)).GetRGVInfo(inValue);
|
msg = retVal.msg;
|
return retVal.GetRGVInfoResult;
|
}
|
|
public System.Threading.Tasks.Task<IWareCC.DevInforService.GetRGVInfoResponse> GetRGVInfoAsync(IWareCC.DevInforService.GetRGVInfoRequest request) {
|
return base.Channel.GetRGVInfoAsync(request);
|
}
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
IWareCC.DevInforService.GetRGVInfosResponse IWareCC.DevInforService.IDevInfoService.GetRGVInfos(IWareCC.DevInforService.GetRGVInfosRequest request) {
|
return base.Channel.GetRGVInfos(request);
|
}
|
|
public IWareCC.DevInforService.RgvInfoEntity[] GetRGVInfos(out string msg) {
|
IWareCC.DevInforService.GetRGVInfosRequest inValue = new IWareCC.DevInforService.GetRGVInfosRequest();
|
IWareCC.DevInforService.GetRGVInfosResponse retVal = ((IWareCC.DevInforService.IDevInfoService)(this)).GetRGVInfos(inValue);
|
msg = retVal.msg;
|
return retVal.GetRGVInfosResult;
|
}
|
|
public System.Threading.Tasks.Task<IWareCC.DevInforService.GetRGVInfosResponse> GetRGVInfosAsync(IWareCC.DevInforService.GetRGVInfosRequest request) {
|
return base.Channel.GetRGVInfosAsync(request);
|
}
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
IWareCC.DevInforService.GetConveyorInfoResponse IWareCC.DevInforService.IDevInfoService.GetConveyorInfo(IWareCC.DevInforService.GetConveyorInfoRequest request) {
|
return base.Channel.GetConveyorInfo(request);
|
}
|
|
public IWareCC.DevInforService.ConveyorInfoEntity GetConveyorInfo(string cyName, out string msg) {
|
IWareCC.DevInforService.GetConveyorInfoRequest inValue = new IWareCC.DevInforService.GetConveyorInfoRequest();
|
inValue.cyName = cyName;
|
IWareCC.DevInforService.GetConveyorInfoResponse retVal = ((IWareCC.DevInforService.IDevInfoService)(this)).GetConveyorInfo(inValue);
|
msg = retVal.msg;
|
return retVal.GetConveyorInfoResult;
|
}
|
|
public System.Threading.Tasks.Task<IWareCC.DevInforService.GetConveyorInfoResponse> GetConveyorInfoAsync(IWareCC.DevInforService.GetConveyorInfoRequest request) {
|
return base.Channel.GetConveyorInfoAsync(request);
|
}
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
IWareCC.DevInforService.GetConveyorInfosResponse IWareCC.DevInforService.IDevInfoService.GetConveyorInfos(IWareCC.DevInforService.GetConveyorInfosRequest request) {
|
return base.Channel.GetConveyorInfos(request);
|
}
|
|
public IWareCC.DevInforService.ConveyorInfoEntity[] GetConveyorInfos(out string msg) {
|
IWareCC.DevInforService.GetConveyorInfosRequest inValue = new IWareCC.DevInforService.GetConveyorInfosRequest();
|
IWareCC.DevInforService.GetConveyorInfosResponse retVal = ((IWareCC.DevInforService.IDevInfoService)(this)).GetConveyorInfos(inValue);
|
msg = retVal.msg;
|
return retVal.GetConveyorInfosResult;
|
}
|
|
public System.Threading.Tasks.Task<IWareCC.DevInforService.GetConveyorInfosResponse> GetConveyorInfosAsync(IWareCC.DevInforService.GetConveyorInfosRequest request) {
|
return base.Channel.GetConveyorInfosAsync(request);
|
}
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
IWareCC.DevInforService.GetChaiDieInfoResponse IWareCC.DevInforService.IDevInfoService.GetChaiDieInfo(IWareCC.DevInforService.GetChaiDieInfoRequest request) {
|
return base.Channel.GetChaiDieInfo(request);
|
}
|
|
public IWareCC.DevInforService.ChaiDieInfoEntity GetChaiDieInfo(string cdName, out string msg) {
|
IWareCC.DevInforService.GetChaiDieInfoRequest inValue = new IWareCC.DevInforService.GetChaiDieInfoRequest();
|
inValue.cdName = cdName;
|
IWareCC.DevInforService.GetChaiDieInfoResponse retVal = ((IWareCC.DevInforService.IDevInfoService)(this)).GetChaiDieInfo(inValue);
|
msg = retVal.msg;
|
return retVal.GetChaiDieInfoResult;
|
}
|
|
public System.Threading.Tasks.Task<IWareCC.DevInforService.GetChaiDieInfoResponse> GetChaiDieInfoAsync(IWareCC.DevInforService.GetChaiDieInfoRequest request) {
|
return base.Channel.GetChaiDieInfoAsync(request);
|
}
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
IWareCC.DevInforService.GetChaiDieInfosResponse IWareCC.DevInforService.IDevInfoService.GetChaiDieInfos(IWareCC.DevInforService.GetChaiDieInfosRequest request) {
|
return base.Channel.GetChaiDieInfos(request);
|
}
|
|
public IWareCC.DevInforService.ChaiDieInfoEntity[] GetChaiDieInfos(out string msg) {
|
IWareCC.DevInforService.GetChaiDieInfosRequest inValue = new IWareCC.DevInforService.GetChaiDieInfosRequest();
|
IWareCC.DevInforService.GetChaiDieInfosResponse retVal = ((IWareCC.DevInforService.IDevInfoService)(this)).GetChaiDieInfos(inValue);
|
msg = retVal.msg;
|
return retVal.GetChaiDieInfosResult;
|
}
|
|
public System.Threading.Tasks.Task<IWareCC.DevInforService.GetChaiDieInfosResponse> GetChaiDieInfosAsync(IWareCC.DevInforService.GetChaiDieInfosRequest request) {
|
return base.Channel.GetChaiDieInfosAsync(request);
|
}
|
}
|
}
|