namespace xAPI.Registry {
///
/// Provides the extensions of the context projectJupyter as public properties.
///
public sealed class xAPI_Context_ProjectJupyter_Extensions {
public xAPI_Context_ProjectJupyter_Extensions() {
}
///
/// 6 extensions of 'projectJupyter': 3 in activity, 1 in context, 2 in result.
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/projectJupyter/extensions/activity
///
public xAPI_Extensions_Activity_ProjectJupyter activity {
get {
return new xAPI_Extensions_Activity_ProjectJupyter();
}
}
///
/// 6 extensions of 'projectJupyter': 3 in activity, 1 in context, 2 in result.
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/projectJupyter/extensions/context
///
public xAPI_Extensions_Context_ProjectJupyter context {
get {
return new xAPI_Extensions_Context_ProjectJupyter();
}
}
///
/// 6 extensions of 'projectJupyter': 3 in activity, 1 in context, 2 in result.
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/projectJupyter/extensions/result
///
public xAPI_Extensions_Result_ProjectJupyter result {
get {
return new xAPI_Extensions_Result_ProjectJupyter();
}
}
}
}