Esempio n. 1
0
 /// <summary>
 /// Create a new Tweet2 object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 public static Tweet2 CreateTweet2(global::System.String id)
 {
     Tweet2 tweet2 = new Tweet2();
     tweet2.ID = id;
     return tweet2;
 }
Esempio n. 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Tweet2 EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToTweet2(Tweet2 tweet2)
 {
     base.AddObject("Tweet2", tweet2);
 }