Click or drag to resize

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
Members
  Member nameValueDescription
None0
UseTypeName1
UseAssemblyQualifiedName2
See Also