Partager via


StructuralTypeConfiguration<TStructuralType>.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 leurs SelectExpandType de ce type structurel.

Expand(Int32, String[])

Définit la profondeur maximale du résultat de développement, propriétés extensibles de ce type de structure.

Expand(SelectExpandType, Int32)

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

Expand(SelectExpandType, String[])

Définit les propriétés extensibles et leurs SelectExpandType de ce type de structure.

Expand(Int32)

Définit toutes les propriétés extensibles avec une profondeur maximale de résultat d’expansion de ce type de structure.

Expand(String[])

Définit les propriétés extensibles de ce type de structure.

Expand(SelectExpandType)

Ensembles SelectExpandType de toutes les propriétés de ce type structurel.

Expand()

Définit toutes les propriétés extensibles de ce type de structure.

Expand(Int32, SelectExpandType, String[])

Définit la profondeur maximale du résultat d’expansion, des propriétés extensibles et leurs SelectExpandType de ce type structurel.

public Microsoft.AspNet.OData.Builder.StructuralTypeConfiguration<TStructuralType> 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.StructuralTypeConfiguration<'StructuralType (requires 'StructuralType : null)>
Public Function Expand (maxDepth As Integer, expandType As SelectExpandType, ParamArray properties As String()) As StructuralTypeConfiguration(Of TStructuralType)

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 ce type de structure.

public Microsoft.AspNet.OData.Builder.StructuralTypeConfiguration<TStructuralType> Expand (int maxDepth, params string[] properties);
member this.Expand : int * string[] -> Microsoft.AspNet.OData.Builder.StructuralTypeConfiguration<'StructuralType (requires 'StructuralType : null)>
Public Function Expand (maxDepth As Integer, ParamArray properties As String()) As StructuralTypeConfiguration(Of TStructuralType)

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 de ce type structurel.

public Microsoft.AspNet.OData.Builder.StructuralTypeConfiguration<TStructuralType> Expand (Microsoft.AspNet.OData.Query.SelectExpandType expandType, int maxDepth);
member this.Expand : Microsoft.AspNet.OData.Query.SelectExpandType * int -> Microsoft.AspNet.OData.Builder.StructuralTypeConfiguration<'StructuralType (requires 'StructuralType : null)>
Public Function Expand (expandType As SelectExpandType, maxDepth As Integer) As StructuralTypeConfiguration(Of TStructuralType)

Paramètres

expandType
SelectExpandType
maxDepth
Int32

Retours

S’applique à

Expand(SelectExpandType, String[])

Définit les propriétés extensibles et leurs SelectExpandType de ce type de structure.

public Microsoft.AspNet.OData.Builder.StructuralTypeConfiguration<TStructuralType> Expand (Microsoft.AspNet.OData.Query.SelectExpandType expandType, params string[] properties);
member this.Expand : Microsoft.AspNet.OData.Query.SelectExpandType * string[] -> Microsoft.AspNet.OData.Builder.StructuralTypeConfiguration<'StructuralType (requires 'StructuralType : null)>
Public Function Expand (expandType As SelectExpandType, ParamArray properties As String()) As StructuralTypeConfiguration(Of TStructuralType)

Paramètres

expandType
SelectExpandType
properties
String[]

Retours

S’applique à

Expand(Int32)

Définit toutes les propriétés extensibles avec une profondeur maximale de résultat d’expansion de ce type de structure.

public Microsoft.AspNet.OData.Builder.StructuralTypeConfiguration<TStructuralType> Expand (int maxDepth);
member this.Expand : int -> Microsoft.AspNet.OData.Builder.StructuralTypeConfiguration<'StructuralType (requires 'StructuralType : null)>
Public Function Expand (maxDepth As Integer) As StructuralTypeConfiguration(Of TStructuralType)

Paramètres

maxDepth
Int32

Retours

S’applique à

Expand(String[])

Définit les propriétés extensibles de ce type de structure.

public Microsoft.AspNet.OData.Builder.StructuralTypeConfiguration<TStructuralType> Expand (params string[] properties);
member this.Expand : string[] -> Microsoft.AspNet.OData.Builder.StructuralTypeConfiguration<'StructuralType (requires 'StructuralType : null)>
Public Function Expand (ParamArray properties As String()) As StructuralTypeConfiguration(Of TStructuralType)

Paramètres

properties
String[]

Retours

S’applique à

Expand(SelectExpandType)

Ensembles SelectExpandType de toutes les propriétés de ce type structurel.

public Microsoft.AspNet.OData.Builder.StructuralTypeConfiguration<TStructuralType> Expand (Microsoft.AspNet.OData.Query.SelectExpandType expandType);
member this.Expand : Microsoft.AspNet.OData.Query.SelectExpandType -> Microsoft.AspNet.OData.Builder.StructuralTypeConfiguration<'StructuralType (requires 'StructuralType : null)>
Public Function Expand (expandType As SelectExpandType) As StructuralTypeConfiguration(Of TStructuralType)

Paramètres

expandType
SelectExpandType

Retours

S’applique à

Expand()

Définit toutes les propriétés extensibles de ce type de structure.

public Microsoft.AspNet.OData.Builder.StructuralTypeConfiguration<TStructuralType> Expand ();
member this.Expand : unit -> Microsoft.AspNet.OData.Builder.StructuralTypeConfiguration<'StructuralType (requires 'StructuralType : null)>
Public Function Expand () As StructuralTypeConfiguration(Of TStructuralType)

Retours

S’applique à