(file) Return to CIM_InstModification.mof CVS log (file) (dir) Up to [Pegasus] / pegasus / Schemas / CIM231 / DMTF / Event

 1 marek 1.1 // Copyright (c) 2010 DMTF.  All rights reserved.
 2              [Indication, Version ( "2.27.0" ), 
 3               UMLPackagePath ( "CIM::Event" ), 
 4               Description ( 
 5                  "CIM_InstModification notifies when an instance is modified." )]
 6           class CIM_InstModification : CIM_InstIndication {
 7           
 8                 [Description ( 
 9                     "A copy of the \'previous\' instance whose change "
10                     "generated the Indication. PreviousInstance contains "
11                     "\'older\' values of an instance\'s properties (as "
12                     "compared to SourceInstance), selected by the "
13                     "IndicationFilter\'s Query." ), 
14                  EmbeddedObject]
15              string PreviousInstance;
16           
17           
18           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2