Miner.Interop.Geodatabase Assembly > Miner.Interop Namespace : IMMSimplePersistentListItem Interface |
The following tables list the members exposed by IMMSimplePersistentListItem.
Name | Description | |
---|---|---|
GetDirty | Returns true if the list item or its children have changed since the time it was loaded from a stream. | |
LoadFromStream | Reads the current list from a COM persistence IStream. Determine which COM object forms the root of the tree, create an instance of this type, and then call LoadFromStream() on it. | |
RecursiveLoadFromStream | Recursively reads the current list from a COM persistence IStream. Determine which COM object forms the root of the tree, create an instance of this type, and then call LoadFromStream() on it. | |
RecursiveSaveToStream | Recursively writes the current list into a COM persistence IStream. This IStream object can later be stored in a geodatabase or stored elsewhere. | |
SaveToStream | Writes the current list into a COM persistence IStream. This IStream object can later be stored in a geodatabase or stored elsewhere. | |
SetDirty | Sets the dirty flag. This is used to signal that the list is 'dirty' and needs to be saved. This flat is set on the current list item and progagated upwards. To mark the tree dirty, call SetDirty(True) on any item within the tree. To make the tree clean, call SetDirty(False) on the root node. |