Show / Hide Table of Contents

Class LearnNode

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

Fields

View Source

antagonisingNodes

Declaration
public AntagonisingNode[] antagonisingNodes
Field Value
Type Description
AntagonisingNode[]
View Source

associatedNodes

Declaration
public AssociatedNode[] associatedNodes
Field Value
Type Description
AssociatedNode[]
View Source

childNodes

Declaration
public LearnNode[] childNodes
Field Value
Type Description
LearnNode[]
View Source

name

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

nodeCategories

Declaration
public NodeCategory[] nodeCategories
Field Value
Type Description
NodeCategory[]
View Source

nodeId

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

nodeProficiencyLevels

Declaration
public NodeProficiencyLevel[] nodeProficiencyLevels
Field Value
Type Description
NodeProficiencyLevel[]
View Source

nodeProperties

Declaration
public NodeProperty[] nodeProperties
Field Value
Type Description
NodeProperty[]
View Source

productId

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

relatedNodes

Declaration
public RelatedNode[] relatedNodes
Field Value
Type Description
RelatedNode[]

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