The DataFunctionDefinition type exposes the following members.
Back to Top
Back to Top
Methods
Name | Description | |
---|---|---|
Equals |
Determines whether the specified Object is equal to this instance.
(Overrides Object Equals(Object).) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode |
Returns a hash code for this instance.
(Overrides Object GetHashCode .) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Load |
Create a function definition from the library.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Save |
Updates the function definition in the library.
| |
SaveAs |
Saves the function definition as a new item in the library.
| |
ToString |
Returns a String that represents this instance.
(Overrides Object ToString .) |
Properties
Name | Description | |
---|---|---|
AllowCaching |
Gets a value indicating whether caching of the result of the function is allowed or not.
| |
Description |
Gets the description.
| |
DisplayName |
Gets the display name.
| |
FunctionName | Gets the name of the function.
| |
InputParameters |
Gets the input parameters.
| |
LibraryIdentifier |
Gets the identifier to the function definition as stored in the library.
| |
OutputParameters |
Gets the output parameters.
| |
ServiceType |
Gets the type identifier for the provider responsible for executing the function.
| |
Settings |
Gets settings that are specific for the type of function used.
|
See Also