Home | Trees | Indices | Help |
|
---|
|
object --+ | item.IItem --+ | IndexedContainerItem
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
Constructs a new ListItem instance and connects it to a host container.
|
Gets the Property corresponding to the given Property ID stored in the
IItem. If the IItem does not contain the Property,
|
Gets the collection of IDs of all Properties stored in the IItem.
|
Gets the string representation of the contents of the IItem. The format of the string is a space separated catenation of the string representations of the Properties contained by the IItem.
|
Calculates a integer hash-code for the IItem that's unique inside the list. Two Items inside the same list have always different hash-codes, though Items in different lists may have identical hash-codes.
|
Tests if the given object is the same as the this object. Two Items got from a list container with the same ID are equal.
|
IndexedContainerItem does not support adding new properties. Add properties at container level. See IndexedContainer.addContainerProperty
See Also:
|
Indexed container does not support removing properties. Remove properties at container level. See IndexedContainer.removeContainerProperty
See Also: IItem.removeProperty |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Apr 20 16:01:19 2013 | http://epydoc.sourceforge.net |