Class CmpBELinhaValidarNecessidade
Classe que identifica uma linha de validação de necessidades de compra.
Inherited Members
Namespace: CmpBE100
Assembly: CmpBE100.dll
Syntax
[ComVisible(true)]
[Guid("75C7FB41-4DB2-4DD6-BBFE-B321751EE348")]
[ClassInterface(ClassInterfaceType.None)]
public class CmpBELinhaValidarNecessidade : CmpBaseBE
Constructors
CmpBELinhaValidarNecessidade()
Construtor da classe.
Declaration
public CmpBELinhaValidarNecessidade()
Properties
Artigo
Código do artigo.
Declaration
public string Artigo { get; set; }
Property Value
Type | Description |
---|---|
System.String | Código do artigo (Artigo). |
DataEntrega
Data de entrega.
Declaration
public DateTime DataEntrega { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
IDLinha
Identificador da linha da encomenda.
Declaration
public string IDLinha { get; set; }
Property Value
Type | Description |
---|---|
System.String | Identificador da linha (IdLinha) |
Quantidade
Quantidade da necessidade.
Declaration
public double Quantidade { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Removida
Indica se a linha foi removida.
Declaration
public bool Removida { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
Finalize()
Destrutor da classe.
Declaration
protected override void Finalize()