IRouting Interface |
Namespace: AskiaCore
The IRouting type exposes the following members.
Name | Description | |
---|---|---|
ActionParameters |
Collection of the routing action parameters associated to this routing
| |
ActionType |
Action type of the routing
| |
Captions |
Collection of the routing captions associated to this routing
| |
Condition |
The condition of the routing
| |
ConditionType |
Condition type of the routing
| |
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.) | |
IsAfter |
Indicates if the routing is run after the question
| |
IsBefore |
Indicates if the routing is run before the question
| |
IsDuring |
Indicates if the routing is run during the question
| |
IsEdits |
Indicates if the routing is run during edits
| |
IsOnError |
Indicates if the routing is triggered by an error
| |
IsRunIfNotAsked |
Indicates if the routing is run if the associated question is not asked
| |
LastError |
Last error that occurred
(Inherited from IRecordEntity.) | |
Name |
Name of the routing
| |
Position |
Position of the routing. Starts at zero.
| |
StartQuestionId |
Id of the question starting the routing
| |
StartType |
How the routing is triggered in an interview.
| |
Targets |
Collection of the routing targets associated to this routing
| |
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 routing to a given scenario
| |
Compile |
Compiles the routing
| |
CompileEx |
Compiles the routing
| |
Delete |
Deletes the record in the database
(Inherited from IRecordEntity.) | |
GetScenarios |
Retrieve a list the scenarios containing this routing
| |
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 |
Removes the routing 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.) | |
SetCondition |
Sets the condition of the routing.
| |
SetName |
Setter for the name of the routing.
|