예제 #1
0
 /// <summary>
 /// Create a new Permission object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="permissionName">Initial value of the PermissionName property.</param>
 public static Permission CreatePermission(global::System.Int32 id, global::System.String permissionName)
 {
     Permission permission = new Permission();
     permission.ID = id;
     permission.PermissionName = permissionName;
     return permission;
 }
예제 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Permissions EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToPermissions(Permission permission)
 {
     base.AddObject("Permissions", permission);
 }