C# Class Bender.Nodes.Object.DictionaryNode

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

Méthodes publiques

Méthode Description
DictionaryNode ( Bender.Nodes.Object.Context context, string name, IValue dictionary, CachedMember member, INode parent, int index = null ) : System
Initialize ( ) : void

Méthodes protégées

Méthode Description
AddNode ( INode node, bool named, Action modify ) : void
GetNodeType ( ) : NodeType
GetNodes ( ) : IEnumerable

Private Methods

Méthode Description
EnumerateNodes ( ) : IEnumerable

Method Details

AddNode() protected méthode

protected AddNode ( INode node, bool named, Action modify ) : void
node INode
named bool
modify Action
Résultat void

DictionaryNode() public méthode

public DictionaryNode ( Bender.Nodes.Object.Context context, string name, IValue dictionary, CachedMember member, INode parent, int index = null ) : System
context Bender.Nodes.Object.Context
name string
dictionary IValue
member CachedMember
parent INode
index int
Résultat System

GetNodeType() protected méthode

protected GetNodeType ( ) : NodeType
Résultat NodeType

GetNodes() protected méthode

protected GetNodes ( ) : IEnumerable
Résultat IEnumerable

Initialize() public méthode

public Initialize ( ) : void
Résultat void