Class CliAnalyticsCollectInputDto
Inheritance
object
CliAnalyticsCollectInputDto
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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 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