ข้ามไปยังเนื้อหา

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 BuiltInScaffolds

objectBuiltInScaffolds

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

Gets the scaffold plan for the microservice blueprint.

public static ScaffoldPlan Microservice { get; }

ScaffoldPlan

Gets the scaffold plan for the modular-monolith blueprint.

public static ScaffoldPlan ModularMonolith { get; }

ScaffoldPlan

Gets the scaffold plan for the modular-vertical-slice blueprint.

public static ScaffoldPlan ModularVerticalSlice { get; }

ScaffoldPlan