Class CliAnalyticsCollectInputDto
Inheritance
System.Object
CliAnalyticsCollectInputDto
Assembly: Volo.Abp.Cli.Core.dll
public class CliAnalyticsCollectInputDto : object
Properties
Declaration
public string Command { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string DatabaseProvider { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Ip { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public bool? IsTiered { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
Declaration
public string Language { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Options { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string ProjectName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string TemplateName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string TemplateVersion { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Tool { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string UiFramework { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods