Show / Hide Table of Contents

Class QuestionRelatedNode

Inheritance
System.Object
QuestionRelatedNode
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.QAndA
Assembly: Appearition.SDK.dll
Syntax
[Serializable]
public class QuestionRelatedNode

Fields

View Source

nodeId

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

nodeName

Declaration
public string nodeName
Field Value
Type Description
System.String
View Source

parentNodeId

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

questionRelatedNodeProperties

Declaration
public List<QuestionProperty> questionRelatedNodeProperties
Field Value
Type Description
System.Collections.Generic.List<QuestionProperty>

Properties

View Source

ParentNodeId

Declaration
public int? ParentNodeId { get; }
Property Value
Type Description
System.Nullable<System.Int32>

Extension Methods

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