ITypeSource interface
namespace: Serenity.Abstractions assembly: Serenity.Net.Core
Abstraction for a 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 the given type. |
| GetTypes() | Gets all types. |
| GetTypesWithAttribute(…) | Gets all types that have an attribute. |
| GetTypesWithInterface(…) | Gets all types that implement an interface. |
See Also
- Source: ITypeSource.cs