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 SourcenodeId
Declaration
public int nodeId
Field Value
Type | Description |
---|---|
System.Int32 |
nodeName
Declaration
public string nodeName
Field Value
Type | Description |
---|---|
System.String |
parentNodeId
Declaration
public int parentNodeId
Field Value
Type | Description |
---|---|
System.Int32 |
questionRelatedNodeProperties
Declaration
public List<QuestionProperty> questionRelatedNodeProperties
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<QuestionProperty> |
Properties
View SourceParentNodeId
Declaration
public int? ParentNodeId { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |