C# Class Bamboo.Prevalence.XPath.Internal.ObjectNavigatorState

Show file Open project: bamboo/Bamboo.Prevalence Class Usage Examples

Protected Properties

Property Type Description
_context ObjectNavigationContext
_index int
_name string
_node object
_parent ObjectNavigatorState

Private Properties

Property Type Description
CreateElementState ObjectNavigatorState
IsSamePosition bool
MoveToChild ObjectNavigatorState
MoveToFirstChild ObjectNavigatorState
MoveToNext ObjectNavigatorState

Public Methods

Method Description
ObjectNavigatorState ( ObjectNavigationContext context, ObjectNavigatorState parent, object node, string name ) : System

Private Methods

Method Description
CreateElementState ( ObjectNavigationContext context, ObjectNavigatorState parent, object node, string name ) : ObjectNavigatorState
IsSamePosition ( ObjectNavigatorState other ) : bool
MoveToChild ( int index ) : ObjectNavigatorState
MoveToFirstChild ( ) : ObjectNavigatorState
MoveToNext ( ) : ObjectNavigatorState

Method Details

ObjectNavigatorState() public method

public ObjectNavigatorState ( ObjectNavigationContext context, ObjectNavigatorState parent, object node, string name ) : System
context ObjectNavigationContext
parent ObjectNavigatorState
node object
name string
return System

Property Details

_context protected property

protected ObjectNavigationContext,Bamboo.Prevalence.XPath.Internal _context
return ObjectNavigationContext

_index protected property

protected int _index
return int

_name protected property

protected string _name
return string

_node protected property

protected object _node
return object

_parent protected property

protected ObjectNavigatorState,Bamboo.Prevalence.XPath.Internal _parent
return ObjectNavigatorState