Show / Hide Table of Contents

Class DeveloperApiKeyResult

Inheritance
System.Object
DeveloperApiKeyResult
Namespace: Volo.Abp.Cli.Licensing
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
Type Description
System.Nullable<DeveloperApiKeyResult.LicenseErrorType>

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
Type Description
LicenseType

OrganizationName

Declaration
public string OrganizationName { get; set; }
Property Value
Type Description
System.String

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.IsIn<T>(T, IEnumerable<T>)
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft