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