Exemplo n.º 1
0
 /// <summary>
 /// Create a new tmpVDispLog object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="logid">Initial value of the logid property.</param>
 /// <param name="date">Initial value of the Date property.</param>
 /// <param name="thread">Initial value of the Thread property.</param>
 /// <param name="level">Initial value of the Level property.</param>
 public static tmpVDispLog CreatetmpVDispLog(global::System.Int32 id, global::System.String logid, global::System.DateTime date, global::System.String thread, global::System.String level)
 {
     tmpVDispLog tmpVDispLog = new tmpVDispLog();
     tmpVDispLog.ID = id;
     tmpVDispLog.logid = logid;
     tmpVDispLog.Date = date;
     tmpVDispLog.Thread = thread;
     tmpVDispLog.Level = level;
     return tmpVDispLog;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the tmpVDispLog EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotmpVDispLog(tmpVDispLog tmpVDispLog)
 {
     base.AddObject("tmpVDispLog", tmpVDispLog);
 }