This class can be used to wrap a given DataProvider with another one.
Namespace: yWorks.yFiles.Algorithms.UtilAssembly: yWorks.yFilesWPF.Algorithms (in yWorks.yFilesWPF.Algorithms.dll) Version: 2.2.0.2 (2.2.0.2)
Syntax
| C# |
|---|
public class WrappedObjectDataProvider : IDataProvider |
| Visual Basic |
|---|
Public Class WrappedObjectDataProvider _ Implements IDataProvider |
Remarks
This class can be used to wrap a given DataProvider with another one.
It is intended to work with DataProviders providing Objects only.
Whenever data is not found in the decorating DataProvider (known as the wrapper).
The underlying data provider will be queried.
Inheritance Hierarchy
System..::..Object
yWorks.yFiles.Algorithms.Util..::..WrappedObjectDataProvider
yWorks.yFiles.Algorithms.Util..::..WrappedObjectDataProvider