Class CblBETipoRendimento
Esta classe permite identificar objectos do tipo TipoRendimento
Implements
CblBE100.ICblBETipoRendimento
  Inherited Members
Namespace: CblBE100
Assembly: CblBE100.dll
Syntax
[ComVisible(true)]
[Guid("9D1C98FC-667B-4987-8ED2-CBF18F7D735B")]
[ClassInterface(ClassInterfaceType.None)]
public class CblBETipoRendimento : CblBaseBE, ICblBETipoRendimento
  Constructors
CblBETipoRendimento()
Declaration
public CblBETipoRendimento()
  Properties
CamposUtil
Campos do utilizador.
Declaration
public StdBECampos CamposUtil { get; set; }
  Property Value
| Type | Description | 
|---|---|
| StdBECampos | 
Categoria
Categoria associada.
Declaration
public string Categoria { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
CodigoRendimento
Código de Rendimento.
Declaration
public string CodigoRendimento { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Descricao
Código do Descricao
Declaration
public string Descricao { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
EmModoEdicao
Identifica se o registo está a ser alterado
Declaration
public bool EmModoEdicao { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
EntidadePag
Código da entidade retenção
Declaration
public string EntidadePag { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
EntidadeRec
Código do Entidade para recebimento.
Declaration
public string EntidadeRec { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
LimiteIsencao
Valor limite de isenção
Declaration
public double LimiteIsencao { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Double | 
PendenteAGerarPag
Código do Pendente a Gerar para pagamento.
Declaration
public string PendenteAGerarPag { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
PendenteAGerarRec
Código do Pendente a Gerar para recebimento.
Declaration
public string PendenteAGerarRec { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
PercentagemIVA
Percentagem a IVA.
Declaration
public double PercentagemIVA { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Double | 
PercentagemRetencao
Percentagem a reter.
Declaration
public double PercentagemRetencao { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Double | 
TipoEntidadePag
Código do tipo de entidade para pagamento.
Declaration
public string TipoEntidadePag { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
TipoEntidadeRec
Código do TipoEntidade para recebimento.
Declaration
public string TipoEntidadeRec { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
TipoRendimento
Código do Tipo de Rendimento.
Declaration
public string TipoRendimento { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Methods
Finalize()
Declaration
protected override void Finalize()
  Implements
      CblBE100.ICblBETipoRendimento