Share via


ODataOperationImportSegment Class

Definition

Operation import segment.

public class ODataOperationImportSegment : Microsoft.OpenApi.OData.Edm.ODataSegment
type ODataOperationImportSegment = class
    inherit ODataSegment
Public Class ODataOperationImportSegment
Inherits ODataSegment
Inheritance
ODataOperationImportSegment

Constructors

ODataOperationImportSegment(IEdmOperationImport, IDictionary<String,String>)

Initializes a new instance of ODataOperationImportSegment class.

ODataOperationImportSegment(IEdmOperationImport)

Initializes a new instance of ODataOperationImportSegment class.

Properties

Deprecation

Provides any deprecation information for the segment.

(Inherited from ODataSegment)
EntityType

Gets the entity type of current segment.

Identifier

Gets the identifier of this segment.

Kind

Gets the kind of this segment.

OperationImport

Gets the operation import.

ParameterMappings

Gets the parameter mappings.

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.

(Inherited from ODataSegment)
GetPathItemName(OpenApiConvertSettings, HashSet<String>)

Gets the path item name for this segment.

GetPathItemName(OpenApiConvertSettings)

Gets the path item name for this segment.

(Inherited from ODataSegment)

Applies to