Click or drag to resize
Askia

IRouting Properties

The IRouting type exposes the following members.

Properties
  NameDescription
Public propertyActionParameters
Collection of the routing action parameters associated to this routing
Public propertyActionType
Action type of the routing
Public propertyCaptions
Collection of the routing captions associated to this routing
Public propertyCondition
The condition of the routing
Public propertyConditionType
Condition type of the routing
Public propertyCreatedAt
DateTime the record was created at
(Inherited from IRecordEntity.)
Public propertyCreatedBy
Id of the user which created the record
(Inherited from IRecordEntity.)
Public propertyDeletedAt
DateTime at which the record was last deleted
(Inherited from IRecordEntity.)
Public propertyDeletedBy
Id of the user which last deleted the record
(Inherited from IRecordEntity.)
Public propertyId
Id of the record
(Inherited from IRecordEntity.)
Public propertyIsAfter
Indicates if the routing is run after the question
Public propertyIsBefore
Indicates if the routing is run before the question
Public propertyIsDuring
Indicates if the routing is run during the question
Public propertyIsEdits
Indicates if the routing is run during edits
Public propertyIsOnError
Indicates if the routing is triggered by an error
Public propertyIsRunIfNotAsked
Indicates if the routing is run if the associated question is not asked
Public propertyLastError
Last error that occurred
(Inherited from IRecordEntity.)
Public propertyName
Name of the routing
Public propertyPosition
Position of the routing. Starts at zero.
Public propertyStartQuestionId
Id of the question starting the routing
Public propertyStartType
How the routing is triggered in an interview.
Public propertyTargets
Collection of the routing targets associated to this routing
Public propertyUpdatedAt
DateTime at which the record was last updated
(Inherited from IRecordEntity.)
Public propertyUpdatedBy
Id of the user which last updated the record
(Inherited from IRecordEntity.)
Top
See Also