ValueMediator
Class in Arbor.ValueFlow / Inherits from: object
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.
Field Name | Description |
---|---|
listMediator | Mediator class for lists |
valueType | Value type |
Method Name | Description |
---|---|
CreateContainer | Create an IValueContainer. |
ExportParameter | Exports the value of the parameter. |
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. |
RegisterEnum | Register Enum type in ValueMediator. |