Class GabBELinhaFuncaoCBL
Classe que encapsula a definição de uma Linha de Detalhe de uma Função da Contabilidade.
Implements
GabBE100.IGabBELinhaFuncaoCBL
Inherited Members
Namespace: GabBE100
Assembly: GabBE100.dll
Syntax
[ComVisible(true)]
[Guid("FB7D402E-944A-4A02-82FF-69221C83183B")]
[ClassInterface(ClassInterfaceType.None)]
public class GabBELinhaFuncaoCBL : GabBaseBE, IGabBELinhaFuncaoCBL
Constructors
GabBELinhaFuncaoCBL()
Declaration
public GabBELinhaFuncaoCBL()
Properties
Conta
Identificador da Conta.
Declaration
public string Conta { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DebCred
Natureza da linha.
Declaration
public string DebCred { 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 |
Percentagem
Percentagem da linha.
Declaration
public double Percentagem { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Valor
Valor da linha.
Declaration
public double Valor { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
GabBE100.IGabBELinhaFuncaoCBL