Show / Hide Table of Contents

Class SerializationResult

The result object of a serialization by the Converter

Inheritance
System.Object
ConverterResult
SerializationResult
Inherited Members
ConverterResult.ValidationErrors
ConverterResult.Model
ConverterResult.HasValidationErrors
ConverterResult.Content
ConverterResult.Schema
ConverterResult.File
Namespace: Conizi.Model.Core.Entities
Assembly: Conizi.Model.Core.dll
Syntax
public class SerializationResult : ConverterResult

Properties

IsValidated

The instance of the model was validated during processing

Declaration
public bool IsValidated { get; }
Property Value
Type Description
System.Boolean

Methods

ToString()

Get the content as string

Declaration
public override string ToString()
Returns
Type Description
System.String
Back to top Generated by DocFX