Inheritance: System.Data.Objects.DataClasses.EntityObject
Esempio n. 1
0
 /// <summary>
 /// Create a new mjesto object.
 /// </summary>
 /// <param name="pbr">Initial value of the pbr property.</param>
 public static mjesto Createmjesto(global::System.Int32 pbr)
 {
     mjesto mjesto = new mjesto();
     mjesto.pbr = pbr;
     return mjesto;
 }
Esempio n. 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the mjesto EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTomjesto(mjesto mjesto)
 {
     base.AddObject("mjesto", mjesto);
 }