Class CrmBELinhaPropostaOPV
Classe que permite definir os dados para uma Linha de Proposta de Oportunidade de Venda.
Implements
Inherited Members
Namespace: CrmBE100
Assembly: CrmBE100.dll
Syntax
[ComVisible(true)]
[Guid("1A281245-3FBB-4B50-8B8A-F10F857E8120")]
[ClassInterface(ClassInterfaceType.None)]
public class CrmBELinhaPropostaOPV : CrmBaseBE, ICrmBELinhaPropostaOPV
Constructors
CrmBELinhaPropostaOPV()
Declaration
public CrmBELinhaPropostaOPV()
Properties
Artigo
Códido 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 |
Desconto
Desconto (%).
Declaration
public double Desconto { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Desconto1
Desconto 1 (%).
Declaration
public double Desconto1 { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Desconto2
Desconto 2 (%).
Declaration
public double Desconto2 { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Desconto3
Desconto 3 (%).
Declaration
public double Desconto3 { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Descricao
Descrição do Produto.
Declaration
public string Descricao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EmModoEdicao
Declaration
public bool EmModoEdicao { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
FactorConv
Factor de conversão para a unidade base.
Declaration
public double FactorConv { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
IdOportunidade
Identificador da Oportunidade de Venda.
Declaration
public string IdOportunidade { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Linha
Nº da linha da proposta.
Declaration
public int Linha { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Margem
Margem.
Declaration
public double Margem { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
NumProposta
Número da Proposta.
Declaration
public int NumProposta { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Observacoes
Observações.
Declaration
public string Observacoes { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Opcional
Identifica se a porposta é opcional
Declaration
public bool Opcional { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
PCMedio
Preço de custo médio do artigo.
Declaration
public double PCMedio { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
PCPadrao
Preço de custo médio do artigo.
Declaration
public double PCPadrao { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
PCUltimo
Último preço de custo do artigo.
Declaration
public double PCUltimo { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
PrecoCusto
Preço de custo.
Declaration
public double PrecoCusto { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
PrecoVenda
Preço de venda.
Declaration
public double PrecoVenda { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
PVP1
Preço de venda 1 do artigo.
Declaration
public double PVP1 { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
PVP2
Preço de venda 2 do artigo.
Declaration
public double PVP2 { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
PVP3
Preço de venda 3 do artigo.
Declaration
public double PVP3 { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
PVP4
Preço de venda 4 do artigo.
Declaration
public double PVP4 { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
PVP5
Preço de venda 5 do artigo.
Declaration
public double PVP5 { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
PVP6
Preço de venda 6 do artigo.
Declaration
public double PVP6 { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Quantidade
Quantidade do Produto.
Declaration
public double Quantidade { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Rentabilidade
Rentabilidade.
Declaration
public double Rentabilidade { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Unidade
Unidade.
Declaration
public string Unidade { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ValorDesconto
Valor do Desconto.
Declaration
public double ValorDesconto { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
Finalize()
Declaration
protected override void Finalize()