Class CblBEContaTerceiro
Classe que contém a estrutura de uma Conta de Terceiros.
Implements
CblBE100.ICblBEContaTerceiro
Inherited Members
Namespace: CblBE100
Assembly: CblBE100.dll
Syntax
[ComVisible(true)]
[Guid("87A41D58-7DEF-41D4-B2C7-C36D32F1CD91")]
[ClassInterface(ClassInterfaceType.None)]
public class CblBEContaTerceiro : CblBaseBE, ICblBEContaTerceiro
Properties
CamposUtil
Colecção com os campos de utilizador.
Declaration
public StdBECampos CamposUtil { get; set; }
Property Value
Type | Description |
---|---|
StdBECampos |
Cliente
Identificador da Cliente
Declaration
public string Cliente { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Credor
Identificador do Credor
Declaration
public string Credor { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Devedor
Identificador do Devedor
Declaration
public string Devedor { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EmModoEdicao
Indica se se trata de uma nova conta ou de uma já existente em edição.
Declaration
public bool EmModoEdicao { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Empresa1
Identificador da Empresa Origem
Declaration
public string Empresa1 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Empresa2
Identificador da Empresa Destino
Declaration
public string Empresa2 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Fornecedor
Identificador do Fornecedor
Declaration
public string Fornecedor { get; set; }
Property Value
Type | Description |
---|---|
System.String |
OutroCredor
Identificador de um outro terceiro credor
Declaration
public string OutroCredor { get; set; }
Property Value
Type | Description |
---|---|
System.String |
OutroDevedor
Identificador de um outro terceiro devedor
Declaration
public string OutroDevedor { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Implements
CblBE100.ICblBEContaTerceiro