PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class BasBEDadosAdiantamento

    Esta classe permite identificar uma estrutura de informação adicional de adiantamentos nas linhas de Vendas/Compras

    Inheritance
    System.Object
    BaseBE
    BasBaseBE
    BasBEDadosAdiantamento
    Implements
    BasBE100.IBasBEDadosAdiantamento
    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("b2fce007-ef6b-41f4-aa8c-223db2d0d2cc")]
    [ClassInterface(ClassInterfaceType.None)]
    public class BasBEDadosAdiantamento : BasBaseBE, IBasBEDadosAdiantamento

    Constructors

    BasBEDadosAdiantamento()

    Declaration
    public BasBEDadosAdiantamento()

    Properties

    CambioDocOrig

    Cambio do Documento Original

    Declaration
    public double CambioDocOrig { get; set; }
    Property Value
    Type Description
    System.Double

    CambioMAltDocOrig

    Cambio Moeda Alternativa do Documento Original

    Declaration
    public double CambioMAltDocOrig { get; set; }
    Property Value
    Type Description
    System.Double

    CambioMBaseDocOrig

    Cambio Moeda Base do Documento Original

    Declaration
    public double CambioMBaseDocOrig { get; set; }
    Property Value
    Type Description
    System.Double

    DifArredondamentoMAlt

    Diferenças de arredondamento na moeda alternativa

    Declaration
    public double DifArredondamentoMAlt { get; set; }
    Property Value
    Type Description
    System.Double

    DifArredondamentoMBase

    Diferenças de arredondamento na moeda base

    Declaration
    public double DifArredondamentoMBase { get; set; }
    Property Value
    Type Description
    System.Double

    DifCambioMAlt

    Diferenças de cambio na moeda alternativa

    Declaration
    public double DifCambioMAlt { get; set; }
    Property Value
    Type Description
    System.Double

    DifCambioMBase

    Diferenças de cambio na moeda base

    Declaration
    public double DifCambioMBase { get; set; }
    Property Value
    Type Description
    System.Double

    Estado

    Estado do pendente original

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

    IDHistorico

    Identificador do pendente original

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

    MoedaDocOrig

    Moeda do Documento Original

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

    Methods

    Finalize()

    Declaration
    protected void Finalize()

    Implements

    BasBE100.IBasBEDadosAdiantamento