PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class BasBEDocumentosRastreab

    Classe que identifica uma colecção de registo de Rastreabilidade de Documentos.

    Inheritance
    System.Object
    BaseBE
    BasBaseBE
    BasBEDocumentosRastreab
    Implements
    System.Collections.Generic.IEnumerable<BasBEDocumentoRastreab>
    System.Collections.IEnumerable
    Inherited Members
    BasBaseBE.AbvtApl
    BaseBE.SerializeJson()
    BaseBE.SerializeJson(List<String>)
    BaseBE.SerializeJsonToXml(String, List<String>)
    BaseBE.SerializeXml(XmlAttributeOverrides, XmlSerializerNamespaces)
    BaseBE.Clone()
    BaseBE.Categoria
    BaseBE.DescricaoEntidade
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: BasBE100
    Assembly: BasBE100.dll
    Syntax
    public class BasBEDocumentosRastreab : BasBaseBE, IEnumerable<BasBEDocumentoRastreab>, IEnumerable

    Constructors

    BasBEDocumentosRastreab()

    creates the collection when this class is created

    Declaration
    public BasBEDocumentosRastreab()

    BasBEDocumentosRastreab(IEnumerable<BasBEDocumentoRastreab>)

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

    Insere um novo item na colecção.

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

    Finalize()

    destroys collection when this class is terminated

    Declaration
    protected void Finalize()

    GetEdita(Int32)

    Edita um objecto da colecção de documentos

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

    GetEnumerator()

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

    Insere(BasBEDocumentoRastreab)

    Insere um objecto na colecção de documentos.

    Declaration
    public dynamic Insere(BasBEDocumentoRastreab objBEDocumento)
    Parameters
    Type Name Description
    BasBEDocumentoRastreab objBEDocumento
    Returns
    Type Description
    System.Object

    Remove(Object)

    Remove um item da colecção.

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

    RemoveTodos()

    Remove todos os items da colecção.

    Declaration
    public void RemoveTodos()

    Explicit Interface Implementations

    IEnumerable<BasBEDocumentoRastreab>.GetEnumerator()

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

    Implements

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