Esempio n. 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the MP_TheatersBrand EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToMP_TheatersBrand(MP_TheatersBrand mP_TheatersBrand)
 {
     base.AddObject("MP_TheatersBrand", mP_TheatersBrand);
 }
Esempio n. 2
0
 /// <summary>
 /// Create a new MP_TheatersBrand object.
 /// </summary>
 /// <param name="theaterBrandId">Initial value of the TheaterBrandId property.</param>
 /// <param name="brandName">Initial value of the BrandName property.</param>
 public static MP_TheatersBrand CreateMP_TheatersBrand(global::System.Int32 theaterBrandId, global::System.String brandName)
 {
     MP_TheatersBrand mP_TheatersBrand = new MP_TheatersBrand();
     mP_TheatersBrand.TheaterBrandId = theaterBrandId;
     mP_TheatersBrand.BrandName = brandName;
     return mP_TheatersBrand;
 }