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, 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. |
Actor(string)
Creates a new actor instance.
Declaration
public Actor(string mail)
Parameters
| Type | Name | Description |
|---|---|---|
| string | The mail address 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 |