Class CctBEParamsCCTListaPendentes
Classe usada para definir a restrição da listagem de Pendentes
Inherited Members
Namespace: CctBE100
Assembly: CctBE100.dll
Syntax
[ComVisible(true)]
[Guid("6E9BAAA5-07B7-40AA-A1B3-CF97511FD6FB")]
[ClassInterface(ClassInterfaceType.None)]
public class CctBEParamsCCTListaPendentes : CctBaseBE
Constructors
CctBEParamsCCTListaPendentes()
Declaration
public CctBEParamsCCTListaPendentes()
Properties
AgrupaDocumentos
Indica se os pendentes são agrupados por documento origem (Pendente por linha)
Declaration
public bool AgrupaDocumentos { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
AtualizacaoEstados
Declaration
public string AtualizacaoEstados { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CambioLiq
Câmbio da liquidação.
Declaration
public double CambioLiq { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
CamposSelect
Campos a serem listados na SP.
Declaration
public string CamposSelect { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ContaEstados
Lista com as contas/estados por módulo e documento
Declaration
public CctBEListaContaEstDoc ContaEstados { get; set; }
Property Value
Type | Description |
---|---|
CctBEListaContaEstDoc |
DataDocFinal
Data até à qual os pendentes são carregados.
Declaration
public DateTime DataDocFinal { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
DataDocInicial
Filtro para a data inicial de documentos.
Declaration
public DateTime DataDocInicial { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
DataDocLiq
Data do Documento de Liquidação.
Declaration
public DateTime DataDocLiq { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
DataLimite
Data limite de vencimento.
Declaration
public DateTime DataLimite { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
ExcluirEstornados
Indica se serão excluidos os pendentes estornados.
Declaration
public bool ExcluirEstornados { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Filial
Filial.
Declaration
public string Filial { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IncluirEntidadesAssociadas
Indica se serão carregados os pendentes das entidades associadas.
Declaration
public bool IncluirEntidadesAssociadas { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ModoPag
Modo de pagamento.
Declaration
public string ModoPag { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MoedaLiq
Moeda de liquidação.
Declaration
public string MoedaLiq { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MoedaOrig
Moeda original.
Declaration
public string MoedaOrig { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NumContribuinte
Número de Contribuinte.
Declaration
public string NumContribuinte { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NumDocExterno
Número de documento.
Declaration
public string NumDocExterno { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NumRemessa
Número de Remessa.
Declaration
public int NumRemessa { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ObraIDs
Lista com os identificadores das obras.
Declaration
public StdBEValoresStr ObraIDs { get; set; }
Property Value
Type | Description |
---|---|
StdBEValoresStr |
RestricaoEntidades
Lista com as entidades às quais os pendentes devem ser restringida.
Declaration
public StdBEValoresStr RestricaoEntidades { get; set; }
Property Value
Type | Description |
---|---|
StdBEValoresStr |
SQLWhereEntidades
Contém a query com o filtro das entidade, deverá substituir o m_objRestricaoEntidades
Declaration
public string SQLWhereEntidades { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TipoDocLiq
Tipo de documento de liquidação.
Declaration
public string TipoDocLiq { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TipoEntidade
Tipo de entidade.
Declaration
public string TipoEntidade { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TipoLancamento
Tipo de lançamento.
Declaration
public string TipoLancamento { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TipoTerceiro
Tipo de terceiro.
Declaration
public string TipoTerceiro { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ValidaDataLimite
Indica se a data limite de vencimento é validada.
Declaration
public bool ValidaDataLimite { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
Finalize()
Declaration
protected override void Finalize()