using System; using System.Collections.Generic; using System.Linq; using System.Text; [Serializable] public class oMSMsv { private int _recId = 0; public int recId { get {return this._recId;} set {this._recId = value;} } private int _msvLogId = 0; public int msvLogId { get {return this._msvLogId;} set {this._msvLogId = value;} } private int _msvLevel = 0; public int msvLevel { get {return this._msvLevel;} set {this._msvLevel = value;} } private bool _cardSwipeInd = false; public bool cardSwipeInd { get {return this._cardSwipeInd;} set {this._cardSwipeInd = value;} } private string _memberIdNumber = String.Empty; public string memberIdNumber { get {return this._memberIdNumber;} set {this._memberIdNumber = value;} } private string _memberTitle = String.Empty; public string memberTitle { get {return this._memberTitle;} set {this._memberTitle = value;} } private string _memberInitials = String.Empty; public string memberInitials { get {return this._memberInitials;} set {this._memberInitials = value;} } private string _memberSurname = String.Empty; public string memberSurname { get {return this._memberSurname;} set {this._memberSurname = value;} } private string _memberFullNames = String.Empty; public string memberFullNames { get {return this._memberFullNames;} set {this._memberFullNames = value;} } private string _membershipNumber = String.Empty; public string membershipNumber { get {return this._membershipNumber;} set {this._membershipNumber = value;} } private string _memberAccountNo = String.Empty; public string memberAccountNo { get {return this._memberAccountNo;} set {this._memberAccountNo = value;} } private string _msDestinationCode = String.Empty; public string msDestinationCode { get {return this._msDestinationCode;} set {this._msDestinationCode = value;} } }