Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

%EM.Change

class %EM.Change extends %Library.RegisteredObject, %XML.Adaptor

The %EM.Change class describes the changes (diffs) between the data on an instance and the group which contains the instance.

Property Inventory

Properties

property Action as %String;
Action is Add, Delete, Modify action.
Property methods: ActionDisplayToLogical(), ActionGet(), ActionIsValid(), ActionLogicalToDisplay(), ActionLogicalToOdbc(), ActionNormalize(), ActionSet()
property Class as %String;
Class is the short classname of the object which will change
Property methods: ClassDisplayToLogical(), ClassGet(), ClassIsValid(), ClassLogicalToDisplay(), ClassLogicalToOdbc(), ClassNormalize(), ClassSet()
property Name as %String;
Name is the name or IdKey of the object which will change.
Property methods: NameDisplayToLogical(), NameGet(), NameIsValid(), NameLogicalToDisplay(), NameLogicalToOdbc(), NameNormalize(), NameSet()
property Property as %String;
Property is the name of property which will change (if Action=Modify).
Property methods: PropertyDisplayToLogical(), PropertyGet(), PropertyIsValid(), PropertyLogicalToDisplay(), PropertyLogicalToOdbc(), PropertyNormalize(), PropertySet()

Inherited Members

Inherited Methods

FeedbackOpens in a new tab