Show / Hide Table of Contents

Class DynamicProxyIgnoreTypes

Inheritance
object
DynamicProxyIgnoreTypes
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.DynamicProxy
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
Name Description
T

Contains(Type, bool)

Declaration
public static bool Contains(Type type, bool includeDerivedTypes = true)
Parameters
Type Name Description
Type type
bool includeDerivedTypes
Returns
Type Description
bool
In this article
Back to top Powered by ABP.IO Platform