Table of Contents

Interface IDeletable

Namespace
Oqtane.Models
Assembly
Oqtane.Shared.dll

Audit information for things than can be deleted.

public interface IDeletable

Properties

DeletedBy

User who deleted this object.

string DeletedBy { get; set; }

Property Value

string

DeletedOn

Timestamp when it was deleted.

DateTime? DeletedOn { get; set; }

Property Value

DateTime?

IsDeleted

If something is deleted, this will be true.

bool IsDeleted { get; set; }

Property Value

bool