Share via


OpenApiOperationTransformerContext Class

Definition

Represents the context in which an OpenAPI operation transformer is executed.

public sealed class OpenApiOperationTransformerContext
type OpenApiOperationTransformerContext = class
Public NotInheritable Class OpenApiOperationTransformerContext
Inheritance
OpenApiOperationTransformerContext

Constructors

OpenApiOperationTransformerContext()

Properties

ApplicationServices

Gets the application services associated with the current document the target operation is in.

Description

Gets the API description associated with target operation.

DocumentName

Gets the name of the associated OpenAPI document.

Applies to