Class BuiltInScaffolds
Namespace: Cephalon.Engine.AppModel.Scaffolding
Assembly: Cephalon.Engine.dll
Provides the built-in scaffold plans that back the shipped Cephalon blueprints.
public static class BuiltInScaffoldsInheritance
Section titled “Inheritance”Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Properties
Section titled “Properties”Microservice
Section titled “ Microservice”Gets the scaffold plan for the microservice blueprint.
public static ScaffoldPlan Microservice { get; }Property Value
Section titled “Property Value”ScaffoldPlan
ModularMonolith
Section titled “ ModularMonolith”Gets the scaffold plan for the modular-monolith blueprint.
public static ScaffoldPlan ModularMonolith { get; }Property Value
Section titled “Property Value”ScaffoldPlan
ModularVerticalSlice
Section titled “ ModularVerticalSlice”Gets the scaffold plan for the modular-vertical-slice blueprint.
public static ScaffoldPlan ModularVerticalSlice { get; }Property Value
Section titled “Property Value”ScaffoldPlan