Ejemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the UserAccountLog EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToUserAccountLog(UserAccountLogEntry userAccountLogEntry)
 {
     base.AddObject("UserAccountLog", userAccountLogEntry);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Create a new UserAccountLogEntry object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="timeStamp">Initial value of the TimeStamp property.</param>
 /// <param name="userAccountId">Initial value of the UserAccountId property.</param>
 public static UserAccountLogEntry CreateUserAccountLogEntry(global::System.Guid id, global::System.DateTime timeStamp, global::System.Guid userAccountId)
 {
     UserAccountLogEntry userAccountLogEntry = new UserAccountLogEntry();
     userAccountLogEntry.Id = id;
     userAccountLogEntry.TimeStamp = timeStamp;
     userAccountLogEntry.UserAccountId = userAccountId;
     return userAccountLogEntry;
 }