Beispiel #1
0
 /// <summary>
 /// Create a new rloccomp object.
 /// </summary>
 /// <param name="rlocid">Initial value of the rlocid property.</param>
 /// <param name="rloc">Initial value of the rloc property.</param>
 public static rloccomp Createrloccomp(global::System.Int64 rlocid, global::System.String rloc)
 {
     rloccomp rloccomp = new rloccomp();
     rloccomp.rlocid = rlocid;
     rloccomp.rloc = rloc;
     return rloccomp;
 }
Beispiel #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the rloccomps EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTorloccomps(rloccomp rloccomp)
 {
     base.AddObject("rloccomps", rloccomp);
 }