Class BasBEInfoCheque
Esta classe identifica a informação comum sobre cheques
Implements
BasBE100.IBasBEInfoCheque
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("610016a9-ebb2-43c9-9d04-e0f4f8f14b3b")]
[ClassInterface(ClassInterfaceType.None)]
public class BasBEInfoCheque : BasBaseBE, IBasBEInfoCheque
Constructors
BasBEInfoCheque()
Declaration
public BasBEInfoCheque()
Properties
Balcao
Balcão
Declaration
public string Balcao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CamposUtil
Campos do utilizador associados à moeda.
Declaration
public StdBECampos CamposUtil { get; set; }
Property Value
Type | Description |
---|---|
StdBECampos |
ContaBancaria
ContaBancaria
Declaration
public string ContaBancaria { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Emitido
Emitido
Declaration
public bool Emitido { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
EmModoEdicao
Estado do objecto (uso interno).
Declaration
public bool EmModoEdicao { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
EstadoBE
Estado do objecto (uso interno).
Declaration
public string EstadoBE { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Movimento
Movimento
Declaration
public string Movimento { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Numero
Número
Declaration
public string Numero { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PreDatado
Pré-Datado
Declaration
public bool PreDatado { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Serie
Série
Declaration
public string Serie { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Finalize()
Declaration
protected void Finalize()
Implements
BasBE100.IBasBEInfoCheque