Annotation Interface ThingworxPropertyDefinitions
@Target(TYPE)
@Retention(RUNTIME)
@ThingworxExtensionApiAnnotation(since={6,6})
public @interface ThingworxPropertyDefinitions
Contains a collection of property definitions applicable to this entity.
-
Required Element Summary
Modifier and TypeRequired ElementDescription
Required parameter: a collection of property definitions.
-
Element Details
-
properties
ThingworxPropertyDefinition[] properties
Required parameter: a collection of property definitions.
-