Class RhpBEAnaliseCustosDados
Classe que encapsula todas as definições da Análise de Custos - Dados.
Implements
System.ComponentModel.INotifyPropertyChanged
RhpBE100.IRhpBEAnaliseCustosDados
Inherited Members
Namespace: RhpBE100
Assembly: RhpBE100.dll
Syntax
[ComVisible(true)]
[Guid("303EFCE1-8937-4ADF-B4F3-1023944B8725")]
[ClassInterface(ClassInterfaceType.None)]
public class RhpBEAnaliseCustosDados : RhpBaseBE, INotifyPropertyChanged, IRhpBEAnaliseCustosDados
Constructors
RhpBEAnaliseCustosDados()
Declaration
public RhpBEAnaliseCustosDados()
Properties
CCPrincipal
Identificador do Centro de Custo Principal.
Declaration
public string CCPrincipal { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CCustos
Identificador da colecção de Centros de Custos.
Declaration
public PrimaveraOrderedDictionary CCustos { get; set; }
Property Value
Type | Description |
---|---|
Primavera.Platform.Collections.PrimaveraOrderedDictionary |
ChavesReparticao
Identificador da colecção de Chaves de Repartição.
Declaration
public PrimaveraOrderedDictionary ChavesReparticao { get; set; }
Property Value
Type | Description |
---|---|
Primavera.Platform.Collections.PrimaveraOrderedDictionary |
Departamento
Identificador do Departamento.
Declaration
public string Departamento { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Estabelecimento
Identificador do Estabelecimento.
Declaration
public string Estabelecimento { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Estado
Identificador da colecção dos Estados.
Declaration
public PrimaveraOrderedDictionary Estado { get; set; }
Property Value
Type | Description |
---|---|
Primavera.Platform.Collections.PrimaveraOrderedDictionary |
Funcionario
Identificador do Funcionário.
Declaration
public string Funcionario { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Independente
Identificador do Independente.
Declaration
public string Independente { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Periodo
Identificador do Periodo.
Declaration
public string Periodo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ReparticaoFixa
Indica se é repartição fixa.
Declaration
public bool ReparticaoFixa { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Implements
System.ComponentModel.INotifyPropertyChanged
RhpBE100.IRhpBEAnaliseCustosDados