SingletonPathSegment Class

 

An ODataPathSegment implementation representing a singleton in a path.

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


public ref class SingletonPathSegment : ODataPathSegment

NameDescription
System_CAPS_pubmethodSingletonPathSegment(IEdmSingleton^)

Initializes a new instance of the SingletonPathSegment class.

System_CAPS_pubmethodSingletonPathSegment(String^)

Initializes a new instance of the SingletonPathSegment class.

NameDescription
System_CAPS_pubpropertySegmentKind

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

System_CAPS_pubpropertySingleton

Gets the singleton represented by this segment.

System_CAPS_pubpropertySingletonName

Gets the name of the singleton.

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: