Show / Hide Table of Contents

Class AssessmentCategory

Inheritance
System.Object
AssessmentCategory
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 AssessmentCategory

Constructors

View Source

AssessmentCategory()

Declaration
public AssessmentCategory()
View Source

AssessmentCategory(AssessmentCategory)

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

Fields

View Source

assessmentCategoryQuestionTypes

Declaration
public List<AssessmentCategoryQuestionType> assessmentCategoryQuestionTypes
Field Value
Type Description
System.Collections.Generic.List<AssessmentCategoryQuestionType>
View Source

category

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

categoryId

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

ordinalPosition

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

proficiencyLevelId

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

proficiencyLevelName

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

questionTypeRandomisationTypeId

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

questionTypeRandomisationTypeText

Declaration
public string questionTypeRandomisationTypeText
Field Value
Type Description
System.String
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