PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class BasBETotalizadores

    Inheritance
    System.Object
    BaseBE
    BasBaseBE
    BasBETotalizadores
    Implements
    BasBE100.IBasBETotalizadores
    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
    [ComVisible(true)]
    [Guid("f24d7dc4-4153-43a1-bdc8-4e4ecb00acd6")]
    [ClassInterface(ClassInterfaceType.None)]
    public class BasBETotalizadores : BasBaseBE, IBasBETotalizadores

    Constructors

    BasBETotalizadores()

    Declaration
    public BasBETotalizadores()

    Properties

    NumItens

    Declaration
    public int NumItens { get; }
    Property Value
    Type Description
    System.Int32

    Methods

    Finalize()

    Declaration
    protected void Finalize()

    GetEdita(Int32)

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

    Insere(BasBETotalizador)

    Declaration
    public dynamic Insere(BasBETotalizador objBE)
    Parameters
    Type Name Description
    BasBETotalizador objBE
    Returns
    Type Description
    System.Object

    Remove(Int32)

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

    RemoveTodos()

    Declaration
    public void RemoveTodos()

    Implements

    BasBE100.IBasBETotalizadores