Aqualogic Interaction API  
 

IPTCardPropertyValues Members

IPTCardPropertyValues overview

Public Instance Methods

Add Extends the list of properties stored with this card. The returned IPTCardPropertyValue interface can be used to assign a specific value to the new property.
Clear Clears from the object in memory all existing property data.
ClearFieldValues Clears values from the object in memory for all existing property data, but retains the value-less IPTCardPropertyValue(s).
Clone Creates an in-memory copy of the IPTCardPropertyValues object. Convenient for seeding new cards with a custom set of base properties.
GetEnumerator Retrieves an enumerator of IPTCardPropertyValue objects which can be used to modify the values of properties stored with the card representing this document.
GetItem Returns a property value object for the property ID specified. The returned object can then be modified and will be serialized when the card is stored.
GetPropertyIDs Creates and returns an array of Integers identifying property IDs currently stored with this card
Remove Removes a property and its values from the list of properties stored with this card.

See Also

IPTCardPropertyValues Interface | com.plumtree.server Namespace