PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class BasBELigacaoBancos

    Classe que identifica a Configuração da Ligação a Bancos.

    Inheritance
    System.Object
    BaseBE
    BasBaseBE
    BasBELigacaoBancos
    Implements
    BasBE100.IBasBELigacaoBancos
    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("e7de85d0-2cd1-4bac-b897-1309b8f6d838")]
    [ClassInterface(ClassInterfaceType.None)]
    public class BasBELigacaoBancos : BasBaseBE, IBasBELigacaoBancos

    Constructors

    BasBELigacaoBancos()

    Declaration
    public BasBELigacaoBancos()

    Properties

    Documento

    Identifica o Documento onde o documento vai ser utitilizado.

    Declaration
    public string Documento { get; set; }
    Property Value
    Type Description
    System.String

    ID

    Identificador único da Linha.

    Declaration
    public string ID { get; set; }
    Property Value
    Type Description
    System.String

    Modulo

    Identifica o Módulo onde o documento vai ser utitilizado.

    Declaration
    public string Modulo { get; set; }
    Property Value
    Type Description
    System.String

    MovimentoCredito

    Identifica o movimento caso este seja a Crédito

    Declaration
    public string MovimentoCredito { get; set; }
    Property Value
    Type Description
    System.String

    MovimentoDebito

    Identifica o movimento caso este seja a Débito

    Declaration
    public string MovimentoDebito { get; set; }
    Property Value
    Type Description
    System.String

    Rubrica

    Identifica o item de tesouraria do movimento

    Declaration
    public string Rubrica { get; set; }
    Property Value
    Type Description
    System.String

    Valor

    Identifica o Valor do Movimento

    Declaration
    public string Valor { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    Finalize()

    Declaration
    protected void Finalize()

    Implements

    BasBE100.IBasBELigacaoBancos