Class ProjectRoles
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Abstractions.AppModel.Scaffolding
Assembly: Cephalon.Abstractions.dll
Defines the canonical project-role identifiers used by scaffold plans.
public static class ProjectRolesInheritance
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”Contracts
Section titled “ Contracts”Identifies the contracts project.
public const string Contracts = "contracts"Field Value
Section titled “Field Value”Foundation
Section titled “ Foundation”Identifies the shared foundation project.
public const string Foundation = "foundation"Field Value
Section titled “Field Value”Identifies the host project.
public const string Host = "host"Field Value
Section titled “Field Value”Module
Section titled “ Module”Identifies a module project.
public const string Module = "module"Field Value
Section titled “Field Value”Identifies a test project.
public const string Tests = "tests"