C# Class Bender.Nodes.Object.ValueNode

Inheritance: ObjectNodeBase
Show file Open project: mikeobrien/Bender

Public Methods

Method Description
ValueNode ( Bender.Nodes.Object.Context context, string name, IValue source, CachedMember member, INode parent, int index = null ) : System

Protected Methods

Method Description
GetNodeType ( ) : NodeType

Method Details

GetNodeType() protected method

protected GetNodeType ( ) : NodeType
return NodeType

ValueNode() public method

public ValueNode ( Bender.Nodes.Object.Context context, string name, IValue source, CachedMember member, INode parent, int index = null ) : System
context Bender.Nodes.Object.Context
name string
source IValue
member CachedMember
parent INode
index int
return System