PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class RhpBEEstabFornecedorSHST

    Classe que encapsula o Fornecedor dum Estabelecimento.

    Inheritance
    System.Object
    RhpBaseBE
    RhpBEEstabFornecedorSHST
    Implements
    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBEEstabFornecedorSHST
    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("8B0C819C-8CEE-4DC6-A228-5EC02D0887CA")]
    [ClassInterface(ClassInterfaceType.None)]
    public class RhpBEEstabFornecedorSHST : RhpBaseBE, INotifyPropertyChanged, IRhpBEEstabFornecedorSHST

    Constructors

    RhpBEEstabFornecedorSHST()

    Declaration
    public RhpBEEstabFornecedorSHST()

    Properties

    DataFim

    Data Fim dos EstabelecimentosFornecedoresSHST.

    Declaration
    public DateTime DataFim { get; set; }
    Property Value
    Type Description
    System.DateTime

    DataInicio

    Data Início dos EstabelecimentosFornecedoresSHST.

    Declaration
    public DateTime DataInicio { get; set; }
    Property Value
    Type Description
    System.DateTime

    EmModoEdicao

    Indica se se trata de uma nova Estabelecimento 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

    Estabelecimento

    Identificador do Estabelecimento.

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

    Fornecedor

    Fornecedor do Estabelecimento.

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

    Methods

    Finalize()

    Declaration
    protected override void Finalize()

    Implements

    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBEEstabFornecedorSHST