Class BasBEDescontoCondPag
Desconto de Condição de Pagamento.
Implements
BasBE100.IBasBEDescontoCondPag
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("d06ec7de-e4dd-4f9c-8fa6-3b30aa128c52")]
[ClassInterface(ClassInterfaceType.None)]
public class BasBEDescontoCondPag : BasBaseBE, IBasBEDescontoCondPag
Constructors
BasBEDescontoCondPag()
Declaration
public BasBEDescontoCondPag()
Properties
CamposUtil
Propriedade que devolve a colecção de campos de utilizador.
Declaration
public StdBECampos CamposUtil { get; }
Property Value
Type | Description |
---|---|
StdBECampos |
Desconto
Desconto em percentagem.
Declaration
public float Desconto { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
EmModoEdicao
Propriedade que indica se o registo se encontra em Edição.
Declaration
public bool EmModoEdicao { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
NumeroDias
Número de dias após a data de emissão.
Declaration
public int NumeroDias { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
Finalize()
Declaration
protected void Finalize()
Implements
BasBE100.IBasBEDescontoCondPag