Class CblBEGrupoHierarquicoElemento
Classe que contém todas as propriedades da entidade Elemento do Grupo Hierárquico.
Implements
CblBE100.ICblBEGrupoHierarquicoElemento
Inherited Members
Namespace: CblBE100
Assembly: CblBE100.dll
Syntax
[ComVisible(true)]
[Guid("A536901A-4885-424B-BDDC-96617C8B3E0D")]
[ClassInterface(ClassInterfaceType.None)]
public class CblBEGrupoHierarquicoElemento : CblBaseBE, ICblBEGrupoHierarquicoElemento
Constructors
CblBEGrupoHierarquicoElemento()
Declaration
public CblBEGrupoHierarquicoElemento()
Properties
Ano
Exercicio do respectivo elemento
Declaration
public int Ano { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
CamposUtil
Colecção dos Campos do Utilizador.
Declaration
public StdBECampos CamposUtil { get; set; }
Property Value
Type | Description |
---|---|
StdBECampos |
Elemento
Elemento
Declaration
public string Elemento { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Grupo
Grupo
Declaration
public string Grupo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SubElemento
SubElemento
Declaration
public string SubElemento { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Tipo
Tipo de conta
Declaration
public string Tipo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Finalize()
Declaration
protected override void Finalize()
Implements
CblBE100.ICblBEGrupoHierarquicoElemento