ValueMediator
Class in Arbor.ValueFlow / Inherits from: object
Description
A class that mediates the exchange of values. It is used to avoid boxing as much as possible where the type is determined at runtime.
Fields
| Field Name | Description |
|---|---|
| listMediator | Mediator class for lists |
| valueType | Value type |
Methods
| Method Name | Description |
|---|---|
| CreateContainer | Create an IValueContainer. |
| ExportParameter | Exports the value of the parameter. |
Static Methods
| Method Name | Description |
|---|---|
| Get | Gets the ValueMediator of the specified type. |
| GetRegisteredTypes | Get an array of registered types. |
| HasMediator | Check to see if you have ValueMediator in your possession. |
| Register | Register ValueMediator. |