London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Interface IMetaObjectDeleteTracking

Defines the mechanism for querying the meta object deleting status.

Namespace: Mediachase.BusinessFoundation.Data.Meta
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 13.30.0
Syntax
public interface IMetaObjectDeleteTracking

Properties

IsDeleted

Gets a value indicating whether this instance is deleted.

Declaration
bool IsDeleted { get; }
Property Value
Type Description
System.Boolean

true if this instance is deleted; otherwise, false.

PrimaryKeyId

Gets the primary key id.

Declaration
PrimaryKeyId PrimaryKeyId { get; }
Property Value
Type Description
PrimaryKeyId

The primary key id.