Show / Hide Table of Contents

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
IInt32Identity.Id
Namespace: Benday.Common
Assembly: Benday.Common.dll
Syntax
public interface IDeleteable : IInt32Identity

Properties

| Edit this page View Source

IsMarkedForDelete

Set this to true to indicate that this instance should be deleted.

Declaration
bool IsMarkedForDelete { get; set; }
Property Value
Type Description
bool
  • Edit this page
  • View Source
In this article
Back to top Copyright © www.benday.com | info@benday.com