IScenario Methods |
The IScenario type exposes the following members.
Name | Description | |
---|---|---|
AddEntity |
Adds an entity to the scenario
| |
Delete |
Deletes the record in the database
(Inherited from IRecordEntity.) | |
GetEntities |
Retrieves all the entities involved by the scenario
| |
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.) | |
RemoveEntity |
Removes an entity from the scenario
| |
Restore |
Restores the deleted record in the database
(Inherited from IRecordEntity.) | |
Save |
Saves the record in the database
(Inherited from IRecordEntity.) | |
SetName |
Setter for the name of the routing.
|