ArcFM Desktop Developer Guide
RowStoreMonitor Class Properties


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

For a list of all members of this type, see RowStoreMonitor members.

Public Properties
 NameDescription
Public PropertyNumCallsOnUnchangedRowsThe number of times RowStoreMonitor's Store method has been called on an unchanged IRow object, i.e. a row whose monitored fields have not changed since the last call to RowStoreMonitor.Store on the same object. (For the very first call to RowStoreMonitor.Store, the object's IRowChanges.get_OriginalValue method is used to establish whether any of the monitored fields have changed. NOTE: at present, only fields with a data type of string or 32-bit integer are monitored.  
Public PropertyNumMultipleCallsThe number of IRow objects that have been submitted to RowStoreMonitor.Store more than once.  
Public PropertyNumMultipleCallsWithZeroNetChangeThe number of IRow objects that have been submitted to RowStoreMonitor.Store more than once but with no net change, in the end, to any of the objects' monitored fields with respect to their original values prior to the first call to RowStoreMonitor.Store. NOTE: at present, only fields with a data type of string or 32-bit integer are monitored.  
Public PropertyTotalCallsThe total number of times RowStoreMonitor.Store has been called.  
Top
See Also

Reference

RowStoreMonitor Class
Miner.Framework Namespace

 

 


Send Comment