Class RecipeFeedbackDto
Recipe description of a single feedback definition. Maps to a
FeedbackDefinition asset (Serenity.Feedback.Infrastructure.Settings.FeedbackDefinition).
Inherited Members
Namespace: Serenity.ProjectRecipe.Infrastructure.Editor.Model
Assembly: Serenity.UnityProjectRecipe.Infrastructure.Editor.dll
Syntax
public class RecipeFeedbackDto
Constructors
RecipeFeedbackDto()
Declaration
public RecipeFeedbackDto()
Fields
effects
Declaration
public RecipeNode[] effects
Field Value
| Type | Description |
|---|---|
| RecipeNode[] | The polymorphic |
generateTrigger
Declaration
public bool generateTrigger
Field Value
| Type | Description |
|---|---|
| bool | When true, a companion |
id
Declaration
public string id
Field Value
| Type | Description |
|---|---|
| string | Stable logical identifier (becomes the asset's |
output
Declaration
public string output
Field Value
| Type | Description |
|---|---|
| string | Output path relative to |