PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class GabBELinhaListaCliente

    Classe que encapsula a definição de uma linha da lista de clientes

    Inheritance
    System.Object
    GabBaseBE
    GabBELinhaListaCliente
    Implements
    GabBE100.IGabBELinhaListaCliente
    Inherited Members
    GabBaseBE.AbvtApl
    Namespace: GabBE100
    Assembly: GabBE100.dll
    Syntax
    [ComVisible(true)]
    [Guid("3D0E9D81-379E-449A-8AB3-C2F45B8A9F7A")]
    [ClassInterface(ClassInterfaceType.None)]
    public class GabBELinhaListaCliente : GabBaseBE, IGabBELinhaListaCliente

    Constructors

    GabBELinhaListaCliente()

    Declaration
    public GabBELinhaListaCliente()

    Properties

    CamposUtil

    Devolve a colecção de campos de utilizador.

    Declaration
    public StdBECampos CamposUtil { get; set; }
    Property Value
    Type Description
    StdBECampos

    Cliente

    Identificador do Cliente.

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

    CodPriempre

    Código da empresa.

    Declaration
    public string CodPriempre { 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

    Methods

    Finalize()

    Declaration
    protected override void Finalize()

    Implements

    GabBE100.IGabBELinhaListaCliente