Click or drag to resize
Askia

IResource Methods

The IResource type exposes the following members.

Methods
  NameDescription
Public methodAddToScenario
Add the resource to a given scenario
Public methodDelete
Deletes the record in the database
(Inherited from IRecordEntity.)
Public methodExtract
Extract the resource to the disk
Public methodGetScenarios
Retrieve a list the scenarios containing this resource
Public methodIsDeleted
Indicates if the record is flagged as deleted
(Inherited from IRecordEntity.)
Public methodIsLoaded
Checks if the record is successfully loaded from the database
(Inherited from IRecordEntity.)
Public methodReload
Reloads the record
(Inherited from IRecordEntity.)
Public methodRemoveFromScenario
Remove the resource from a given scenario
Public methodRestore
Restores the deleted record in the database
(Inherited from IRecordEntity.)
Public methodSave
Saves the record in the database
(Inherited from IRecordEntity.)
Top
See Also