PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class RhpBEBaseCotizacao

    Classe que encapsula toda a definição de uma Base de Cotizacão.

    Inheritance
    System.Object
    RhpBaseBE
    RhpBEBaseCotizacao
    Implements
    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBEBaseCotizacao
    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("80744453-A999-4AAE-ABFB-4A7CA0A93270")]
    [ClassInterface(ClassInterfaceType.None)]
    public class RhpBEBaseCotizacao : RhpBaseBE, INotifyPropertyChanged, IRhpBEBaseCotizacao

    Constructors

    RhpBEBaseCotizacao()

    Declaration
    public RhpBEBaseCotizacao()

    Properties

    Base

    Identificador da Base de Cotização.

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

    Descricao

    Descrição da Base de Cotização.

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

    EmModoEdicao

    Indica se se trata de uma base de cotizacao nova ou de uma já existente em edição. EmModoEdicao = True já existente, EmModoEdicao = False Novo.

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

    Implements

    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBEBaseCotizacao