Class SolutionName
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class SolutionName
Properties
CompanyName
Declaration
public string CompanyName { get; }
Property Value
FullName
Declaration
public string FullName { get; }
Property Value
ProjectName
Declaration
public string ProjectName { get; }
Property Value
Methods
Parse(string)
Declaration
public static SolutionName Parse(string fullName)
Parameters
Type |
Name |
Description |
string |
fullName |
|
Returns
Parse(string, string)
Declaration
public static SolutionName Parse(string fullName, string microserviceName)
Parameters
Type |
Name |
Description |
string |
fullName |
|
string |
microserviceName |
|
Returns
Extension Methods