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