JsonSchemaExporterOptions 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.
Configures the behavior of the JsonSchemaExporter APIs.
public ref class JsonSchemaExporterOptions sealed
public sealed class JsonSchemaExporterOptions
type JsonSchemaExporterOptions = class
Public NotInheritable Class JsonSchemaExporterOptions
- Inheritance
-
JsonSchemaExporterOptions
Constructors
JsonSchemaExporterOptions() |
Properties
Default |
Gets the default configuration object used by JsonSchemaExporter. |
TransformSchemaNode |
Defines a callback that is invoked for every schema that is generated within the type graph. |
TreatNullObliviousAsNonNullable |
Determines whether non-nullable schemas should be generated for |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |