Esempio n. 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the MessengerFriendships EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToMessengerFriendships(DBMessengerFriendship dBMessengerFriendship)
 {
     base.AddObject("MessengerFriendships", dBMessengerFriendship);
 }
Esempio n. 2
0
 /// <summary>
 /// Create a new DBMessengerFriendship object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="habboAId">Initial value of the HabboAId property.</param>
 /// <param name="habboBId">Initial value of the HabboBId property.</param>
 public static DBMessengerFriendship CreateDBMessengerFriendship(global::System.Int32 id, global::System.Int32 habboAId, global::System.Int32 habboBId)
 {
     DBMessengerFriendship dBMessengerFriendship = new DBMessengerFriendship();
     dBMessengerFriendship.Id = id;
     dBMessengerFriendship.HabboAId = habboAId;
     dBMessengerFriendship.HabboBId = habboBId;
     return dBMessengerFriendship;
 }