SingleEntityNode 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.
Base class for all semantic metadata bound nodes which represent a single composable entity value.
public abstract class SingleEntityNode : Microsoft.OData.UriParser.SingleResourceNode
type SingleEntityNode = class
inherit SingleResourceNode
Public MustInherit Class SingleEntityNode
Inherits SingleResourceNode
- Inheritance
- Derived
Constructors
SingleEntityNode() |
Properties
EntityTypeReference |
Gets the type of this single entity. |
Kind |
Gets the kind of this node. (Inherited from SingleValueNode) |
NavigationSource |
Gets the navigation source containing this single entity/complex. (Inherited from SingleResourceNode) |
StructuredTypeReference |
Gets the type of this single entity/complex. (Inherited from SingleResourceNode) |
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) |