Class AngularThemeConfigurationArgs
Inheritance
object
AngularThemeConfigurationArgs
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.Args
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class AngularThemeConfigurationArgs
Constructors
AngularThemeConfigurationArgs(Theme, string, string)
Declaration
public AngularThemeConfigurationArgs(Theme theme, string projectName, string angularFolderPath)
Parameters
| Type | Name | Description |
|---|---|---|
| Theme | theme | |
| string | projectName | |
| string | angularFolderPath |
Properties
AngularFolderPath
Declaration
public string AngularFolderPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
ProjectName
Declaration
public string ProjectName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Theme
Declaration
public Theme Theme { get; }
Property Value
| Type | Description |
|---|---|
| Theme |