Class RhpBELinhasRelatorioDespesa
Colecção de linhas de despesas que constituem um relatório.
Inheritance
System.Object
RhpBELinhasRelatorioDespesa
Namespace: RhpBE100
Assembly: RhpBE100.dll
Syntax
public class RhpBELinhasRelatorioDespesa : BindingList<RhpBELinhaRelatorioDespesas>
Constructors
RhpBELinhasRelatorioDespesa()
Declaration
public RhpBELinhasRelatorioDespesa()
Properties
LinhasRemovidas
Declaration
public List<RhpBELinhaRelatorioDespesas> LinhasRemovidas { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<RhpBELinhaRelatorioDespesas> |
Methods
ClearItems()
Declaration
protected override void ClearItems()
RemoveItem(Int32)
Declaration
protected override void RemoveItem(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index |