Class PcmBELicenca
Classe que encapsula a definição do Módulo de PCM.
Inherited Members
Namespace: PcmBE100
Assembly: PcmBE100.dll
Syntax
[ComVisible(true)]
[Guid("1BDE4071-C003-42C8-A9D6-0687EE8DD634")]
[ClassInterface(ClassInterfaceType.None)]
public class PcmBELicenca : PcmBaseBE
Constructors
PcmBELicenca()
Declaration
public PcmBELicenca()
Properties
Base
Identificador da licença Base.
Declaration
public bool Base { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Compra
Identificador da licença Compra.
Declaration
public bool Compra { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Starter
Declaration
public bool Starter { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Venda
Identificador da licença Venda.
Declaration
public bool Venda { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
IniciaLicenca(Object, StdBETipos.EnumTipoPlataforma)
Inicia Licença.
Declaration
public void IniciaLicenca(dynamic ObjLic, StdBETipos.EnumTipoPlataforma TipoPlataforma)
Parameters
Type | Name | Description |
---|---|---|
System.Object | ObjLic | Objecto com as definições da Licença. |
StdBETipos.EnumTipoPlataforma | TipoPlataforma | Identificador do Tipo de Plataforma. |