PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class TTEBEB2BDiferenca

    Esta classe trata o objecto Diferença.

    Inheritance
    System.Object
    TTEBaseBE
    TTEBEB2BDiferenca
    Implements
    TTEBE100.ITTEBEB2BDiferenca
    Inherited Members
    TTEBaseBE.AbvtApl
    Namespace: TTEBE100
    Assembly: TTEBE100.dll
    Syntax
    [ComVisible(true)]
    [Guid("A1CA514E-2BD1-42A8-B8CE-A7E18BAE095A")]
    [ClassInterface(ClassInterfaceType.None)]
    public class TTEBEB2BDiferenca : TTEBaseBE, ITTEBEB2BDiferenca

    Constructors

    TTEBEB2BDiferenca()

    Declaration
    public TTEBEB2BDiferenca()

    Properties

    Artigo

    Artigo.

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

    Descricao

    Descrição do Artigo.

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

    DescricaoDiferenca

    Descrição da Diferença.

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

    EmModoEdicao

    Indica se se trata de um novo registo ou de um já existente em edição.

    Declaration
    public bool EmModoEdicao { get; set; }
    Property Value
    Type Description
    System.Boolean

    IDDoc

    ID do Documento.

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

    Linha

    Linha do Documento.

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

    NovoValor

    Novo Valor.

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

    ValorAnterior

    Valor Anterior.

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

    Implements

    TTEBE100.ITTEBEB2BDiferenca