PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class InvBERecalculoArmazem

    Classe que encapsula a definição do Recálculo do Armazem.

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

    Constructors

    InvBERecalculoArmazem()

    creates the collection when this class is created

    Declaration
    public InvBERecalculoArmazem()

    InvBERecalculoArmazem(IEnumerable<InvBERecalculoLotes>)

    Declaration
    public InvBERecalculoArmazem(IEnumerable<InvBERecalculoLotes> items)
    Parameters
    Type Name Description
    System.Collections.Generic.IEnumerable<InvBERecalculoLotes> 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(Object)

    Edita uma linha do documento de stock.

    Declaration
    public InvBERecalculoLotes GetEdita(dynamic Index)
    Parameters
    Type Name Description
    System.Object Index
    Returns
    Type Description
    InvBERecalculoLotes

    Insere(InvBERecalculoLotes)

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

    Declaration
    public dynamic Insere(InvBERecalculoLotes objInvBEORecLotes)
    Parameters
    Type Name Description
    InvBERecalculoLotes objInvBEORecLotes
    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