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.0Syntax
public interface IMetaObjectDeleteTracking
Properties
IsDeleted
Gets a value indicating whether this instance is deleted.
Declaration
bool IsDeleted { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
PrimaryKeyId
Gets the primary key id.
Declaration
PrimaryKeyId PrimaryKeyId { get; }
Property Value
Type | Description |
---|---|
PrimaryKeyId | The primary key id. |