Share via


ODataResourceSerializer.CreateSelectExpandNode(ResourceContext) Method

Definition

Creates the SelectExpandNode that describes the set of properties and actions to select and expand while writing this entity.

public virtual Microsoft.AspNet.OData.Formatter.Serialization.SelectExpandNode CreateSelectExpandNode (Microsoft.AspNet.OData.ResourceContext resourceContext);
abstract member CreateSelectExpandNode : Microsoft.AspNet.OData.ResourceContext -> Microsoft.AspNet.OData.Formatter.Serialization.SelectExpandNode
override this.CreateSelectExpandNode : Microsoft.AspNet.OData.ResourceContext -> Microsoft.AspNet.OData.Formatter.Serialization.SelectExpandNode
Public Overridable Function CreateSelectExpandNode (resourceContext As ResourceContext) As SelectExpandNode

Parameters

resourceContext
ResourceContext

Contains the entity instance being written and the context.

Returns

The SelectExpandNode that describes the set of properties and actions to select and expand while writing this entity.

Applies to