Show / Hide Table of Contents

Enum EntityChangeType

Namespace: Volo.Abp.Auditing
Assembly: Volo.Abp.Auditing.dll
Syntax
public enum EntityChangeType : byte

Fields

Name Description
Created
Deleted
Updated

Extension Methods

AbpObjectExtensions.IsIn<EntityChangeType>(EntityChangeType[])
AbpObjectExtensions.If<EntityChangeType>(Boolean, Func<EntityChangeType, EntityChangeType>)
AbpObjectExtensions.If<EntityChangeType>(Boolean, Action<EntityChangeType>)
Back to top Powered by Volosoft