C# Class Bender.Nodes.Object.ObjectNodeBase

Inheritance: NodeBase
Show file Open project: mikeobrien/Bender Class Usage Examples

Public Properties

Property Type Description
NodeFormat string

Protected Methods

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

Private Methods

Method Description
BuildPath ( ObjectNodeBase node ) : string

Method Details

GetName() protected method

protected GetName ( ) : string
return string

ObjectNodeBase() protected method

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

Property Details

NodeFormat public static property

public static string NodeFormat
return string