Class ScaffoldScopes
Namespace: Cephalon.Abstractions.AppModel.Scaffolding
Assembly: Cephalon.Abstractions.dll
Defines the canonical scaffold-scope identifiers used by scaffold plans.
public static class ScaffoldScopesInheritance
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()
Fields
Section titled “Fields”Feature
Section titled “ Feature”Identifies a feature-level scaffold scope.
public const string Feature = "feature"Field Value
Section titled “Field Value”Module
Section titled “ Module”Identifies a module-level scaffold scope.
public const string Module = "module"Field Value
Section titled “Field Value”Solution
Section titled “ Solution”Identifies a solution-level scaffold scope.
public const string Solution = "solution"Field Value
Section titled “Field Value”Identifies a suite-level scaffold scope.
public const string Suite = "suite"