Interface IDomCollectionBase
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Defines the base interface for DOM collection types.
public interface IDomCollectionBase
Methods
GetItems()
Gets the items contained in the collection.
IEnumerable<DomItem> GetItems()
Returns
- IEnumerable<DomItem>
An enumerable of DomItem objects.
InitializeList()
Initializes the collection from its underlying data source.
void InitializeList()