ezinformationcollectionattribute
Summary
Contains information about an attribute of a collection.Persistent
Yes.Attributes
Attribute | Type | Static* | Description |
---|---|---|---|
id |
string |
Yes. |
The ID number of the information collection attribute. |
informationcollection_id |
string |
Yes. |
The ID number of the information collection itself. |
contentclass_attribute_id |
string |
Yes. |
The ID number of the class attribute. |
contentobject_attribute_id |
string |
Yes. |
The ID number of the object attribute. |
contentobject_id |
string |
Yes. |
The ID number of the object. |
data_text |
string |
Yes. |
Collected text. |
data_int |
string |
Yes. |
Collected integer. |
data_float |
string |
Yes. |
Collected float. |
contentclass_attribute_name |
string |
No. |
The name of the attribute that collected the information. |
contentclass_attribute |
object |
No. |
The class attribute (as an ezcontentclassattribute object). |
contentobject_attribute |
object |
No. |
The object attribute (as an ezcontentobjectattribute object). |
contentobject |
object |
No. |
The content object (as an ezcontentobject object). |
result_template |
string |
No. |
The name of the result template (for example "ezstring"). |
has_content |
boolean |
No. |
Returns TRUE if the attribute is not empty, FALSE otherwise. |
content |
string |
No. |
The actual content of the attribute. |
class_content |
any |
No. |
The content of the class attribute which the collection attribute is made from. |
* Indicates whether the attribute provides a pre-fetched value or if it needs to be computed upon request.
Balazs Halasy (23/02/2005 9:16 pm)
Svitlana Shatokhina (12/03/2007 10:51 am)
Comments
There are no comments.