Sdílet prostřednictvím


SelectExpandNode.GetStructuralProperties Metoda

Definice

Upozornění

This public method is not used anymore. It will be removed later.

Rozdělte konstrukční vlastnosti na dvě části:

  1. Komplexní a kolekce komplexních jsou vnořené strukturální vlastnosti.
  2. Jiné jsou vnořené strukturální vlastnosti.
[System.Obsolete("This public method is not used anymore. It will be removed later.")]
public static void GetStructuralProperties (Microsoft.OData.Edm.IEdmStructuredType structuredType, System.Collections.Generic.HashSet<Microsoft.OData.Edm.IEdmStructuralProperty> structuralProperties, System.Collections.Generic.HashSet<Microsoft.OData.Edm.IEdmStructuralProperty> nestedStructuralProperties);
[<System.Obsolete("This public method is not used anymore. It will be removed later.")>]
static member GetStructuralProperties : Microsoft.OData.Edm.IEdmStructuredType * System.Collections.Generic.HashSet<Microsoft.OData.Edm.IEdmStructuralProperty> * System.Collections.Generic.HashSet<Microsoft.OData.Edm.IEdmStructuralProperty> -> unit
Public Shared Sub GetStructuralProperties (structuredType As IEdmStructuredType, structuralProperties As HashSet(Of IEdmStructuralProperty), nestedStructuralProperties As HashSet(Of IEdmStructuralProperty))

Parametry

structuredType
IEdmStructuredType

Strukturální typ prostředku.

structuralProperties
HashSet<IEdmStructuralProperty>

Vnořené strukturální vlastnosti strukturálního typu.

nestedStructuralProperties
HashSet<IEdmStructuralProperty>

Vnořené strukturální vlastnosti strukturálního typu.

Atributy

Platí pro