using System; using System.Collections.Generic; using System.Linq; using System.Text; [Serializable] public class oFreightManagement { private int _itemID = 0; public int itemID { get {return this._itemID;} set {this._itemID = value;} } private int _surfaceId = 0; public int surfaceId { get {return this._surfaceId;} set {this._surfaceId = value;} } private int _userLinkId = 0; public int userLinkId { get {return this._userLinkId;} set {this._userLinkId = value;} } private int _userType = 0; public int userType { get {return this._userType;} set {this._userType = value;} } private int _editAccessType = 0; public int editAccessType { get {return this._editAccessType;} set {this._editAccessType = value;} } private int _viewAccessType = 0; public int viewAccessType { get {return this._viewAccessType;} set {this._viewAccessType = value;} } private int _removeAccessType = 0; public int removeAccessType { get {return this._removeAccessType;} set {this._removeAccessType = value;} } private int _cloneAccessType = 0; public int cloneAccessType { get {return this._cloneAccessType;} set {this._cloneAccessType = value;} } private int _recId = 0; public int recId { get {return this._recId;} set {this._recId = value;} } private bool _isActive = false; public bool isActive { get {return this._isActive;} set {this._isActive = value;} } private bool _isComplete = false; public bool isComplete { get {return this._isComplete;} set {this._isComplete = value;} } private bool _linkUser = false; public bool linkUser { get {return this._linkUser;} set {this._linkUser = value;} } private bool _showWizardStatus = false; public bool showWizardStatus { get {return this._showWizardStatus;} set {this._showWizardStatus = value;} } private bool _allowEdit = false; public bool allowEdit { get {return this._allowEdit;} set {this._allowEdit = value;} } private bool _allowView = false; public bool allowView { get {return this._allowView;} set {this._allowView = value;} } private bool _allowRemove = false; public bool allowRemove { get {return this._allowRemove;} set {this._allowRemove = value;} } private bool _allowClone = false; public bool allowClone { get {return this._allowClone;} set {this._allowClone = value;} } private string _userLinkEmail = String.Empty; public string userLinkEmail { get {return this._userLinkEmail;} set {this._userLinkEmail = value;} } private string _surfaceLinkItems = String.Empty; public string surfaceLinkItems { get {return this._surfaceLinkItems;} set {this._surfaceLinkItems = value;} } private string _FreightManagement_FreightManagement_Freight = String.Empty; public string FreightManagement_FreightManagement_Freight { get {return this._FreightManagement_FreightManagement_Freight;} set {this._FreightManagement_FreightManagement_Freight = value;} } private string _FreightManagement_FreightManagement_SupplierTradingName = String.Empty; public string FreightManagement_FreightManagement_SupplierTradingName { get {return this._FreightManagement_FreightManagement_SupplierTradingName;} set {this._FreightManagement_FreightManagement_SupplierTradingName = value;} } }