ILicenseModule - интерфейс
Модуль лицензии, описывающий дополнительную подключаемую функциональность платформы.
Пространство имён: Tessa.Platform.LicensingСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
public interface ILicenseModule : IEquatable<ILicenseModule>
Public Interface ILicenseModule
Inherits IEquatable(Of ILicenseModule)
public interface class ILicenseModule : IEquatable<ILicenseModule^>
type ILicenseModule =
interface
interface IEquatable<ILicenseModule>
end
- Implements
- IEquatableILicenseModule
Caption |
Имя модуля, отображаемое пользователю.
Может быть строкой локализации.
|
ID |
Идентификатор модуля.
|
Settings |
Сериализуемые настройки модуля.
|
AsReadOnly |
Возвращает доступную только для чтения обёртку для текущего объекта.
|
Equals | Indicates whether the current object is equal to another object of the same type. (Унаследован от IEquatableILicenseModule) |