다음을 통해 공유


OrderByAttribute 클래스

정의

Attribute OData의 $orderby 쿼리 옵션 설정과 상관 관계가 있는 클래스 또는 속성에 배치할 수 있는 을 나타냅니다.

[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Property, AllowMultiple=true)]
public sealed class OrderByAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Property, AllowMultiple=true)>]
type OrderByAttribute = class
    inherit Attribute
Public NotInheritable Class OrderByAttribute
Inherits Attribute
상속
OrderByAttribute
특성

생성자

OrderByAttribute()

OrderByAttribute 클래스의 새 인스턴스를 초기화합니다.

OrderByAttribute(String[])

허용되는 $orderby 속성의 이름으로 클래스의 새 인스턴스 OrderByAttribute 를 초기화합니다.

속성

Disabled

이러한 속성에 $orderby 적용할 수 있는지 여부를 나타냅니다.

OrderByConfigurations

속성의 $orderby 구성을 가져오거나 설정합니다.

적용 대상