Class CompositeViewGenerator.Result
Outcome of a Generate(ContainerNode, string, bool, bool) run.
Inherited Members
Namespace: Serenity.Ui.Infrastructure.Editor.Builder
Assembly: Serenity.UnityUi.Infrastructure.Editor.dll
Syntax
public sealed class CompositeViewGenerator.Result
Constructors
Result()
Declaration
public Result()
Fields
CreatedPaths
Every asset path created (for reporting; empty after a rollback).
Declaration
public List<string> CreatedPaths
Field Value
| Type | Description |
|---|---|
| List<string> |
Error
A human-readable error when Success is false.
Declaration
public string Error
Field Value
| Type | Description |
|---|---|
| string |
RootAssetPath
The asset path of the root composite (on success).
Declaration
public string RootAssetPath
Field Value
| Type | Description |
|---|---|
| string |
Success
True when all assets were created and saved.
Declaration
public bool Success
Field Value
| Type | Description |
|---|---|
| bool |