Sdílet prostřednictvím


StructuralTypeConfiguration<TStructuralType>.Expand Metoda

Definice

Přetížení

Expand(Int32, SelectExpandType, String[])

Nastaví maximální hloubku výsledku rozšíření, rozšiřitelné vlastnosti a jejich SelectExpandType konstrukční typ.

Expand(Int32, String[])

Nastaví maximální hloubku výsledku rozbalení, rozšiřitelné vlastnosti tohoto typu konstrukce.

Expand(SelectExpandType, Int32)

Sady SelectExpandType všech vlastností s maximální hloubkou výsledku rozbalení tohoto typu konstrukce.

Expand(SelectExpandType, String[])

Nastaví rozšiřitelné vlastnosti a jejich SelectExpandType typ konstrukce.

Expand(Int32)

Nastaví všechny vlastnosti rozšířitelné s maximální hloubkou výsledku rozbalení tohoto typu konstrukce.

Expand(String[])

Nastaví rozšiřitelné vlastnosti tohoto typu struktury.

Expand(SelectExpandType)

Sady SelectExpandType všech vlastností tohoto typu konstrukce.

Expand()

Nastaví všechny vlastnosti tohoto typu struktury, které lze rozbalit.

Expand(Int32, SelectExpandType, String[])

Nastaví maximální hloubku výsledku rozšíření, rozšiřitelné vlastnosti a jejich SelectExpandType konstrukční typ.

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)

Parametry

maxDepth
Int32
expandType
SelectExpandType
properties
String[]

Návraty

Platí pro

Expand(Int32, String[])

Nastaví maximální hloubku výsledku rozbalení, rozšiřitelné vlastnosti tohoto typu konstrukce.

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)

Parametry

maxDepth
Int32
properties
String[]

Návraty

Platí pro

Expand(SelectExpandType, Int32)

Sady SelectExpandType všech vlastností s maximální hloubkou výsledku rozbalení tohoto typu konstrukce.

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)

Parametry

expandType
SelectExpandType
maxDepth
Int32

Návraty

Platí pro

Expand(SelectExpandType, String[])

Nastaví rozšiřitelné vlastnosti a jejich SelectExpandType typ konstrukce.

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)

Parametry

expandType
SelectExpandType
properties
String[]

Návraty

Platí pro

Expand(Int32)

Nastaví všechny vlastnosti rozšířitelné s maximální hloubkou výsledku rozbalení tohoto typu konstrukce.

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)

Parametry

maxDepth
Int32

Návraty

Platí pro

Expand(String[])

Nastaví rozšiřitelné vlastnosti tohoto typu struktury.

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)

Parametry

properties
String[]

Návraty

Platí pro

Expand(SelectExpandType)

Sady SelectExpandType všech vlastností tohoto typu konstrukce.

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)

Parametry

expandType
SelectExpandType

Návraty

Platí pro

Expand()

Nastaví všechny vlastnosti tohoto typu struktury, které lze rozbalit.

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)

Návraty

Platí pro