Class CblBEAcumuladoSelo
  
  Classe que contém todas as propriedades que definem os Acumulados de uma Classe de Selo.
 
  
  
    Inheritance
    System.Object
    
    CblBEAcumuladoSelo
   
  
    Implements
    CblBE100.ICblBEAcumuladoSelo
   
  
  
  Assembly: CblBE100.dll
  Syntax
  
    [ComVisible(true)]
[Guid("8A1968CA-2378-4ACB-8E30-2DD2ACAEADD2")]
[ClassInterface(ClassInterfaceType.None)]
public class CblBEAcumuladoSelo : CblBaseBE, ICblBEAcumuladoSelo
   
  Constructors
  
  
  CblBEAcumuladoSelo()
  
  
  Declaration
  
    public CblBEAcumuladoSelo()
   
  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
  
  
  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 | 
         | 
      
    
  
  
  Moeda
  Moeda em que os valores dos acumulados se encontram representados: Moeda Base ou Moeda Alternativa.
 
  
  Declaration
  
    public string Moeda { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
  Selo
  Código da Classe de Selo.
 
  
  Declaration
  
    public string Selo { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
  TipoLancamento
  Devolve o Tipo de Lançamento.
 
  
  Declaration
  
    public string TipoLancamento { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  Methods
  
  
  Finalize()
  
  
  Declaration
  
    protected override void Finalize()
   
  
  GetCreditos(Int32)
  Array que contém os valores relativos aos acumulados a crédito da classe de selo(0-15). Cada indice corresponde ao mês correspondente: Indice 0 corresponde ao mês de abertura).
 
  
  Declaration
  
    public decimal GetCreditos(int Indice)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Int32 | 
        Indice | 
         | 
      
    
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Decimal | 
         | 
      
    
  
  
  GetDebitos(Int32)
  Array que contém os valores relativos aos acumulados a débito da classe de selo(0-15). Cada indice corresponde ao mês correspondente: Indice 0 corresponde ao mês de abertura).
 
  
  Declaration
  
    public decimal GetDebitos(int Indice)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Int32 | 
        Indice | 
         | 
      
    
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Decimal | 
         | 
      
    
  
  
  GetOrcamentos(Int32)
  Array que contém os valores relativos aos acumulados do orçamento da classe de selo(0-15). Cada indice corresponde ao mês correspondente: Indice 0 corresponde ao mês de abertura).
 
  
  Declaration
  
    public decimal GetOrcamentos(int Indice)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Int32 | 
        Indice | 
         | 
      
    
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Decimal | 
         | 
      
    
  
  
  SetCreditos(Int32, Decimal)
  
  
  Declaration
  
    public void SetCreditos(int Indice, decimal value)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Int32 | 
        Indice | 
         | 
      
      
        | System.Decimal | 
        value | 
         | 
      
    
  
  
  SetDebitos(Int32, Decimal)
  
  
  Declaration
  
    public void SetDebitos(int Indice, decimal value)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Int32 | 
        Indice | 
         | 
      
      
        | System.Decimal | 
        value | 
         | 
      
    
  
  
  SetOrcamentos(Int32, Decimal)
  
  
  Declaration
  
    public void SetOrcamentos(int Indice, decimal value)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Int32 | 
        Indice | 
         | 
      
      
        | System.Decimal | 
        value | 
         | 
      
    
  
  Implements
  
      CblBE100.ICblBEAcumuladoSelo