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