PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class ImoBEEquipamentoApolice

    Classe que encapsula a definição da Apólice de uma Ficha.

    Inheritance
    System.Object
    EapBaseBE
    ImoBEEquipamentoApolice
    Inherited Members
    EapBaseBE.AbvtApl
    Namespace: EapBE100
    Assembly: EapBE100.dll
    Syntax
    [ComVisible(true)]
    [Guid("D63835CE-DB0F-4434-962B-422C05E445A8")]
    [ClassInterface(ClassInterfaceType.None)]
    public class ImoBEEquipamentoApolice : EapBaseBE

    Constructors

    ImoBEEquipamentoApolice()

    Declaration
    public ImoBEEquipamentoApolice()

    Properties

    Apolice

    Identificador da Apolice.

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

    CamposUtil

    Colecção dos campos do utilizador.

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

    Companhia

    Identificador da Companhia.

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

    EmModoEdicao

    Identificador do tipo de operação: TRUE - Edição | FALSE - Inserção.

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

    Equipamento

    Identificador da Ficha.

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

    IdApolice

    Identificador (ID) da Apólice

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

    Ramo

    Identificador do Ramo.

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

    ValorSeguro

    Identifica o valor segurado referente à Ficha.

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

    Methods

    Finalize()

    Declaration
    protected override void Finalize()