PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class BasBEResumoIvas

    Colecção de Resumos de Iva.

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

    Constructors

    BasBEResumoIvas()

    Declaration
    public BasBEResumoIvas()

    BasBEResumoIvas(IEnumerable<BasBEResumoIva>)

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

    Declaration
    protected void Finalize()

    GetEdita(Int32)

    Devolve um resumo de Iva da Colecção de Resumos.

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

    GetEnumerator()

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

    Insere(BasBEResumoIva)

    Insere um resumo de Iva na Colecção de Resumos.

    Declaration
    public dynamic Insere(BasBEResumoIva objResumoIva)
    Parameters
    Type Name Description
    BasBEResumoIva objResumoIva
    Returns
    Type Description
    System.Object

    Remove(Int32)

    Remove um item da Colecção.

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

    RemoveTodos()

    Remove todos os items da colecção

    Declaration
    public void RemoveTodos()

    Explicit Interface Implementations

    IEnumerable<BasBEResumoIva>.GetEnumerator()

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

    Implements

    System.Collections.Generic.IEnumerable<T>
    System.Collections.IEnumerable
    In This Article
    • Constructors
      • BasBEResumoIvas()
      • BasBEResumoIvas(IEnumerable<BasBEResumoIva>)
    • Properties
      • NumItens
    • Methods
      • Add(Object)
      • Finalize()
      • GetEdita(Int32)
      • GetEnumerator()
      • Insere(BasBEResumoIva)
      • Remove(Int32)
      • RemoveTodos()
    • Explicit Interface Implementations
      • IEnumerable<BasBEResumoIva>.GetEnumerator()
    • Implements