SingleNavigationNode Class

Describes a node representing a single navigation property.

Inheritance Hierarchy

System.Object
  Microsoft.Data.OData.ODataAnnotatable
    Microsoft.Data.OData.Query.SemanticAst.QueryNode
      Microsoft.Data.OData.Query.SemanticAst.SingleValueNode
        Microsoft.Data.OData.Query.SemanticAst.SingleEntityNode
          Microsoft.Data.OData.Query.SemanticAst.SingleNavigationNode

Namespace:  Microsoft.Data.OData.Query.SemanticAst
Assembly:  Microsoft.Data.OData (in Microsoft.Data.OData.dll)

Syntax

'Declaration
Public NotInheritable Class SingleNavigationNode _
    Inherits SingleEntityNode
'Usage
Dim instance As SingleNavigationNode
public sealed class SingleNavigationNode : SingleEntityNode
public ref class SingleNavigationNode sealed : public SingleEntityNode
[<SealedAttribute>]
type SingleNavigationNode =  
    class 
        inherit SingleEntityNode 
    end
public final class SingleNavigationNode extends SingleEntityNode

The SingleNavigationNode type exposes the following members.

Constructors

  Name Description
Public method SingleNavigationNode(IEdmNavigationProperty, IEdmEntitySet) Initializes a new instance of the SingleNavigationNode class.
Public method SingleNavigationNode(IEdmNavigationProperty, SingleEntityNode) Initializes a new instance of the SingleNavigationNode class.

Top

Properties

  Name Description
Public property EntitySet Gets the entity set that this NavigationProperty targets. (Overrides SingleEntityNode.EntitySet.)
Public property EntityTypeReference Gets the type of entity that this NavigationProperty targets. (Overrides SingleEntityNode.EntityTypeReference.)
Public property Kind Gets the kind of this node. (Inherited from SingleValueNode.)
Public property NavigationProperty Gets the navigation property this node represents.
Public property Source Gets the previous node in the path.
Public property TargetMultiplicity Gets the target multiplicity.
Public property TypeReference Gets the type of entity that this NavigationProperty targets. (Overrides SingleValueNode.TypeReference.)

Top

Methods

  Name Description
Public method Accept<T>(QueryNodeVisitor<T>) Accept a QueryNodeVisitor<T> that walks a tree of QueryNodes. (Inherited from QueryNode.)
Public method Accept<T>(QueryNodeVisitor<T>) Accept a QueryNodeVisitor<T> that walks a tree of QueryNodes. (Overrides QueryNode.Accept<T>(QueryNodeVisitor<T>).)
Public method Equals (Inherited from Object.)
Public method GetAnnotation<T> Gets or sets the annotation by type. (Inherited from ODataAnnotatable.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method SetAnnotation<T> Sets an annotation of type T. (Inherited from ODataAnnotatable.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Data.OData.Query.SemanticAst Namespace