Class CblBELinhaDocControlling
Classe que contém informação sobre a linha de Documentos de Controlling.
Implements
CblBE100.ICblBELinhaDocControlling
Inherited Members
Namespace: CblBE100
Assembly: CblBE100.dll
Syntax
[ComVisible(true)]
[Guid("0395751F-9BEE-42B5-A6C4-0B7E35E062F4")]
[ClassInterface(ClassInterfaceType.None)]
public class CblBELinhaDocControlling : CblBaseBE, ICblBELinhaDocControlling
Constructors
CblBELinhaDocControlling()
Declaration
public CblBELinhaDocControlling()
Properties
Actividade
Identifica Actividade
Declaration
public string Actividade { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CamposUtil
Colecção de Campos de Utilizadores.
Declaration
public StdBECampos CamposUtil { get; set; }
Property Value
Type | Description |
---|---|
StdBECampos |
CentroDestino
Identificador do Centro de Destino.
Declaration
public string CentroDestino { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Conta
Identificador do Conta Crédito
Declaration
public string Conta { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ContaDebito
Identificador do Conta Débito
Declaration
public string ContaDebito { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Controlling
Controlling
Declaration
public string Controlling { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FuncaoDestino
Identificador da Função de Destino.
Declaration
public string FuncaoDestino { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IdCabecDoc
Identificador do Id do cabeçalho
Declaration
public string IdCabecDoc { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IdLinha
Identificador do Id da Linha
Declaration
public string IdLinha { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Linha
Identificador da Linha
Declaration
public string Linha { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Origem
Identificador da Origem.
Declaration
public string Origem { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ProjectoDestino
Identifica o projecto Destino
Declaration
public string ProjectoDestino { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ProjectoOrigem
Identifica o projecto Origem
Declaration
public string ProjectoOrigem { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Qtd
Identificador da Quantidade.
Declaration
public double Qtd { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
TipoOrigem
Identificador do Tipo de Origem da Linha.
Declaration
public string TipoOrigem { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Unidade
Identificador do Diario.
Declaration
public string Unidade { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ValorTotal
Identificador do Valor Total.
Declaration
public double ValorTotal { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ValorUnitario
Identificador do Valor Unitário
Declaration
public double ValorUnitario { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
WBSItemDestino
Identifica a WBS Destino
Declaration
public string WBSItemDestino { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Finalize()
Declaration
protected override void Finalize()
Implements
CblBE100.ICblBELinhaDocControlling