Class GabBELinhaDocCBL
Classe que encapsula a definição de uma Linha de Detalhe de um Documento da Contabilidade.
Implements
GabBE100.IGabBELinhaDocCBL
Inherited Members
Namespace: GabBE100
Assembly: GabBE100.dll
Syntax
[ComVisible(true)]
[Guid("2CC1EC94-291F-4A24-AB90-9F8AA74D573B")]
[ClassInterface(ClassInterfaceType.None)]
public class GabBELinhaDocCBL : GabBaseBE, IGabBELinhaDocCBL
Constructors
GabBELinhaDocCBL()
Declaration
public GabBELinhaDocCBL()
Properties
AgrupaMovimento
Indica se agrupa ou não os movimentos
Declaration
public bool AgrupaMovimento { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
AnaliticaCred
Identificador da Conta Analítica/Crédito
Declaration
public string AnaliticaCred { get; set; }
Property Value
Type | Description |
---|---|
System.String |
AnaliticaDeb
Identificador da Conta Analítica/Débito
Declaration
public string AnaliticaDeb { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CCusto
Identificador do Centro de Custo.
Declaration
public string CCusto { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ClasseIva
Identificador da Classe do I.V.A.
Declaration
public string ClasseIva { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Conta
Identificador da Conta.
Declaration
public string Conta { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ContaOrigem
Identificador da Conta Origem.
Declaration
public string ContaOrigem { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DebCred
Identifica se a linha é de débito ou crédito.
Declaration
public string DebCred { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Descricao
Identificador da Descrição.
Declaration
public string Descricao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ERRO
Identificador do Erro.
Declaration
public int ERRO { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Funcao
Identificador da Função.
Declaration
public string Funcao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Lote
Identificador do Lote.
Declaration
public string Lote { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Valor
Valor da linha.
Declaration
public double Valor { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
GabBE100.IGabBELinhaDocCBL