Exemple #1
0
 /// <summary>
 /// There are no comments for T_SentRecord in the schema.
 /// </summary>
 public void AddToT_SentRecord(T_SentRecord t_SentRecord)
 {
     base.AddObject("T_SentRecord", t_SentRecord);
 }
Exemple #2
0
 /// <summary>
 /// Create a new T_SentRecord object.
 /// </summary>
 /// <param name="msgID">Initial value of MsgID.</param>
 /// <param name="destTel">Initial value of DestTel.</param>
 /// <param name="sentTime">Initial value of SentTime.</param>
 /// <param name="commPort">Initial value of CommPort.</param>
 public static T_SentRecord CreateT_SentRecord(long msgID, string destTel, global::System.DateTime sentTime, short commPort)
 {
     T_SentRecord t_SentRecord = new T_SentRecord();
     t_SentRecord.MsgID = msgID;
     t_SentRecord.DestTel = destTel;
     t_SentRecord.SentTime = sentTime;
     t_SentRecord.CommPort = commPort;
     return t_SentRecord;
 }