com.onlineobject.objectnet Namespace

ParameterSourceType Enumeration

Defines the source types for a parameter.

Namespace:  com.onlineobject.objectnet
Assembly:  ObjectNetAPI (in ObjectNetAPI.dll)

Syntax


public enum ParameterSourceType

Members


Member nameDescription
Function Indicates that the parameter source is a function.
Attribute Indicates that the parameter source is an attribute of an object.

Remarks


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.