C# Class Bender.Nodes.CharacterSeparated.ValueNode

Inheritance: NodeBase
Afficher le fichier Open project: mikeobrien/Bender

Méthodes publiques

Méthode Description
ValueNode ( string name, INode parent, object value = null )

Méthodes protégées

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

Method Details

GetName() protected méthode

protected GetName ( ) : string
Résultat string

GetNodeType() protected méthode

protected GetNodeType ( ) : NodeType
Résultat NodeType

GetValue() protected méthode

protected GetValue ( ) : object
Résultat object

SetName() protected méthode

protected SetName ( string name ) : void
name string
Résultat void

SetNodeType() protected méthode

protected SetNodeType ( NodeType nodeType ) : void
nodeType NodeType
Résultat void

SetValue() protected méthode

protected SetValue ( object value ) : void
value object
Résultat void

ValueNode() public méthode

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