Open sandboxFocus

Class SuppressAnnotationValidationAttribute

Instructs PostSharp that the validation of IValidableAnnotation is done by another component, and should not be processed by the default component.

Inheritance
SuppressAnnotationValidationAttribute
Namespace: PostSharp.Extensibility
Assembly: PostSharp.dll
Syntax
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Interface)]
public class SuppressAnnotationValidationAttribute : Attribute

Constructors

Name Description
SuppressAnnotationValidationAttribute()