Base class for Inputs. More...
Base class for Inputs.
Inheritance diagram for Input:Additional Inherited Members | |
Public Member Methods inherited from InputOutput | |
| InputOutput () | |
| Default constructor. More... | |
| virtual bool | SetMapping (IoMappingItem &item)=0 |
| Sets the IO mapping. More... | |
| virtual void | Clear ()=0 |
| Clear the mapping. More... | |
| void | SetLogicalName (PCChar8 logicalName) |
| Sets the IO logical name. More... | |
| const BaseStaticString & | GetLogicalName () const |
| Gets the IO logical name. More... | |
| Int32 | GetInputOutputIdentifier () const |
| Gets the IO auto identifier. More... | |
Public Member Methods inherited from IInvocable | |
| virtual void | Invoke (const DynamicInvocationRequest &request, DynamicInvocationResult &result)=0 |
| Invokes the object fields and methods. More... | |