| | |
| | | private short W_HeightField; |
| | | |
| | | [System.Runtime.Serialization.OptionalFieldAttribute()] |
| | | private bool W_InboundFinishConfirmField; |
| | | |
| | | [System.Runtime.Serialization.OptionalFieldAttribute()] |
| | | private bool W_IsRotateField; |
| | | |
| | | [System.Runtime.Serialization.OptionalFieldAttribute()] |
| | |
| | | if ((this.W_HeightField.Equals(value) != true)) { |
| | | this.W_HeightField = value; |
| | | this.RaisePropertyChanged("W_Height"); |
| | | } |
| | | } |
| | | } |
| | | |
| | | [System.Runtime.Serialization.DataMemberAttribute()] |
| | | public bool W_InboundFinishConfirm { |
| | | get { |
| | | return this.W_InboundFinishConfirmField; |
| | | } |
| | | set { |
| | | if ((this.W_InboundFinishConfirmField.Equals(value) != true)) { |
| | | this.W_InboundFinishConfirmField = value; |
| | | this.RaisePropertyChanged("W_InboundFinishConfirm"); |
| | | } |
| | | } |
| | | } |
| | |
| | | [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IStationService/WriteQiTaoInfo", ReplyAction="http://tempuri.org/IStationService/WriteQiTaoInfoResponse")] |
| | | System.Threading.Tasks.Task<iWareCC.StationService.SdaResEntity> WriteQiTaoInfoAsync(int deviceId, string stationCode, bool value); |
| | | |
| | | [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IStationService/InboundFinishConfirm", ReplyAction="http://tempuri.org/IStationService/InboundFinishConfirmResponse")] |
| | | iWareCC.StationService.SdaResEntity InboundFinishConfirm(int deviceId, string stationCode); |
| | | |
| | | [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IStationService/InboundFinishConfirm", ReplyAction="http://tempuri.org/IStationService/InboundFinishConfirmResponse")] |
| | | System.Threading.Tasks.Task<iWareCC.StationService.SdaResEntity> InboundFinishConfirmAsync(int deviceId, string stationCode); |
| | | |
| | | [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IStationService/WriteInStoreTaskInfo", ReplyAction="http://tempuri.org/IStationService/WriteInStoreTaskInfoResponse")] |
| | | iWareCC.StationService.SdaResEntity WriteInStoreTaskInfo(int deviceId, string stationCode, string toPlaceNo, short length, short width, short height); |
| | | |
| | |
| | | return base.Channel.WriteQiTaoInfoAsync(deviceId, stationCode, value); |
| | | } |
| | | |
| | | public iWareCC.StationService.SdaResEntity InboundFinishConfirm(int deviceId, string stationCode) { |
| | | return base.Channel.InboundFinishConfirm(deviceId, stationCode); |
| | | } |
| | | |
| | | public System.Threading.Tasks.Task<iWareCC.StationService.SdaResEntity> InboundFinishConfirmAsync(int deviceId, string stationCode) { |
| | | return base.Channel.InboundFinishConfirmAsync(deviceId, stationCode); |
| | | } |
| | | |
| | | public iWareCC.StationService.SdaResEntity WriteInStoreTaskInfo(int deviceId, string stationCode, string toPlaceNo, short length, short width, short height) { |
| | | return base.Channel.WriteInStoreTaskInfo(deviceId, stationCode, toPlaceNo, length, width, height); |
| | | } |