Esempio n. 1
0
 /// <summary>
 /// Create a new vndd_menutypeof 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_menutypeof Createvndd_menutypeof(global::System.Int32 id, global::System.String name)
 {
     vndd_menutypeof vndd_menutypeof = new vndd_menutypeof();
     vndd_menutypeof.id = id;
     vndd_menutypeof.name = name;
     return vndd_menutypeof;
 }
Esempio n. 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the vndd_menutypeof EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTovndd_menutypeof(vndd_menutypeof vndd_menutypeof)
 {
     base.AddObject("vndd_menutypeof", vndd_menutypeof);
 }