Class PRS_ExchangeElement
extends CIM_ManagedElement

PRS_ExchangeElement is an abstract base class for all classes in the Solution and Service Incident object model. As an abstract class it is never instantiated. PRS_ExchangeElement exists to provide a single anchor point for associations that may be made to any Solution or Service Incident object. For example, Administrative or Attachment instances may be associated with any object derived from PRS_ExchangeElement. To support this generic association capability, the PRS_AdminAssociation and PRS_Attached associations both derive from the CIM_Dependency association and override the Antecedent property of that class to be a PRS_ExchangeElement REF.

Class Hierarchy

CIM_ManagedElement
   |
   +--PRS_ExchangeElement

Direct Known Subclasses

PRS_Solution
PRS_SolutionElement
PRS_Reference
PRS_Problem
PRS_Resolution
PRS_Category
PRS_ExpressionElement
PRS_Expression
PRS_Product
PRS_Statement
PRS_Feature
PRS_Resource
PRS_Administrative
PRS_Revision
PRS_Contact
PRS_ContactItem
PRS_Organization
PRS_Person
PRS_Address
PRS_Location
PRS_Attachment
PRS_ServiceIncident
PRS_Agreement
PRS_Activity
PRS_Transaction

Class Qualifiers

NameData TypeValueScopeFlavors
AbstractbooleantrueTOSUBCLASS= falseOVERRIDABLE= false
DescriptionstringPRS_ExchangeElement is an abstract base class for all classes in the Solution and Service Incident object model. As an abstract class it is never instantiated. PRS_ExchangeElement exists to provide a single anchor point for associations that may be made to any Solution or Service Incident object. For example, Administrative or Attachment instances may be associated with any object derived from PRS_ExchangeElement. To support this generic association capability, the PRS_AdminAssociation and PRS_Attached associations both derive from the CIM_Dependency association and override the Antecedent property of that class to be a PRS_ExchangeElement REF. None TRANSLATABLE= true

Local Class Properties

NameData TypeQualifiers
NameData TypeValueScopeFlavors
DirtyFlaguint8
DescriptionstringThe DirtyFlag is used by the SISService Start Transaction method to determine whether an ExchangeElement has been created, modified or deleted since the last Transaction. Any object not marked 'Clean' is included in the next Transaction. It is the responsibility of the entity creating, modifying or deleting the object derived from ExchangeElement to set this property appropriately. This property value is set to 'Clean' by an invocation of the Transaction Complete method with a Status parameter of zero (0).None TRANSLATABLE= true
ValueMapstring0, 1, 2, 3None None
ValuesstringClean, New, Modified, DeletedNone TRANSLATABLE= true
PRSUniqueNamestring
DescriptionstringThe PRSUniqueName property is a Globally Unique IDentifier (GUID) also known as a Universally Unique IDentifier (UUID). This property allows Solution and Service Incident objects to be used by multiple Solutions or Service Incidents without duplication. In addition, all Solution or Service Incidents containing a unique object are updated when the object is updated.None TRANSLATABLE= true
KeybooleantrueNone OVERRIDABLE= false

Inherited Properties

NameData TypeClass Origin
CaptionstringCIM_ManagedElement
DescriptionstringCIM_ManagedElement