using System; using System.Collections.Generic; using System.Linq; using System.Text; [Serializable] public class oEvents { private int _Events_ID = 0; public int Events_ID { get {return this._Events_ID;} set {this._Events_ID = value;} } private int _Events_CaptureBy = 0; public int Events_CaptureBy { get {return this._Events_CaptureBy;} set {this._Events_CaptureBy = value;} } private DateTime _Events_Date = DateTime.MinValue; public DateTime Events_Date { get {return this._Events_Date;} set {this._Events_Date = value;} } private DateTime _Events_CaptureDate = DateTime.MinValue; public DateTime Events_CaptureDate { get {return this._Events_CaptureDate;} set {this._Events_CaptureDate = value;} } private string _Events_Type = String.Empty; public string Events_Type { get {return this._Events_Type;} set {this._Events_Type = value;} } private string _Events_Header = String.Empty; public string Events_Header { get {return this._Events_Header;} set {this._Events_Header = value;} } private string _Events_Content = String.Empty; public string Events_Content { get {return this._Events_Content;} set {this._Events_Content = value;} } private string _Events_Status = String.Empty; public string Events_Status { get {return this._Events_Status;} set {this._Events_Status = value;} } }