ValidateSchemaResult Class

Definition

Result of the schema validation.

[System.ComponentModel.TypeConverter(typeof(ADT.Models.ValidateSchemaResultTypeConverter))]
public class ValidateSchemaResult : ADT.Models.IValidateSchemaResult
[<System.ComponentModel.TypeConverter(typeof(ADT.Models.ValidateSchemaResultTypeConverter))>]
type ValidateSchemaResult = class
    interface IValidateSchemaResult
    interface IJsonSerializable
Public Class ValidateSchemaResult
Implements IValidateSchemaResult
Inheritance
ValidateSchemaResult
Attributes
Implements

Constructors

Name Description
ValidateSchemaResult()

Creates an new ValidateSchemaResult instance.

Properties

Name Description
Message

Message describing the schema validation

Status

Validation status of the schema

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ValidateSchemaResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ValidateSchemaResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of ADT.Models.IValidateSchemaResult.

FromJsonString(String)

Creates a new instance of ValidateSchemaResult, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ValidateSchemaResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to