Show / Hide Table of Contents

Class EntityChangeFilter

Inheritance
object
EntityChangeFilter
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.AuditLogging
Assembly: Volo.Abp.AuditLogging.Application.Contracts.dll
Syntax
public class EntityChangeFilter

Constructors

EntityChangeFilter()

Declaration
public EntityChangeFilter()

Properties

EntityId

Declaration
public string EntityId { get; set; }
Property Value
Type Description
string

EntityTypeFullName

Declaration
public string EntityTypeFullName { get; set; }
Property Value
Type Description
string
In this article
Back to top Powered by Volosoft