Class RhpBELinhaDocCBL
Implements
System.ComponentModel.INotifyPropertyChanged
RhpBE100.IRhpBELinhaDocCBL
Inherited Members
Namespace: RhpBE100
Assembly: RhpBE100.dll
Syntax
[ComVisible(true)]
[Guid("E2681314-135F-4D64-B4F8-4C9A0FAD6B26")]
[ClassInterface(ClassInterfaceType.None)]
public class RhpBELinhaDocCBL : RhpBaseBE, INotifyPropertyChanged, IRhpBELinhaDocCBL
Properties
CentrosCusto
Declaration
public List<RhpBELinhaDocCBL.TReparticaoCCusto> CentrosCusto { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<RhpBELinhaDocCBL.TReparticaoCCusto> |
Entidade
Identificador da Entidade.
Declaration
public string Entidade { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Funcoes
Funções
Declaration
public List<RhpBELinhaDocCBL.TReparticaoPFuncional> Funcoes { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<RhpBELinhaDocCBL.TReparticaoPFuncional> |
NumDetalhes
Declaration
public int NumDetalhes { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
OrigemLinha
Origem da linha combinado
Declaration
public int OrigemLinha { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Terceiro
Identificador do Terceiro.
Declaration
public string Terceiro { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TipoEntidade
Identificador do Tipo de Entidade.
Declaration
public string TipoEntidade { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TipoTerceiro
Identificador do Tipo de Terceiro.
Declaration
public string TipoTerceiro { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Implements
System.ComponentModel.INotifyPropertyChanged
RhpBE100.IRhpBELinhaDocCBL