Share via


OrderByPropertyNode Class

Represents an order by IEdmProperty expression.

Inheritance Hierarchy

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

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

Syntax

'Declaration
Public Class OrderByPropertyNode _
    Inherits OrderByNode
'Usage
Dim instance As OrderByPropertyNode
public class OrderByPropertyNode : OrderByNode
public ref class OrderByPropertyNode : public OrderByNode
type OrderByPropertyNode =  
    class 
        inherit OrderByNode 
    end
public class OrderByPropertyNode extends OrderByNode

The OrderByPropertyNode type exposes the following members.

Constructors

  Name Description
Public method OrderByPropertyNode(OrderByClause) Initializes a new instance of the OrderByPropertyNode class.
Public method OrderByPropertyNode(IEdmProperty, OrderByDirection) Instantiates a new instance of the OrderByPropertyNode class.

Top

Properties

  Name Description
Public property Direction Gets the OrderByDirection for the current node. (Inherited from OrderByNode.)
Public property OrderByClause Gets the order by clause for this node.
Public property Property Gets the IEdmProperty for the current node.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method 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.

See Also

Reference

System.Web.Http.OData.Query Namespace