| | |
| | | private short R_DestinationField; |
| | | |
| | | [System.Runtime.Serialization.OptionalFieldAttribute()] |
| | | private bool R_ForceOutboundModeField; |
| | | |
| | | [System.Runtime.Serialization.OptionalFieldAttribute()] |
| | | private bool R_InboundFinishField; |
| | | |
| | | [System.Runtime.Serialization.OptionalFieldAttribute()] |
| | |
| | | if ((this.R_DestinationField.Equals(value) != true)) { |
| | | this.R_DestinationField = value; |
| | | this.RaisePropertyChanged("R_Destination"); |
| | | } |
| | | } |
| | | } |
| | | |
| | | [System.Runtime.Serialization.DataMemberAttribute()] |
| | | public bool R_ForceOutboundMode { |
| | | get { |
| | | return this.R_ForceOutboundModeField; |
| | | } |
| | | set { |
| | | if ((this.R_ForceOutboundModeField.Equals(value) != true)) { |
| | | this.R_ForceOutboundModeField = value; |
| | | this.RaisePropertyChanged("R_ForceOutboundMode"); |
| | | } |
| | | } |
| | | } |
| | |
| | | private int W_Destination_InField; |
| | | |
| | | [System.Runtime.Serialization.OptionalFieldAttribute()] |
| | | private string W_Destination_OutField; |
| | | private int W_Destination_OutField; |
| | | |
| | | [System.Runtime.Serialization.OptionalFieldAttribute()] |
| | | private short W_HeightField; |
| | |
| | | } |
| | | |
| | | [System.Runtime.Serialization.DataMemberAttribute()] |
| | | public string W_Destination_Out { |
| | | public int W_Destination_Out { |
| | | get { |
| | | return this.W_Destination_OutField; |
| | | } |
| | | set { |
| | | if ((object.ReferenceEquals(this.W_Destination_OutField, value) != true)) { |
| | | if ((this.W_Destination_OutField.Equals(value) != true)) { |
| | | this.W_Destination_OutField = value; |
| | | this.RaisePropertyChanged("W_Destination_Out"); |
| | | } |