Class ServiceExtensionCreator.Result
Inheritance
ServiceExtensionCreator.Result
Assembly: Serenity.ServiceExtensionCreator.Editor.dll
Syntax
public sealed class ServiceExtensionCreator.Result
Constructors
Result()
Declaration
Fields
AppendedToPipelineProfile
True when AppendToPipelineProfile was requested and the task was
actually appended to the resolved UnityInitializationPipelineProfile.Tasks list.
Declaration
public bool AppendedToPipelineProfile
Field Value
AsmdefPath
The code layer's asmdef path (the "primary" one) — null in Skip.
Declaration
Field Value
AsmdefPaths
Every asmdef created by this run — the code layer's, and, when present, Installation's
and Tests' — empty in Skip.
Declaration
public List<string> AsmdefPaths
Field Value
BackendAssetPath
Declaration
public string BackendAssetPath
Field Value
CreatedPaths
Declaration
public List<string> CreatedPaths
Field Value
Error
Declaration
Field Value
ReadmePath
Declaration
Field Value
ServiceScriptPath
Declaration
public string ServiceScriptPath
Field Value
Success
Declaration
Field Value
TaskAssetPath
Declaration
public string TaskAssetPath
Field Value
TestScriptPath
Declaration
public string TestScriptPath
Field Value
Warnings
Declaration
public List<string> Warnings
Field Value
WiringScriptPath
Declaration
public string WiringScriptPath
Field Value