Class ImoBELinhaTransferencia
Classe que encapsula toda a definição de uma linha de um Documento de Transferência.
Inherited Members
Namespace: EapBE100
Assembly: EapBE100.dll
Syntax
[ComVisible(true)]
[Guid("135EAB07-9EBE-45F4-A5BD-63C1D4D93B8D")]
[ClassInterface(ClassInterfaceType.None)]
public class ImoBELinhaTransferencia : EapBaseBE
Constructors
ImoBELinhaTransferencia()
Declaration
public ImoBELinhaTransferencia()
Properties
CamposUtil
Colecção dos campos do utilizador.
Declaration
public StdBECampos CamposUtil { get; set; }
Property Value
Type | Description |
---|---|
StdBECampos |
DocID
Identificador (ID) do Documento.
Declaration
public string DocID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EmModoEdicao
Identificador do tipo de operação: TRUE - Edição | FALSE - Inserção.
Declaration
public bool EmModoEdicao { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
FichaDestino
Identificador da Ficha de Destino.
Declaration
public string FichaDestino { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FichaOrigem
Identificador da Ficha Origem
Declaration
public string FichaOrigem { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IdProcessamentoBaseDestino
Identificador do Processamento Base da Ficha Destino.
Declaration
public string IdProcessamentoBaseDestino { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IdProcessamentoBaseOrigem
Identificador do Processamento Base da Ficha Origem.
Declaration
public string IdProcessamentoBaseOrigem { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IdProcessamentoDestino
Identificador do Processamento da Ficha Destino.
Declaration
public string IdProcessamentoDestino { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IdProcessamentoOrigem
Identificador do Processamento da Ficha Origem.
Declaration
public string IdProcessamentoOrigem { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Linha
Identificador da Linha do Documento.
Declaration
public int Linha { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
NumElementosAntDestino
Número de elementos anteriores da Ficha Destino
Declaration
public int NumElementosAntDestino { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
NumElementosAntOrigem
Número de elementos anteriores da Ficha Origem
Declaration
public int NumElementosAntOrigem { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
NumElementosAtualDestino
Número de elementos atuais da Ficha Destino
Declaration
public int NumElementosAtualDestino { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
NumElementosAtualOrigem
Número de elementos atuais da Ficha Origem
Declaration
public int NumElementosAtualOrigem { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Plano
Identificador do Plano de Depreciação.
Declaration
public string Plano { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Processamento
Identifica a Linha do Processamento.
Declaration
public ImoBEProcessamento Processamento { get; set; }
Property Value
Type | Description |
---|---|
ImoBEProcessamento |
ValorTransferencia
Identificação do Valor da Transferência
Declaration
public double ValorTransferencia { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
Finalize()
Declaration
protected override void Finalize()