C# Class SenseNet.ContentRepository.Xpath.NavigableContent

Wrapper class of the SenseNet.ContentRepository.Content. Implements the System.Xml.XPath.IXPathNavigable for accessing an System.Xml.XPath.XPathNavigator
Inheritance: IXPathNavigable
Mostra file Open project: maxpavlov/FlexNet

Public Methods

Method Description
CreateNavigator ( ) : XPathNavigator

Creates a System.Xml.XPath.XPathNavigator instance.

NavigableContent ( Content content ) : System

Creates an instance of the NavigableContent.

Method Details

CreateNavigator() public method

Creates a System.Xml.XPath.XPathNavigator instance.
public CreateNavigator ( ) : XPathNavigator
return System.Xml.XPath.XPathNavigator

NavigableContent() public method

Creates an instance of the NavigableContent.
public NavigableContent ( Content content ) : System
content Content Wrapped instance.
return System