Class CblBELinhasApuramentoIVADL186
Esta classe fornece serviços sobre Linhas de Apuramento de IVA.
Implements
System.Collections.Generic.IEnumerable<CblBELinhaApuramentoIVADL186>
    System.Collections.IEnumerable
  Inherited Members
Namespace: CblBE100
Assembly: CblBE100.dll
Syntax
public class CblBELinhasApuramentoIVADL186 : CblBaseBE, IEnumerable<CblBELinhaApuramentoIVADL186>, IEnumerable
  Constructors
CblBELinhasApuramentoIVADL186()
Cria a colecção quando esta classe é criada.
Declaration
public CblBELinhasApuramentoIVADL186()
  CblBELinhasApuramentoIVADL186(IEnumerable<CblBELinhaApuramentoIVADL186>)
Declaration
public CblBELinhasApuramentoIVADL186(IEnumerable<CblBELinhaApuramentoIVADL186> items)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Collections.Generic.IEnumerable<CblBELinhaApuramentoIVADL186> | items | 
Properties
NumItens
Devolve o número de itens da colecção.
Declaration
public int NumItens { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
Methods
Add(Object)
Declaration
public void Add(object item)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Object | item | 
Finalize()
Destrói a colecção quando esta classe é destruída.
Declaration
protected override void Finalize()
  GetEdita(Int32)
Edita o objecto respectivo.
Declaration
public CblBELinhaApuramentoIVADL186 GetEdita(int Index)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Int32 | Index | 
Returns
| Type | Description | 
|---|---|
| CblBELinhaApuramentoIVADL186 | 
GetEnumerator()
Declaration
public IEnumerator GetEnumerator()
  Returns
| Type | Description | 
|---|---|
| System.Collections.IEnumerator | 
Insere(CblBELinhaApuramentoIVADL186)
Insere um objecto do tipo CBLBELinhaApuramentoIVADL186 na colecção de linhas.
Declaration
public dynamic Insere(CblBELinhaApuramentoIVADL186 objBE)
  Parameters
| Type | Name | Description | 
|---|---|---|
| CblBELinhaApuramentoIVADL186 | objBE | 
Returns
| Type | Description | 
|---|---|
| System.Object | 
Remove(Object)
Remove um item da colecção.
Declaration
public void Remove(dynamic Index)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Object | Index | 
RemoveTodos()
Remove todos os items da colecção
Declaration
public void RemoveTodos()
  Explicit Interface Implementations
IEnumerable<CblBELinhaApuramentoIVADL186>.GetEnumerator()
Declaration
IEnumerator<CblBELinhaApuramentoIVADL186> IEnumerable<CblBELinhaApuramentoIVADL186>.GetEnumerator()
  Returns
| Type | Description | 
|---|---|
| System.Collections.Generic.IEnumerator<CblBELinhaApuramentoIVADL186> | 
Implements
      System.Collections.Generic.IEnumerable<T>
  
  
      System.Collections.IEnumerable