Ejemplo n.º 1
0
 /// <summary>
 /// Create a new tsecroleeqpgroup object.
 /// </summary>
 /// <param name="roleid">Initial value of the roleid property.</param>
 /// <param name="eqpgroup">Initial value of the eqpgroup property.</param>
 public static tsecroleeqpgroup Createtsecroleeqpgroup(global::System.String roleid, global::System.String eqpgroup)
 {
     tsecroleeqpgroup tsecroleeqpgroup = new tsecroleeqpgroup();
     tsecroleeqpgroup.roleid = roleid;
     tsecroleeqpgroup.eqpgroup = eqpgroup;
     return tsecroleeqpgroup;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the tsecroleeqpgroup EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotsecroleeqpgroup(tsecroleeqpgroup tsecroleeqpgroup)
 {
     base.AddObject("tsecroleeqpgroup", tsecroleeqpgroup);
 }