PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class InvBERecalculoLotes

    Classe que encapsula a definição do Recalculo de Lotes.

    Inheritance
    System.Object
    InvBaseBE
    InvBERecalculoLotes
    Implements
    System.Collections.Generic.IEnumerable<InvBERecalculoLote>
    System.Collections.IEnumerable
    Inherited Members
    InvBaseBE.AbvtApl
    Namespace: InvBE100
    Assembly: InvBE100.dll
    Syntax
    public class InvBERecalculoLotes : InvBaseBE, IEnumerable<InvBERecalculoLote>, IEnumerable

    Constructors

    InvBERecalculoLotes()

    creates the collection when this class is created

    Declaration
    public InvBERecalculoLotes()

    InvBERecalculoLotes(IEnumerable<InvBERecalculoLote>)

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

    Properties

    NumItens

    Devolve o número de linhas do documento de stock.

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

    Methods

    Add(Object)

    Insere um novo item na coleção.

    Declaration
    public void Add(object objCampo)
    Parameters
    Type Name Description
    System.Object objCampo

    Finalize()

    destroys collection when this class is terminated

    Declaration
    protected override void Finalize()

    GetEdita(Int32)

    Edita uma linha do documento de stock.

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

    Insere(InvBERecalculoLote)

    Insere uma linha de stock na coleção de linhas do documento.

    Declaration
    public dynamic Insere(InvBERecalculoLote objInvBEORecLote)
    Parameters
    Type Name Description
    InvBERecalculoLote objInvBEORecLote
    Returns
    Type Description
    System.Object

    Remove(Object)

    Remove uma linha do documento de stock.

    Declaration
    public void Remove(dynamic Index)
    Parameters
    Type Name Description
    System.Object Index

    Implements

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