Ejemplo n.º 1
0
 /// <summary>
 /// Create a new Phrase object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="copy">Initial value of the Copy property.</param>
 public static Phrase CreatePhrase(global::System.Int32 id, global::System.String copy)
 {
     Phrase phrase = new Phrase();
     phrase.ID = id;
     phrase.Copy = copy;
     return phrase;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Phrases EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToPhrases(Phrase phrase)
 {
     base.AddObject("Phrases", phrase);
 }