Class GprBETRStockComponenteConsumo
Inheritance
System.Object
GprBETRStockComponenteConsumo
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: GprBE100
Assembly: GprBE100.dll
Syntax
public class GprBETRStockComponenteConsumo
Constructors
GprBETRStockComponenteConsumo()
Declaration
public GprBETRStockComponenteConsumo()
Properties
Armazem
Declaration
public string Armazem { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Conteudo
Declaration
public string Conteudo { get; }
Property Value
Type | Description |
---|---|
System.String |
EstadoStock
Declaration
public string EstadoStock { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IDOrdemFabricoComponente
Declaration
public int IDOrdemFabricoComponente { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
IDOrdemFabricoComponenteGuid
Declaration
public string IDOrdemFabricoComponenteGuid { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IDReserva
Declaration
public string IDReserva { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Localizacao
Declaration
public string Localizacao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Lote
Declaration
public string Lote { get; set; }
Property Value
Type | Description |
---|---|
System.String |
QuantidadeStock
Declaration
public double QuantidadeStock { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
Finalize()
Declaration
protected void Finalize()