Class SourceCodeTypes
Inheritance
object
SourceCodeTypes
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Cli.ProjectBuilding
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public static class SourceCodeTypes
Fields
Module
Declaration
public const string Module = "module"
Field Value
| Type | Description |
|---|---|
| string |
NpmPackage
Declaration
public const string NpmPackage = "npmPackage"
Field Value
| Type | Description |
|---|---|
| string |
NugetPackage
Declaration
public const string NugetPackage = "nugetPackage"
Field Value
| Type | Description |
|---|---|
| string |
Template
Declaration
public const string Template = "template"
Field Value
| Type | Description |
|---|---|
| string |