Class ImoBELinhaDecomposicao
Classe que encapsula toda a definição de uma linha de um Documento de Decomposição.
Inherited Members
Namespace: EapBE100
Assembly: EapBE100.dll
Syntax
[ComVisible(true)]
[Guid("BAE51135-10BF-4ACC-A115-6E0A524C7E98")]
[ClassInterface(ClassInterfaceType.None)]
public class ImoBELinhaDecomposicao : EapBaseBE
Constructors
ImoBELinhaDecomposicao()
Declaration
public ImoBELinhaDecomposicao()
Properties
CamposUtil
Colecção dos campos do utilizador.
Declaration
public StdBECampos CamposUtil { get; set; }
Property Value
Type | Description |
---|---|
StdBECampos |
CodigoBarrasFichaDestino
Identificador do Código de Barras da Ficha Destino.
Declaration
public string CodigoBarrasFichaDestino { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DescricaoFichaDestino
Identificador da Descrição da Ficha Destino.
Declaration
public string DescricaoFichaDestino { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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 |
NumeroElementosFichaDestino
Identificador do Número de Elementos da Ficha Destino.
Declaration
public int NumeroElementosFichaDestino { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
NumeroInventarioFichaDestino
Identificador do Número de Inventário da Ficha Destino.
Declaration
public string NumeroInventarioFichaDestino { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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 |
ValorDecomposicao
Identificação do Valor de Decomposição
Declaration
public double ValorDecomposicao { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
Finalize()
Declaration
protected override void Finalize()