ITypeSource interface

namespace: Serenity.Abstractions   assemblySerenity.Net.Core

Abstraction for type source which is used as an extensibility point for Serenity applications

public interface ITypeSource

Members

name description
GetAssemblyAttributes(…) Gets all attributes for assemblies with given type
GetTypes() Gets all types
GetTypesWithAttribute(…) Gets all types that has an attribute
GetTypesWithInterface(…) Gets all types that implement an interface

See Also