Interface IclsLicencaBE
Assembly: VndBE100.dll
Syntax
[ComVisible(true)]
[Guid("4a0bad76-edd7-442c-bc4b-4c67f42496f5")]
public interface IclsLicencaBE
Properties
CodPostal1
Declaration
string CodPostal1 { get; }
Property Value
Type |
Description |
System.String |
|
CodPostal2
Declaration
string CodPostal2 { get; }
Property Value
Type |
Description |
System.String |
|
ConfiguracaoStarter
Declaration
bool ConfiguracaoStarter { get; }
Property Value
Type |
Description |
System.Boolean |
|
ConfiguracaoStarterActiva
Declaration
bool ConfiguracaoStarterActiva { get; }
Property Value
Type |
Description |
System.Boolean |
|
ConfiguracaoStarterEasy
Declaration
bool ConfiguracaoStarterEasy { get; }
Property Value
Type |
Description |
System.Boolean |
|
ConfiguracaoStarterEasyActiva
Declaration
bool ConfiguracaoStarterEasyActiva { get; }
Property Value
Type |
Description |
System.Boolean |
|
ConfiguracaoStarterPlus
Declaration
bool ConfiguracaoStarterPlus { get; }
Property Value
Type |
Description |
System.Boolean |
|
ConfiguracaoStarterPlusActiva
Declaration
bool ConfiguracaoStarterPlusActiva { get; }
Property Value
Type |
Description |
System.Boolean |
|
LicencasIlimitadas
Declaration
bool LicencasIlimitadas { get; }
Property Value
Type |
Description |
System.Boolean |
|
Localidade
Declaration
string Localidade { get; }
Property Value
Type |
Description |
System.String |
|
Morada1
Declaration
Property Value
Type |
Description |
System.String |
|
Morada2
Declaration
Property Value
Type |
Description |
System.String |
|
NIF
Declaration
Property Value
Type |
Description |
System.String |
|
Nome
Declaration
Property Value
Type |
Description |
System.String |
|
Pais
Declaration
Property Value
Type |
Description |
System.String |
|
Submodulos
Declaration
dynamic Submodulos { get; }
Property Value
Type |
Description |
System.Object |
|
Utilizador
Declaration
string Utilizador { get; }
Property Value
Type |
Description |
System.String |
|
VersaoDemo
Declaration
Property Value
Type |
Description |
System.Boolean |
|
Methods
CalsSubmodulo(String)
Declaration
int CalsSubmodulo(string strID)
Parameters
Type |
Name |
Description |
System.String |
strID |
|
Returns
Type |
Description |
System.Int32 |
|
GetSubmoduloActivo(String)
Declaration
bool GetSubmoduloActivo(string strID)
Parameters
Type |
Name |
Description |
System.String |
strID |
|
Returns
Type |
Description |
System.Boolean |
|
GetSubmoduloDemo(String)
Declaration
bool GetSubmoduloDemo(string strID)
Parameters
Type |
Name |
Description |
System.String |
strID |
|
Returns
Type |
Description |
System.Boolean |
|
GetSubmoduloEnsino(String)
Declaration
bool GetSubmoduloEnsino(string strID)
Parameters
Type |
Name |
Description |
System.String |
strID |
|
Returns
Type |
Description |
System.Boolean |
|
Inicializa(Object)
Declaration
void Inicializa(dynamic Licenca)
Parameters
Type |
Name |
Description |
System.Object |
Licenca |
|