Interface IOpenApiOperationFilterContext
Namespace: FunctionMonkey.Abstractions.Builders
Assembly: FunctionMonkey.Abstractions.dll
Syntax
public interface IOpenApiOperationFilterContext
Properties
| Improve this Doc View SourceCommandType
Declaration
Type CommandType { get; set; }
Property Value
Type | Description |
---|---|
Type |
PropertyNames
Declaration
Dictionary<string, string> PropertyNames { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<System. |