Home GenerationResult Class
GenerationResult Class
Cancel

GenerationResult Class

Namespace: Json.Schema.DataGeneration

Inheritance: GenerationResult 🡒 object

Holds the result of an instance generation operation.

Properties

NameTypeSummary
ErrorMessagestringGets the error message from the generation, if unsuccessful.
InnerResultsIEnumerable<GenerationResult>Gets the result objects from nested data generations.
IsSuccessboolGets whether the data generation was successful.
ResultJsonNodeGets the resulting JSON data, if successful.
Contents