Class SolutionName
Inheritance
object
SolutionName
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 class SolutionName
Properties
CompanyName
Declaration
public string CompanyName { get; }
Property Value
| Type | Description |
|---|---|
| string |
FullName
Declaration
public string FullName { get; }
Property Value
| Type | Description |
|---|---|
| string |
ProjectName
Declaration
public string ProjectName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
Parse(string, string)
Declaration
public static SolutionName Parse(string fullName, string microserviceName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | fullName | |
| string | microserviceName |
Returns
| Type | Description |
|---|---|
| SolutionName |
Parse(string)
Declaration
public static SolutionName Parse(string fullName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | fullName |
Returns
| Type | Description |
|---|---|
| SolutionName |