IResource Interface |
Namespace: AskiaCore
The IResource type exposes the following members.
Name | Description | |
---|---|---|
CreatedAt |
DateTime the record was created at
(Inherited from IRecordEntity.) | |
CreatedBy |
Id of the user which created the record
(Inherited from IRecordEntity.) | |
DeletedAt |
DateTime at which the record was last deleted
(Inherited from IRecordEntity.) | |
DeletedBy |
Id of the user which last deleted the record
(Inherited from IRecordEntity.) | |
Id |
Id of the record
(Inherited from IRecordEntity.) | |
LastError |
Last error that occurred
(Inherited from IRecordEntity.) | |
Name |
Name of the resource
| |
TranslatedFiles |
Collection of the resource files by language
| |
Type |
Type of the resource
| |
UpdatedAt |
DateTime at which the record was last updated
(Inherited from IRecordEntity.) | |
UpdatedBy |
Id of the user which last updated the record
(Inherited from IRecordEntity.) |
Name | Description | |
---|---|---|
AddToScenario |
Add the resource to a given scenario
| |
Delete |
Deletes the record in the database
(Inherited from IRecordEntity.) | |
Extract |
Extract the resource to the disk
| |
GetScenarios |
Retrieve a list the scenarios containing this resource
| |
IsDeleted |
Indicates if the record is flagged as deleted
(Inherited from IRecordEntity.) | |
IsLoaded |
Checks if the record is successfully loaded from the database
(Inherited from IRecordEntity.) | |
Reload |
Reloads the record
(Inherited from IRecordEntity.) | |
RemoveFromScenario |
Remove the resource from a given scenario
| |
Restore |
Restores the deleted record in the database
(Inherited from IRecordEntity.) | |
Save |
Saves the record in the database
(Inherited from IRecordEntity.) |