C# Class Bender.Nodes.CharacterSeparated.ValueNode

Inheritance: NodeBase
Show file Open project: mikeobrien/Bender

Public Methods

Method Description
ValueNode ( string name, INode parent, object value = null )

Protected Methods

Method Description
GetName ( ) : string
GetNodeType ( ) : NodeType
GetValue ( ) : object
SetName ( string name ) : void
SetNodeType ( NodeType nodeType ) : void
SetValue ( object value ) : void

Method Details

GetName() protected method

protected GetName ( ) : string
return string

GetNodeType() protected method

protected GetNodeType ( ) : NodeType
return NodeType

GetValue() protected method

protected GetValue ( ) : object
return object

SetName() protected method

protected SetName ( string name ) : void
name string
return void

SetNodeType() protected method

protected SetNodeType ( NodeType nodeType ) : void
nodeType NodeType
return void

SetValue() protected method

protected SetValue ( object value ) : void
value object
return void

ValueNode() public method

public ValueNode ( string name, INode parent, object value = null )
name string
parent INode
value object