Class Actor
The actor/agent of an xAPI statement
Namespace: i5.Toolkit.Core.ExperienceAPI
Assembly: cs.temp.dll.dll
Syntax
public class Actor
Constructors
Actor(String)
Creates a new actor instance.
Declaration
public Actor(string mail)
Parameters
Type | Name | Description |
---|---|---|
String | The mail address of the actor |
Actor(String, String)
Creates a new actor instance.
Declaration
public Actor(string mail, string name)
Parameters
Type | Name | Description |
---|---|---|
String | The mail address of the actor. |
|
String | name | The name of the actor. |
Fields
name
The name of the actor. Optional.
Declaration
public string name
Field Value
Type | Description |
---|---|
String |
Properties
Mbox
The mail address in the mailto: scheme. Required
Declaration
public string Mbox { get; set; }
Property Value
Type | Description |
---|---|
String |