Class BasBEIva
Esta classe permite identificar objectos do tipo Iva.
Implements
BasBE100.IBasBEIva
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("d91f9693-16a2-4797-96b7-e1d4f51d4ba4")]
[ClassInterface(ClassInterfaceType.None)]
public class BasBEIva : BasBaseBE, IBasBEIva
Constructors
BasBEIva()
Declaration
public BasBEIva()
Properties
CamposUtil
Devolve a colecção de campos de utilizador.
Declaration
public StdBECampos CamposUtil { get; set; }
Property Value
Type | Description |
---|---|
StdBECampos |
CodigoMotivoIsencao
Código do motivo de isenção da taxa de iva.
Declaration
public string CodigoMotivoIsencao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CodIvaEspecial
Código do Iva aplicado aos artigos nas compras efectuadas no mercado alternativo.
Declaration
public string CodIvaEspecial { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DataUltimaActualizacao
Data da última actualização do registo.
Declaration
public DateTime DataUltimaActualizacao { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
Descricao
Descrição.
Declaration
public string Descricao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EmModoEdicao
Indica se o registo se encontra em modo de Edição.
Declaration
public bool EmModoEdicao { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IdTaxaIvaMaquinasFiscais
Declaration
public string IdTaxaIvaMaquinasFiscais { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IncluirValorDocs
Indica se os valores referentes ao Iva serão mostrados nos mapas dos documentos.
Declaration
public bool IncluirValorDocs { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IVA
Código do Iva.
Declaration
public string IVA { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LimiteIsencao
Limite de isenção de iva nas ofertas.
Declaration
public float LimiteIsencao { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Linhas
Colecção de linhas do documento de venda.
Declaration
public BasBELinhasIva Linhas { get; set; }
Property Value
Type | Description |
---|---|
BasBELinhasIva |
MotivoIsencao
Descrição do motivo de isenção ta taxa de iva.
Declaration
public string MotivoIsencao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Oferta
Declaration
public bool Oferta { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
RegimeIncidencia
Identifica o regime de calulo da incidência (0-Normal; 1-Regime de Margem s/ PCM; 2-Regime de Margem s/ Custo Padrão; 3-Custo Padrão)
Declaration
public int RegimeIncidencia { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Taxa
Taxa de Iva.
Declaration
public float Taxa { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
TaxaRecargo
Taxa de Recargo.
Declaration
public float TaxaRecargo { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
TipoTaxa
Determina o tipo de taxa de Iva
Declaration
public string TipoTaxa { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Finalize()
Declaration
protected void Finalize()
Implements
BasBE100.IBasBEIva