Click or drag to resize
Askia

IRecordEntity Interface

Represents an entity with a corresponding database entry

Namespace:  AskiaCore
Assembly:  AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax
public interface IRecordEntity

The IRecordEntity type exposes the following members.

Properties
  NameDescription
Public propertyCreatedAt
DateTime the record was created at
Public propertyCreatedBy
Id of the user which created the record
Public propertyDeletedAt
DateTime at which the record was last deleted
Public propertyDeletedBy
Id of the user which last deleted the record
Public propertyId
Id of the record
Public propertyLastError
Last error that occurred
Public propertyUpdatedAt
DateTime at which the record was last updated
Public propertyUpdatedBy
Id of the user which last updated the record
Top
Methods
  NameDescription
Public methodDelete
Deletes the record in the database
Public methodIsDeleted
Indicates if the record is flagged as deleted
Public methodIsLoaded
Checks if the record is successfully loaded from the database
Public methodReload
Reloads the record
Public methodRestore
Restores the deleted record in the database
Public methodSave
Saves the record in the database
Top
See Also