Show / Hide Table of Contents

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 Source

AssessmentId

Declaration
public long AssessmentId { get; set; }
Property Value
Type Description
System.Int64
View Source

AssessmentName

Declaration
public string AssessmentName { get; set; }
Property Value
Type Description
System.String
View Source

ProficiencyId

Declaration
public long ProficiencyId { get; set; }
Property Value
Type Description
System.Int64
View Source

ProficiencyName

Declaration
public string ProficiencyName { get; set; }
Property Value
Type Description
System.String

Extension Methods

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