Class CliAnalyticsCollectInputDto
Inheritance
CliAnalyticsCollectInputDto
Assembly: Volo.Abp.Cli.Core.dll
public class CliAnalyticsCollectInputDto
Constructors
Declaration
public CliAnalyticsCollectInputDto()
Properties
Declaration
public string Command { get; set; }
Property Value
Declaration
public string DatabaseProvider { get; set; }
Property Value
Declaration
public string Ip { get; set; }
Property Value
Declaration
public bool? IsTiered { get; set; }
Property Value
Declaration
public string Language { get; set; }
Property Value
Declaration
public string Options { get; set; }
Property Value
Declaration
public string ProjectName { get; set; }
Property Value
Declaration
public string RandomComputerId { get; set; }
Property Value
Declaration
public string TemplateName { get; set; }
Property Value
Declaration
public string TemplateVersion { get; set; }
Property Value
Declaration
public string Tool { get; set; }
Property Value
Declaration
public string UiFramework { get; set; }
Property Value
Extension Methods