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