Class ProcessingJob<S, P>
A task that transforms data in the database
Inherited Members
Namespace: Unity.MARS.Data
Assembly: Unity.MARS.dll
Syntax
public abstract class ProcessingJob<S, P> : ProcessingJob
Type Parameters
| Name | Description |
|---|---|
| S | The type of the collection to be sorted (source) |
| P | The type of collection the processed data is stored in |
Fields
m_Processed
Declaration
protected P m_Processed
Field Value
| Type | Description |
|---|---|
| P |
m_Source
Declaration
protected S m_Source
Field Value
| Type | Description |
|---|---|
| S |
Properties
processed
The data output of this processing job
Declaration
public P processed { get; }
Property Value
| Type | Description |
|---|---|
| P |