private bool FilterThrowingAssociationCollection(AttributeThrowingEntity entity)
 {
     return (entity.ThrowingProperty == this.NonThrowingProperty);
 }
Ejemplo n.º 2
0
 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);
 }
Ejemplo n.º 4
0
 /// <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);
 }