Esempio n. 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the PrWorldBases EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToPrWorldBases(PrWorldBase prWorldBase)
 {
     base.AddObject("PrWorldBases", prWorldBase);
 }
Esempio n. 2
0
 /// <summary>
 /// Create a new PrWorldBase object.
 /// </summary>
 /// <param name="worldid">Initial value of the worldid property.</param>
 public static PrWorldBase CreatePrWorldBase(global::System.Int32 worldid)
 {
     PrWorldBase prWorldBase = new PrWorldBase();
     prWorldBase.worldid = worldid;
     return prWorldBase;
 }