ConvLog Members
From CSAL Mongo
| ConvLog Members | CSAL Mongo Access Library |
The ConvLog type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| ConvLog | Initializes a new instance of the ConvLog class |
Methods
| Name | Description | |
|---|---|---|
| AllValidActions |
The list of all actions in this conv log - and insure every member and property are non-null
| |
| DBDateTime |
Translation helper DBTimestamp
| |
| (Inherited from | ||
Serves as a hash function for a particular type. (Inherited from | ||
Gets the (Inherited from | ||
Returns a string that represents the current object. (Inherited from |
Fields
| Name | Description | |
|---|---|---|
| EPOCH_YR |
Start-of-epoch to be used for our DBTimestamp
|
Properties
| Name | Description | |
|---|---|---|
| Assessments | All assessment data | |
| DBTimestamp | Timestamp applied before DB storage - not usually
supplied in the POST'ed JSON. It is the number of milliseconds
since EPOCH_YR | |
| Duration | Length of action(s) specified in milliseconds | |
| ErrorMessage | Error message for current turn | |
| Id | MongoDB key | |
| Input | Input specified | |
| LessonID | ID of lesson in question | |
| Transitions | Transition list | |
| TurnID | Identifier of turn, greater than or equal to 0 | |
| UserID | User ID (subject ID) of student | |
| WarningMessage | Warning message for current turn |
See Also