C# Class Amido.Testing.WebApi.ValidationRules.AssertBodyIsEmptyValidationRule

Inheritance: ValidationRule
Datei anzeigen Open project: amido/Amido.Testing

Public Methods

Method Description
Validate ( object sender, ValidationEventArgs e ) : void

The validate method.

Method Details

Validate() public method

The validate method.
public Validate ( object sender, ValidationEventArgs e ) : void
sender object The sender.
e ValidationEventArgs The
return void