Show / Hide Table of Contents

Class Assessment

Unprocessed assessment template.

Inheritance
System.Object
Assessment
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Appearition.Assessment
Assembly: Appearition.SDK.dll
Syntax
[Serializable]
public class Assessment

Constructors

View Source

Assessment()

Declaration
public Assessment()
View Source

Assessment(Assessment)

Declaration
public Assessment(Assessment cc)
Parameters
Type Name Description
Assessment cc

Fields

View Source

assessmentCategories

Declaration
public List<AssessmentCategory> assessmentCategories
Field Value
Type Description
System.Collections.Generic.List<AssessmentCategory>
View Source

assessmentId

Declaration
public int assessmentId
Field Value
Type Description
System.Int32
View Source

assessmentName

Declaration
public string assessmentName
Field Value
Type Description
System.String
View Source

assessmentProperties

Declaration
public List<AssessmentProperty> assessmentProperties
Field Value
Type Description
System.Collections.Generic.List<AssessmentProperty>
View Source

assessmentScores

Declaration
public List<AssessmentScore> assessmentScores
Field Value
Type Description
System.Collections.Generic.List<AssessmentScore>
View Source

categoryRandomisationTypeId

Declaration
public int categoryRandomisationTypeId
Field Value
Type Description
System.Int32
View Source

categoryRandomisationTypeText

Declaration
public string categoryRandomisationTypeText
Field Value
Type Description
System.String
View Source

productId

Declaration
public int productId
Field Value
Type Description
System.Int32
View Source

targetProficiencyLevel

Declaration
public string targetProficiencyLevel
Field Value
Type Description
System.String
View Source

targetProficiencyLevelId

Declaration
public int targetProficiencyLevelId
Field Value
Type Description
System.Int32
View Source

totalQuestions

Declaration
public int totalQuestions
Field Value
Type Description
System.Int32

Extension Methods

ObjectExtension.ToStream(Object)
  • View Source
Back to top Generated by DocFX