using System; using System.Collections.Generic; using System.Linq; using System.Text; [Serializable] public class oAdminTrimDetails { private bool _isActive = false; public bool isActive { get {return this._isActive;} set {this._isActive = value;} } 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 _surfaceId = 0; public int surfaceId { get {return this._surfaceId;} set {this._surfaceId = value;} } private bool _TrimDetails_TrimDetails_Active = false; public bool TrimDetails_TrimDetails_Active { get {return this._TrimDetails_TrimDetails_Active;} set {this._TrimDetails_TrimDetails_Active = value;} } private string _TrimDetails_TrimDetails_Category = String.Empty; public string TrimDetails_TrimDetails_Category { get {return this._TrimDetails_TrimDetails_Category;} set {this._TrimDetails_TrimDetails_Category = value;} } private string _TrimDetails_TrimDetails_Description = String.Empty; public string TrimDetails_TrimDetails_Description { get {return this._TrimDetails_TrimDetails_Description;} set {this._TrimDetails_TrimDetails_Description = value;} } private string _TrimDetails_TrimDetails_QualityReference = String.Empty; public string TrimDetails_TrimDetails_QualityReference { get {return this._TrimDetails_TrimDetails_QualityReference;} set {this._TrimDetails_TrimDetails_QualityReference = value;} } private int _TrimDetails_TrimDetails_TrimID = 0; public int TrimDetails_TrimDetails_TrimID { get {return this._TrimDetails_TrimDetails_TrimID;} set {this._TrimDetails_TrimDetails_TrimID = value;} } private string _TrimDetails_TrimDetails_Type = String.Empty; public string TrimDetails_TrimDetails_Type { get {return this._TrimDetails_TrimDetails_Type;} set {this._TrimDetails_TrimDetails_Type = value;} } }