C# Класс Amido.Testing.WebApi.ValidationRules.AssertContentLengthEqualsValidationRule

Наследование: ValidationRule
Показать файл Открыть проект

Открытые методы

Метод Описание
AssertContentLengthEqualsValidationRule ( long expectedContentLength ) : System.ComponentModel

Constructs the ValidationRule.

Validate ( object sender, ValidationEventArgs e ) : void

The validate method.

Описание методов

AssertContentLengthEqualsValidationRule() публичный Метод

Constructs the ValidationRule.
public AssertContentLengthEqualsValidationRule ( long expectedContentLength ) : System.ComponentModel
expectedContentLength long The expected content length.
Результат System.ComponentModel

Validate() публичный Метод

The validate method.
public Validate ( object sender, ValidationEventArgs e ) : void
sender object The sender.
e ValidationEventArgs The
Результат void