Class CctBEParamsCCTPendentes
Classe usada para definir a restrição da consulta de Pendentes
Inherited Members
Namespace: CctBE100
Assembly: CctBE100.dll
Syntax
[ComVisible(true)]
[Guid("D914272D-7D35-423E-8070-13DB079EA500")]
[ClassInterface(ClassInterfaceType.None)]
public class CctBEParamsCCTPendentes : CctBaseBE
Constructors
CctBEParamsCCTPendentes()
Declaration
public CctBEParamsCCTPendentes()
Properties
DataFinal
Para filtros por Data Vencimento representa a data até à qual a consulta será carregada.
Declaration
public DateTime DataFinal { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
DataInicial
Para filtros por Data Documento e Data Intrudoção representa a data até à qual a consulta será carregada. Para filtros por Data Vencimento representa a data a partir da qual a consulta será carregada.
Declaration
public DateTime DataInicial { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
IncluirEntidadesAssociadas
Indica se será carregado o extracto das entidades associadas.
Declaration
public bool IncluirEntidadesAssociadas { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Moeda
Identificador da Moeda.
Declaration
public string Moeda { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Posto
Posto.
Declaration
public string Posto { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Projecto
Identificador do Projecto.
Declaration
public string Projecto { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SQLCamposSelect
Campos a serem listados.
Declaration
public string SQLCamposSelect { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SQLViewProcessamentoData
Declaration
public string SQLViewProcessamentoData { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SQLWhereCntEstDoc
Clausula WHERE com as contas/estados/documentos por módulo.
Declaration
public string SQLWhereCntEstDoc { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SQLWhereEntidades
Clausula WHERE com as entidades às quais o extracto deve ser restringido.
Declaration
public string SQLWhereEntidades { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TabelaTemporaria
Tabela temporária.
Declaration
public string TabelaTemporaria { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TipoDataRef
Indica o tipo de data a usar no filtro dos documentos: 0-Todos; 1-Data Documento; 2-Data Introdução; 3-Data Vencimento
Declaration
public int TipoDataRef { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TipoEntidade
Tipo de Entidade.
Declaration
public string TipoEntidade { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TipoLancamento
Identificador do tipo de lançamento
Declaration
public string TipoLancamento { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TipoTerceiro
Identificador do tipo de terceiro
Declaration
public string TipoTerceiro { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Vendedor
Identificador do Vendedor.
Declaration
public string Vendedor { get; set; }
Property Value
Type | Description |
---|---|
System.String |