Class BasBEArtigoMoeda
Classe que identifica uma Moeda associada a um Artigo.
Implements
BasBE100.IBasBEArtigoMoeda
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: BasBE100
Assembly: BasBE100.dll
Syntax
[ComVisible(true)]
[Guid("94b98134-4a0e-4763-9e79-64300cf3ad72")]
[ClassInterface(ClassInterfaceType.None)]
public class BasBEArtigoMoeda : BasBaseBE, IBasBEArtigoMoeda
Constructors
BasBEArtigoMoeda()
Declaration
public BasBEArtigoMoeda()
Properties
Artigo
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 |
Descricao
Descrição do artigo na moeda. Se nada for definido é assumida a descrição do artigo.
Declaration
public string Descricao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EmModoEdicao
Devolve a colecção de campos de utilizador
Declaration
public bool EmModoEdicao { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Moeda
Código da moeda.
Declaration
public string Moeda { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PVP1
Preço de venda 1.
Declaration
public double PVP1 { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
PVP1IvaIncluido
Preço de venda 1 com iva incluido.
Declaration
public bool PVP1IvaIncluido { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
PVP2
Preço de venda 2.
Declaration
public double PVP2 { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
PVP2IvaIncluido
Preço de venda 2 com iva incluido.
Declaration
public bool PVP2IvaIncluido { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
PVP3
Preço de venda 3.
Declaration
public double PVP3 { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
PVP3IvaIncluido
Preço de venda 3 com iva incluido.
Declaration
public bool PVP3IvaIncluido { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
PVP4
Preço de venda 4.
Declaration
public double PVP4 { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
PVP4IvaIncluido
Preço de venda 4 com iva incluido.
Declaration
public bool PVP4IvaIncluido { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
PVP5
Preço de venda 5.
Declaration
public double PVP5 { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
PVP5IvaIncluido
Preço de venda 5 com iva incluido.
Declaration
public bool PVP5IvaIncluido { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
PVP6
Preço de venda 6.
Declaration
public double PVP6 { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
PVP6IvaIncluido
Preço de venda 6 com iva incluido.
Declaration
public bool PVP6IvaIncluido { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Unidade
Unidade na qual o preço está expresso
Declaration
public string Unidade { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Finalize()
Declaration
protected void Finalize()
Implements
BasBE100.IBasBEArtigoMoeda