Class CeresNodeSearchEntryData
Inheritance
object
CeresNodeSearchEntryData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Ceres.Editor.Graph
Assembly: cs.temp.dll.dll
Syntax
public class CeresNodeSearchEntryData
Fields
Data
Additional data if need
Declaration
public object Data
Field Value
Type | Description |
---|---|
object |
NodeType
Primary type that entry contained
Declaration
public Type NodeType
Field Value
Type | Description |
---|---|
Type |
SubType
Secondary type that entry contained, used for generic argument
Declaration
public Type SubType
Field Value
Type | Description |
---|---|
Type |