The DataFunctionInvocation type exposes the following members.
Back to Top
Back to Top
Methods
Name | Description | |
---|---|---|
AddDisposable |
Adds an item to the collection of things to dispose when the invocation is disposed.
| |
Dispose |
Dispose the items that have been added with the AddDisposable(IDisposable) method.
| |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetInput | Get an input value.
| |
GetOutput | Get the output value.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
HasInput |
Gets a value indicating whether the input parameter exists or not.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
SetOutput | Set the output result.
| |
TryGetInput |
Try to get an input value.
| |
TryGetOutput |
Try to get an output value.
|
Properties
Name | Description | |
---|---|---|
DataFunctionDefinition | Gets the function definition.
| |
ImportContext |
Gets the import context.
|
See Also