Validation
Purpose
Usage
EqualToSize
Validation.EqualToSize(string paramName, int size, int validSize)Exceptions
SizeBetween
Validation.SizeBetween(string paramName, int size, int minSize, int maxSize)Exceptions
NotLessThanMin
Exceptions
NotGreaterThanMax
Exceptions
MultipleOfSize
Exceptions
NotEmpty
Exceptions
GreaterThanZero
Exceptions
NotNull
Exceptions
NotNullOrEmpty
Exceptions
Last updated