Class ChangeTrackingHelper
Inheritance
ChangeTrackingHelper
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
Returns
IsEntityChangeTrackingType(TypeInfo)
Declaration
public static bool IsEntityChangeTrackingType(TypeInfo implementationType)
Parameters
Type |
Name |
Description |
TypeInfo |
implementationType |
|
Returns