Skip to main content

HS.Util.Status.Metadata.ViolationMessage

class HS.Util.Status.Metadata.ViolationMessage extends %Library.RegisteredObject, %XML.Adaptor

Property Inventory

Parameters

parameter NAMESPACE = http://www.intersystems.com/healthshare/util/status;
Inherited description: NAMESPACE specifies the XML namespace to be used when projecting the class to XML. If NAMESPACE = "", the default namespace is used for the XML schema is used as the namespace for his class.

Properties

property Type as %String (VALUELIST = ",OnInsert,OnUpdate,OnUpdateReferencedClass,OnUpdateReferencingClass,OnDelete", XMLPROJECTION = "ATTRIBUTE") [ Required ];
Property methods: TypeDisplayToLogical(), TypeGet(), TypeIsValid(), TypeLogicalToDisplay(), TypeLogicalToOdbc(), TypeNormalize(), TypeSet()
property Value as %String (MAXLEN = 1024, XMLPROJECTION = "CONTENT") [ Required ];
Property methods: ValueDisplayToLogical(), ValueGet(), ValueIsValid(), ValueLogicalToDisplay(), ValueLogicalToOdbc(), ValueNormalize(), ValueSet()

Inherited Members

Inherited Methods

FeedbackOpens in a new tab