| | |
| | | private bool R_OutboundFinishField; |
| | | |
| | | [System.Runtime.Serialization.OptionalFieldAttribute()] |
| | | private bool R_OutboundModeField; |
| | | |
| | | [System.Runtime.Serialization.OptionalFieldAttribute()] |
| | | private string R_OutboundNumberField; |
| | | |
| | | [System.Runtime.Serialization.OptionalFieldAttribute()] |
| | |
| | | } |
| | | |
| | | [System.Runtime.Serialization.DataMemberAttribute()] |
| | | public bool R_OutboundMode { |
| | | get { |
| | | return this.R_OutboundModeField; |
| | | } |
| | | set { |
| | | if ((this.R_OutboundModeField.Equals(value) != true)) { |
| | | this.R_OutboundModeField = value; |
| | | this.RaisePropertyChanged("R_OutboundMode"); |
| | | } |
| | | } |
| | | } |
| | | |
| | | [System.Runtime.Serialization.DataMemberAttribute()] |
| | | public string R_OutboundNumber { |
| | | get { |
| | | return this.R_OutboundNumberField; |