![]() | IRecordEntity Interface |
Namespace: AskiaCore
The IRecordEntity type exposes the following members.
Name | Description | |
---|---|---|
![]() | CreatedAt |
DateTime the record was created at
|
![]() | CreatedBy |
Id of the user which created the record
|
![]() | DeletedAt |
DateTime at which the record was last deleted
|
![]() | DeletedBy |
Id of the user which last deleted the record
|
![]() | Id |
Id of the record
|
![]() | LastError |
Last error that occurred
|
![]() | UpdatedAt |
DateTime at which the record was last updated
|
![]() | UpdatedBy |
Id of the user which last updated the record
|
Name | Description | |
---|---|---|
![]() | Delete |
Deletes the record in the database
|
![]() | IsDeleted |
Indicates if the record is flagged as deleted
|
![]() | IsLoaded |
Checks if the record is successfully loaded from the database
|
![]() | Reload |
Reloads the record
|
![]() | Restore |
Restores the deleted record in the database
|
![]() | Save |
Saves the record in the database
|