Class GprBEDiarioPendenteArtigo
Classe que permite o acesso à informação dos artigos a produzir, podendo ser mais que um para o caso de existir dimensões associadas.
Implements
GprBE100.IGprBEDiarioPendenteArtigo
Inherited Members
Namespace: GprBE100
Assembly: GprBE100.dll
Syntax
[ComVisible(true)]
[Guid("CCC21DE0-69AF-4815-B2E8-23E363C5C1CF")]
[ClassInterface(ClassInterfaceType.None)]
public class GprBEDiarioPendenteArtigo : GrpBaseBE, IGprBEDiarioPendenteArtigo
Constructors
GprBEDiarioPendenteArtigo()
Declaration
public GprBEDiarioPendenteArtigo()
Properties
Artigo
Identificador do artigo
Declaration
public string Artigo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CamposUtil
Devolve a colecção de campos de utilizador.
Declaration
public StdBECampos CamposUtil { get; set; }
Property Value
Type | Description |
---|---|
StdBECampos |
IDDiarioTrabalhoPendente
Identificador do diário de trabalho pendente
Declaration
public int IDDiarioTrabalhoPendente { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
IDDiarioTrabalhoPendenteArtigo
Identificador chave do diário de trabalho pendente/artigo
Declaration
public int IDDiarioTrabalhoPendenteArtigo { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
QtFab
Quantidade fabricada
Declaration
public double QtFab { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
QtOF
Quantidade a fabricar
Declaration
public double QtOF { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
QtRejeitada
Quantidade Rejeitada
Declaration
public double QtRejeitada { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
Finalize()
Declaration
protected override void Finalize()
Implements
GprBE100.IGprBEDiarioPendenteArtigo