ValidationMethodAttribute Constructor
Include Protected Members
Include Inherited Members
Apply this attribute to methods that should be invoked during validation.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
ValidationMethodAttribute() | Apply this attribute to methods that you want to be called when the user invokes the Validate menu command. | |
ValidationMethodAttribute(ValidationCategories) | Apply this attribute to methods that you want to be called during validation. |
Top