using System; using System.Collections.Generic; using System.Linq; using System.Text; [Serializable] public class oAdminZipDetails { 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 _ZipDetails_ZipDetails_Active = false; public bool ZipDetails_ZipDetails_Active { get {return this._ZipDetails_ZipDetails_Active;} set {this._ZipDetails_ZipDetails_Active = value;} } private string _ZipDetails_ZipDetails_Category = String.Empty; public string ZipDetails_ZipDetails_Category { get {return this._ZipDetails_ZipDetails_Category;} set {this._ZipDetails_ZipDetails_Category = value;} } private string _ZipDetails_ZipDetails_Description = String.Empty; public string ZipDetails_ZipDetails_Description { get {return this._ZipDetails_ZipDetails_Description;} set {this._ZipDetails_ZipDetails_Description = value;} } private string _ZipDetails_ZipDetails_QualityReference = String.Empty; public string ZipDetails_ZipDetails_QualityReference { get {return this._ZipDetails_ZipDetails_QualityReference;} set {this._ZipDetails_ZipDetails_QualityReference = value;} } private string _ZipDetails_ZipDetails_Type = String.Empty; public string ZipDetails_ZipDetails_Type { get {return this._ZipDetails_ZipDetails_Type;} set {this._ZipDetails_ZipDetails_Type = value;} } private int _ZipDetails_ZipDetails_ZipID = 0; public int ZipDetails_ZipDetails_ZipID { get {return this._ZipDetails_ZipDetails_ZipID;} set {this._ZipDetails_ZipDetails_ZipID = value;} } }