Show / Hide Table of Contents

Class ChangeTrackingHelper

Inheritance
object
ChangeTrackingHelper
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Domain.ChangeTracking
Assembly: Volo.Abp.Ddd.Domain.dll
Syntax
public static class ChangeTrackingHelper

Methods

IsEntityChangeTrackingMethod(MethodInfo, out EntityChangeTrackingAttribute?)

Declaration
public static bool IsEntityChangeTrackingMethod(MethodInfo methodInfo, out EntityChangeTrackingAttribute? entityChangeTrackingAttribute)
Parameters
Type Name Description
MethodInfo methodInfo
EntityChangeTrackingAttribute entityChangeTrackingAttribute
Returns
Type Description
bool

IsEntityChangeTrackingType(TypeInfo)

Declaration
public static bool IsEntityChangeTrackingType(TypeInfo implementationType)
Parameters
Type Name Description
TypeInfo implementationType
Returns
Type Description
bool
In this article
Back to top Powered by ABP.IO Platform