Share via


SingleComplexNode Class

Definition

Node representing a complex.

public class SingleComplexNode : Microsoft.OData.UriParser.SingleResourceNode
type SingleComplexNode = class
    inherit SingleResourceNode
Public Class SingleComplexNode
Inherits SingleResourceNode
Inheritance

Constructors

SingleComplexNode(SingleResourceNode, IEdmProperty)

Constructs a SingleComplexNode.

Properties

Kind

Gets the kind of this node.

(Inherited from SingleValueNode)
NavigationSource

Gets the navigation source containing the complex.

Property

Gets the EDM property which is to be accessed.

Source

Gets the resource node containing this property.

StructuredTypeReference

The target type that the property represents.

TypeReference

The target type that the property represents.

Methods

Accept<T>(QueryNodeVisitor<T>)

Accept a QueryNodeVisitor<T> that walks a tree of QueryNodes.

Applies to