Defines the source types for a parameter.
Namespace:
com.onlineobject.objectnet
Assembly:
ObjectNetAPI (in ObjectNetAPI.dll)
public enum ParameterSourceType
| Member name | Description |
---|
| Function |
Indicates that the parameter source is a function.
|
| Attribute |
Indicates that the parameter source is an attribute of an object.
|
The ParameterSourceType enum is used to distinguish between different origins
of parameters within a system. It can be used to specify whether a parameter
comes from a function or is an attribute of an object.