Skip to content

Class ProjectRoles

Namespace: Cephalon.Abstractions.AppModel.Scaffolding
Assembly: Cephalon.Abstractions.dll

Defines the canonical project-role identifiers used by scaffold plans.

public static class ProjectRoles

objectProjectRoles

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

Identifies the contracts project.

public const string Contracts = "contracts"

string

Identifies the shared foundation project.

public const string Foundation = "foundation"

string

Identifies the host project.

public const string Host = "host"

string

Identifies a module project.

public const string Module = "module"

string

Identifies a test project.

public const string Tests = "tests"

string