Class DynamicProxyIgnoreTypes
Inheritance
DynamicProxyIgnoreTypes
Assembly: Volo.Abp.Core.dll
Syntax
public static class DynamicProxyIgnoreTypes
Methods
Add(Type)
Declaration
public static void Add(Type type)
Parameters
Type |
Name |
Description |
Type |
type |
|
Add(params Type[])
Declaration
public static void Add(params Type[] types)
Parameters
Type |
Name |
Description |
Type[] |
types |
|
Add<T>()
Declaration
public static void Add<T>()
Type Parameters
Contains(Type, bool)
Declaration
public static bool Contains(Type type, bool includeDerivedTypes = true)
Parameters
Type |
Name |
Description |
Type |
type |
|
bool |
includeDerivedTypes |
|
Returns