C# 클래스 xAPILaunch.xAPIStatement

파일 보기 프로젝트 열기: adlnet/xapi-launch 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
_object xAPIObject
actor xAPIActor
verb xAPIVerb

공개 메소드들

메소드 설명
toString ( ) : string
xAPIStatement ( string a, string v, string o ) : System
xAPIStatement ( xAPIActor a, xAPIVerb v, xAPIObject o ) : System

메소드 상세

toString() 공개 메소드

public toString ( ) : string
리턴 string

xAPIStatement() 공개 메소드

public xAPIStatement ( string a, string v, string o ) : System
a string
v string
o string
리턴 System

xAPIStatement() 공개 메소드

public xAPIStatement ( xAPIActor a, xAPIVerb v, xAPIObject o ) : System
a xAPIActor
v xAPIVerb
o xAPIObject
리턴 System

프로퍼티 상세

_object 공개적으로 프로퍼티

public xAPIObject,xAPILaunch _object
리턴 xAPIObject

actor 공개적으로 프로퍼티

public xAPIActor,xAPILaunch actor
리턴 xAPIActor

verb 공개적으로 프로퍼티

public xAPIVerb,xAPILaunch verb
리턴 xAPIVerb