ValidatableTypeAttribute Class

Definition

Indicates that a type is validatable to support discovery by the validations generator.

public ref class ValidatableTypeAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Class)]
public sealed class ValidatableTypeAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class)>]
type ValidatableTypeAttribute = class
    inherit Attribute
Public NotInheritable Class ValidatableTypeAttribute
Inherits Attribute
Inheritance
ValidatableTypeAttribute
Attributes

Constructors

Name Description
ValidatableTypeAttribute()

Applies to