xAPILaunch.xAPIStatement.xAPIStatement C# (CSharp) Method

xAPIStatement() public method

public xAPIStatement ( xAPIActor a, xAPIVerb v, xAPIObject o ) : System
a xAPIActor
v xAPIVerb
o xAPIObject
return System
        public xAPIStatement(xAPIActor a, xAPIVerb v, xAPIObject o)
        {
            this.actor = a;
            this._object = o;
            this.verb = v;
        }
        public xAPIStatement(string a, string v, string o)

Same methods

xAPIStatement::xAPIStatement ( string a, string v, string o ) : System