DataProvidersFactory Class

A factory class than can be used to create presentation data providers targeted towards specific use cases.

Methods

Name Description
constructor(props?: DataProvidersFactoryProps): DataProvidersFactory Constructor.  
createSimilarInstancesTableDataProvider(propertiesProvider: IPresentationPropertyDataProvider, record: PropertyRecord, props: Omit<PresentationTableDataProviderProps, "imodel" = undefined | "ruleset" = undefined>): Promise<> Create a table data provider which returns instances of the same class and
having the same property value as the provided property record.
 

Defined in

Last Updated: 08 January, 2020