Interface IDeleteable
Interface to indicate that an object is deletable. This is helpful for handling changes to collections of objects during CRUD operations.
Inherited Members
Namespace: Benday.Common
Assembly: Benday.Common.dll
Syntax
public interface IDeleteable : IInt32Identity
Properties
| Improve this Doc View SourceIsMarkedForDelete
Set this to true to indicate that this instance should be deleted.
Declaration
bool IsMarkedForDelete { get; set; }
Property Value
Type | Description |
---|---|
bool |