PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class CblBELinhasMotivoTributacao

    Esta classe é uma colecção dos objectos do tipo CblBELinhaApuramento.

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

    Constructors

    CblBELinhasMotivoTributacao()

    Declaration
    public CblBELinhasMotivoTributacao()

    CblBELinhasMotivoTributacao(IEnumerable<CblBELinhaMotivoTributacao>)

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

    Properties

    NumItens

    Devolve o número de items 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()

    Declaration
    protected override void Finalize()

    GetEdita(Int32)

    Edita uma linha do tipo CblBELinhaApuramento.

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

    GetEnumerator()

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

    Insere(CblBELinhaMotivoTributacao)

    Insere um objecto do tipo CblBELinhaApuramento na colecção.

    Declaration
    public dynamic Insere(CblBELinhaMotivoTributacao objBEContaApuramentos)
    Parameters
    Type Name Description
    CblBELinhaMotivoTributacao objBEContaApuramentos
    Returns
    Type Description
    System.Object

    Remove(Int32)

    Remove um item da colecção.

    Declaration
    public void Remove(int Index)
    Parameters
    Type Name Description
    System.Int32 Index

    RemoveTodos()

    Remove todos os items da colecção.

    Declaration
    public void RemoveTodos()

    Explicit Interface Implementations

    IEnumerable<CblBELinhaMotivoTributacao>.GetEnumerator()

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

    Implements

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