Show / Hide Table of Contents

    Class Actor

    The actor/agent of an xAPI statement

    Inheritance
    Object
    Actor
    Namespace: i5.Toolkit.Core.ExperienceAPI
    Assembly: cs.temp.dll.dll
    Syntax
    public class Actor

    Constructors

    Actor()

    Creates a new actor instance

    Declaration
    public Actor()

    Actor(String)

    Creates a new actor instance

    Declaration
    public Actor(string mail)
    Parameters
    Type Name Description
    String mail

    The mail address of the actor

    Fields

    mbox

    The mail address in the mailto: scheme

    Declaration
    public string mbox
    Field Value
    Type Description
    String
    Back to top i5 Toolkit Documentation