Share via


ODataSegment Class

Definition

Represents an OData segment. For example, an entity set segment.

public abstract class ODataSegment
type ODataSegment = class
Public MustInherit Class ODataSegment
Inheritance
ODataSegment
Derived

Constructors

ODataSegment()

Properties

Deprecation

Provides any deprecation information for the segment.

EntityType

Gets the entity type of current segment.

Identifier

Gets the identifier of this segment.

Kind

Gets the kind of this segment.

Methods

GetAnnotables()

Returns the list of IEdmVocabularyAnnotatable this segment refers to.

GetPathHash(OpenApiConvertSettings, ODataPath)

Profides a suffix for the operation id based on the operation path.

GetPathItemName(OpenApiConvertSettings, HashSet<String>)

Gets the path item name for this segment.

GetPathItemName(OpenApiConvertSettings)

Gets the path item name for this segment.

Applies to