PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class CblBELinhasApuramentoIVARegularizacaoNC

    Esta classe fornece serviços sobre Linhas de Apuramento de IVA.

    Inheritance
    System.Object
    CblBaseBE
    CblBELinhasApuramentoIVARegularizacaoNC
    Implements
    System.Collections.Generic.IEnumerable<CblBELinhaApuramentoIVARegularizacaoNC>
    System.Collections.IEnumerable
    Inherited Members
    CblBaseBE.AbvtApl
    Namespace: CblBE100
    Assembly: CblBE100.dll
    Syntax
    public class CblBELinhasApuramentoIVARegularizacaoNC : CblBaseBE, IEnumerable<CblBELinhaApuramentoIVARegularizacaoNC>, IEnumerable

    Constructors

    CblBELinhasApuramentoIVARegularizacaoNC()

    Cria a colecção quando esta classe é criada.

    Declaration
    public CblBELinhasApuramentoIVARegularizacaoNC()

    CblBELinhasApuramentoIVARegularizacaoNC(IEnumerable<CblBELinhaApuramentoIVARegularizacaoNC>)

    Initializes a new instance of the CblBELinhasApuramentoIVARegularizacaoNC class.

    Declaration
    public CblBELinhasApuramentoIVARegularizacaoNC(IEnumerable<CblBELinhaApuramentoIVARegularizacaoNC> items)
    Parameters
    Type Name Description
    System.Collections.Generic.IEnumerable<CblBELinhaApuramentoIVARegularizacaoNC> items

    The items.

    Properties

    NumItens

    Devolve o número de itens da colecção.

    Declaration
    public int NumItens { get; }
    Property Value
    Type Description
    System.Int32

    Methods

    Finalize()

    Destrói a colecção quando esta classe é destruída.

    Declaration
    protected override void Finalize()

    GetEdita(Int32)

    Edita o objecto respectivo.

    Declaration
    public CblBELinhaApuramentoIVARegularizacaoNC GetEdita(int Index)
    Parameters
    Type Name Description
    System.Int32 Index
    Returns
    Type Description
    CblBELinhaApuramentoIVARegularizacaoNC

    GetEnumerator()

    Returns an enumerator that iterates through a collection.

    Declaration
    public IEnumerator GetEnumerator()
    Returns
    Type Description
    System.Collections.IEnumerator

    An System.Collections.IEnumerator object that can be used to iterate through the collection.

    Insere(CblBELinhaApuramentoIVARegularizacaoNC)

    Insere um objecto do tipo CblBEApuramentoIVAMarcacaoDoc na colecção de linhas.

    Declaration
    public dynamic Insere(CblBELinhaApuramentoIVARegularizacaoNC objBE)
    Parameters
    Type Name Description
    CblBELinhaApuramentoIVARegularizacaoNC 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<CblBELinhaApuramentoIVARegularizacaoNC>.GetEnumerator()

    Declaration
    IEnumerator<CblBELinhaApuramentoIVARegularizacaoNC> IEnumerable<CblBELinhaApuramentoIVARegularizacaoNC>.GetEnumerator()
    Returns
    Type Description
    System.Collections.Generic.IEnumerator<CblBELinhaApuramentoIVARegularizacaoNC>

    Implements

    System.Collections.Generic.IEnumerable<T>
    System.Collections.IEnumerable