UndefinedSchemaIdHandling Enumeration |
Note: This API is now obsolete.
[Missing <summary> documentation for "T:Stimulsoft.Base.Json.Schema.UndefinedSchemaIdHandling"]
Namespace:
Stimulsoft.Base.Json.Schema
Assembly:
Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax [ObsoleteAttribute("JSON Schema validation has been moved to its own package. See http://www.newtonsoft.com/jsonschema for more details.")]
public enum UndefinedSchemaIdHandling
<ObsoleteAttribute("JSON Schema validation has been moved to its own package. See http://www.newtonsoft.com/jsonschema for more details.")>
Public Enumeration UndefinedSchemaIdHandling
Members
| Member name | Value | Description |
---|
| None | 0 | |
| UseTypeName | 1 | |
| UseAssemblyQualifiedName | 2 | |
See Also