Class RhpBEEstabFornecedorSHST
Classe que encapsula o Fornecedor dum Estabelecimento.
Implements
System.ComponentModel.INotifyPropertyChanged
RhpBE100.IRhpBEEstabFornecedorSHST
Inherited Members
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. |
DataInicio
Data Início dos EstabelecimentosFornecedoresSHST.
Declaration
public DateTime DataInicio { get; set; }
Property Value
Type | Description |
---|---|
System. |
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. |
Estabelecimento
Identificador do Estabelecimento.
Declaration
public string Estabelecimento { get; set; }
Property Value
Type | Description |
---|---|
System. |
Fornecedor
Fornecedor do Estabelecimento.
Declaration
public string Fornecedor { get; set; }
Property Value
Type | Description |
---|---|
System. |
Methods
Finalize()
Declaration
protected override void Finalize()
Implements
System.ComponentModel.INotifyPropertyChanged
RhpBE100.IRhpBEEstabFornecedorSHST