ParameterForInjectionInfoBase class
Base class for parameter information to be injected into a script.
public abstract class ParameterForInjectionInfoBase
Public Members
| name | description |
|---|---|
| ContentTypes { get; set; } | Content types associated with the parameter. |
| DefaultValue { get; set; } | The default value of the parameter. |
| Explode { get; set; } | Indicates whether the parameter should be exploded. |
| In { get; set; } | The location of the parameter. |
| IsRequestBody { get; } | Indicates whether the parameter is from the request body. |
| Name { get; set; } | The name of the parameter. |
| ParameterType { get; set; } | The .NET type of the parameter. |
| Style { get; set; } | The style of the parameter. |
| Type { get; set; } | The JSON schema type of the parameter. |