Class AdmBEEmpresa
Definição de uma empresa PRIMAVERA.
Implements
AdmBE100.IAdmBEEmpresa
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: AdmBE100
Assembly: AdmBE100.dll
Syntax
[ComVisible(true)]
[Guid("0BCE67D2-C2BB-4656-8350-01019078873E")]
[ClassInterface(ClassInterfaceType.None)]
public class AdmBEEmpresa : AdmBaseBE, IAdmBEEmpresa
Constructors
AdmBEEmpresa()
Declaration
public AdmBEEmpresa()
Properties
Aplicacoes
Aplicações registadas para a empresa.
Declaration
public AdmBEEmpresaApls Aplicacoes { get; }
Property Value
Type | Description |
---|---|
AdmBEEmpresaApls |
Categoria
Categoria da empresa
Declaration
public string Categoria { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ChaveLog
Chave de log (uso interno).
Declaration
public string ChaveLog { get; }
Property Value
Type | Description |
---|---|
System.String |
CodigoGLN
Código de localização GLN
Declaration
public string CodigoGLN { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CodigoTabLog
Código da tabela de log (uso interno).
Declaration
public string CodigoTabLog { get; }
Property Value
Type | Description |
---|---|
System.String |
EmModoEdicao
Indice o modo de edição do registo (uso interno).
Declaration
public bool EmModoEdicao { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
EstadoBE
Estado objecto (uso interno).
Declaration
public string EstadoBE { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Identificador
Identificador da empresa.
Declaration
public string Identificador { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IDNome
Nome da empresa.
Declaration
public string IDNome { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IFLocalizacaoSede
Localização da sede.
Declaration
public AdmBETipos.EnumLocalizacaoSedeAdm IFLocalizacaoSede { get; set; }
Property Value
Type | Description |
---|---|
AdmBETipos.EnumLocalizacaoSedeAdm |
IFMesFim
Mês final do exercício.
Declaration
public int IFMesFim { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
IFMesInicio
Mês inicial do exercício.
Declaration
public int IFMesInicio { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
IFMotivoIsencao
Motivo de isenção (IVA).
Declaration
public string IFMotivoIsencao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IFNIF
NIF da empresa.
Declaration
public string IFNIF { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IFRegimeIVA
Regime de IVA.
Declaration
public AdmBETipos.EnumRegimeIVAAdm IFRegimeIVA { get; set; }
Property Value
Type | Description |
---|---|
AdmBETipos.EnumRegimeIVAAdm |
Inactiva
Indica se a empresa está inactiva.
Declaration
public bool Inactiva { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Logotipo
Logotipo da empresa.
Declaration
public string Logotipo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MoedaAlternativa
Moeda alternativa.
Declaration
public string MoedaAlternativa { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MoedaBase
Moeda base.
Declaration
public string MoedaBase { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MoedaEuro
Moeda de referência.
Declaration
public string MoedaEuro { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Produtiva
Indica se a empresa é produtiva
Declaration
public bool Produtiva { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
TipoExercicio
Tipo de exercício.
Declaration
public AdmBETipos.EnumTipoExercicioAdm TipoExercicio { get; set; }
Property Value
Type | Description |
---|---|
AdmBETipos.EnumTipoExercicioAdm |
TipoExercicioDescricao
Gets or sets the tipo exercicio descricao.
Declaration
public string TipoExercicioDescricao { get; set; }
Property Value
Type | Description |
---|---|
System.String | The tipo exercicio descricao. |
Wallpaper
Wallpaper da empresa.
Declaration
public string Wallpaper { get; set; }
Property Value
Type | Description |
---|---|
System.String |
WallpaperStretch
Esticar Wallpaper da empresa.
Declaration
public bool WallpaperStretch { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
Finalize()
Declaration
protected void Finalize()
Implements
AdmBE100.IAdmBEEmpresa