Class TesBECheque
Classe que identifica um cheque associado a uma série.
Implements
TesBE100.ITesBECheque
Inherited Members
Namespace: TesBE100
Assembly: TesBE100.dll
Syntax
[ComVisible(true)]
[Guid("DA50FC79-9949-406B-B320-1EEDE79397C1")]
[ClassInterface(ClassInterfaceType.None)]
public class TesBECheque : TesBaseBE, ITesBECheque
Constructors
TesBECheque()
Declaration
public TesBECheque()
Properties
CamposUtil
Devolve a colecção de Campos de Utilizador
Declaration
public StdBECampos CamposUtil { get; set; }
Property Value
Type | Description |
---|---|
StdBECampos |
ContaBancaria
Conta Bancária
Declaration
public string ContaBancaria { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DataAnulacao
Data da anulação do cheque
Declaration
public DateTime DataAnulacao { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
DataImpressao
Data da impressão do cheque
Declaration
public DateTime DataImpressao { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
EmModoEdicao
Declaration
public bool EmModoEdicao { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Estado
Estado do cheque
Declaration
public int Estado { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
IdLinhaTesouraria
Identificador da linha de tesouraria onde o cheque foi usado.
Declaration
public string IdLinhaTesouraria { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MotivoAnulacao
Motivo da anulação do cheque
Declaration
public string MotivoAnulacao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Numero
Número do cheque
Declaration
public string Numero { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Serie
Série do cheque
Declaration
public string Serie { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UtilizadorAnulacao
Utilizador que anulou o cheque
Declaration
public string UtilizadorAnulacao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UtilizadorImpressao
Utilizador que imprimiu o cheque
Declaration
public string UtilizadorImpressao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Finalize()
Declaration
protected override void Finalize()
Implements
TesBE100.ITesBECheque