Class AssessmentOptionViewModel.ProficiencyOptionViewModel
Inheritance
System.Object
AssessmentOptionViewModel.ProficiencyOptionViewModel
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 ProficiencyOptionViewModel
Properties
View SourceAssessmentId
Declaration
public long AssessmentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
AssessmentName
Declaration
public string AssessmentName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ProficiencyId
Declaration
public long ProficiencyId { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
ProficiencyName
Declaration
public string ProficiencyName { get; set; }
Property Value
Type | Description |
---|---|
System.String |