Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out 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.