PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class BasBEDescontosCondPag

    Classe que encapsula a definição de linhas de Descontos associados a Condições de Pagamento.

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

    Constructors

    BasBEDescontosCondPag()

    Declaration
    public BasBEDescontosCondPag()

    BasBEDescontosCondPag(IEnumerable<BasBEDescontoCondPag>)

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

    Properties

    NumItens

    Indica o número de ítens na 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(Object)

    Edita um ítem da colecção.

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

    GetEnumerator()

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

    Insere(BasBEDescontoCondPag)

    Insere um objecto do tipo DescontoCondPag na colecção de Objectos.

    Declaration
    public dynamic Insere(BasBEDescontoCondPag objBEDescontoCondPag)
    Parameters
    Type Name Description
    BasBEDescontoCondPag objBEDescontoCondPag
    Returns
    Type Description
    System.Object

    Remove(Object)

    Remove um ítem.

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

    Implements

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