Exemplo n.º 1
0
 /// <summary>
 /// There are no comments for T_EventLog in the schema.
 /// </summary>
 public void AddToT_EventLog(T_EventLog t_EventLog)
 {
     base.AddObject("T_EventLog", t_EventLog);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Create a new T_EventLog object.
 /// </summary>
 /// <param name="logIndex">Initial value of LogIndex.</param>
 /// <param name="description">Initial value of Description.</param>
 /// <param name="happenTime">Initial value of HappenTime.</param>
 public static T_EventLog CreateT_EventLog(long logIndex, string description, global::System.DateTime happenTime)
 {
     T_EventLog t_EventLog = new T_EventLog();
     t_EventLog.LogIndex = logIndex;
     t_EventLog.Description = description;
     t_EventLog.HappenTime = happenTime;
     return t_EventLog;
 }