SaaS CMS has officially launched! Learn more now.

Interface IMetaObjectDeleteTracking

Defines the mechanism for querying the meta object deleting status.

Namespace: Mediachase.BusinessFoundation.Data.Meta
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 11.8.3
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.