OperationSearch Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Visits OpenApi operations and parameters.
public class OperationSearch : Microsoft.OpenApi.Services.OpenApiVisitorBase
type OperationSearch = class
inherit OpenApiVisitorBase
Public Class OperationSearch
Inherits OpenApiVisitorBase
- Inheritance
Constructors
OperationSearch(Func<String,Nullable<OperationType>,OpenApiOperation,Boolean>) |
The OperationSearch constructor. |
Properties
CurrentKeys |
Properties available to identify context of where an object is within OpenAPI Document (Inherited from OpenApiVisitorBase) |
PathString |
Pointer to source of validation error in document (Inherited from OpenApiVisitorBase) |
SearchResults |
A list of operations from the operation search. |