EntityCollectionNode Class
Represents a base class for all semantically bound nodes which represent a composable collection of values.
Inheritance Hierarchy
System.Object
Microsoft.Data.OData.ODataAnnotatable
Microsoft.Data.OData.Query.SemanticAst.QueryNode
Microsoft.Data.OData.Query.SemanticAst.CollectionNode
Microsoft.Data.OData.Query.SemanticAst.EntityCollectionNode
Microsoft.Data.OData.Query.SemanticAst.CollectionNavigationNode
Microsoft.Data.OData.Query.SemanticAst.EntityCollectionCastNode
Microsoft.Data.OData.Query.SemanticAst.EntityCollectionFunctionCallNode
Namespace: Microsoft.Data.OData.Query.SemanticAst
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public MustInherit Class EntityCollectionNode _
Inherits CollectionNode
'Usage
Dim instance As EntityCollectionNode
public abstract class EntityCollectionNode : CollectionNode
public ref class EntityCollectionNode abstract : public CollectionNode
[<AbstractClassAttribute>]
type EntityCollectionNode =
class
inherit CollectionNode
end
public abstract class EntityCollectionNode extends CollectionNode
The EntityCollectionNode type exposes the following members.
Constructors
Name | Description | |
---|---|---|
EntityCollectionNode | Initializes a new instance of the EntityCollectionNode class. |
Top
Properties
Name | Description | |
---|---|---|
CollectionType | The type of the collection represented by this node. (Inherited from CollectionNode.) | |
EntityItemType | Gets the resource type of a single entity from the collection represented by this node. | |
EntitySet | Gets the EntitySet that contains this collection. | |
ItemType | Gets the resource type of a single item from the collection represented by this node. (Inherited from CollectionNode.) | |
Kind | Gets the kind of this node. (Inherited from CollectionNode.) |
Top
Methods
Name | Description | |
---|---|---|
Accept<T> | Accept a QueryNodeVisitor<T> that walks a tree of QueryNodes. (Inherited from QueryNode.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetAnnotation<T> | Gets or sets the annotation by type. (Inherited from ODataAnnotatable.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
SetAnnotation<T> | Sets an annotation of type T. (Inherited from ODataAnnotatable.) | |
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.