Show / Hide Table of Contents

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()
Namespace: Volo.Abp.Cli.ProjectBuilding.Analyticses
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class CliAnalyticsCollectInputDto

Constructors

CliAnalyticsCollectInputDto()

Declaration
public CliAnalyticsCollectInputDto()

Properties

Command

Declaration
public string Command { get; set; }
Property Value
Type Description
string

DatabaseProvider

Declaration
public string DatabaseProvider { get; set; }
Property Value
Type Description
string

Ip

Declaration
public string Ip { get; set; }
Property Value
Type Description
string

IsTiered

Declaration
public bool? IsTiered { get; set; }
Property Value
Type Description
bool?

Language

Declaration
public string Language { get; set; }
Property Value
Type Description
string

Options

Declaration
public string Options { get; set; }
Property Value
Type Description
string

ProjectName

Declaration
public string ProjectName { get; set; }
Property Value
Type Description
string

RandomComputerId

Declaration
public string RandomComputerId { get; set; }
Property Value
Type Description
string

TemplateName

Declaration
public string TemplateName { get; set; }
Property Value
Type Description
string

TemplateVersion

Declaration
public string TemplateVersion { get; set; }
Property Value
Type Description
string

Tool

Declaration
public string Tool { get; set; }
Property Value
Type Description
string

UiFramework

Declaration
public string UiFramework { get; set; }
Property Value
Type Description
string

Extension Methods

AbpObjectExtensions.As<T>(object)
AbpObjectExtensions.To<T>(object)
LockExtensions.Locking(object, Action)
LockExtensions.Locking<TResult>(object, Func<TResult>)
AbpObjectExtensions.If<T>(T, bool, Action<T>)
AbpObjectExtensions.If<T>(T, bool, Func<T, T>)
AbpObjectExtensions.IsIn<T>(T, IEnumerable<T>)
AbpObjectExtensions.IsIn<T>(T, params T[])
AbpQueryableExtensions.OrderByIf<T, TQueryable>(TQueryable, bool, string)
AbpQueryableExtensions.PageBy<T, TQueryable>(TQueryable, int, int)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, bool>>)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, int, bool>>)
AbpOpenIddictQueryableExtensions.SkipIf<T, TQueryable>(TQueryable, bool, int?)
AbpOpenIddictQueryableExtensions.TakeIf<T, TQueryable>(TQueryable, bool, int?)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
In this article
Back to top Powered by ABP.IO Platform