Example #1
0
 /// <summary>
 /// Create a new tsecrolestep object.
 /// </summary>
 /// <param name="roleid">Initial value of the roleid property.</param>
 /// <param name="areaid">Initial value of the areaid property.</param>
 /// <param name="stepid">Initial value of the stepid property.</param>
 public static tsecrolestep Createtsecrolestep(global::System.String roleid, global::System.String areaid, global::System.String stepid)
 {
     tsecrolestep tsecrolestep = new tsecrolestep();
     tsecrolestep.roleid = roleid;
     tsecrolestep.areaid = areaid;
     tsecrolestep.stepid = stepid;
     return tsecrolestep;
 }
Example #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the tsecrolestep EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotsecrolestep(tsecrolestep tsecrolestep)
 {
     base.AddObject("tsecrolestep", tsecrolestep);
 }