Click or drag to resize
SchemaValidation Class
Class for managing schema validation.
Inheritance Hierarchy
SystemObject
  Qlik.Sense.ClientSchemaValidation

Namespace: Qlik.Sense.Client
Assembly: Qlik.Sense.Client (in Qlik.Sense.Client.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public static class SchemaValidation

The SchemaValidation type exposes the following members.

Methods
  NameDescription
Public methodStatic memberValidateApp
Traverse all relevant objects of an app and perform schema validation of Properties and Layout for all objects.
Top
Fields
  NameDescription
Public fieldStatic memberIsSchemaValidationActive
When true, json objects for properties and layouts will be verified against the corresponding schema.
Top
Properties
  NameDescription
Public propertyStatic memberContinueWhenValidationFails
When true, a schema validation failure will not cause an exception to be raised.
Public propertyStatic memberCode exampleLogWriter
The StreamWriter object to wich to write log information. Default value is new StreamWriter(Console.OpenStandardOutput());
Public propertyStatic memberValidationFailureEncountered
A value of true indicates that at least one schema validation error has occured.
Top
See Also