Class BasBELicencaGerais
Classe que encapsula a definição das Licenças Gerais.
Implements
BasBE100.IBasBELicencaGerais
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: BasBE100
Assembly: BasBE100.dll
Syntax
[ComVisible(true)]
[Guid("c41cda0e-d444-456d-9b2e-097e52289ff0")]
[ClassInterface(ClassInterfaceType.None)]
public class BasBELicencaGerais : BasBaseBE, IBasBELicencaGerais
Constructors
BasBELicencaGerais()
Declaration
public BasBELicencaGerais()
Properties
CatalogosArtigos
Identificador de Catalogos de Artigos.
Declaration
public bool CatalogosArtigos { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
DocumentosLivres
Identificador Documentos Livres.
Declaration
public bool DocumentosLivres { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Ecovalor
Identificador EcoValor.
Declaration
public bool Ecovalor { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IntegracaoContabilidade
Identificador Integração com Contabilidade.
Declaration
public bool IntegracaoContabilidade { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IntegracaoImobilizado
Identificador Integração Imobilizado.
Declaration
public bool IntegracaoImobilizado { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
MultiIdiomaMoeda
Indentificador de Multi Idioma/Moeda.
Declaration
public bool MultiIdiomaMoeda { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Publica
Identificador Pública.
Declaration
public bool Publica { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
TransacoesElectronicas
Identifica as operações de transações electrónicas
Declaration
public bool TransacoesElectronicas { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Implements
BasBE100.IBasBELicencaGerais