Class AssessmentOptionViewModel
Inheritance
System.Object
AssessmentOptionViewModel
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
public class AssessmentOptionViewModel
Constructors
View SourceAssessmentOptionViewModel()
Declaration
public AssessmentOptionViewModel()
Properties
View SourceAssessmentName
Declaration
public string AssessmentName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
AssessmentOptionKey
Declaration
public long AssessmentOptionKey { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int64 |
ProficiencyLevels
Declaration
public IEnumerable<AssessmentOptionViewModel.ProficiencyOptionViewModel> ProficiencyLevels { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IEnumerable<AssessmentOptionViewModel.ProficiencyOptionViewModel> |
Methods
View SourceHasProficiencyId(Int32)
Declaration
public bool HasProficiencyId(int proficiencyId)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | proficiencyId |
Returns
| Type | Description |
|---|---|
| System.Boolean |