A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Interface IMetaObjectDeleteTracking

Defines the mechanism for querying the meta object deleting status.

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