Click or drag to resize

OperationCode Properties

The OperationCode type exposes the following members.

Properties
  NameDescription
Public propertyDescription
Gets the description of the current operation
Public propertyMethod
Gets or sets the Http method used for the current operation
Public propertyOperationId
Gets the operation identifier.
Public propertyPath
Gets the Path of the operation that is specified in OpenAPI Specification.
Public propertyRequestClass
Gets the source code that represents the class of request object.
Public propertyRequestMetadata
Gets or sets the code block of a HttpRequestMetadata object generated from OpenAPI Specification
Public propertyResponseClass
Gets the source code that represents all possible response object.
Public propertyResponseMetadata
Gets or sets the code block of a HttpResponseMetadata object generated from OpenAPI Specification
Public propertyTags
Gets the tags of the OpenAPI operation
Public propertyTagsString
Gets the tags as string array representation.
Top
See Also