Share via


CollectionOpenPropertyAccessNode Class

Definition

Node representing an access to a open collection property value.

public sealed class CollectionOpenPropertyAccessNode : Microsoft.OData.UriParser.CollectionNode
type CollectionOpenPropertyAccessNode = class
    inherit CollectionNode
Public NotInheritable Class CollectionOpenPropertyAccessNode
Inherits CollectionNode
Inheritance
CollectionOpenPropertyAccessNode

Constructors

CollectionOpenPropertyAccessNode(SingleValueNode, String)

Constructs a new CollectionOpenPropertyAccessNode.

Properties

CollectionType

The type of the collection represented by this node.

ItemType

Gets the resource type of a single item from the collection represented by this node.

Kind

Gets the kind of this node.

(Inherited from CollectionNode)
Name

Gets the name of the open property to be bound outside the EDM model.

Source

Gets the value containing the property.

Methods

Accept<T>(QueryNodeVisitor<T>)

Accept a QueryNodeVisitor<T> to walk a tree of QueryNodes.

Applies to