Class ImoBEDocumento
Classe que encapsula a definição de um Documento.
Inheritance
System.Object
ImoBEDocumento
Assembly: EapBE100.dll
Syntax
[ComVisible(true)]
[Guid("ACB51038-499B-4B00-9659-3B797FAAAB63")]
[ClassInterface(ClassInterfaceType.None)]
public class ImoBEDocumento : EapBaseBE
Constructors
ImoBEDocumento()
Declaration
Properties
Alteracao
Identificador (código) da Alteração Patrimonial.
Declaration
public string Alteracao { get; set; }
Property Value
Type |
Description |
System.String |
|
CamposUtil
Colecção dos campos do utilizador.
Declaration
public StdBECampos CamposUtil { get; set; }
Property Value
DataAprovacao
Declaration
public DateTime DataAprovacao { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Descricao
Declaration
public string Descricao { get; set; }
Property Value
Type |
Description |
System.String |
|
Dia
Identificação do Dia de Introdução.
Declaration
public int Dia { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
DiaDoc
Identificação do Dia do Documento.
Declaration
public int DiaDoc { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
DiaLancamento
Identificação do Dia do Lançamento.
Declaration
public int DiaLancamento { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
DocID
Identificador 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 |
|
Entidade
Identificador do Entidade do Documento.
Declaration
public string Entidade { get; set; }
Property Value
Type |
Description |
System.String |
|
Exercicio
Identificador do Exercício de Introdução.
Declaration
public int Exercicio { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ExercicioDoc
Identificador do Exercício do Documento.
Declaration
public int ExercicioDoc { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ExercicioLancamento
Identificador do Exercício do Lançamento.
Declaration
public int ExercicioLancamento { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Modulo
Identificador do Módulo Origem do Documento.
Declaration
public string Modulo { get; set; }
Property Value
Type |
Description |
System.String |
|
NumDocExterno
Identificador do N.º do Documento Externo.
Declaration
public string NumDocExterno { get; set; }
Property Value
Type |
Description |
System.String |
|
Numerador
Numerador da Alteração Patrimonial.
Declaration
public int Numerador { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Periodo
Identificação do Período de Introdução.
Declaration
public int Periodo { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
PeriodoDoc
Identificação do Período do Documento.
Declaration
public int PeriodoDoc { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
PeriodoLancamento
Identificação do Período do Lançamento.
Declaration
public int PeriodoLancamento { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Subsidio
Identificador do Subsídio do Documento.
Declaration
public string Subsidio { get; set; }
Property Value
Type |
Description |
System.String |
|
Tipo
Identificador do Tipo de Processamento.
Declaration
public string Tipo { get; set; }
Property Value
Type |
Description |
System.String |
|
TipoEntidade
Identificador do Tipo de Entidade do Documento.
Declaration
public string TipoEntidade { get; set; }
Property Value
Type |
Description |
System.String |
|
Utilizador
Declaration
public string Utilizador { get; set; }
Property Value
Type |
Description |
System.String |
|
UtilizadorAprovacao
Declaration
public string UtilizadorAprovacao { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
Finalize()
Declaration
protected override void Finalize()