Class CnoBEInventario
Classe que contém todas as propriedades que definem um inventário.
Implements
CnoBE100.ICnoBEInventario
Inherited Members
Namespace: CnoBE100
Assembly: CnoBE100.dll
Syntax
[ComVisible(true)]
[Guid("258509F4-2A8F-47CD-8288-0A28C2904DEA")]
[ClassInterface(ClassInterfaceType.None)]
public class CnoBEInventario : CnoBaseBE, ICnoBEInventario
Constructors
CnoBEInventario()
Declaration
public CnoBEInventario()
Properties
Ano
Exercício do inventário
Declaration
public int Ano { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Artigo
Código do artigo
Declaration
public string Artigo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CamposUtil
Colecção dos campos de utilizador.
Declaration
public StdBECampos CamposUtil { get; set; }
Property Value
Type | Description |
---|---|
StdBECampos |
Data
Data do inventário
Declaration
public DateTime Data { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
EmModoEdicao
Indica se se trata de um novo registo ou de um já existente em edição.
Declaration
public bool EmModoEdicao { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
PrecoFinal
Preço final do artigo
Declaration
public decimal PrecoFinal { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
PrecoInicial
Preço inicial do artigo
Declaration
public decimal PrecoInicial { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
QuantidadeFinal
Quantidade final do artigo
Declaration
public double QuantidadeFinal { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
QuantidadeInicial
Quantidade inicial do artigo
Declaration
public double QuantidadeInicial { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
Finalize()
Declaration
protected override void Finalize()
Implements
CnoBE100.ICnoBEInventario