new module:model/MetadataCollection(objectid, name, theData, obj)
Constructs a new MetadataCollection.
metadata collection definition
Parameters:
| Name | Type | Description |
|---|---|---|
objectid |
Integer | Unique ID for the object |
name |
String | Name of the object |
theData |
Object | The plain JavaScript object bearing properties of interest. |
obj |
module:model/MetadataCollection | Optional instance to populate. |
- Source:
Members
(static) constructFromObject
Constructs a MetadataCollection from a plain JavaScript object, optionally creating a new instance.
Copies all relevant properties from data to obj if supplied or a new instance if not.
- Source:
(inner) name :String
Name of the object
Type:
- String
- Source:
(inner) objectid :Integer
Unique ID for the object
Type:
- Integer
- Source:
(inner) properties :Object
Represents the object’s “properties”
Type:
- Object
- Source: