SelectExpandNode Class
Describes the set of structural properties and navigation properties and actions to select and navigation properties to expand while writing an ODataEntry in the response.
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
| Name | Description | |
|---|---|---|
![]() | SelectExpandNode() | Creates a new instance of the SelectExpandNode class. |
![]() | SelectExpandNode(SelectExpandClause^, IEdmEntityType^, IEdmModel^) | Creates a new instance of the SelectExpandNode class describing the set of structural properties, navigation properties, and actions to select and expand for the given selectExpandClause. |
| Name | Description | |
|---|---|---|
![]() | ExpandedNavigationProperties | Gets the list of EDM navigation properties to be expanded in the response. |
![]() | SelectedActions | Gets the list of OData actions to be included in the response. |
![]() | SelectedNavigationProperties | Gets the list of EDM navigation properties to be included as links in the response. |
![]() | SelectedStructuralProperties | Gets the list of EDM structural properties to be included in the response. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


