PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class ImoBECompanhia

    Classe que encapsula a definição de uma Companhia de Seguros.

    Inheritance
    System.Object
    EapBaseBE
    ImoBECompanhia
    Inherited Members
    EapBaseBE.AbvtApl
    Namespace: EapBE100
    Assembly: EapBE100.dll
    Syntax
    [ComVisible(true)]
    [Guid("ED5E0E43-D931-4E96-87E6-9F0582664AEF")]
    [ClassInterface(ClassInterfaceType.None)]
    public class ImoBECompanhia : EapBaseBE

    Constructors

    ImoBECompanhia()

    Declaration
    public ImoBECompanhia()

    Properties

    CamposUtil

    Colecção dos campos do utilizador.

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

    CodigoPostal1

    Identificador do código postal.

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

    CodigoPostal2

    Identificador do código postal (localidade).

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

    CodigoSeguradora

    Identificação do código de seguradora

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

    Companhia

    Identificador da Companhia.

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

    Descricao

    Designação da Companhia.

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

    Email

    Define o endereço de email.

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

    EnderecoWeb

    Define o endereço web.

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

    Fax

    Define o número de fax.

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

    Localidade

    Identifica a localidade.

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

    Morada

    Identifica a morada.

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

    Notas

    Identificação de outras notificações.

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

    Telefone1

    Identifica o número de telefone.

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

    Telefone2

    Identifica o número de telefone (outro).

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

    Methods

    Finalize()

    Declaration
    protected override void Finalize()