SingleEntityNode Class
Represents a base class for all semantic metadata bound nodes which represent a single composable entity value.
Inheritance Hierarchy
System.Object
Microsoft.Data.OData.ODataAnnotatable
Microsoft.Data.OData.Query.SemanticAst.QueryNode
Microsoft.Data.OData.Query.SemanticAst.SingleValueNode
Microsoft.Data.OData.Query.SemanticAst.SingleEntityNode
Microsoft.Data.OData.Query.SemanticAst.EntityRangeVariableReferenceNode
Microsoft.Data.OData.Query.SemanticAst.SingleEntityCastNode
Microsoft.Data.OData.Query.SemanticAst.SingleNavigationNode
Microsoft.Data.OData.Query.SingleEntityFunctionCallNode
Namespace: Microsoft.Data.OData.Query.SemanticAst
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public MustInherit Class SingleEntityNode _
Inherits SingleValueNode
'Usage
Dim instance As SingleEntityNode
public abstract class SingleEntityNode : SingleValueNode
public ref class SingleEntityNode abstract : public SingleValueNode
[<AbstractClassAttribute>]
type SingleEntityNode =
class
inherit SingleValueNode
end
public abstract class SingleEntityNode extends SingleValueNode
The SingleEntityNode type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SingleEntityNode | Initializes a new instance of the SingleEntityNode class. |
Top
Properties
Name | Description | |
---|---|---|
EntitySet | Gets the EntitySet containing this single entity. | |
EntityTypeReference | Gets the type of this single entity. | |
Kind | Gets the kind of this node. (Inherited from SingleValueNode.) | |
TypeReference | Gets the type of the single value this node represents. (Inherited from SingleValueNode.) |
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.