Show / Hide Table of Contents

Class AssessmentSubmissionQuestionRelatedNode

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

Constructors

View Source

AssessmentSubmissionQuestionRelatedNode()

Declaration
public AssessmentSubmissionQuestionRelatedNode()

Fields

View Source

isHighlighted

Declaration
[NonSerialized]
public bool isHighlighted
Field Value
Type Description
System.Boolean
View Source

isTransparent

Declaration
[NonSerialized]
public bool isTransparent
Field Value
Type Description
System.Boolean
View Source

nodeId

The id of a Learn Node related to this question.

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

nodeName

Declaration
[NonSerialized]
public string nodeName
Field Value
Type Description
System.String

Extension Methods

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