Class ProviderDataBase<TDataType>
Namespace: Holoride.ElasticSDK.Graph.DataProviders
Assembly: Holoride.ElasticSDK.Runtime.dll
Syntax
public abstract class ProviderDataBase<TDataType>
Type Parameters
| Name | Description |
|---|---|
| TDataType |
Fields
data
Declaration
protected TDataType data
Field Value
| Type | Description |
|---|---|
| TDataType |
Properties
Data
Declaration
public virtual TDataType Data { get; }
Property Value
| Type | Description |
|---|---|
| TDataType |