PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class BasBEArtigoMoedas

    Colecção de Moedas associadas a um Artigo

    Inheritance
    System.Object
    BaseBE
    BasBaseBE
    BasBEArtigoMoedas
    Implements
    System.Collections.Generic.IEnumerable<BasBEArtigoMoeda>
    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 BasBEArtigoMoedas : BasBaseBE, IEnumerable<BasBEArtigoMoeda>, IEnumerable

    Constructors

    BasBEArtigoMoedas()

    creates the collection when this class is created

    Declaration
    public BasBEArtigoMoedas()

    BasBEArtigoMoedas(IEnumerable<BasBEArtigoMoeda>)

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

    Properties

    NumItens

    Devolve o número de items

    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(Object)

    Edita a moeda do artigo correspondente ao index.

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

    GetEnumerator()

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

    Insere(BasBEArtigoMoeda)

    Insere uma moeda na colecção de moedas do artigo.

    Declaration
    public dynamic Insere(BasBEArtigoMoeda objBasBEArtigoMoeda)
    Parameters
    Type Name Description
    BasBEArtigoMoeda objBasBEArtigoMoeda
    Returns
    Type Description
    System.Object

    Remove(Object)

    Remove uma Moeda Associada a um Artigo

    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<BasBEArtigoMoeda>.GetEnumerator()

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

    Implements

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