Class CblBELinhaRepFuncao
Classe que permite o acesso à informação das Linhas de Repartição da Função.
Implements
CblBE100.ICblBELinhaRepFuncao
Inherited Members
Namespace: CblBE100
Assembly: CblBE100.dll
Syntax
[ComVisible(true)]
[Guid("3C4383A8-E560-415B-A2B5-F8B003187C21")]
[ClassInterface(ClassInterfaceType.None)]
public class CblBELinhaRepFuncao : CblBaseBE, ICblBELinhaRepFuncao
Constructors
CblBELinhaRepFuncao()
Declaration
public CblBELinhaRepFuncao()
Properties
Ano
Exercício da chave de repartição.
Declaration
public int Ano { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ChvRep
Identificador da Chave de Repartição da Função.
Declaration
public string ChvRep { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Funcao
Identificador da Função.
Declaration
public string Funcao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Reparticao
Propriedade que atribui um valor à Função.
Declaration
public float Reparticao { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Implements
CblBE100.ICblBELinhaRepFuncao