OrderByAttribute Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Représente un Attribute qui peut être placé sur une classe ou une propriété corrélée aux paramètres d’option de requête $orderby d’OData.
[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
- Héritage
-
OrderByAttribute
- Attributs
Constructeurs
OrderByAttribute() |
Initialise une nouvelle instance de la classe OrderByAttribute. |
OrderByAttribute(String[]) |
Initialise une nouvelle instance de la OrderByAttribute classe avec le nom de propriétés $orderby autorisées. |
Propriétés
Disabled |
Indique si le $orderby peut être appliqué à ces propriétés. |
OrderByConfigurations |
Obtient ou définit la configuration $orderby des propriétés. |