Class SerializationResult
The result object of a serialization by the Converter
Inherited Members
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 |