Class GabBELinhaCCustoCBL
Classe que identifica um Centro de Custos na Contabilidade
Implements
GabBE100.IGabBELinhaCCustoCBL
Inherited Members
Namespace: GabBE100
Assembly: GabBE100.dll
Syntax
[ComVisible(true)]
[Guid("0CFD25CE-11FA-4B06-A9E0-23DB4BAB7BEA")]
[ClassInterface(ClassInterfaceType.None)]
public class GabBELinhaCCustoCBL : GabBaseBE, IGabBELinhaCCustoCBL
Constructors
GabBELinhaCCustoCBL()
Declaration
public GabBELinhaCCustoCBL()
Properties
CentroCusto
Identificador do Centro de Custo.
Declaration
public string CentroCusto { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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 |
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.IGabBELinhaCCustoCBL