IAnnotationTypeRegistry interface

namespace: Serenity.Reflection   assemblySerenity.Net.Core

An interface to query list of annotation types for a given type

public interface IAnnotationTypeRegistry

Members

name description
GetAnnotationTypesFor(…) Gets the annotation types for given type.

See Also