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