You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
921 lines
32 KiB
921 lines
32 KiB
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// 此代码由工具生成。
|
|
// 运行时版本:4.0.30319.42000
|
|
//
|
|
// 对此文件的更改可能会导致不正确的行为,并且如果
|
|
// 重新生成代码,这些更改将会丢失。
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace wcfControlMonitorClient.WcfControlMonitor {
|
|
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="ManageTask", Namespace="http://schemas.datacontract.org/2004/07/WcfControlMonitorLib")]
|
|
[System.SerializableAttribute()]
|
|
public partial class ManageTask : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
|
|
|
|
[System.NonSerializedAttribute()]
|
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string BegtimeField;
|
|
|
|
private int ControlTaskTypeField;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string EndCellField;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string EndDeviceField;
|
|
|
|
private int FIDField;
|
|
|
|
private int ManageTaskKindIndexField;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string PalletBarcodeField;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string StartCellField;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string StartDeviceField;
|
|
|
|
private int StatusField;
|
|
|
|
[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 Begtime {
|
|
get {
|
|
return this.BegtimeField;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.BegtimeField, value) != true)) {
|
|
this.BegtimeField = value;
|
|
this.RaisePropertyChanged("Begtime");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
|
|
public int ControlTaskType {
|
|
get {
|
|
return this.ControlTaskTypeField;
|
|
}
|
|
set {
|
|
if ((this.ControlTaskTypeField.Equals(value) != true)) {
|
|
this.ControlTaskTypeField = value;
|
|
this.RaisePropertyChanged("ControlTaskType");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string EndCell {
|
|
get {
|
|
return this.EndCellField;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.EndCellField, value) != true)) {
|
|
this.EndCellField = value;
|
|
this.RaisePropertyChanged("EndCell");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string EndDevice {
|
|
get {
|
|
return this.EndDeviceField;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.EndDeviceField, value) != true)) {
|
|
this.EndDeviceField = value;
|
|
this.RaisePropertyChanged("EndDevice");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
|
|
public int FID {
|
|
get {
|
|
return this.FIDField;
|
|
}
|
|
set {
|
|
if ((this.FIDField.Equals(value) != true)) {
|
|
this.FIDField = value;
|
|
this.RaisePropertyChanged("FID");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
|
|
public int ManageTaskKindIndex {
|
|
get {
|
|
return this.ManageTaskKindIndexField;
|
|
}
|
|
set {
|
|
if ((this.ManageTaskKindIndexField.Equals(value) != true)) {
|
|
this.ManageTaskKindIndexField = value;
|
|
this.RaisePropertyChanged("ManageTaskKindIndex");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string PalletBarcode {
|
|
get {
|
|
return this.PalletBarcodeField;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.PalletBarcodeField, value) != true)) {
|
|
this.PalletBarcodeField = value;
|
|
this.RaisePropertyChanged("PalletBarcode");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string StartCell {
|
|
get {
|
|
return this.StartCellField;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.StartCellField, value) != true)) {
|
|
this.StartCellField = value;
|
|
this.RaisePropertyChanged("StartCell");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string StartDevice {
|
|
get {
|
|
return this.StartDeviceField;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.StartDeviceField, value) != true)) {
|
|
this.StartDeviceField = value;
|
|
this.RaisePropertyChanged("StartDevice");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
|
|
public int Status {
|
|
get {
|
|
return this.StatusField;
|
|
}
|
|
set {
|
|
if ((this.StatusField.Equals(value) != true)) {
|
|
this.StatusField = value;
|
|
this.RaisePropertyChanged("Status");
|
|
}
|
|
}
|
|
}
|
|
|
|
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="MonitorTask", Namespace="http://schemas.datacontract.org/2004/07/WcfControlMonitorLib")]
|
|
[System.SerializableAttribute()]
|
|
public partial class MonitorTask : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
|
|
|
|
[System.NonSerializedAttribute()]
|
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string BarCodeField;
|
|
|
|
private int DeviceCommandIndexField;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string DeviceCommandNameField;
|
|
|
|
private int DeviceIndexField;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string DeviceNameField;
|
|
|
|
private int ErrorCodeField;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string ErrorNameField;
|
|
|
|
private int ForkNoField;
|
|
|
|
private int ManageTaskIndexField;
|
|
|
|
private int MonitorIndexField;
|
|
|
|
private int NumParam1ZField;
|
|
|
|
private int NumParam2XField;
|
|
|
|
private int NumParam3YField;
|
|
|
|
private int NumParam4ZField;
|
|
|
|
private int NumParam5XField;
|
|
|
|
private int NumParam6YField;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string StartTimeField;
|
|
|
|
private int StatusField;
|
|
|
|
[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 BarCode {
|
|
get {
|
|
return this.BarCodeField;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.BarCodeField, value) != true)) {
|
|
this.BarCodeField = value;
|
|
this.RaisePropertyChanged("BarCode");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
|
|
public int DeviceCommandIndex {
|
|
get {
|
|
return this.DeviceCommandIndexField;
|
|
}
|
|
set {
|
|
if ((this.DeviceCommandIndexField.Equals(value) != true)) {
|
|
this.DeviceCommandIndexField = value;
|
|
this.RaisePropertyChanged("DeviceCommandIndex");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string DeviceCommandName {
|
|
get {
|
|
return this.DeviceCommandNameField;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.DeviceCommandNameField, value) != true)) {
|
|
this.DeviceCommandNameField = value;
|
|
this.RaisePropertyChanged("DeviceCommandName");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
|
|
public int DeviceIndex {
|
|
get {
|
|
return this.DeviceIndexField;
|
|
}
|
|
set {
|
|
if ((this.DeviceIndexField.Equals(value) != true)) {
|
|
this.DeviceIndexField = value;
|
|
this.RaisePropertyChanged("DeviceIndex");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string DeviceName {
|
|
get {
|
|
return this.DeviceNameField;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.DeviceNameField, value) != true)) {
|
|
this.DeviceNameField = value;
|
|
this.RaisePropertyChanged("DeviceName");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
|
|
public int ErrorCode {
|
|
get {
|
|
return this.ErrorCodeField;
|
|
}
|
|
set {
|
|
if ((this.ErrorCodeField.Equals(value) != true)) {
|
|
this.ErrorCodeField = value;
|
|
this.RaisePropertyChanged("ErrorCode");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string ErrorName {
|
|
get {
|
|
return this.ErrorNameField;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.ErrorNameField, value) != true)) {
|
|
this.ErrorNameField = value;
|
|
this.RaisePropertyChanged("ErrorName");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
|
|
public int ForkNo {
|
|
get {
|
|
return this.ForkNoField;
|
|
}
|
|
set {
|
|
if ((this.ForkNoField.Equals(value) != true)) {
|
|
this.ForkNoField = value;
|
|
this.RaisePropertyChanged("ForkNo");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
|
|
public int ManageTaskIndex {
|
|
get {
|
|
return this.ManageTaskIndexField;
|
|
}
|
|
set {
|
|
if ((this.ManageTaskIndexField.Equals(value) != true)) {
|
|
this.ManageTaskIndexField = value;
|
|
this.RaisePropertyChanged("ManageTaskIndex");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
|
|
public int MonitorIndex {
|
|
get {
|
|
return this.MonitorIndexField;
|
|
}
|
|
set {
|
|
if ((this.MonitorIndexField.Equals(value) != true)) {
|
|
this.MonitorIndexField = value;
|
|
this.RaisePropertyChanged("MonitorIndex");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
|
|
public int NumParam1Z {
|
|
get {
|
|
return this.NumParam1ZField;
|
|
}
|
|
set {
|
|
if ((this.NumParam1ZField.Equals(value) != true)) {
|
|
this.NumParam1ZField = value;
|
|
this.RaisePropertyChanged("NumParam1Z");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
|
|
public int NumParam2X {
|
|
get {
|
|
return this.NumParam2XField;
|
|
}
|
|
set {
|
|
if ((this.NumParam2XField.Equals(value) != true)) {
|
|
this.NumParam2XField = value;
|
|
this.RaisePropertyChanged("NumParam2X");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
|
|
public int NumParam3Y {
|
|
get {
|
|
return this.NumParam3YField;
|
|
}
|
|
set {
|
|
if ((this.NumParam3YField.Equals(value) != true)) {
|
|
this.NumParam3YField = value;
|
|
this.RaisePropertyChanged("NumParam3Y");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
|
|
public int NumParam4Z {
|
|
get {
|
|
return this.NumParam4ZField;
|
|
}
|
|
set {
|
|
if ((this.NumParam4ZField.Equals(value) != true)) {
|
|
this.NumParam4ZField = value;
|
|
this.RaisePropertyChanged("NumParam4Z");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
|
|
public int NumParam5X {
|
|
get {
|
|
return this.NumParam5XField;
|
|
}
|
|
set {
|
|
if ((this.NumParam5XField.Equals(value) != true)) {
|
|
this.NumParam5XField = value;
|
|
this.RaisePropertyChanged("NumParam5X");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
|
|
public int NumParam6Y {
|
|
get {
|
|
return this.NumParam6YField;
|
|
}
|
|
set {
|
|
if ((this.NumParam6YField.Equals(value) != true)) {
|
|
this.NumParam6YField = value;
|
|
this.RaisePropertyChanged("NumParam6Y");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string StartTime {
|
|
get {
|
|
return this.StartTimeField;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.StartTimeField, value) != true)) {
|
|
this.StartTimeField = value;
|
|
this.RaisePropertyChanged("StartTime");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
|
|
public int Status {
|
|
get {
|
|
return this.StatusField;
|
|
}
|
|
set {
|
|
if ((this.StatusField.Equals(value) != true)) {
|
|
this.StatusField = value;
|
|
this.RaisePropertyChanged("Status");
|
|
}
|
|
}
|
|
}
|
|
|
|
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="DeviceStateType", Namespace="http://schemas.datacontract.org/2004/07/WcfControlMonitorLib")]
|
|
[System.SerializableAttribute()]
|
|
public partial class DeviceStateType : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
|
|
|
|
[System.NonSerializedAttribute()]
|
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|
|
|
private int DeviceIndexField;
|
|
|
|
private int DeviceKindField;
|
|
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
|
private string DeviceNameField;
|
|
|
|
private int ErrorCodeField;
|
|
|
|
private int LockedStateField;
|
|
|
|
private int ManTaskReserveField;
|
|
|
|
[global::System.ComponentModel.BrowsableAttribute(false)]
|
|
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
|
|
get {
|
|
return this.extensionDataField;
|
|
}
|
|
set {
|
|
this.extensionDataField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
|
|
public int DeviceIndex {
|
|
get {
|
|
return this.DeviceIndexField;
|
|
}
|
|
set {
|
|
if ((this.DeviceIndexField.Equals(value) != true)) {
|
|
this.DeviceIndexField = value;
|
|
this.RaisePropertyChanged("DeviceIndex");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
|
|
public int DeviceKind {
|
|
get {
|
|
return this.DeviceKindField;
|
|
}
|
|
set {
|
|
if ((this.DeviceKindField.Equals(value) != true)) {
|
|
this.DeviceKindField = value;
|
|
this.RaisePropertyChanged("DeviceKind");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
|
public string DeviceName {
|
|
get {
|
|
return this.DeviceNameField;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.DeviceNameField, value) != true)) {
|
|
this.DeviceNameField = value;
|
|
this.RaisePropertyChanged("DeviceName");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
|
|
public int ErrorCode {
|
|
get {
|
|
return this.ErrorCodeField;
|
|
}
|
|
set {
|
|
if ((this.ErrorCodeField.Equals(value) != true)) {
|
|
this.ErrorCodeField = value;
|
|
this.RaisePropertyChanged("ErrorCode");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
|
|
public int LockedState {
|
|
get {
|
|
return this.LockedStateField;
|
|
}
|
|
set {
|
|
if ((this.LockedStateField.Equals(value) != true)) {
|
|
this.LockedStateField = value;
|
|
this.RaisePropertyChanged("LockedState");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
|
|
public int ManTaskReserve {
|
|
get {
|
|
return this.ManTaskReserveField;
|
|
}
|
|
set {
|
|
if ((this.ManTaskReserveField.Equals(value) != true)) {
|
|
this.ManTaskReserveField = value;
|
|
this.RaisePropertyChanged("ManTaskReserve");
|
|
}
|
|
}
|
|
}
|
|
|
|
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="ST_Cell", Namespace="http://schemas.datacontract.org/2004/07/WcfControlMonitorLib")]
|
|
[System.SerializableAttribute()]
|
|
public partial class ST_Cell : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
|
|
|
|
[System.NonSerializedAttribute()]
|
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|
|
|
private string CELLCODEField;
|
|
|
|
private string CELLNAMEField;
|
|
|
|
private string CELLSTATUSField;
|
|
|
|
private int FIDField;
|
|
|
|
private int LaneWayField;
|
|
|
|
private string PALLETBARCODEField;
|
|
|
|
private string RUNSTATUSField;
|
|
|
|
private int StackField;
|
|
|
|
private string WAREHOUSEField;
|
|
|
|
private int XField;
|
|
|
|
private int YField;
|
|
|
|
private int ZField;
|
|
|
|
[global::System.ComponentModel.BrowsableAttribute(false)]
|
|
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
|
|
get {
|
|
return this.extensionDataField;
|
|
}
|
|
set {
|
|
this.extensionDataField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
|
|
public string CELLCODE {
|
|
get {
|
|
return this.CELLCODEField;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.CELLCODEField, value) != true)) {
|
|
this.CELLCODEField = value;
|
|
this.RaisePropertyChanged("CELLCODE");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
|
|
public string CELLNAME {
|
|
get {
|
|
return this.CELLNAMEField;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.CELLNAMEField, value) != true)) {
|
|
this.CELLNAMEField = value;
|
|
this.RaisePropertyChanged("CELLNAME");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
|
|
public string CELLSTATUS {
|
|
get {
|
|
return this.CELLSTATUSField;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.CELLSTATUSField, value) != true)) {
|
|
this.CELLSTATUSField = value;
|
|
this.RaisePropertyChanged("CELLSTATUS");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
|
|
public int FID {
|
|
get {
|
|
return this.FIDField;
|
|
}
|
|
set {
|
|
if ((this.FIDField.Equals(value) != true)) {
|
|
this.FIDField = value;
|
|
this.RaisePropertyChanged("FID");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
|
|
public int LaneWay {
|
|
get {
|
|
return this.LaneWayField;
|
|
}
|
|
set {
|
|
if ((this.LaneWayField.Equals(value) != true)) {
|
|
this.LaneWayField = value;
|
|
this.RaisePropertyChanged("LaneWay");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
|
|
public string PALLETBARCODE {
|
|
get {
|
|
return this.PALLETBARCODEField;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.PALLETBARCODEField, value) != true)) {
|
|
this.PALLETBARCODEField = value;
|
|
this.RaisePropertyChanged("PALLETBARCODE");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
|
|
public string RUNSTATUS {
|
|
get {
|
|
return this.RUNSTATUSField;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.RUNSTATUSField, value) != true)) {
|
|
this.RUNSTATUSField = value;
|
|
this.RaisePropertyChanged("RUNSTATUS");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
|
|
public int Stack {
|
|
get {
|
|
return this.StackField;
|
|
}
|
|
set {
|
|
if ((this.StackField.Equals(value) != true)) {
|
|
this.StackField = value;
|
|
this.RaisePropertyChanged("Stack");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
|
|
public string WAREHOUSE {
|
|
get {
|
|
return this.WAREHOUSEField;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.WAREHOUSEField, value) != true)) {
|
|
this.WAREHOUSEField = value;
|
|
this.RaisePropertyChanged("WAREHOUSE");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
|
|
public int X {
|
|
get {
|
|
return this.XField;
|
|
}
|
|
set {
|
|
if ((this.XField.Equals(value) != true)) {
|
|
this.XField = value;
|
|
this.RaisePropertyChanged("X");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
|
|
public int Y {
|
|
get {
|
|
return this.YField;
|
|
}
|
|
set {
|
|
if ((this.YField.Equals(value) != true)) {
|
|
this.YField = value;
|
|
this.RaisePropertyChanged("Y");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
|
|
public int Z {
|
|
get {
|
|
return this.ZField;
|
|
}
|
|
set {
|
|
if ((this.ZField.Equals(value) != true)) {
|
|
this.ZField = value;
|
|
this.RaisePropertyChanged("Z");
|
|
}
|
|
}
|
|
}
|
|
|
|
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="LanguageContent", Namespace="http://schemas.datacontract.org/2004/07/WcfControlMonitorLib")]
|
|
[System.SerializableAttribute()]
|
|
public partial class LanguageContent : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
|
|
|
|
[System.NonSerializedAttribute()]
|
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|
|
|
private string keyField;
|
|
|
|
private string valueField;
|
|
|
|
[global::System.ComponentModel.BrowsableAttribute(false)]
|
|
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
|
|
get {
|
|
return this.extensionDataField;
|
|
}
|
|
set {
|
|
this.extensionDataField = value;
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
|
|
public string key {
|
|
get {
|
|
return this.keyField;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.keyField, value) != true)) {
|
|
this.keyField = value;
|
|
this.RaisePropertyChanged("key");
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
|
|
public string value {
|
|
get {
|
|
return this.valueField;
|
|
}
|
|
set {
|
|
if ((object.ReferenceEquals(this.valueField, value) != true)) {
|
|
this.valueField = value;
|
|
this.RaisePropertyChanged("value");
|
|
}
|
|
}
|
|
}
|
|
|
|
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="DevicesDic", Namespace="http://schemas.datacontract.org/2004/07/WcfControlMonitorLib")]
|
|
[System.SerializableAttribute()]
|
|
public partial class DevicesDic : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
|
|
|
|
[System.NonSerializedAttribute()]
|
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|
|
|
[global::System.ComponentModel.BrowsableAttribute(false)]
|
|
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
|
|
get {
|
|
return this.extensionDataField;
|
|
}
|
|
set {
|
|
this.extensionDataField = value;
|
|
}
|
|
}
|
|
|
|
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));
|
|
}
|
|
}
|
|
}
|
|
}
|