SingleResourceNode Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Node representing a resource, including entity and complex.
public abstract class SingleResourceNode : Microsoft.OData.UriParser.SingleValueNode
type SingleResourceNode = class
inherit SingleValueNode
Public MustInherit Class SingleResourceNode
Inherits SingleValueNode
- Inheritance
- Derived
Constructors
SingleResourceNode() |
Properties
Kind |
Gets the kind of this node. (Inherited from SingleValueNode) |
NavigationSource |
Gets the navigation source containing this single entity/complex. |
StructuredTypeReference |
Gets the type of this single entity/complex. |
TypeReference |
Gets the type of the single value this node represents. (Inherited from SingleValueNode) |
Methods
Accept<T>(QueryNodeVisitor<T>) |
Accept a QueryNodeVisitor<T> that walks a tree of QueryNodes. (Inherited from QueryNode) |