using System; using System.Collections.Generic; using System.Linq; using System.Text; [Serializable] public class oAdminFabricColours { private int _itemID = 0; public int itemID { get { return this._itemID; } set { this._itemID = value; } } private int _recId = 0; public int recId { get { return this._recId; } set { this._recId = value; } } private int _userType = 0; public int userType { get { return this._userType; } set { this._userType = value; } } private int _surfaceId = 0; public int surfaceId { get { return this._surfaceId; } set { this._surfaceId = value; } } private bool _linkUser = false; public bool linkUser { get { return this._linkUser; } set { this._linkUser = 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 int _userLinkId = 0; public int userLinkId { get { return this._userLinkId; } set { this._userLinkId = 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 int _editAccessType = 0; public int editAccessType { get { return this._editAccessType; } set { this._editAccessType = value; } } private bool _allowView = false; public bool allowView { get { return this._allowView; } set { this._allowView = value; } } private int _viewAccessType = 0; public int viewAccessType { get { return this._viewAccessType; } set { this._viewAccessType = value; } } private bool _allowRemove = false; public bool allowRemove { get { return this._allowRemove; } set { this._allowRemove = value; } } private int _removeAccessType = 0; public int removeAccessType { get { return this._removeAccessType; } set { this._removeAccessType = value; } } private bool _allowClone = false; public bool allowClone { get { return this._allowClone; } set { this._allowClone = value; } } private int _cloneAccessType = 0; public int cloneAccessType { get { return this._cloneAccessType; } set { this._cloneAccessType = value; } } private bool _isWizardCompleted = false; public bool isWizardCompleted { get { return this._isWizardCompleted; } set { this._isWizardCompleted = value; } } private string _surfaceLinkItems = String.Empty; public string surfaceLinkItems { get { return this._surfaceLinkItems; } set { this._surfaceLinkItems = value; } } private string _FabricColours_FabricColours_FabricColour = String.Empty; public string FabricColours_FabricColours_FabricColour { get { return this._FabricColours_FabricColours_FabricColour; } set { this._FabricColours_FabricColours_FabricColour = value; } } private string _FabricColours_FabricColours_MasterColour = String.Empty; public string FabricColours_FabricColours_MasterColour { get { return this._FabricColours_FabricColours_MasterColour; } set { this._FabricColours_FabricColours_MasterColour = value; } } private string _userLinkEmail = String.Empty; public string userLinkEmail { get { return this._userLinkEmail; } set { this._userLinkEmail = value; } } }