Class RecipeDeferredEntryDto
Minimal entry used for deferred sections. Only the stable id is modelled so the importer can
detect and report the section's presence and item count without committing to a full schema yet.
Inherited Members
Namespace: Serenity.ProjectRecipe.Infrastructure.Editor.Model
Assembly: Serenity.UnityProjectRecipe.Infrastructure.Editor.dll
Syntax
public class RecipeDeferredEntryDto
Constructors
RecipeDeferredEntryDto()
Declaration
public RecipeDeferredEntryDto()
Fields
id
Declaration
public string id
Field Value
| Type | Description |
|---|---|
| string | Stable logical identifier of the deferred item. |