Sdílet prostřednictvím


ExpandAttribute Třída

Definice

Attribute Představuje objekt, který lze umístit na vlastnost nebo třídu, která koreluje s nastavením možnosti dotazu $expand OData.

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

Konstruktory

ExpandAttribute()

Inicializuje novou instanci ExpandAttribute třídy .

ExpandAttribute(String[])

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

Vlastnosti

ExpandConfigurations

Získá nebo nastaví ExpandConfiguration navigační vlastnosti.

ExpandType

Získá nebo nastaví ExpandType navigační vlastnosti.

MaxDepth

Získá nebo nastaví maximální hloubku rozbalení navigačních vlastností.

Platí pro