Class DeveloperApiKeyResult
Inheritance
System.Object
DeveloperApiKeyResult
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class DeveloperApiKeyResult : object
Properties
ApiKey
Declaration
public string ApiKey { get; set; }
Property Value
Type |
Description |
System.String |
|
CanDownloadSourceCode
Declaration
public bool CanDownloadSourceCode { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ErrorMessage
Declaration
public string ErrorMessage { get; set; }
Property Value
Type |
Description |
System.String |
|
ErrorType
Declaration
public DeveloperApiKeyResult.LicenseErrorType? ErrorType { get; set; }
Property Value
HasActiveLicense
Declaration
public bool HasActiveLicense { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LicenseCode
Declaration
public string LicenseCode { get; set; }
Property Value
Type |
Description |
System.String |
|
LicenseEndTime
Declaration
public DateTime? LicenseEndTime { get; set; }
Property Value
Type |
Description |
System.Nullable<DateTime> |
|
LicenseType
Declaration
public LicenseType LicenseType { get; set; }
Property Value
OrganizationName
Declaration
public string OrganizationName { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods