Class ExecutablePortArrayNodeViewResolver
Inheritance
object
ExecutablePortArrayNodeViewResolver
Implements
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.Flow
Assembly: cs.temp.dll.dll
Syntax
public class ExecutablePortArrayNodeViewResolver : INodeViewResolver
Methods
CreateNodeView(Type, CeresGraphView)
Declaration
public ICeresNodeView CreateNodeView(Type type, CeresGraphView graphView)
Parameters
Type | Name | Description |
---|---|---|
Type | type | |
CeresGraphView | graphView |
Returns
Type | Description |
---|---|
ICeresNodeView |
IsAcceptable(Type)
Declaration
public bool IsAcceptable(Type nodeType)
Parameters
Type | Name | Description |
---|---|---|
Type | nodeType |
Returns
Type | Description |
---|---|
bool |