ExpandAttribute Třída
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
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í. |