Class DeveloperApiKeyResult
Inheritance
object
DeveloperApiKeyResult
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
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
| Type |
Description |
| System.DateTime? |
|
LicenseType
Declaration
public LicenseType LicenseType { get; set; }
Property Value
OrganizationName
Declaration
public string OrganizationName { get; set; }
Property Value
Extension Methods