C# Class Hamekoz.Reportes.Grupo

Inheritance: IElemento
Exibir arquivo Open project: hamekoz/hamekoz-sharp Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Agregar ( IElemento elemento ) : void
AgregarSubgrupo ( Grupo subgrupo ) : void
GetElemento ( ) : IElement

Method Details

Agregar() public method

public Agregar ( IElemento elemento ) : void
elemento IElemento
return void

AgregarSubgrupo() public method

public AgregarSubgrupo ( Grupo subgrupo ) : void
subgrupo Grupo
return void

GetElemento() public method

public GetElemento ( ) : IElement
return IElement