Example #1
0
 /// <summary>
 /// Create a new RolePermittedActionLink object.
 /// </summary>
 /// <param name="idRolePermittedAction">Initial value of the idRolePermittedAction property.</param>
 public static RolePermittedActionLink CreateRolePermittedActionLink(global::System.Int32 idRolePermittedAction)
 {
     RolePermittedActionLink rolePermittedActionLink = new RolePermittedActionLink();
     rolePermittedActionLink.idRolePermittedAction = idRolePermittedAction;
     return rolePermittedActionLink;
 }
Example #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the RolePermittedActionLinks EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToRolePermittedActionLinks(RolePermittedActionLink rolePermittedActionLink)
 {
     base.AddObject("RolePermittedActionLinks", rolePermittedActionLink);
 }