|
ConstraintValidationException |
|
|
InvalidParameterException |
|
|
SoapValidationExtensionAttribute |
|
|
ValidationHandler |
|
|
ValidatorBase |
|
|
ValidatorGenericBase<TParameter> |
Validator base class that provides basic type checking based on a generic type parameter |
|
WcfValidationBehaviorAttribute |
The WCFValidationBehaviorAttribute marks WCF service classes that should perform per-call validation. Marking a WCF class with this attribute will apply a parameter inspector to the class that will be invoked on the input and output of every serice call made to that class. The parameter inspector wraps the ValidationHandler's ValidateIn and ValidateOut method so that constraint validation remains transparent |
|
WebServiceConstraintAttribute |
Used internally to assist in generating documentation for Web services. For more information, contact us. |