Sdílet prostřednictvím


SelectAttribute Třída

Definice

Představuje objekt Attribute , který lze umístit do vlastnosti nebo třídy korelace s nastavením možnosti dotazu $select OData.

[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Property, AllowMultiple=true)]
public sealed class SelectAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Property, AllowMultiple=true)>]
type SelectAttribute = class
    inherit Attribute
Public NotInheritable Class SelectAttribute
Inherits Attribute
Dědičnost
SelectAttribute
Atributy

Konstruktory

SelectAttribute()

Inicializuje novou instanci SelectAttribute třídy.

SelectAttribute(String[])

Inicializuje novou instanci SelectAttribute třídy s názvem povolených vlastností select.

Vlastnosti

SelectConfigurations

Získá nebo nastaví SelectExpandType vlastnosti.

SelectType

Získá nebo nastaví SelectExpandType vlastnosti.

Platí pro