Class InvBEDetalheLinhaInventario
Classe que identifica um detlahe de uma linha de inventário.
Inherited Members
Namespace: InvBE100
Assembly: InvBE100.dll
Syntax
public class InvBEDetalheLinhaInventario : InvBaseBE
Constructors
InvBEDetalheLinhaInventario()
Declaration
public InvBEDetalheLinhaInventario()
Properties
Avisos
Erros\avisos assinalados na linha.
Declaration
public string Avisos { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ComAvisos
Indica se são assinalados erros\avisos na linha.
Declaration
public bool ComAvisos { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Descricao
Descrição do estado de stock.
Declaration
public string Descricao { get; set; }
Property Value
Type | Description |
---|---|
System.String | Texto até 512 carateres. |
EmModoEdicao
Indica se o registo de encontra em edição.
Declaration
public bool EmModoEdicao { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
EstadoReserva
Indica se o estado de stock associado ao detalhe é um estado de reserva.
Declaration
public bool EstadoReserva { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
EstadoStock
Código do estado de inventário.
Declaration
public string EstadoStock { get; set; }
Property Value
Type | Description |
---|---|
System.String | Código do estado inventário (Estado). |
Id
Identificador da linha de detalhe
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
IDLinhaInventario
Identificador da linha de inventário.
Declaration
public Guid IDLinhaInventario { get; set; }
Property Value
Type | Description |
---|---|
System.Guid | Indentificador da linha ( |
NumerosSerieOriginais
Coleção de números de série originais.
Declaration
public BasBENumerosSerie NumerosSerieOriginais { get; set; }
Property Value
Type | Description |
---|---|
BasBENumerosSerie |
NumerosSerieStock
Coleção de números de série em stock.
Declaration
public BasBENumerosSerie NumerosSerieStock { get; set; }
Property Value
Type | Description |
---|---|
BasBENumerosSerie |
NumLinha
Número da linha.
Declaration
public int NumLinha { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | Número da linha. |
QtdOriginal
Quantidade original obtida na criação do inventário.
Declaration
public double QtdOriginal { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
QtdStock
Quantidade em stock, quantidade contada.
Declaration
public double QtdStock { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Unidade
Código da unidade.
Declaration
public string Unidade { get; set; }
Property Value
Type | Description |
---|---|
System.String | Código da unidade (Unidade). |