Customizing System via Interfaces
The majority of Izenda functionalities are built upon interfaces to support custom implementations, even to the core components. They are listed below, together with step-by-step guide and code samples.
- White Labeling URLs
- IAdHocExtension
- OnPreLoadFilterDataTree
- OnLoadFilterDataTree
- OnPostLoadFilterDataTree
- OnPreLoadFilterData
- OnPostLoadFilterData
- OnPreExecute
- OnExecuting
- OnPostExecute
- SetHiddenFilters
- Application Scenarios
- Applying Filter with Compounded Values
- CustomTimePeriod
- LoadCustomDataFormat
- IWebUrlResolver
- GetThemes
- OnPreRestApiRequest
- ModifyQuery
- See Also
- IAdHocExtension Samples
- Customizable Interfaces
- ICacheProvider - Redis Sample
- DataSourceAdaptor - DB2 Sample