PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class BasBELinhaRastreabilidade

    Classificação de um Registo de Rastreabilidade de um Documento.

    Inheritance
    System.Object
    BaseBE
    BasBaseBE
    BasBELinhaRastreabilidade
    Implements
    BasBE100.IBasBELinhaRastreabilidade
    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("3e79fca5-964b-4dfc-b46a-13c727bdcfbf")]
    [ClassInterface(ClassInterfaceType.None)]
    public class BasBELinhaRastreabilidade : BasBaseBE, IBasBELinhaRastreabilidade

    Constructors

    BasBELinhaRastreabilidade()

    Declaration
    public BasBELinhaRastreabilidade()

    Properties

    Data

    Data da transformação

    Declaration
    public DateTime Data { get; set; }
    Property Value
    Type Description
    System.DateTime

    Estado

    Estado.

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

    Filial

    Código da filial.

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

    IDCabecDoc

    Identificador do cabeçalho do documento

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

    IDDestino

    Identificador do documento destino

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

    IDOrigem

    Identificador do documento origem.

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

    Modulo

    Módulo do documento (V - Vendas, C - Compras, S - Stocks, M - Conta Corrente).

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

    Nivel

    Nível de Rastreabilidade.

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

    NumDoc

    Número do documento.

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

    NumDocExt

    Número do documento Externo.

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

    Quantidade

    Quantidade

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

    QuantTransformada

    Quantidade transformada

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

    Serie

    Serie.

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

    Tipodoc

    Tipo do documento.

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

    Implements

    BasBE100.IBasBELinhaRastreabilidade