Class CblBELinhaDocProcesso
Inheritance
System.Object
CblBELinhaDocProcesso
Implements
CblBE100.ICblBELinhaDocProcesso
Assembly: CblBE100.dll
Syntax
[ComVisible(true)]
[Guid("ADD1F77A-C0EE-4402-BD07-39982C155756")]
[ClassInterface(ClassInterfaceType.None)]
public class CblBELinhaDocProcesso : CblBaseBE, ICblBELinhaDocProcesso
Constructors
CblBELinhaDocProcesso()
Declaration
public CblBELinhaDocProcesso()
Properties
ActAnulFicha
Declaration
public bool ActAnulFicha { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ActualizaFicha
Indica se pode ou não actualizar os valores na ficha do processo de execução
Declaration
public bool ActualizaFicha { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Ano
Ano a que o processo diz respeito.
Declaration
public int Ano { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Anulacao
Declaration
public bool Anulacao { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
CamposUtil
Campos de utilizador associados à entidade.
Declaration
public StdBECampos CamposUtil { get; set; }
Property Value
Descricao
Declaration
public string Descricao { get; set; }
Property Value
Type |
Description |
System.String |
|
Entidade
Declaration
public string Entidade { get; set; }
Property Value
Type |
Description |
System.String |
|
Estado
Declaration
public string Estado { get; set; }
Property Value
Type |
Description |
System.String |
|
IdProjecto
Identificador do Projecto.
Declaration
public string IdProjecto { get; set; }
Property Value
Type |
Description |
System.String |
|
LinhasProcExecucao
Declaration
public CblBELinhaDocProcessoLinhas LinhasProcExecucao { get; set; }
Property Value
Moeda
Declaration
public string Moeda { get; set; }
Property Value
Type |
Description |
System.String |
|
NaoValidaValorSuperior
Indica se pode ou não lançar valores superiores ao estado anterior
Declaration
public bool NaoValidaValorSuperior { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Natureza
Declaration
public string Natureza { get; }
Property Value
Type |
Description |
System.String |
|
Notas
Declaration
public string Notas { get; set; }
Property Value
Type |
Description |
System.String |
|
Ordem
Identificação da ordem de lançamento
Declaration
public int Ordem { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
PermiteNegativos
Flag que valida se permite ou não inserção de valores negativos
Declaration
public bool PermiteNegativos { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Processo
Identificador do processo de execução
Declaration
public string Processo { get; set; }
Property Value
Type |
Description |
System.String |
|
TipoEntidade
Declaration
public string TipoEntidade { get; set; }
Property Value
Type |
Description |
System.String |
|
TipoProcesso
Identificador do tipo de processo
Declaration
public string TipoProcesso { get; set; }
Property Value
Type |
Description |
System.String |
|
VariosEstados
Indica se podem ser movimentados vários estados no mesmo documento
Declaration
public bool VariosEstados { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
Finalize()
Declaration
protected override void Finalize()
Implements
CblBE100.ICblBELinhaDocProcesso