Class ScaffoldGenerator
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Scaffolding.Generation
Assembly: Cephalon.Scaffolding.dll
Turns a Cephalon app profile and scaffold request into concrete projects, folders, and files.
public static class ScaffoldGeneratorInheritance
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()
Methods
Section titled “Methods”Generate(AppProfile, ScaffoldRequest)
Section titled “ Generate(AppProfile, ScaffoldRequest)”Generates a rendered scaffold from the supplied application profile and request.
public static RenderedScaffold Generate(AppProfile appProfile, ScaffoldRequest request)Parameters
Section titled “Parameters”appProfile AppProfile
The application profile that carries scaffold guidance.
request ScaffoldRequest
The concrete naming and framework request for generation.
Returns
Section titled “Returns”The rendered scaffold output.
Exceptions
Section titled “Exceptions”Thrown when the supplied app profile does not carry a scaffold plan or when required scoped values such as modules or features are missing for the selected blueprint.