CollectionPropertyAccessNode Class
Represents an access to a collection property value.
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.CollectionPropertyAccessNode
Namespace: Microsoft.Data.OData.Query.SemanticAst
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public NotInheritable Class CollectionPropertyAccessNode _
Inherits CollectionNode
'Usage
Dim instance As CollectionPropertyAccessNode
public sealed class CollectionPropertyAccessNode : CollectionNode
public ref class CollectionPropertyAccessNode sealed : public CollectionNode
[<SealedAttribute>]
type CollectionPropertyAccessNode =
class
inherit CollectionNode
end
public final class CollectionPropertyAccessNode extends CollectionNode
The CollectionPropertyAccessNode type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CollectionPropertyAccessNode | Initializes a new instance of the CollectionPropertyAccessNode class. |
Top
Properties
Name | Description | |
---|---|---|
CollectionType | The type of the collection represented by this node. (Overrides CollectionNode.CollectionType.) | |
ItemType | Gets the resource type of a single item from the collection represented by this node. (Overrides CollectionNode.ItemType.) | |
Kind | Gets the kind of this node. (Inherited from CollectionNode.) | |
Property | Gets the EDM property which is to be accessed. | |
Source | Gets the value containing the property. |
Top
Methods
Name | Description | |
---|---|---|
Accept<T>(QueryNodeVisitor<T>) | Accept a QueryNodeVisitor<T> to walk a tree of QueryNodes. (Overrides QueryNode.Accept<T>(QueryNodeVisitor<T>).) | |
Accept<T>(QueryNodeVisitor<T>) | Accept a QueryNodeVisitor<T> that walks a tree of QueryNodes. (Inherited from QueryNode.) | |
Equals | (Inherited from Object.) | |
GetAnnotation<T> | Gets or sets the annotation by type. (Inherited from ODataAnnotatable.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (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.