using System; using System.Collections.Generic; using System.Linq; using System.Text; [Serializable] public class oCalendarEventModule { private int _recId = 0; public int recId { get {return this._recId;} set {this._recId = value;} } private int _calendarId = 0; public int calendarId { get {return this._calendarId;} set {this._calendarId = value;} } private int _moduleId = 0; public int moduleId { get {return this._moduleId;} set {this._moduleId = value;} } private int _entityId = 0; public int entityId { get {return this._entityId;} set {this._entityId = value;} } private int _entityNameField = 0; public int entityNameField { get {return this._entityNameField;} set {this._entityNameField = value;} } private int _entitySurnameField = 0; public int entitySurnameField { get {return this._entitySurnameField;} set {this._entitySurnameField = value;} } private int _entityEmailField = 0; public int entityEmailField { get {return this._entityEmailField;} set {this._entityEmailField = value;} } private int _entityMobileField = 0; public int entityMobileField { get {return this._entityMobileField;} set {this._entityMobileField = value;} } }