EntitySetPathSegment Class

 

An ODataPathSegment implementation representing an entity set.

Namespace:   System.Web.OData.Routing
Assembly:  System.Web.OData (in System.Web.OData.dll)


public ref class EntitySetPathSegment : ODataPathSegment

NameDescription
System_CAPS_pubmethodEntitySetPathSegment(IEdmEntitySetBase^)

Initializes a new instance of the EntitySetPathSegment class.

System_CAPS_pubmethodEntitySetPathSegment(String^)

Initializes a new instance of the EntitySetPathSegment class.

NameDescription
System_CAPS_pubpropertyEntitySetBase

Gets the entity set represented by this segment.

System_CAPS_pubpropertyEntitySetName

Gets the name of the entity set.

System_CAPS_pubpropertySegmentKind

Gets the segment kind for the current segment.(Overrides ODataPathSegment::SegmentKind.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: