Search Results for

    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(String)

    Creates a new actor instance.

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

    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 mail

    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
    In This Article
    Back to top i5 Toolkit Documentation