Class RhpBEEstabFornSHSTCusto
Classe que encapsula os Custos dum Fornecedor Estabelecimento.
Implements
System.ComponentModel.INotifyPropertyChanged
RhpBE100.IRhpBEEstabFornSHSTCusto
Inherited Members
Namespace: RhpBE100
Assembly: RhpBE100.dll
Syntax
[ComVisible(true)]
[Guid("D23837C0-C506-45B4-A7B7-5C86055E53F2")]
[ClassInterface(ClassInterfaceType.None)]
public class RhpBEEstabFornSHSTCusto : RhpBaseBE, INotifyPropertyChanged, IRhpBEEstabFornSHSTCusto
Constructors
RhpBEEstabFornSHSTCusto()
Declaration
public RhpBEEstabFornSHSTCusto()
Properties
Ano
Ano do custo para o Fornecedor do Estabelecimento.
Declaration
public int Ano { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Custo
custo para o Fornecedor do Estabelecimento.
Declaration
public double Custo { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
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.IRhpBEEstabFornSHSTCusto