Esempio n. 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the LocationLinks EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToLocationLinks(LocationLink locationLink)
 {
     base.AddObject("LocationLinks", locationLink);
 }
Esempio n. 2
0
 /// <summary>
 /// Create a new LocationLink object.
 /// </summary>
 /// <param name="a">Initial value of the A property.</param>
 /// <param name="b">Initial value of the B property.</param>
 /// <param name="username">Initial value of the Username property.</param>
 /// <param name="created">Initial value of the Created property.</param>
 public static LocationLink CreateLocationLink(global::System.Int64 a, global::System.Int64 b, global::System.String username, global::System.DateTime created)
 {
     LocationLink locationLink = new LocationLink();
     locationLink.A = a;
     locationLink.B = b;
     locationLink.Username = username;
     locationLink.Created = created;
     return locationLink;
 }