Ejemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the ChangeLogs EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToChangeLogs(ChangeLog changeLog)
 {
     base.AddObject("ChangeLogs", changeLog);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Create a new ChangeLog object.
 /// </summary>
 /// <param name="changeID">Initial value of the ChangeID property.</param>
 /// <param name="timestamp">Initial value of the Timestamp property.</param>
 public static ChangeLog CreateChangeLog(global::System.Int32 changeID, global::System.DateTime timestamp)
 {
     ChangeLog changeLog = new ChangeLog();
     changeLog.ChangeID = changeID;
     changeLog.Timestamp = timestamp;
     return changeLog;
 }