Interface ILicense
Лицензия
Inherited Members
Namespace: Ascon.Polynom.Api
Assembly: Ascon.Polynom.Api.dll
Syntax
public interface ILicense : IApiObject, IApiEntity, INotifyPropertyChanged
Properties
CanReleased
Возвращает признак того, что лицензия может быть отдана.
Declaration
bool CanReleased { get; }
Property Value
| Type | Description |
|---|---|
| bool |
|
Description
Возвращает описание лицензии.
Declaration
string Description { get; }
Property Value
| Type | Description |
|---|---|
| string |
Info
Возвращает дополнительную информацию о лицензии
Declaration
string Info { get; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
Release()
Отдает лицензию (если это возможно).
Declaration
void Release()