Exemple #1
0
 internal void DeleteEntry(string uid = "", CDiscoveredTypes type = null)
 {
     // delete ea_object and ea_object_history
     // - or -
     // delete ea_event and ea_event_text if no one else is using it anymore
 }
Exemple #2
0
 internal void UpdateEntry(string uid = "", string refid = "", string name = "", CDiscoveredTypes type = null, string parent = "", int created = 0, int accessed = 0, Dictionary <string, object> attributes = null)
 {
     // if changes occurred to the object save these in ea_object_history
     // including parent, name and attributes and update accessed record
 }