Class PropertyNodeView
Inheritance
object
PropertyNodeView
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.Properties
Assembly: cs.temp.dll.dll
Syntax
public class PropertyNodeView : ExecutableNodeView, ICeresNodeView
Constructors
PropertyNodeView(Type, CeresGraphView)
Declaration
public PropertyNodeView(Type type, CeresGraphView graphView)
Parameters
Type | Name | Description |
---|---|---|
Type | type | |
CeresGraphView | graphView |
Properties
PropertyName
Declaration
protected string PropertyName { get; }
Property Value
Type | Description |
---|---|
string |
Methods
CompileNode()
Declaration
public override ExecutableNode CompileNode()
Returns
Type | Description |
---|---|
ExecutableNode |
Overrides
SetNodeInstance(CeresNode)
Declaration
public override void SetNodeInstance(CeresNode ceresNode)
Parameters
Type | Name | Description |
---|---|---|
CeresNode | ceresNode |
Overrides
SetPropertyName(string)
Declaration
public virtual void SetPropertyName(string propertyName)
Parameters
Type | Name | Description |
---|---|---|
string | propertyName |