private bool FilterThrowingAssociationCollection(AttributeThrowingEntity entity) { return (entity.ThrowingProperty == this.NonThrowingProperty); }
private bool FilterThrowingAssociationCollection(AttributeThrowingEntity entity) { return(entity.ThrowingProperty == this.NonThrowingProperty); }
/// <summary> /// Invokes the 'UpdateThrowing' method of the specified <see cref="AttributeThrowingEntity"/> entity. /// </summary> /// <param name="toUpdate">The <see cref="AttributeThrowingEntity"/> entity instance.</param> /// <param name="throwingUpdateParam">The value for the 'throwingUpdateParam' parameter for this action.</param> public void UpdateThrowing(AttributeThrowingEntity toUpdate, int throwingUpdateParam) { toUpdate.UpdateThrowing(throwingUpdateParam); }