Miner.Interop.Geodatabase Assembly > Miner.Interop Namespace : IMMPersistentListItem Interface |
The following tables list the members exposed by IMMPersistentListItem.
Name | Description | |
---|---|---|
CanLoadFromDB | Checks to see if the currently logged in user has permissions to access the MM_SYSTEM_PERSIST_INFO table. | |
CanLoadFromUserDB | Checks to see if the currently logged in user has permissions to access the MM_PERSIST_INFO table. | |
CanSaveToDB | Checks to see if the currently logged in user has permissions to access the MM_SYSTEM_PERSIST_INFO table. | |
CanSaveToUserDB | Checks to see if the currently logged in user has permissions to access the MM_PERSIST_INFO table. | |
GetDirty | Returns true if the list item or its children have changed since the time it was loaded from a stream. | |
LoadFromDB | Loads from a row in the MM_SYSTEM_PERSIST_INFO table in the given workspace. It uses the row from this table that has the specified TreeName value. | |
LoadFromField | Loads from a particular database row. | |
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. | |
LoadFromUserDB | Loads from a row in the MM_PERSIST_INFO table in the given workspace. It uses the row from this table that has the specified TreeName value. | |
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. | |
SaveToDB | Saves to a row in the MM_SYSTEM_PERSIST_INFO table in the given workspace. It uses the row from this table that has the specified TreeName value. | |
SaveToField | Saves to a particular database row. | |
SaveToStream | Writes the current list into a COM persistence IStream. This IStream object can later be stored in a geodatabase or stored elsewhere. | |
SaveToUserDB | Saves to a row in the MM_PERSIST_INFO table in the given workspace. It uses the row from this table that has the specified TreeName value. | |
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. |