Class DeveloperApiKeyResult
Inheritance
DeveloperApiKeyResult
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class DeveloperApiKeyResult
Constructors
DeveloperApiKeyResult()
Declaration
public DeveloperApiKeyResult()
Properties
ApiKey
Declaration
public string ApiKey { get; set; }
Property Value
CanDownloadSourceCode
Declaration
public bool CanDownloadSourceCode { get; set; }
Property Value
ErrorMessage
Declaration
public string ErrorMessage { get; set; }
Property Value
ErrorType
Declaration
public DeveloperApiKeyResult.LicenseErrorType? ErrorType { get; set; }
Property Value
HasActiveLicense
Declaration
public bool HasActiveLicense { get; set; }
Property Value
IsTrialLicense
Declaration
public bool IsTrialLicense { get; set; }
Property Value
LicenseCode
Declaration
public string LicenseCode { get; set; }
Property Value
LicenseEndTime
Declaration
public DateTime? LicenseEndTime { get; set; }
Property Value
LicenseStartTime
Declaration
public DateTime? LicenseStartTime { get; set; }
Property Value
LicenseType
Declaration
public LicenseType LicenseType { get; set; }
Property Value
OrganizationName
Declaration
public string OrganizationName { get; set; }
Property Value
Extension Methods