namespace xAPI.Registry { /// /// Provides the definitions of the context systemControl as public properties. /// public class xAPI_Context_SystemControl : xAPI_Context { /// /// 12 verbs of 'systemControl'. /// URI: https://xapi.elearn.rwth-aachen.de/definitions/systemControl/verbs /// public readonly xAPI_Verbs_SystemControl verbs = new xAPI_Verbs_SystemControl(); /// /// 5 activities of 'systemControl'. /// URI: https://xapi.elearn.rwth-aachen.de/definitions/systemControl/activities /// public readonly xAPI_Activities_SystemControl activities = new xAPI_Activities_SystemControl(); /// /// 5 extensions of 'systemControl': 3 in activity, 1 in context, 1 in result. /// URI: https://xapi.elearn.rwth-aachen.de/definitions/systemControl/extensions /// public readonly xAPI_Context_SystemControl_Extensions extensions = new xAPI_Context_SystemControl_Extensions(); public xAPI_Context_SystemControl() : base("systemControl") { } } }