PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class RhpBEReparticaoFinancas

    Classe que encapsula um registo de Repartição de Finanças.

    Inheritance
    System.Object
    RhpBaseBE
    RhpBEReparticaoFinancas
    Implements
    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBEReparticaoFinancas
    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("F7BED4E8-DB84-4239-8291-F801274B29EB")]
    [ClassInterface(ClassInterfaceType.None)]
    public class RhpBEReparticaoFinancas : RhpBaseBE, INotifyPropertyChanged, IRhpBEReparticaoFinancas

    Constructors

    RhpBEReparticaoFinancas()

    Declaration
    public RhpBEReparticaoFinancas()

    Properties

    Bairro

    Identificador do Bairro Fiscal.

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

    Descricao

    Descrição da Repartição de Finanças.

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

    Email

    Endereço de e-mail da Repartição de Finanças.

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

    EmModoEdicao

    Indica se se trata de um novo Serviço(Repartição) de Finanças ou de uma já existente em edição. EmModoEdicao = True já existente, EmModoEdicao = False Nova.

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

    EnderecoWeb

    Endereço na Internet da Repartição de Finanças.

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

    ReparticaoFinancas

    Identificador da Repartição de Finanças.

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

    Methods

    Finalize()

    Declaration
    protected override void Finalize()

    Implements

    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBEReparticaoFinancas