Class CblBELinhaRepCentro
Classe que permite o acesso à informação das Linhas de Repartição por Centro de Custo.
Implements
CblBE100.ICblBELinhaRepCentro
Inherited Members
Namespace: CblBE100
Assembly: CblBE100.dll
Syntax
[ComVisible(true)]
[Guid("AAD57323-5623-4637-AEA4-220B7D41B1CC")]
[ClassInterface(ClassInterfaceType.None)]
public class CblBELinhaRepCentro : CblBaseBE, ICblBELinhaRepCentro
Constructors
CblBELinhaRepCentro()
Declaration
public CblBELinhaRepCentro()
Properties
Ano
Exercício da chave de repartição.
Declaration
public int Ano { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
CentroCusto
Identificador do Centro de Custo.
Declaration
public string CentroCusto { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ChvRep
Identificador da Chave de Repartição do Centro de Custo.
Declaration
public string ChvRep { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Reparticao
Propriedade que atribui um valor à Repartição.
Declaration
public float Reparticao { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Implements
CblBE100.ICblBELinhaRepCentro