Class AllowHardDeleteAttribute
Indicates that when an entity is deleted, it will be removed from the storage. Without this attribute, the default behavior is to mark the IsDeleted flag to true.
Inheritance
System.Object
AllowHardDeleteAttribute
Namespace: Cireson.Core.Common.Attributes
Assembly: Cireson.Core.Common.dll
Syntax
public sealed class AllowHardDeleteAttribute : Attribute
Remarks
Admin, 8/24/2017.