CollectionComplexNode 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 represents a collection complex property.
public class CollectionComplexNode : Microsoft.OData.UriParser.CollectionResourceNode
type CollectionComplexNode = class
inherit CollectionResourceNode
Public Class CollectionComplexNode
Inherits CollectionResourceNode
- Inheritance
Constructors
CollectionComplexNode(SingleResourceNode, IEdmProperty) |
Constructs a new CollectionComplexNode. |
Properties
CollectionType |
The type of the collection represented by this node. |
ItemStructuredType |
Gets the structured type of a single item from the collection represented by this node. |
ItemType |
Gets the type of a single item from the collection represented by this node. |
Kind |
Gets the kind of this node. (Inherited from CollectionNode) |
NavigationSource |
Gets the navigation source that our collection comes from. |
Property |
Gets the EDM property which is to be accessed. |
Source |
Gets the resource node containing the property. |
Methods
Accept<T>(QueryNodeVisitor<T>) |
Accept a QueryNodeVisitor<T> to walk a tree of QueryNodes. |