| SUMMARY: NESTED | FIELD | | METHOD |
| DETAIL: FIELD | METHOD |
CIM_ComponentCIM_OrderedComponent
Association class CIM_OrderedComponent
General Information:
CIM_OrderedComponent is a generic association
used to establish 'part of' relationships between ManagedElements. It arranges
the PartComponents in a specific assigned order. The semantics of the order
depends on the context and use by the referencing classes. For example, if this
association is used to arrange settings in a hierarchical order, then this
specifies the sequence in which the settings are applied.
Product
Specific Usage:
For instances that associate CIM_BootSourceSetting and
CIM_BootConfigSetting use the AssignedSequence property in order to see which
boot source was selected. The selected boot source will have the value 1 (and
all others will have
0).
Qualifiers:
-------------
Association
Aggregation
Version=2.19.1
UMLPackagePath=CIM::Core::CoreElements
| Supported Fields Summary | |
|---|---|
REF
CIM_ManagedElement |
PartComponent The child element in the association. |
REF
CIM_ManagedElement |
GroupComponent The parent element in the association. |
uint64
|
AssignedSequence
AssignedSequence is an unsigned integer 'n' that indicates the relative order of ManagedElement instances . . . |
| Methods Summary | |
|---|---|
|
Get(Instance) Gets the representation of the instance |
|
Pull(EnumerationContext,
MaxElements) Pulls instances of this class, following an Enumerate operation |
|
Enumerate()
Enumerates the instances of this class |
|
Release(EnumerationContext)
Releases an enumeration context |
| Field Detail |
|---|

public REF CIM_ManagedElement PartComponent

public REF CIM_ManagedElement GroupComponent
public uint64 AssignedSequence
| Method Detail |
|---|
public Get([OUT]CIM_OrderedComponent Instance)
public Pull([IN]String EnumerationContext, [IN]String MaxElements)
public Enumerate()
public Release([IN]String EnumerationContext)
| SUMMARY: NESTED | FIELD | METHOD |
| DETAIL: FIELD | METHOD |
|
Copyright © 2006-2012, Intel Corporation. All rights reserved. |