You are here: Symbol Reference > Stimulsoft.Base.Json.Schema Namespace > UndefinedSchemaIdHandling Enumeration
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
Stimulsoft.Base.Json.Schema.UndefinedSchemaIdHandling Enumeration

Specifies undefined schema Id handling options for the JsonSchemaGenerator.  

JSON Schema validation has been moved to its own package. See http://www.newtonsoft.com/jsonschemafor more details.

Syntax
C++
C#
Visual Basic
public: enum UndefinedSchemaIdHandling { None = 0, UseTypeName = 1, UseAssemblyQualifiedName = 2 };
Members
Members 
Description 
None 
Do not infer a schema Id.  
UseTypeName 
Use the .NET type name as the schema Id.  
UseAssemblyQualifiedName 
Use the assembly qualified .NET type name as the schema Id.  
Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.