Ejemplo n.º 1
0
        /// <summary>
        /// Create a new lasnaolot object.
        /// </summary>
        /// <param name="id">Initial value of the id property.</param>
        /// <param name="asioid">Initial value of the asioid property.</param>
        /// <param name="course">Initial value of the course property.</param>
        public static lasnaolot Createlasnaolot(global::System.Int16 id, global::System.String asioid, global::System.String course)
        {
            lasnaolot lasnaolot = new lasnaolot();

            lasnaolot.id     = id;
            lasnaolot.asioid = asioid;
            lasnaolot.course = course;
            return(lasnaolot);
        }
Ejemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the lasnaolots EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTolasnaolots(lasnaolot lasnaolot)
 {
     base.AddObject("lasnaolots", lasnaolot);
 }
Ejemplo n.º 3
0
 /// <summary>
 /// Create a new lasnaolot object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 /// <param name="asioid">Initial value of the asioid property.</param>
 /// <param name="course">Initial value of the course property.</param>
 public static lasnaolot Createlasnaolot(global::System.Int16 id, global::System.String asioid, global::System.String course)
 {
     lasnaolot lasnaolot = new lasnaolot();
     lasnaolot.id = id;
     lasnaolot.asioid = asioid;
     lasnaolot.course = course;
     return lasnaolot;
 }
Ejemplo n.º 4
0
 /// <summary>
 /// Deprecated Method for adding a new object to the lasnaolots EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTolasnaolots(lasnaolot lasnaolot)
 {
     base.AddObject("lasnaolots", lasnaolot);
 }