PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class InvBEEncargos

    Classe que identifica uma coleção de distribuições de encargos.

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

    Constructors

    InvBEEncargos()

    Construtor da classe.

    Inicializa a coleção Removidas.

    Declaration
    public InvBEEncargos()

    InvBEEncargos(IEnumerable<InvBEEncargo>)

    Construtor da classe.

    Inicializa a coleção Removidas.

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

    Coleção com os encargos.

    Properties

    NumItens

    Total de encargos da coleção.

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

    Removidas

    Coleção com os encargos removidos.

    Declaration
    public BasBELinhasChaves Removidas { get; set; }
    Property Value
    Type Description
    BasBELinhasChaves

    Coleção com os encargos removidos.

    Methods

    Add(Object)

    Insere um encargo na coleção.

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

    Objeto que identifica o encargo (InvBEEncargo).

    Finalize()

    Destrutor da classe.

    Destroi a coleção Removidas.

    Declaration
    protected override void Finalize()

    GetEdita(Int32)

    Edita um encargo a partir da coleção.

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

    Indice do encargo.

    Returns
    Type Description
    InvBEEncargo

    Objeto que representa o encargo.

    Insere(InvBEEncargo)

    Insere um encargo na coleção.

    Declaration
    public dynamic Insere(InvBEEncargo oEncargo)
    Parameters
    Type Name Description
    InvBEEncargo oEncargo

    Objeto que identifica o encargo.

    Returns
    Type Description
    System.Object

    Null

    Remove(Int32)

    Remove um encargo da coleção.

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

    Indice do encargo.

    RemoveTodos()

    Remove todos os encargos da coleção.

    Declaration
    public void RemoveTodos()

    Implements

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