Click or drag to resize
Askia

IScenario Methods

The IScenario type exposes the following members.

Methods
  NameDescription
Public methodAddEntity
Adds an entity to the scenario
Public methodDelete
Deletes the record in the database
(Inherited from IRecordEntity.)
Public methodGetEntities
Retrieves all the entities involved by the scenario
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 methodRemoveEntity
Removes an entity from the scenario
Public methodRestore
Restores the deleted record in the database
(Inherited from IRecordEntity.)
Public methodSave
Saves the record in the database
(Inherited from IRecordEntity.)
Public methodSetName
Setter for the name of the routing.
Top
See Also