PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class RhpBECartaoBancario

    Classe que encapsula um cartão bancário.

    Inheritance
    System.Object
    RhpBaseBE
    RhpBECartaoBancario
    Implements
    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBECartaoBancario
    Inherited Members
    RhpBaseBE.WriteProperty(String, Object)
    RhpBaseBE.RaisePropertyChanged(String)
    RhpBaseBE.CamposUtil
    RhpBaseBE.Conteudo
    RhpBaseBE.PropExcluirLog
    RhpBaseBE.AbvtApl
    RhpBaseBE.PropertyChanged
    Namespace: RhpBE100
    Assembly: RhpBE100.dll
    Syntax
    [ComVisible(true)]
    [Guid("98B15698-86D3-481D-8EE8-C5AC326B1149")]
    [ClassInterface(ClassInterfaceType.None)]
    public class RhpBECartaoBancario : RhpBaseBE, INotifyPropertyChanged, IRhpBECartaoBancario

    Properties

    Cartao

    Identificação do Cartão Bancário

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

    Descricao

    Descrição do Cartão Bancário

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

    EmModoEdicao

    Indica se o registo se encontra em Modo de Edição.

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

    FormatoExportacao

    Formato que deverá ser usado na exportação

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

    Methods

    Finalize()

    Declaration
    protected override void Finalize()

    Implements

    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBECartaoBancario