SingleEntityCastNode Class
Describes a node representing a type segment that casts a single entity parent node.
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.SingleEntityCastNode
Namespace: Microsoft.Data.OData.Query.SemanticAst
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public NotInheritable Class SingleEntityCastNode _
Inherits SingleEntityNode
'Usage
Dim instance As SingleEntityCastNode
public sealed class SingleEntityCastNode : SingleEntityNode
public ref class SingleEntityCastNode sealed : public SingleEntityNode
[<SealedAttribute>]
type SingleEntityCastNode =
class
inherit SingleEntityNode
end
public final class SingleEntityCastNode extends SingleEntityNode
The SingleEntityCastNode type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SingleEntityCastNode | Initializes a new instance of the SingleEntityCastNode class. |
Top
Properties
Name | Description | |
---|---|---|
EntitySet | Gets the EntitySet containing the source entity. (Overrides SingleEntityNode.EntitySet.) | |
EntityTypeReference | Gets the target type that the source is cast to. (Overrides SingleEntityNode.EntityTypeReference.) | |
Kind | Gets the kind of this node. (Inherited from SingleValueNode.) | |
Source | Gets the entity that casts to a different type. | |
TypeReference | Gets the target type that the source is cast to. (Overrides SingleValueNode.TypeReference.) |
Top
Methods
Name | Description | |
---|---|---|
Accept<T>(QueryNodeVisitor<T>) | Accept a QueryNodeVisitor<T> that walks a tree of QueryNodes. (Inherited from QueryNode.) | |
Accept<T>(QueryNodeVisitor<T>) | Accept a QueryNodeVisitor<T> that walks a tree of QueryNodes. (Overrides QueryNode.Accept<T>(QueryNodeVisitor<T>).) | |
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.