Share via


SelectExpandNode.GetStructuralProperties Method

Definition

Caution

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

Separate the structural properties into two parts:

  1. Complex and collection of complex are nested structural properties.
  2. Others are non-nested structural properties.
[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))

Parameters

structuredType
IEdmStructuredType

The structural type of the resource.

structuralProperties
HashSet<IEdmStructuralProperty>

The non-nested structural properties of the structural type.

nestedStructuralProperties
HashSet<IEdmStructuralProperty>

The nested structural properties of the structural type.

Attributes

Applies to