Class DataProviderWorker<TDataType>
The worker with a back reference to the node. Represents the result of the different evaluations of
Inheritance
DataProviderWorker<TDataType>
Implements
Inherited Members
Namespace: Holoride.ElasticSDK
Assembly: Holoride.ElasticSDK.Library.Runtime.dll
Syntax
[PublicAPI]
public class DataProviderWorker<TDataType> : PipelineWorkerBase, IPipelineWorker
Type Parameters
| Name | Description |
|---|---|
| TDataType | The type of data that the specific |
Properties
ProviderData
Gets the provided data in a whole without the need to evaluate it.
Declaration
public virtual IEnumerable<TDataType> ProviderData { get; }
Property Value
| Type | Description |
|---|---|
| IEnumerable<TDataType> |