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()
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
Fields
View Source
assessmentCategoryQuestionTypes
Declaration
public List<AssessmentCategoryQuestionType> assessmentCategoryQuestionTypes
Field Value
View Source
category
Declaration
Field Value
Type |
Description |
System.String |
|
View Source
categoryId
Declaration
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