AnnotationTypeAttribute constructor

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Creates an instance of AnnotationType attribute

public AnnotationTypeAttribute(Type type)
parameter description
type The type to match. It can be a type, an interface or an attribute type that type other type should have.

See Also