PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class InvBELinhasFechoMesSTK

    Coleção de Linhas de Fecho de Mês de Stock

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

    Constructors

    InvBELinhasFechoMesSTK()

    creates the collection when this class is created

    Declaration
    public InvBELinhasFechoMesSTK()

    InvBELinhasFechoMesSTK(IEnumerable<InvBELinhaFechoMesSTK>)

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

    Properties

    NumItems

    Devolve o número de items da coleção LinhaFechoMesSTK

    Declaration
    public int NumItems { 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 o objecto LinhaFechoMesSTK respectivo

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

    Insere(InvBELinhaFechoMesSTK)

    Insere um objecto do tipo LinhaFechoMesSTK na coleção

    Declaration
    public dynamic Insere(InvBELinhaFechoMesSTK objLinhaFechoMesSTK)
    Parameters
    Type Name Description
    InvBELinhaFechoMesSTK objLinhaFechoMesSTK
    Returns
    Type Description
    System.Object

    Remove(Int32)

    Remove um item da coleção de LinhaFechoMesSTK

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

    RemoveTodos()

    Remove todos os items da coleção LinhaFechoMesSTK

    Declaration
    public void RemoveTodos()

    Implements

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