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

 1 karl  1.1.2.2 // Copyright (c) 2005 DMTF.  All rights reserved.
 2                  [Indication, Version ( "2.6.0" ), 
 3                   UMLPackagePath ( "CIM::Event" ), 
 4                   Description ( 
 5                      "CIM_ClassModification notifies when a class definition in the "
 6                      "schema is modified." )]
 7               class CIM_ClassModification : CIM_ClassIndication {
 8               
 9                     [Required, Description ( 
10                         "A copy of the \'previous\' class definition whose change "
11                         "generated the Indication. PreviousClassDefinition "
12                         "contains an \'older\' copy of the class\' information, "
13                         "as compared to what is found in the ClassDefinition "
14                         "property (inherited from ClassIndication)." ), 
15                      EmbeddedObject]
16                  string PreviousClassDefinition;
17               
18               
19               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2