com.onlineobject.objectnet Namespace

AttributeSourceType Enumeration

Defines the source types for attributes.

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

Syntax


public enum AttributeSourceType

Members


Member nameDescription
Function The attribute value is obtained from a function.
Attribute The attribute value is another attribute.
String The attribute value is a string.
Integer The attribute value is an integer.
Float The attribute value is a floating-point number with single precision.
Double The attribute value is a floating-point number with double precision.
Boolean The attribute value is a boolean.

Remarks


This enumeration is used to specify the type of source from which an attribute's value is derived.