Class CnoBESelo
Esta classe permite fornecer serviços sobre o Plano de Imposto de Selo.
Implements
CnoBE100.ICnoBESelo
Inherited Members
Namespace: CnoBE100
Assembly: CnoBE100.dll
Syntax
[ComVisible(true)]
[Guid("861C284D-01C9-484E-930D-F19DFB38A211")]
[ClassInterface(ClassInterfaceType.None)]
public class CnoBESelo : CnoBaseBE, ICnoBESelo
Constructors
CnoBESelo()
Declaration
public CnoBESelo()
Properties
Ano
Ano a que os acumulados dizem respeito
Declaration
public int Ano { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
CamposUtil
Colecção dos campos de utilizador.
Declaration
public StdBECampos CamposUtil { get; set; }
Property Value
Type | Description |
---|---|
StdBECampos |
CodigoRendimento
Chave que identifica o código de rendimento
Declaration
public string CodigoRendimento { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Descricao
Descrição do selo
Declaration
public string Descricao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EmModoEdicao
Indica se se trata de um novo registo ou de um já existente em edição.
Declaration
public bool EmModoEdicao { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ImpostoSelo
Chave que identifica o imposto de selo
Declaration
public string ImpostoSelo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PosDecSLiq
Posição do campo que identifica o imposto liquidado
Declaration
public string PosDecSLiq { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PosDecSTrib
Posição do campo que identifica o imposto tributável
Declaration
public string PosDecSTrib { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Selo
Código identificador do selo
Declaration
public string Selo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TipoImposto
Tipo de Imposto (0 - Liquidado | 1 - Isento)
Declaration
public int TipoImposto { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TipoInputacao
Tipo de Imputação (P - pelo valor total | U - por unidade)
Declaration
public string TipoInputacao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ValorFixo
Valor a imputar
Declaration
public decimal ValorFixo { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
ValorMinimo
Valor mínimo a imputar
Declaration
public decimal ValorMinimo { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
Methods
Finalize()
Declaration
protected override void Finalize()
Implements
CnoBE100.ICnoBESelo