Partager via


PropertyConfiguration.Expand Méthode

Définition

Surcharges

Expand(Int32, SelectExpandType, String[])

Définit la profondeur maximale du résultat d’expansion, des propriétés extensibles et leur SelectExpandType de cette propriété de navigation.

Expand(Int32, String[])

Définit la profondeur maximale du résultat de développement, propriétés extensibles de cette propriété de navigation.

Expand(SelectExpandType, Int32)

Ensembles SelectExpandType de toutes les propriétés avec une profondeur maximale de résultat d’expansion.

Expand(SelectExpandType, String[])

Définit les propriétés extensibles et leur SelectExpandType de cette propriété de navigation.

Expand(Int32)

Définit toutes les propriétés extensibles avec une profondeur maximale du résultat de développement.

Expand(SelectExpandType)

Ensembles SelectExpandType de toutes les propriétés.

Expand()

Définit toutes les propriétés pouvant être étendues.

Expand(String[])

Définit les propriétés extensibles de cette propriété de navigation.

Expand(Int32, SelectExpandType, String[])

Définit la profondeur maximale du résultat d’expansion, des propriétés extensibles et leur SelectExpandType de cette propriété de navigation.

public Microsoft.AspNet.OData.Builder.PropertyConfiguration Expand (int maxDepth, Microsoft.AspNet.OData.Query.SelectExpandType expandType, params string[] properties);
member this.Expand : int * Microsoft.AspNet.OData.Query.SelectExpandType * string[] -> Microsoft.AspNet.OData.Builder.PropertyConfiguration
Public Function Expand (maxDepth As Integer, expandType As SelectExpandType, ParamArray properties As String()) As PropertyConfiguration

Paramètres

maxDepth
Int32
expandType
SelectExpandType
properties
String[]

Retours

S’applique à

Expand(Int32, String[])

Définit la profondeur maximale du résultat de développement, propriétés extensibles de cette propriété de navigation.

public Microsoft.AspNet.OData.Builder.PropertyConfiguration Expand (int maxDepth, params string[] properties);
member this.Expand : int * string[] -> Microsoft.AspNet.OData.Builder.PropertyConfiguration
Public Function Expand (maxDepth As Integer, ParamArray properties As String()) As PropertyConfiguration

Paramètres

maxDepth
Int32
properties
String[]

Retours

S’applique à

Expand(SelectExpandType, Int32)

Ensembles SelectExpandType de toutes les propriétés avec une profondeur maximale de résultat d’expansion.

public Microsoft.AspNet.OData.Builder.PropertyConfiguration Expand (Microsoft.AspNet.OData.Query.SelectExpandType expandType, int maxDepth);
member this.Expand : Microsoft.AspNet.OData.Query.SelectExpandType * int -> Microsoft.AspNet.OData.Builder.PropertyConfiguration
Public Function Expand (expandType As SelectExpandType, maxDepth As Integer) As PropertyConfiguration

Paramètres

expandType
SelectExpandType
maxDepth
Int32

Retours

S’applique à

Expand(SelectExpandType, String[])

Définit les propriétés extensibles et leur SelectExpandType de cette propriété de navigation.

public Microsoft.AspNet.OData.Builder.PropertyConfiguration Expand (Microsoft.AspNet.OData.Query.SelectExpandType expandType, params string[] properties);
member this.Expand : Microsoft.AspNet.OData.Query.SelectExpandType * string[] -> Microsoft.AspNet.OData.Builder.PropertyConfiguration
Public Function Expand (expandType As SelectExpandType, ParamArray properties As String()) As PropertyConfiguration

Paramètres

expandType
SelectExpandType
properties
String[]

Retours

S’applique à

Expand(Int32)

Définit toutes les propriétés extensibles avec une profondeur maximale du résultat de développement.

public Microsoft.AspNet.OData.Builder.PropertyConfiguration Expand (int maxDepth);
member this.Expand : int -> Microsoft.AspNet.OData.Builder.PropertyConfiguration
Public Function Expand (maxDepth As Integer) As PropertyConfiguration

Paramètres

maxDepth
Int32

Retours

S’applique à

Expand(SelectExpandType)

Ensembles SelectExpandType de toutes les propriétés.

public Microsoft.AspNet.OData.Builder.PropertyConfiguration Expand (Microsoft.AspNet.OData.Query.SelectExpandType expandType);
member this.Expand : Microsoft.AspNet.OData.Query.SelectExpandType -> Microsoft.AspNet.OData.Builder.PropertyConfiguration
Public Function Expand (expandType As SelectExpandType) As PropertyConfiguration

Paramètres

expandType
SelectExpandType

Retours

S’applique à

Expand()

Définit toutes les propriétés pouvant être étendues.

public Microsoft.AspNet.OData.Builder.PropertyConfiguration Expand ();
member this.Expand : unit -> Microsoft.AspNet.OData.Builder.PropertyConfiguration
Public Function Expand () As PropertyConfiguration

Retours

S’applique à

Expand(String[])

Définit les propriétés extensibles de cette propriété de navigation.

public Microsoft.AspNet.OData.Builder.PropertyConfiguration Expand (params string[] properties);
member this.Expand : string[] -> Microsoft.AspNet.OData.Builder.PropertyConfiguration
Public Function Expand (ParamArray properties As String()) As PropertyConfiguration

Paramètres

properties
String[]

Retours

S’applique à