Class Statement
A statement for the xAPI
Namespace: i5.Toolkit.Core.ExperienceAPI
Assembly: cs.temp.dll.dll
Syntax
public class Statement
Constructors
Statement()
Creates a new instance of an xAPI statement
Declaration
public Statement()
Statement(String, String, String)
Creates a new instance of an xAPI statement
Declaration
public Statement(string actorMail, string verbUrl, string objectUrl)
Parameters
Type | Name | Description |
---|---|---|
String | actorMail | The mail address of the actor |
String | verbUrl | The id of the verb (should be a url) |
String | objectUrl | The id of the object (should be a url) |
Fields
actor
The actor of the xAPI statement
Declaration
public Actor actor
Field Value
Type | Description |
---|---|
Actor |
object
The object of the xAPI statement
Declaration
public XApiObject object
Field Value
Type | Description |
---|---|
XApiObject |
verb
The verb of the xAPI statement
Declaration
public Verb verb
Field Value
Type | Description |
---|---|
Verb |