Table of Contents

Class CeresNodeSearchEntryData

Namespace
Ceres.Editor.Graph
Assembly
Ceres.Graph.Editor.dll
public class CeresNodeSearchEntryData
Inheritance
CeresNodeSearchEntryData
Inherited Members

Constructors

CeresNodeSearchEntryData()

public CeresNodeSearchEntryData()

Fields

Data

Additional data if need

public object Data

Field Value

object

NodeType

Primary type that entry contained

public Type NodeType

Field Value

Type

SubType

Secondary type that entry contained, used for generic argument

public Type SubType

Field Value

Type