Share via


OrderByPropertyNode Class

 

Represents an order by IEdmProperty expression.

Namespace:   System.Web.Http.OData.Query
Assembly:  System.Web.Http.OData (in System.Web.Http.OData.dll)

Inheritance Hierarchy

System.Object
  System.Web.Http.OData.Query.OrderByNode
    System.Web.Http.OData.Query.OrderByPropertyNode

Syntax

public class OrderByPropertyNode : OrderByNode
public ref class OrderByPropertyNode : OrderByNode
type OrderByPropertyNode = 
    class
        inherit OrderByNode
    end
Public Class OrderByPropertyNode
    Inherits OrderByNode

Constructors

Name Description
System_CAPS_pubmethod OrderByPropertyNode(IEdmProperty, OrderByDirection)

Initializes a new instance of the OrderByPropertyNode class.

System_CAPS_pubmethod OrderByPropertyNode(OrderByClause)

Initializes a new instance of the OrderByPropertyNode class.

Properties

Name Description
System_CAPS_pubproperty Direction

Gets the OrderByDirection for the current node. (Inherited from OrderByNode.)

System_CAPS_pubproperty OrderByClause

Gets the OrderByClause of this node.

System_CAPS_pubproperty Property

Gets the IEdmProperty for the current node.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

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.

See Also

System.Web.Http.OData.Query Namespace

Return to top